body {
	margin: 0px;
	padding: 0px;
	background: #dedda2 url(img/bar.gif) 0px 192px repeat-x;
	font: 13px/22px Georgia, Times, serif;
	color: #7e6833;
}

#container {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}

#main {
	position: relative;
	width: 950px;
	margin: 0px auto 0px auto;
}

#head {
	position: relative;
	top: 32px;
	width: 850px;
	height: 160px;
	margin: 0px 0px 0px 100px;
	background: url(img/head.gif) no-repeat;
}
#head a {
	display: block;
	width: 850px;
	height: 160px;
	text-decoration: none;
}
#head span {
	display: none;
}

#closewindow {
	position: relative;
	width: 220px;
	height: 60px;
	margin: 35px auto 0px auto;
	background: url(img/closethiswindow.gif);
}
#closewindow a {
	display: block;
	width: 220px;
	height: 60px;
	text-decoration: none;
}
#closewindow a span {
	display: none;
}

#nav {
	position: relative;
	width: /* 730px */ 583px;
	height: 60px;
	margin: 35px 0px 0px 0px;
	padding: 0px;
	background: url(img/nav.gif);
}

#nav li {
	position: absolute;
	list-style: none;
	font: 12px/15px sans-serif;
}
#nav li, #nav a	{
	display: block;
	top: 0px;
	height: 60px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	cursor: pointer;
	overflow: hidden;
}
#nav a span {
	display: none;
}

#nav1 {
	left: 0px;
	width: 140px;
}
#nav1 a {
	background: transparent;
}
#nav1 a:hover, #nav1 a.x {
	background: url(img/nav.gif) 0px -60px no-repeat;
}

#nav2 {
	left: 141px;
	width: 178px;
}
#nav2 a {
	background: transparent;
}
#nav2 a:hover, #nav2 a.x {
	background: url(img/nav.gif) -141px -60px no-repeat;
}

#nav3 {
	left: 320px;
	width: 114px;
}
#nav3 a {
	background: transparent;
}
#nav3 a:hover, #nav3 a.x {
	background: url(img/nav.gif) -320px -60px no-repeat;
}

#nav4 {
	left: 435px;
	width: 147px;
}
#nav4 a {
	background: transparent;
}
#nav4 a:hover, #nav4 a.x {
	background: url(img/nav.gif) -435px -60px no-repeat;
}

/*
#nav5 {
	left: 583px;
	width: 147px;
}
#nav5 a {
	background: transparent;
}
#nav5 a:hover {
	background: url(img/nav.gif) -583px -60px no-repeat;
}
*/

#content {
	position: relative;
	width: 950px;
	margin: 50px 0px 0px 0px;
}

/*
#homeimg {
	float: left;
	width: 505px;
	height: 550px;
	border: 0px;
}
*/
#homemovie {
	float: left;
	width: 425px;
	height: 344px;
	margin: 20px 0px 0px 34px;
}

#hometxt {
	float: left;
	width: 424px;
	margin: -16px 0px 0px 33px;
}

#backimg {
	float: left;
	width: 350px;
	border: 0px;
}

#backleft {
	float: left;
	width: 350px;
	text-align: center;
	text-transform: uppercase;
}
#backleft div {
	margin-left: 47px;
	width: 187px;
}
#backleft div a {
	font-style: normal;
}
#backleft div a:link, #backleft div a:visited, #backleft div a:active {
	color: #bd832e;
	text-decoration: none;
}
#backleft div a:hover {
	color: #bd832e;
	text-decoration: underline;
}
#backleft div span {
	color: #b8ad76;
	letter-spacing: 2px;
}
#backtxt {
	float: left;
	width: 550px;
	margin-top: -35px;
}

h2 {
	margin: 35px 0px 0px 0px;
	padding: 0px;
	height: 20px;
}
h2 span {
	display: none;
}

h2.home1 {
	width: 180px;
	background: url(img/sub-naturalIsBetter.gif) no-repeat;
}
h2.home2 {
	width: 210px;
	background: url(img/sub-naturallyIncreases.gif) no-repeat;
}

h2.about1 {
	width: 185px;
	background: url(img/sub-trustYourBrand.gif) no-repeat;
}

h2.howitworks1 {
	width: 131px;
	background: url(img/sub-howitworks.gif) no-repeat;
}

h2.faqs1 {
	width: 280px;
	background: url(img/sub-faqs.gif) no-repeat;
}

h2.testimonials1 {
	width: 354px;
	background: url(img/sub-testimonials.gif) no-repeat;
}

h2.contact1 {
	width: 280px;
	background: url(img/sub-giveUsAShout.gif) no-repeat;
}

