/* CSS for The Green Nut - Health Channel */


/* ===========================================
         MAIN LAYOUT
==============================================*/

#container-boxContent {
	position: relative;
	background: url(../images/health/splash-health_channel.jpg) 0 201px no-repeat;
	}

#main {
	padding-bottom: 70px;
	}

#splash2 {
	position: absolute;
	z-index: 100;
	top: 269px;
	left: 272px;
	_left: 242px; /* IE6 */
	}


/* ===========================================
         INTRO
==============================================*/

#intro {
	position: relative;
	z-index: 10;
	float: right;
	width: 710px;
	}

#intro .boxContent {
	padding: 12px 0 10px 40px;
	}

#intro h3 {
	float: left;
	width: 407px;
	padding-top: 23px;
	}

/* ---- Interesting Facts ---- */

#interestingFacts {
	float: left;
	width: 188px;
	margin-left: 35px;
	padding-bottom: 10px;
	padding-left: 16px;
	border-left: 1px solid #cecf72;
	}

#interestingFacts h4 {
	padding: 4px 0 4px 10px;
	}

#interestingFacts .thumb {
	float: left;
	}

#interestingFacts p {
	margin-left: 107px;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.4em;
	}

#interestingFacts .link-more {
	float: right;
	margin-top: 10px;
	background-image: url(../images/global/arrow-next-pinkBg.gif);
	background-position: right 1px;
	}


/* ===========================================
         NUTRITIONAL INFORMATION
==============================================*/

#nutritional {
	position: absolute;
	top: 402px;
	left: 46px;
	_left: 16px; /* IE6 */
	width: 340px;
	}

#nutritional .boxContent {
	padding-bottom: 12px;
	}

#nutritional .tl {
	background-image: url(../images/health/box-nutritionalInfo-tl.png);
	}
	
#nutritional-content {
	margin-top: 16px;
	}

#nutritional-content ul {
	float: left;
	width: 134px;
	}

#nutritional-content li {
	_margin-bottom: -3px; /* IE6 */
	border-bottom: 1px solid #fff;
	}
	*+html #nutritional-content li { margin-bottom: -3px; /* IE7 */ }

#nutritional-content li a {
	display: block;
	height: 34px;
	background-position: 0 0;
	background-repeat: no-repeat;
	}
	
#nutritional-content li a:hover,
#nutritional-content li a.selected {
	background-position: 0 -34px;
	}
	
#nutritional-content li span {
	display: none;
	}
	
#bu-goodFat a 		{ background-image: url(../images/health/bu-goodFat.gif); }
#bu-noCholesterol a { background-image: url(../images/health/bu-noCholesterol.gif); }
#bu-carbohydrates a { background-image: url(../images/health/bu-carbohydrates.gif); }
#bu-fiber a 		{ background-image: url(../images/health/bu-fiber.gif); }
#bu-protein a 		{ background-image: url(../images/health/bu-protein.gif); }
#bu-vitamins a 		{ background-image: url(../images/health/bu-vitamins.gif); }

#nutritional-content .panel {
	position: absolute;
	top: 46px;
	_top: 44px; /* IE6 */
	left: 149px;
	width: 144px;
	height: 159px;
	padding: 12px 17px;
	background: url(../images/health/bg-nutritionalInfo.gif) 0 0 repeat-x;
	}
	*+html #nutritional-content .panel { top: 44px; /* IE7 */ }

#nutritional-content .panel p {
	margin-bottom: 0.6em;
	font-size: 1.2em;
	line-height: 1.3em;
	}

#nutritional-content .panel ul {
	font-size: 1.1em;
	line-height: 1.1em;
	}

#nutritional-content .panel li {
	border-bottom: 0;
	}

#nutritional-content .panel li label {
	float: left;
	width: 6em;
	}

#nutritional-content .panel li sub {
	font-size: 0.9em;
	vertical-align: baseline;
	position: relative;
	top: 0.4em;
	}
	
/* ===========================================
         LATEST RESEARCH
==============================================*/

#latestResearch {
	margin: 52px auto auto 387px;
	}
	*+html #latestResearch { display: inline; /* IE7 */ }

#latestResearch .col {
	float: left;
	width: 270px;
	margin: 25px auto auto 9px;
	}

#latestResearch .last {
	width: 225px;
	margin-left: 20px;
	}

#latestResearch h4 {
	margin-bottom: 18px;
	}

#latestResearch ul {
	margin-left: 0;
	padding-left: 1.3em;
	font-size: 1.2em;
	line-height: 1.3em;
	list-style: disc;
	}

#latestResearch li {
	margin-bottom: 1em;
	}

#latestResearch a {
	text-decoration: none;
	}

#latestResearch .link-more {
	float: left;
	margin: 4px auto auto 1.3em;
	}
