@charset "UTF-8";
/* CSS Document */

body {
	background-color:#f1f1eb;
	background-image:url(images/bgtop.png);
	background-position:top;
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
	border:0px;
	}
	
img {
	border:none;
	}

a:link {
	text-decoration: none;
	color:inherit;
	}

#orange {
	background-color:#ffd02e;
	height:10px;
	margin:0px;
	padding:0px;
	}

#wrapper {
	width:720px;
	margin-left:auto;
	margin-right:auto;
	margin-top:60px;
	}

#logo {
	width:168px;
	height:64px;
	float:left;
	}


/**navigation**/


ul.navigation {
	width:552px;
	height:64px;
	list-style:none;
	float:left;
	padding:0px;
	margin:0px;
}

	
ul.navigation li {
	float:left;
	}

ul.navigation li a {
	display:block;
	height:64px;
	background:url(images/navigation.png);
	}

/**	Normal **/

ul.navigation li.about a {
	width:49px;
	background-position: 0 0;
	}

ul.navigation li.products a {
	width:96px;
	background-position: -49px 0;
	}

ul.navigation li.nutrition a {
	width:82px;
	background-position: -145px 0;
	}
	
ul.navigation li.franchise a {
	width:89px;
	background-position: -227px 0;
	}
	
ul.navigation li.fundraisers a {
	width:109px;
	background-position: -316px 0;
	}
	
ul.navigation li.press a {
	width:58px;
	background-position: -425px 0;
	}
	
ul.navigation li.contact a {
	width:69px;
	background-position: -483px 0;
	}
	
/**	Hovers**/

ul.navigation li.about a:hover {
	width:49px;
	background-position: 0 -64px;
	}

ul.navigation li.products a:hover {
	width:96px;
	background-position: -49px -64px;
	}

ul.navigation li.nutrition a:hover {
	width:82px;
	background-position: -145px -64px;
	}
	
ul.navigation li.franchise a:hover {
	width:89px;
	background-position: -227px -64px;
	}
	
ul.navigation li.fundraisers a:hover {
	width:109px;
	background-position: -316px -64px;
	}
	
ul.navigation li.press a:hover {
	width:58px;
	background-position: -425px -64px;
	}
	
ul.navigation li.contact a:hover {
	width:69px;
	background-position: -483px -64px;
	}

/**main**/

#main {
	background-image:url("images/main.png");
	clear:both;
	width:720px;
	height:477px;
	}

p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 8pt;
	line-height: 8pt;
	margin:  0 0 1em 0;
    padding:  0;
	color:#999;
	}
	
h1 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 8pt;
	line-height: 8pt;
	margin:  0 0 1em 0;
    padding:  0;
	color:#F29100
	}


/**footer**/

#footer {
	width:720px;
	height:84px;
	}

#footerone{
	position:absolute;
	}

#top-zone{
	overflow:hidden;
	width:353px; 
	height:200px;
	background-image:url("images/footer1.png");
	background-repeat:no-repeat;
	}

.slideshow{
	width:340px; 
	height:84px;
	margin-top:0px;
	margin-left:5px;
	padding:0px;
	overflow:hidden;
	}

.slideshow li{
	list-style:none; 
	float:left; 
	position:relative;
	}
	
.edge-holders {
	width:353px; 
	height:84px; 
	background:url("images/edge-holders.png") no-repeat top center; 
	position:relative; 
	z-index:100; 
	top:-101px;
	}
	
/**footer2**/

#footertwo{
	background-image:url(images/footer2.png);
	width:367px;
	height:84px;
	margin-left:353px;
	position:absolute;
	padding:0;
	}
	
#followusimg {
	width:136px;
	height:30px;
	}

#facebook {
	float:left; 
	margin-left:18px;
	}
	
#twitter {
	float:left; 
	margin-left:4px;
	margin-right:4px;
	}
	
#signupform {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: white;
	font-style: normal;
	font-weight: normal;
	font-size: 9pt;
	background-color: #f7e7ac;
	margin-left:12px;
	padding-left:5px;
	padding-top:3px;
	width:180px;
	height:20px;
	float:left;
	}
	
#check {
	}


