/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
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;}
:focus{outline:0;}
ins{text-decoration:none;}
del{text-decoration:line-through;}
table{border-collapse:collapse;border-spacing:0;}
/* end reset */

body {
	background: #000000 url(../images/bg-body.jpg) no-repeat center top;
	font-family: Arial, Verdana, sans-serif;
	color: #484948;
	font-size: 11px;
}

a {
	color: #111111;
}

h1 a {
	overflow: hidden;
	text-indent: -1000em;
	width: 318px;
	height: 208px;
	display: block;
	background: url(../images/branding.jpg) no-repeat left bottom;
}

span.u {
	text-decoration: underline;
}

sup {
	vertical-align: super;
	font-size: 10px;
}

#main-flash {
	top: -1px;
	left: 450px;
	position: absolute;
	z-index: 1;
}

#main-content ul li a div {
	position: absolute;
	top: 495px;
	width: 190px;
	height: 12px;
	background: url(../images/slide-toggle-open.png) no-repeat right top;
}

#main-content ul li a div.toggle-close {
	background: url(../images/slide-toggle-close.png) no-repeat right top;
}

#wrapper {
	width: 960px;
	background: #101010;
	left: 50%;
	margin-left: -480px;
	position: relative;
}

#head {
	background: #000000 url(../images/bg-head.jpg) repeat-x left bottom;
	height: 319px;
	position: relative;
}

#lang-nav {
	position: absolute;
	right: 5px;
	z-index: 999;
	top: 5px;
	color: #6f6f6f;
}

#lang-nav a {
	color: #6f6f6f;
}

#nutri-slider {
	float: left;
	overflow: hidden;
	z-index: 5; /*put it on top of flash */
	position: relative;
	/* play nice with IE */
	left: 0;
	width: 850px;
}

#nutri-slider ul {
	margin: 40px 0 0 0;
	float: right;
	width: 850px;
	position: relative;
}

#nutri-slider ul li {
	background: url(../images/nutri-slide-closed.png) no-repeat right top;
	width: 330px;
	height: 59px;
	float: left;
	display: inline;
	color: #000000;
	font-size: 18px;
	font-weight: bold;
}

#nutri-slider ul li.opened {
	background: url(../images/nutri-slide-opened.png) no-repeat right top;
	width: 330px;
	height: 59px;
	float: left;
	display: inline;
}

#nutri-slider ul li p {
	padding: 15px;
	float: left;
}

#nutri-slider ul li a{
	display: block;
	width: 50px;
	height: 59px;
	float: left;
}

#nutri-slider ul li.title {
	background: url(../images/nutri-bg2.png) no-repeat left top;
	width: 222px;
	display: inline;
	margin-left: 15px;
}

#nutri-slider ul li.title a {
	color: #000000;
	font-size: 17px;
	font-weight: bold;
	/*padding: 12px 15px;*/
	padding: 8px 15px;
	display: block;
	width: 175px;
	height: 59px;
	text-decoration: none;
	text-align: center;
}

#nutri-slider ul li.title a.long {
	padding: 8px 5px;
	line-height: normal;
	width: 205px;
}

#main-content {
	padding: 0px 20px;
	position: relative;
	float: left;	/* for IE */
}

#main-content ul {
	position: relative;
	float: left;
}

#main-content ul li {
	display: inline;
	float: left;
	height: 525px;	/* fixed height for descriptive content :-( */
	/*position: relative;*/
}

#main-content ul li img {
	border: 5px solid #ffffff;
	display: block;
}

#main-content ul li .clicktolearn {
	background: url(../images/button-learnmore.png) no-repeat left top;
	width: 174px;
	height: 68px;
	position: absolute;
	left: 28px;
	top: 290px;
	display: none;
}

#main-content ul li.content {
	background: #e8f7ca;
	width: 322px;
	z-index: 1;
	min-height: 525px;
	height: auto;
}

#main-content ul li.content ul {
	margin: 16px 0;
}

#main-content ul li.content ul li{
	/*display: block;*/
	float: none;
	height: auto;
}

#main-content ul li.content ul li p {
	padding: 2px 10px 0px 10px;
}

#slide-1 a {
	background: url(../images/vitao-green.jpg) no-repeat left top;
	width: 196px;
	height: 515px;
	border: 5px solid #ffffff;
	display: block;
	text-indent: -1000em;
	overflow: hidden;
}

#slide-2 a {
	background: url(../images/vitao-red.jpg) no-repeat left top;
	width: 196px;
	height: 515px;
	border: 5px solid #ffffff;
	display: block;
	text-indent: -1000em;
	overflow: hidden;
}

