body, html, p, h1{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}

body{
	background-image:url(slices/background.jpg);
	background-repeat:repeat-x;
	background-color:#92D2EF;
}

#wrapper{
	width:100%;
	margin:auto;
	text-align:center;
}

#topper{
	width:950px;
	height:128px;
	background-image:url(slices/topper.jpg);
	background-repeat:no-repeat;
	clear:both;
	margin:auto;
}

#menu{
	width:950px;
	height:51px;
	background-image:url(slices/menu-back.jpg);
	background-repeat:no-repeat;
	clear:both;
	margin:auto;
}

#banner{
	width:950px;
	height:297px;
	clear:both;
	margin:auto;
}

.bannerText {
	width:520px;
	min-height:50px;
	margin:100px 0 0 47px;
	float:left;
}

.bannerTextInner {
	width:400px;
	min-height:50px;
	margin:100px 50px 0 0;
	float:right;
}

.bannerTextBuy {
	width:360px;
	min-height:50px;
	margin:100px 50px 0 0;
	float:right;
}

.bannerTextBenefits {
	width:430px;
	min-height:50px;
	margin:100px 118px 0 0;
	float:right;
}

.bannerText p, .bannerTextInner p{
	
	font-size:16px;
	color:#FFFFFF;
	line-height:23px;
	text-align:left;
}

.bannerText p, .bannerTextInner p, .bannerTextBenefits p, .bannerTextBuy p{
	
	font-size:16px;
	color:#FFFFFF;
	line-height:23px;
	text-align:left;
}

#tiles{
	width:950px;
	height:404px;
	background-image:url(slices/home-back.jpg);
	background-repeat:no-repeat;
	clear:both;
	margin:auto;	
}

.tileContent{
	float:right; 
	width:160px; 
	min-height:100px; 
	line-height:17px; 
	font-size:12px; 
	text-align:left; 
	color:#666666;
}

#tileFooter{
	width:950px;
	height:300px;
	background-image:url(slices/healthy.jpg);
	background-repeat:no-repeat;
	clear:both;
	margin:auto;
}

.tileFooterContent{
	float:right;
	width:500px;
	min-height:100px; 
	line-height:17px; 
	font-size:12px; 
	color:#666666;
	margin:60px 50px 0 0;	
}

.tileFooterContent p{
	margin:10px 0;
}

#footer{
	width:100%;
	height:300px;
	background-image:url(slices/footer.png);
	background-position:center;
	background-repeat:no-repeat;
	clear:both;
	margin:auto;
}

#main{
	width:850px;
	padding:10px 50px;
	min-height:400px;
	background-image:url(slices/main-back.jpg);
	background-repeat:repeat-y;
	clear:both;
	margin:auto;
	text-align:left;
}

#main h1{
	font-size:26px;
	font-weight:lighter;
	color:#608429;
}

#main p{
	margin:10px 0;
	font-size:12px;
	color:#666666;
	line-height:17px;
}

#main-top{
	width:950px;
	height:49px;
	background-image:url(slices/main-top.jpg);
	background-repeat:no-repeat;
	clear:both;
	margin:auto;
}

#main-bottom{
	width:950px;
	height:49px;
	background-image:url(slices/main-bottom.png);
	background-repeat:no-repeat;
	clear:both;
	margin:auto;
}	



/* ------ Main Menu ------ */
/*
#nav{ 
	float:left;
	width: 673px;
	height:51px;
	margin:0 0 0 144px;;
} 

#mainMenu {
  width: 673px;
	height: 51px;
  margin: 0px auto;
	padding: 0; 
  position: relative;
	background-image:url(slices/menu.jpg);
}
	
#mainMenu li {
  margin:0;
	padding:0;
	list-style: none;
  position: absolute;
	top: 0;
	height:51px;
	display: block;
}
	
#mainMenu a {
	height:51px;
	display: block;
}
	
#mainMenu span {
	display:none;
}
		
#panel1b {
	left:0;
	height:51px;
	width:115px;
}

#panel2b {
	left:115px;
	height:51px;
	width:214px;
}

#panel3b {
	left:329px;
	height:51px;
	width: 218px;
}

#panel4b {
	left:547px;
	height:51px;
	width:156px;
}

#panel1b a:hover {
    background:transparent url(slices/menu.jpg) 0 -51px no-repeat;
}

#panel2b a:hover {
    background: transparent url(slices/menu.jpg) -115px -51px no-repeat;
}

#panel3b a:hover {
    background: transparent url(slices/menu.jpg) -329px -51px no-repeat;
}

#panel4b a:hover {
    background: transparent url(slices/menu.jpg) -547px -51px no-repeat;
}	
*/
/* ------ Footer Menu ------ */

#fnavWrap{
	width:950px;
	height:300px;
	clear:both;
	margin:auto;
	background-image:url(slices/footer-logo.png);
	background-repeat:no-repeat;
}

#fnav{ 
	float:right;
	width: 674px;
	height:45px;
	margin:250px 20px 0 0;
} 

#fmainMenu {
  width: 674px;
	height: 45px;
  margin: 0px auto;
	padding: 0; 
  position: relative;
	background-image:url(slices/footer-menu.jpg);
}
	
#fmainMenu li {
  margin:0;
	padding:0;
	list-style: none;
  position: absolute;
	top: 0;
	height:45px;
	display: block;
}
	
#fmainMenu a {
	height:45px;
	display: block;
}
	
#fmainMenu span {
	display:none;
}
		
#fpanel1b {
	left:0;
	height:45px;
	width:115px;
}

#fpanel2b {
	left:115px;
	height:45px;
	width:214px;
}

#fpanel3b {
	left:329px;
	height:45px;
	width: 218px;
}

#fpanel4b {
	left:547px;
	height:45px;
	width:156px;
}

#fpanel1b a:hover {
    background:transparent url(slices/footer-menu.jpg) 0 -45px no-repeat;
}

#fpanel2b a:hover {
    background: transparent url(slices/footer-menu.jpg) -115px -45px no-repeat;
}

#fpanel3b a:hover {
    background: transparent url(slices/footer-menu.jpg) -329px -45px no-repeat;
}

#fpanel4b a:hover {
    background: transparent url(slices/footer-menu.jpg) -547px -45px no-repeat;
}	






