@charset "UTF-8";
/* 
==============================================================================
These styles are page specific and only apply to the root default page (home)
==============================================================================
 */

/* 
	#HomeFlash{
		margin-left: auto;
		margin-right: auto;
		width: 900px;
		height: 750px;
	}
*/

#top{
	height: 75px;
}
#content{
	background: none;	
}
#contentTop{
	background: none;
	/*height: 440px;*/
}
#contentBottom{
	display: none;
}
#contentMargin{
	left: 0;
	width: 900px;
	margin-left: -26px;
	padding: 0px;
}
#contentSpacer{
	margin: 0px;
	padding: 0px;
	height: 470px;
}
#contentbg{
	background: url(/images/bg_content_home.png) no-repeat;
	height: 438px;
	width: 839px;
	margin-top: 42px;
	margin-left: 33px;
	display: inline;
}
#content_home_headline{
	background: url(/images/content_home_headline.png) no-repeat;
	height: 147px;
	width: 363px;
	position: absolute;
	top: 5px;
	left: 98px;
}
#home_greentea{
	background: url(/images/home_greentea.png) no-repeat;
	height: 224px;
	width: 91px;
	z-index: -1px;
	position: absolute;
	left: 77px;
	top: 156px;
}
#home_icedtea{
	background: url(/images/home_icedtea.png) no-repeat;
	height: 314px;
	width: 173px;
	z-index: 1000px;
	position: absolute;
	left: 145px;
	top: 109px;
}
#home_sweet{
	background: url(/images/home_sweet.png) no-repeat;
	width: 155px;
	height: 300px;
	z-index: -1000px;
	position: absolute;
	top: 124px;
	left: 285px;
}
#home_dieticed{
	background: url(/images/home_dieticed.png) no-repeat;
	width: 78px;
	height: 228px;
	z-index: -1000px;
	position: absolute;
	top: 183px;
	left: 420px;
}
#home_signup{
	background: url(/images/home_signup.png) no-repeat;
	width: 210px;
	height: 130px;
	position: absolute;
	top: 22px;
	left: 576px;
}
#home_nutreadmore{
	background: url(/images/home_nutreadmore.png) no-repeat;
	width: 222px;
	height: 261px;
	position: absolute;
	top: 144px;
	left: 576px;
}
#contentHome{
	margin: 0px;
}
#content{
	z-index: 100;
}