﻿/* Common
-----------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	list-style: none;
	font-style: normal;
	font-weight: normal;
	border-collapse: collapse;
	border-spacing: 0;
	border: 0;
	text-decoration: none;
	font-size: 12px;
}

body {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	background: url(/_media/images/common/main_bg.gif);
	color: #333333;
}

h3 {
	color: #860d1f;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}

.clear {
	clear:both;
}

.emphasis {
	text-decoration: underline;
	font-style: italic;
}

#getflash {
	text-align: center;
	padding-top: 40px;
}

#mainContainer {
	margin: 17px auto 0;
	width: 955px;
}



/* Header
-----------------------------------------------------------------------------*/

#header {
	position: relative;
	width: 955px;
	height: 132px;
	background: url(/_media/images/common/header_bg.gif) no-repeat top left;
	z-index: 99;
}

.logo {
	position: absolute;
	top: 30px;
	left: 48px;
}
.logo_txt {
	position: absolute;
	top: 54px;
	left: 224px;
}

.utility {
	position: absolute;
	top: 37px;
	right: 34px;
	color: #fbf0bf;
}
.utility a {
	color: #fbf0bf;
}
.utility a:hover {
	color: #860d1f;
}



/* Navigation
-----------------------------------------------------------------------------*/

#nav {
	position: absolute;
	bottom: 0px;
	right: 34px;	
}
*html #nav {
	position: absolute;
	bottom: 0px;
	right: 33px;	
}
#nav a {
	display: block;
}
#nav li {
	float: left;
}
#nav li ul {
	position: absolute;
	left: -999em;
	width: 698px;
	height: 25px;
	
}
#nav li.subnavOn ul {
	left: auto;
}
#nav li:hover ul {
	left: auto;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
#nav li ul li.links {
	padding: 4px 0 0 21px;
	margin-top: -25px;
	color: #dacd15;
	font-family: Georgia, Palatino, Verdana, Arial;
	font-size: 13px;
}
#nav li ul li.background {
	background-image: url(/_media/images/nav/subnav_bg.png) !important;
	background-repeat:  no-repeat; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_media/images/nav/subnav_bg.png',sizingMethod='scale');
	background-image: none;
	width: 698px;
	height: 25px;
}
#nav li ul li a {
	color: #dacd15;
	display: inline;
}
#nav li ul li a:hover, #nav li ul li a.on {
	color: #fff;
}


/* Pages
-----------------------------------------------------------------------------*/

#content {
	position: absolute;
	overflow: auto;
	padding-right: 15px;
	width: 457px;
	line-height: 19px;
	scrollbar-3dlight-color:#ffffff; 
	scrollbar-arrow-color:#000000; 
	scrollbar-base-color:#ffffff; 
	scrollbar-darkshadow-color:#ffffff; 
	scrollbar-face-color:#ffffff; 
	scrollbar-highlight-color:#000000; 
	scrollbar-shadow-color:#000000;
	scrollbar-track-color: #ffffff;
}

#content p {
	margin: 5px 0 8px;
}
#content a {
	color: #8f0f22;
	text-decoration: underline;
}
#content ul {
	margin-left: 40px;
}
#content li {
	padding: 2px 0;
}

#homeContainer {
	position: relative;
	width: 955px;
	height: 291px;
}
#productImages {
	width: 940px;
	height: 146px;
	padding-left: 15px;
	background: url(/_media/images/home/productimages_bg.jpg) no-repeat top left;
}
#homeContainer #hero_bg {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}
#homeContainer h1 {
	position: absolute;
	top: 45px;
	left: 450px;
	z-index: 5;
}
#homeContainer #content {
	top: 142px;
	left: 419px;
	height: 125px;
	z-index: 5;
}
#homeContainer #content img {
	float: right;
	margin: 0 0 5px 5px;
}

#asepticContainer {
	position: relative;
	width: 955px;
	height: 459px;
	background: url(/_media/images/aseptic/main_bg.jpg) repeat-y top left;
}
#asepticContainer h1 {
	position: absolute;
	top: 55px;
	left: 404px;
}
#asepticContainer #content {
	top: 155px;
	left: 419px;
	height: 280px;
}
#backgroundImg, #foregroundImg {
	position: absolute;
	top: 0px;
	left: 35px;
}
#contentBg {
	position: absolute;
	top: 42px;
	left: 396px;
	width: 507px;
	height: 404px;
	background: url(/_media/images/aseptic/content_bg.gif) no-repeat top left;
}

