@charset "UTF-8";

/* main setup */

body {
	background: #1a1c1b url(../images/body-bg.jpg) no-repeat center 12px;
	margin: 0;
	padding: 0;
	color: #fff;
	font: normal 13px Arial, Helvetica, Geneva, sans-serif;
	line-height: 18px;
}

img {
	border: 0;
}
h2 {
	font-size:14px;
	padding-bottom:5px;
	color: #ba8439;
}

/* common classes */

.box {
	width: 860px;
	margin-left: auto;
	margin-right: auto;
}

.boxtop {
	width: 860px;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
	text-align: right;
}


.centered {
	margin-left: auto;
	margin-right: auto;
}

.clearboth {
	clear: both;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.block {
	display: block;
}

.relative {
	position: relative;
}

.yellowish {
	color: #ba8439;
}

.yellowish a, a.yellowish {
	color: #ba8439;
	text-decoration: none;
}

.yellowish a:hover, a.yellowish:hover {
	color: #fff;
	text-decoration: underline;
}


.spaced {
	margin-left: 10px;
}

.smallbox-top {
	background: url(../images/small-box-top.png) no-repeat;
	height: 10px;
}

.smallbox-botom {
	background: url(../images/small-box-bottom.png) no-repeat;
	height: 10px;
}

.smallbox-content {
	padding-left: 10px;
	padding-right: 10px;
	background-color: #262626;
}

.smallbox-content ul {
	padding: 0;
	margin: 0;
	list-style: none;
	list-style-type: none;	
}

.smallbox-content ul li {
	line-height: 25px;
	border-top: dotted 1px #606060;
}

.smallbox-content ul li:first-child {
	border-top: none;
}

.smallbox-content ul li a {
	display: block;
}

.smalltext {
	font-size: 10px;
}

.front {
	z-index: 999;
}

.back {
	z-index: 1;
}

.hidden {
	display: none;
}

.breadcrumbs{
	padding-bottom: 20px;
	font-size: 18px;
}

.justify {
	text-align: justify;
}

.br {
	margin-bottom: 15px;
}


.sub-gallery-img {
	background-color: #3f3f3f;
	border-width: 5px;
	width: 255px;
	height: 200px;
	padding: 5px;
	float: left;
	margin: 5px;
}

.sub-gallery-img-right {
	background-color: #3f3f3f;
	border-width: 5px;
	width: 255px;
	height: 200px;
	padding: 5px;
	float: left;
}

/* containers */

#top-container {
	background-color: #202123;
}

#top-container, #top-content, #logo-container, .logoimg, #top-right-content {
	height: 150px;
}

#logoimg, #logo-container {
	width: 222px;
}

#top-right-content {
	width: 638px;
}

#top-right-links, #top-right-call-to-action {
	width: 628px;
	margin-right: 10px;
}

#top-right-links {
	margin-top: 45px;
	text-align: right;
	font-size: 12px;
}

#top-right-call-to-action {
	color: #fff;
	margin-top: 30px;
	text-align: right;
	font: italic 13px "Trebuchet MS";
}

#content-container {
	/*margin-top: 25px;*/
}

#subs-content-container {
	margin-top: 25px;
}

#menu-container {
	background: url(../images/navigation-bg.png) no-repeat center top;
}

#menu-container {
	height: 45px;
}

/* footer */

#footer-container {
	background-color: #262626;
	margin-top: 35px;
	padding: 3px;
	font-size: 12px;
	line-height: 23px;
}

#footer-content {
	width: 845px;
	padding-left: 15px;
}
#small{
	font-size:10px;
}

/* bigbox */

#bigbox-container{
	margin-top: 20px;
}

#bigbox-top {
	background: url(../images/big-box-top.png) no-repeat;
	height: 10px;
}

#home-bigbox-content {
	background-color: #262626;
	text-align: center;
	line-height: 23px;
}

#subs-bigbox-content {
	background-color: #262626;
	padding: 10px;
	line-height: 20px;
}

#home-bigbox-content a {
	text-decoration: underline;
	font-weight: bold;
}

#bigbox-bottom {
	background: url(../images/big-box-bottom.png) no-repeat;
	height: 10px;
}

/* menu */

#menu {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	list-style: none;
	color: #fff;
	line-height: 45px;
	display: inline-block;
	float: left;
	margin-top: 0px;
	padding-top: 0px;
}

#menu a {
	color: #ba8439;
	text-decoration: none;
}

#menu > li {
	background: #202123 none repeat scroll 0 0;
	cursor: pointer;
	float: left;
	position: relative;
	padding: 0px 7px;
	font-weight:bold;
}

#menu > li a:hover {
	color: #FFFFFF;
}

/* sub-menus*/

#menu ul {
	padding: 0px;
	margin: 0px;
	display: block;
	display: inline;
	font-weight:normal;
}

#menu li ul {
	position: absolute;
	left: -10px;
	top: 0px;
	margin-top: 45px;
	width: 150px;
	line-height: 16px;
	background-color: #202123;
	

color: #0395CC;
	/* for IE */ display: none;
}

#menu li:hover ul {
	display: block;
}

#menu li ul li {
	display: block;
	margin: 5px 20px;
	padding: 5px 0px;
	border-top: dotted 1px #606060;
	list-style-type: none;
}

#menu li ul li:first-child {
	border-top: none;
}

#menu li ul li a {
	display: block;
	color: #f7e2c9;
}

#menu li ul li a:hover {
	color: #ba8439;
}

/* main submenu */

#menu #main {
	left: 0px;
	top: -20px;
	padding-top: 20px;
	background-color: #7cb7e3;
	color: #fff;
	z-index: 999;
}

/* corners*/

#menu .corner_inset_left {
	position: absolute;
	top: 0px;
	left: -12px;
}

#menu .corner_inset_right {
	position: absolute;
	top: 0px;
	left: 150px;
}

#menu .last {
	background: #202123 none repeat scroll 0% 0%;
	margin: 0px;
	padding: 0px;
	border: none;
	position: relative;
	border: none;
	height: 0px;
}

#menu .corner_left {
	position: absolute;
	left: 0px;
	top: 0px;
}

#menu .corner_right {
	position: absolute;
	left: 132px;
	top: 0px;
}

#menu .middle {
	position: absolute;
	left: 18px;
	height: 20px;
	width: 115px;
	top: 0px;
}

/* home only */

#home-img-container, #homeimg {
	width: 860px;
	height: 600px;
}

#home-2-column-container {
	width: 830px;
	margin-top: 50px;
}

#home-left-column-container {
	width: 540px;
	padding-left: 10px;
}

#home-left-column-text {
	padding: 0px;
	margin: 0px;
}

#home-right-column-container {
	width: 265px;
	padding-left: 15px;
}

#home-right-column-inquire-bt-container {
	width: 200px;
	height: 31px;
	line-height: 31px;
	padding-left: 65px;
	padding-top: 20px;
	background: url(../images/inquire-bt-bg.png) no-repeat right bottom;
}

#home-right-column-inquire-bt-container a{
	font-weight: bold;
}

#home-right-column-inquire-bt-container .smalltext {
	margin-left: 20px;
}

/* food industry only */


#subs-2-column-container {
	width: 830px;
}

#subs-gallery {
	width: 825px;
	padding-left: 5px;
	margin-top: 10px;
}

#sub-right-column-container {
	width: 270px;
	padding-left: 10px;
}

/* Contact Table CSS layout */
.contenttable {
}
.contenttable td {
	padding: 4px;
}


/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