#slide-3 a {
	background: url(../images/vitao-white.jpg) no-repeat left top;
	width: 196px;
	height: 515px;
	border: 5px solid #ffffff;
	display: block;
	text-indent: -1000em;
	overflow: hidden;
}

#slide-1 {
	background: url(../images/slide-shadow.png) no-repeat left top;
	padding-left: 10px;
	margin-left: -10px;
	padding-right: 10px;
	margin-right: -10px;
	position: relative;
	z-index: 4;
}

#slide-2 {
	background: url(../images/slide-shadow.png) no-repeat left top;
	margin-left: -30px;	/*do this because slide-2 is opened on page load*/
	padding-left: 10px;
	padding-right: 10px;
	margin-right: -10px;
	position: relative;
	z-index: 3;
}

#slide-3 {
	background: url(../images/slide-shadow.png) no-repeat left top;
	padding-left: 10px;
	margin-left: -10px;
	padding-right: 10px;
	margin-right: -10px;
	position: relative;
	z-index: 2;
}

#main-content ul li.content ul li {
	float: left;
	display: block;
}

#main-content ul li.content ul li div {
	float: left;
}

#main-content ul li.content ul li div p {
	float: none;
	width: 280px;
}

#main-content ul li.content ul li div ul {
	padding: 7px 14px 20px 14px;
	margin: 0;
	list-style: none;
	width: 280px;
	position: static;
}

#main-content ul li.content ul li div table {
	padding: 7px 14px 20px 14px;
	margin: 0;
	width: 280px;
	position: static;
	margin: 10px 15px 10px 15px;
}

#main-content ul li.content ul li div ul li {
	list-style: none;
	line-height: 16px;
	font-size: 12px;
	float: left;
	width: 264px;
	display: list-item;
	background: url(../images/check.gif) no-repeat left 2px;
	padding-left: 16px;
}

#main-content ul li.content ul li h2 {
	background: url(../images/bg-content-header2.jpg) repeat-x left top;
	width: 287px;	/* fixed width to set dimensions for content */
	height: 19px;
	padding: 0px 10px 0 25px;
	line-height: 19px;
	font-size: 14px;
	margin-bottom: 1px;
	cursor: pointer;
}

#main-content ul li.content ul li h2 p {
	float: left;
	padding: 0;
	display: block;
	line-height: 19px;
}

#main-content ul li.content ul li h2 a {
	display: block;
	width: 12px;
	height: 12px;
	background: url(../images/sub-slide-toggle-open2.jpg) no-repeat left top;
	text-indent: -1000em;
	float: right;
	margin-top: 4px;
}

#main-content ul li.content ul li h2 a.toggle-close {
	display: block;
	width: 12px;
	height: 12px;
	background: url(../images/sub-slide-toggle-close2.jpg) no-repeat left top;
	text-indent: -1000em;
}

#main-content ul li.content ul li p {
	padding: 7px 14px 10px 14px;
	font-size: 12px;
	line-height: 16px;
}

#full-content {
	background: #fce5d7;
	width: 594px;
	padding: 10px;
	margin-left: 157px;
}

#main-content #full-content .bull {
	float: none;
	list-style: disc inside;
}

#main-content #full-content ul li {
	padding-bottom: 10px;
	height: auto;
	float: none;
	display: list-item;
	list-style: disc inside;
}

#main-content #full-content .natural li {
	list-style: none;
	font-size: 14px;
}

#full-content ol {
	list-style-type: decimal;
	list-style-position: outside;
}

#full-content p {
	padding-bottom: 10px;
	line-height: 16px;
}

#full-content h4 {
	padding-bottom: 10px;
}

#full-content ol li {
	margin-left: 20px;
	padding-bottom: 15px;
}

#full-content ol h4 {
	text-decoration: underline;
	margin: 10px 0;
}

#full-content table {
	border: 1px solid #484948;
	margin-top: 10px;
}

#full-content table tbody {
	border: 1px solid #484948;
}

#full-content table tr, #full-content table tr td, #full-content table tr th {
	border: 1px solid #484948;
	padding: 3px;
}

#header-nav {	/*FAQ PAGE */
	background: #ffffff url(../images/faq-header.jpg) no-repeat 10px 10px;
	width: 614px;
	height: 270px;
	margin: -10px -10px 20px -10px;
	
}

