/* CORE Nutritionals style sheet - 5/2008 - author Zack Naylor  */

/* clear all globals - thanks eric meyer! */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* -------------------------- background and body styles ----------------------------------*/

html, body {
	margin: 0; 
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#background {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
}

body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 76%;
}


/* -------------------------- main content wrap ----------------------------------*/

#wrap {
	position:absolute; 
	width:100%; 
	height:100%; 
	top:0; 
	left:0; 
	overflow:auto; 
	z-index:2;
}


/* -------------------------- header, main nav  ----------------------------------*/

#header {
	background-image:url(images/header_bkg.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	height: 221px;
	z-index: 2;
	
	
}


#topnav {
	height:33px;
	padding-top: 72px;
	margin-left: 5px;
	background-image:url(images/nav_bkg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

p.topnav {
	float:right;
	line-height: 31px;
}

#navwrap {
	width: 639px;
	height: 31px;
	margin: 0 auto;
	
}

#navwrap a {
	color:#FFFFFF;
	font-size: 16px;
	
	text-decoration: none;
}

#navwrap a:hover {
	color:#CCCCCC;
}


/* -------------------------- main content div and banner ----------------------------------*/

#banner {
	text-align: center;
	padding-left: 10px;
	padding-top: 12px;
}

#banner img.logo {
	position:absolute;
	top: 30px;
	margin-left: -70px;
}
#main {
	margin: 0 auto;
	width: 648px;
	/*background-image:url(images/content_bkg.png);
	background-repeat: repeat-y;*/
	margin-top: 0px;
}

#main > #main-in {
	width: 648px;
	background-image:url(images/content_bkg.png);
	background-repeat: repeat-y;
	float:left;
}

/* -------------------------- left content div ----------------------------------*/


div.spacer {
	height: 1px;
}

#left {
	width:453px;
	float: left;
	background-image:url(images/left_head.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color:#E7E7E7;
	border-bottom: #999999 solid 2px;
	margin-left: 30px;
	margin-top: 15px;	
}

#left h5 {
	font-size: 30px;
	font-weight:normal;
	color: #333333;
	text-indent: 5px;
}

#left p {
	margin-top: 10px;
	margin-left: 5px;
	font-size: 14px;
	line-height: 18px;
	padding: 5px;

}

#left p.product{
	
	margin-right: 10px;
	display: block;
	float:left;
}

#left p.productdesc{
	
	display: block;
	float:left;
}

#left p.productdesc a{
	text-decoration:none;
	font-size:14px;
	font-weight: bold;
	color:#000000;
}

#left p.productdesc a:hover {
	text-decoration:underline;
	color:#666666;
}

#left h3.abc {
	margin-top: 40px;
	margin-left: 40px;
	font-size: 22px;
	font-weight:normal;
	color:#663399;
}

#left h3.pwo {
	margin-top: 40px;
	margin-left: 40px;
	font-size: 22px;
	font-weight:normal;
	color:#339933;
}

#left h3.mrp {
	margin-top: 40px;
	margin-left: 40px;
	font-size: 22px;
	font-weight:normal;
	color:#993300;
}

#left h3.zap {
	margin-top: 40px;
	margin-left: 40px;
	font-size: 22px;
	font-weight:normal;
	color:#FF9900;
}

#left h5.subhead {
	font-size: 15px;
	color: #333333;
	font-weight:bold;
}

#left h5.subhead2 {
	font-size: 12px;
	color: #666666;
	
}

#left ul {
	width: 80%;
	margin: 0 auto;
	font-size:14px;
	text-transform:uppercase;
}

#left ul li {
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#left p.facts a {
	text-align:center;
	color:#FF0000;
	font-size: 16px;
	
}

#left ul.zap {
	color:#FF0000;
	width: 60%;
	margin: 0 auto;
}

#left ul.zap li {
	list-style-type: circle;
}

#left p a {
	color:#FF0000;
}

/* -------------------------- quick launch div ----------------------------------*/

#quicklaunch-outer {
	width: 140px;
	margin-top:15px;
	margin-left: 5px;
	background-image:url(images/quicklaunch_head.png);
	background-repeat: no-repeat;
	background-position: top center;
	float:left;
	color:#FFFFFF;
	text-align:center;
	padding-top: 8px;
	font-size: 18px;
	
}


#quicklaunch {
	width: 140px;
	margin-top: 8px;
	background-color:#000000;
	color:#FFFFFF;
	float:left;
}

#quicklaunch img {
	float:left;
	clear:left;
}

#quicklaunch div.product {
	height: 50px;
	margin-top:30px;
	
}

#quicklaunch div.product a {
	text-decoration:none;
}


/*---------------------footer styles -----------------------*/

#footer {
	
	width: 100%;
	height: 170px;
	padding: 0;
	margin-top: 0px;
	float: left;
}

#footer-in {
	background-image:url(images/footer_bkg.png);
	background-repeat: no-repeat;
	width: 648px;
	height: 170px;
	background-position: left bottom;
	margin: 0 auto;
	overflow:hidden;
}

#footer-in p {
margin-left: 50px;
margin-top: 50px;
}


/*--------------- das generics syles ya? ----------------------------------*/

.bold {
	font-weight: bold;
}

.underline {
	text-decoration:underline;
}

.bitalic {
	font-weight: bold;
	font-style: italic;
}

.bunderline {
	font-weight: bold;
	text-decoration:underline;
}

.floatleft {
	float:left;
}

.clearleft {
	clear:left;
}

.center {
	text-align:center;
	}
	
.italic {
font-style:italic;
}

.big {
font-size: 16px;
}