h2.product1 {
	width: 325px;
	margin-bottom: 30px;
	background: url(img/sub-makeYourWorkout.gif) no-repeat;
}
h2.product2 {
	width: 125px;
	margin-top: 52px;
	background: url(img/sub-ingredients.gif) no-repeat;
}
h2.product3 {
	width: 115px;
	margin-top: 52px;
	background: url(img/sub-directions.gif) no-repeat;
}
h2.product4 {
	width: 230px;
	margin-top: 52px;
	background: url(img/sub-labelNutritionFacts.gif) no-repeat;
}

h2.gear1 {
	width: 257px;
	background: url(img/sub-showpride.gif) no-repeat;
}

h3 {
	margin: 17px 0px -14px 0px;
	padding: 0px;
	font: italic 15px/20px Georgia, Times, serif;
	letter-spacing: 1px;
	color: #bd832e;
}

p {
	margin: 16px 0px 22px 0px;
}

a {
	font-style: italic;
	text-decoration: underline;
}
a:link, a:visited, a:active {
	color: #a08243;
}
a:hover {
	color: #7e6833;
}

a.buynow {
	position: relative;
	width: 119px;
	height: 41px;
	display: block;
	text-decoration: none;
}
a.buynow:link, a.buynow:visited, a.buynow:active {
	background: url(img/buynow.gif) 0px 0px no-repeat;
}
a.buynow:hover {
	background: url(img/buynow.gif) 0px -41px no-repeat;
}

#backtxt ul {
	padding: 0px;
	list-style-image: url(img/bullet.gif);
	margin: 0px 0px 0px 11px;
}
* html #backtxt ul { /* IE6 */
     margin: 0px 0px 0px 16px;
}
*:first-child+html #backtxt ul { /* IE7 */
	margin: 0px 0px 0px 16px;
}
#backtxt ul li {
	list-style-type: none;
	text-indent: 0px;
}

hr {
	width: 550px;
	height: 1px;
	border: 0px;
	background: url(img/hr.gif);
	margin: 30px 0px 30px 0px;
}

#stamp {
	position: absolute;
	top: 192px;
	right: 0px;
	width: 220px;
	height: 115px;
}

#foot {
	clear: both;
	position: relative;
	width: 950px;
	height: 155px;
	padding: 50px 0px 0px 0px;
	font-size: 11px;
	color: #b3a770;
	text-align: center;
}
#foot a {
	font-style: normal;
}
#foot a:link, #foot a:visited, #foot a:active {
	color: #b3a770;
	text-decoration: none;
}
#foot a:hover {
	color: #7e6833;
	text-decoration: underline;
}
#foot span {
	font-style: italic;
}
#foot span a {
	font-style: italic;
}
#foot span a:link, #foot span a:visited, #foot span a:active {
	text-decoration: underline;
}

#paypal {
	width: 133px;
	height: 85px;
	margin: 10px 0px 0px 0px;
}

#social {
	position: absolute;
	top: 6px;
	left: 0px;
	width: 950px;
	height: 14px;
	font-size: 0px;
	line-height: 0px;
}
#social img {
	width: 14px;
	height: 14px;
	border: 0px;
	margin-left: 6px;
}

/* view cart button */

#viewcartform {
	position: absolute;
	top: 195px;
	left: 583px;
	width: 147px;
	height: 60px;
	margin: 0px;
	padding: 0px;
}

/* menu */

#menu {
	position: absolute;
	top: 240px;
	left: 100px;
	width: 260px;
	height: 115px;
	padding: 35px 0px 0px 0px;
	color: #dad09b;
	background: url(img/bg-menu.png);
	display: none;
	z-index: 7;
}
a.menu {
	display: block;
	width: 260px;
	height: 26px;
	line-height: 26px;
	margin: 10px 0px 20px 0px;
	text-align: center;
	font-style: normal;
	text-decoration: none;
}
#menu a:link, #menu a:visited, #menu a:active {
	color: #dfdda3;
}
#menu a:hover {
	color: #fff;
}

* html #menu { /* IE6 */
	background: transparent;
}
* html #ie6menu { /* IE6 */
	position: absolute;
	top: 0px;
	left: 0px;
	height: 315px;
	border: 0px;
}
* html #ie6menu { /* IE6 */
	width: 402px;
}

div.closeX {
	position: absolute;
	top: 26px;
	right: 19px;
	font: 12px/20px Verdana, Helvetica, Arial, sans-serif;
}
div.closeX a {
	font-style: normal;
	text-decoration: none;
}
div.closeX a:link, div.closeX a:visited, div.closeX a:active {
	color: #dfdda3;
}
div.closeX a:hover {
	color: #fff;
}