#overviewContainer {
	position: relative;
	width: 955px;
	height: 459px;
	background: url(/_media/images/overview/overview_bg.jpg) no-repeat top left;
}
#overviewContainer h1 {
	position: absolute;
	top: 64px;
	left: 535px;
}
#overviewContainer #content {
	top: 170px;
	left: 419px;
	height: 155px;
}

#keymanagementContainer {
	position: relative;
	width: 955px;
	height: 459px;
	background: url(/_media/images/overview/keymanagement_bg.jpg) no-repeat top left;
}
#keymanagementContainer h1 {
	position: absolute;
	top: 63px;
	left: 435px;
}
#keymanagementContainer #content {
	top: 163px;
	left: 419px;
	height: 258px;
}
#keymanagementContainer #content li {
	padding: 1px 0;
}

#historyContainer {
	position: relative;
	width: 955px;
	height: 459px;
	background: url(/_media/images/overview/history_bg.jpg) no-repeat top left;
}
#historyContainer h1 {
	position: absolute;
	top: 63px;
	left: 424px;
}
#historyContainer #content {
	top: 163px;
	left: 419px;
	height: 258px;
}

#qa_rdContainer {
	position: relative;
	width: 955px;
	height: 459px;
	background: url(/_media/images/overview/qa_rd_bg.jpg) no-repeat top left;
}
#qa_rdContainer h1 {
	position: absolute;
	top: 63px;
	left: 450px;
}
#qa_rdContainer #content {
	top: 165px;
	left: 419px;
	height: 258px;
}

#brandsContainer {
	position: relative;
	width: 955px;
	height: 459px;
	background: url(/_media/images/brands/main_bg.jpg) no-repeat top left;
}
#brandsContainer h1 {
	position: absolute;
	top: 40px;
	left: 420px;
}
#brandsContainer #content {
	top: 142px;
	left: 419px;
	height: 280px;
}
#brandsContainer #content img {
	float: left;
	margin: 0 15px 12px 0;
}

#copackingContainer {
	position: relative;
	width: 955px;
	height: 459px;
	background: url(/_media/images/copacking/main_bg.jpg) no-repeat top left;
}
#copackingContainer h1 {
	position: absolute;
	top: 40px;
	left: 465px;
}
#copackingContainer #content {
	top: 145px;
	left: 419px;
	height: 190px;
}

#privatelabelContainer {
	position: relative;
	width: 955px;
	height: 459px;
	background: url(/_media/images/privatelabel/main_bg.jpg) no-repeat top left;
}
#privatelabelContainer h1 {
	position: absolute;
	top: 40px;
	left: 426px;
}
#privatelabelContainer #content {
	top: 145px;
	left: 419px;
	height: 160px;
}

#bulkingredientsContainer {
	position: relative;
	width: 955px;
	height: 459px;
	background: url(/_media/images/bulkingredients/main_bg.jpg) no-repeat top left;
}
#bulkingredientsContainer h1 {
	position: absolute;
	top: 40px;
	left: 440px;
}
#bulkingredientsContainer #content {
	top: 145px;
	left: 419px;
	height: 220px;
}

#contactContainer {
	position: relative;
	width: 955px;
	height: 459px;
	background: url(/_media/images/contact/main_bg.jpg) no-repeat top left;
}
#contactContainer h1 {
	position: absolute;
	top: 40px;
	left: 525px;
}
#contactContainer #content {
	top: 140px;
	left: 419px;
	height: 220px;
	text-align: center;
}





/* Footer
-----------------------------------------------------------------------------*/

#footer {
	width: 940px;
	background: url(/_media/images/common/footer_bg.gif) no-repeat top left;
	padding: 35px 0 15px 15px;
	color: #f6edc7;
}
#footer .yellow {
	color: #f6d594;
}
#footer .yellow a {
	color: #f6d594;
}
#footer .yellow a:hover {
	text-decoration: underline;
}