#header-nav h2 {
	font-size: 30px;
	color: #ffffff;
	padding: 50px 0 25px 50px;
	line-height: 40px;
	width: 290px;
}

#header-nav a {
	background: url(../images/nutri-bg-small.png) no-repeat left top;
	margin-left: 50px;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	/*padding: 12px 15px;*/
	padding: 0 10px;
	line-height: 30px;
	display: block;
	width: 83px;
	height: 30px;
	text-decoration: none;
}

#related-content-wrapper {
	float: left;
	width: auto;
	position: relative;
}

#related-content {
	height: 530px;
	background: #ffffff url(../images/bg-related-content.jpg) repeat-x left bottom;
	width: 0px;/* set to zero for jQuery to change */
	margin: -22px 0 0 0;
	position: relative;
}

#related-content .content {
	padding: 0 10px;
}

#related-content .content ul li {
	color: #ffffff;
	height: 20px;
	line-height: 20px;
	margin: 6px 0;
	padding: 0 5px;
}

#white {
	background: url(../images/nutri-white-header.png) no-repeat left top;
	width: 233px;
}

#red {
	background: url(../images/nutri-red-head.jpg) no-repeat left top;
	width: 209px;
}
#green {
	background: url(../images/nutri-green-head.jpg) no-repeat left top;
	width: 198px;
}

#related-content .content table tr {
	height: 20px;
	line-height: 20px;
}

#related-content .content table tr td{
	padding-left: 3px;
}

#related-content .content table col.title {
	width: 135px;
}

#related-content .content table col.white {
	background: url(../images/nutri-white-table.gif) repeat-y left top;
	color: #ffffff;
	width: 36px;
}

#related-content .content table col.red {
	background: url(../images/nutri-red-table.gif) repeat-y left top;
	color: #ffffff;
	width: 36px;
}
#related-content .content table col.green {
	background: url(../images/nutri-green-table.gif) repeat-y left top;
	color: #ffffff;
	width: 36px;
}

/*Play nice with Firefox, etc. */
#related-content .content table tr td:first-child + td{ 
	color: #ffffff;
	background: url(../images/nutri-green-table.gif) repeat-y left top;
	width: 36px;
}
#related-content .content table tr td:first-child + td + td{
	color: #ffffff;
	background: url(../images/nutri-red-table.gif) repeat-y left top;
	width: 36px;
}
#related-content .content table tr td:first-child + td + td + td{ 		
	color: #ffffff;
	background: url(../images/nutri-white-table.gif) repeat-y left top;
	width: 36px;
}

/* table rounded corners */
#related-content .content table tr td.green-top {
	background: #ffffff url(../images/nutri-green-tabletop.gif) no-repeat left top !important;
}
#related-content .content table tr td.green-bottom {
	background: #c0c0c0 url(../images/nutri-green-tablebottom.gif) no-repeat left bottom !important;
}

#related-content .content table tr td.red-top {
	background: #ffffff url(../images/nutri-red-tabletop.gif) no-repeat left top !important;
}
#related-content .content table tr td.red-bottom {
	background: #c0c0c0 url(../images/nutri-red-tablebottom.gif) no-repeat left bottom !important;
}

#related-content .content table tr td.white-top {
	background: #ffffff url(../images/nutri-white-tabletop.gif) no-repeat left top !important;
}
#related-content .content table tr td.white-bottom {
	background: #c0c0c0 url(../images/nutri-white-tablebottom.gif) no-repeat left bottom !important;
}


#related-content-wrapper .bottom {
	background: url(../images/bottom-related-content.jpg) no-repeat left top;
	height: 53px;
	width: 0px; /* set to zero for jQuery to change */
}

#related-content-wrapper .bottom p {
	line-height: 46px;
	padding: 7px;
}


#footer {
	clear: left;
}

#footer p {
	padding-top: 10px;
	padding-left: 160px;
	line-height: 14px;
}

#footer p.usage {
	color: #6f6f6f;
}

#footer p.links {
	padding-left: 420px;
	margin-bottom: 10px;
}

#footer p a {
	color: #484948;
	/*border-bottom: 1px solid;*/
}

.clear {
	clear: both;
}

/*===========================================
		BEGIN THICKBOX CSS
============================================*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	float:right;
	color: #ffffff;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#ffffff;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

#TB_closeWindowButton {
	display: block;
	text-indent: -1000em;
	overflow: hidden;
	background: url(../images/closelabel.gif) no-repeat left top;
	width: 66px;
	height: 22px;
}
/*===========================================
		END THICKBOX CSS
============================================*/