@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: 82px;
	width: 317px;
	position: absolute;
	top: 30px;
	left: 123px;
}
#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/content-home-signup-newsletter.png") no-repeat;
    height: 112px;
    left: 545px;
    position: absolute;
    top: 54px;
    width: 269px;
	cursor:pointer;
}


#home_nutreadmore{
    background: url("/images/content-home-read-more.png") no-repeat;
    height: 205px;
    position: absolute;
    width: 269px;
    left: 550px;
    top: 185px;
    cursor:pointer;
}
#contentHome{
	margin: 0px;
}
#content{
	z-index: 100;
}
