/* CSS Document */

/****** RESET ******/
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

/* global ----- */

body {
	background-color:#000000;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}
body.intro{
	background: url(/images/assets/intro-bg.jpg) top center no-repeat; 
	background-color: #000000; 
	margin: 0; 
	padding: 0;
}
a {
	color: #ffffff;
}
p {
	padding: 0 20px 14px 20px;
	line-height: 1.6em;
}
strong {
	font-weight: bold;
}
.clear {
	clear: both;
}
h1 {
	font-size: 160%;
}
h1, h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
h1, h2, h3 {
	padding: 0 20px 0 20px;;
	font-weight: bold;
}
h2 {
	font-size: 150%;
}
h3 {
	font-size: 120%;
}
ul .points li{
	color:#FF6600;
}
/* header ----- */

#header {
	width: 100%;
	height: 70px;
	border-bottom: #333333 1px solid;
}
#navigation {
	margin: 0 auto;
	width: 788px;
	background: url(/images/assets/header-bg.jpg) no-repeat;
}
#logo {
	float: left;
	width: 100px;
	padding: 0px 0px 0px 10px;
}
#menu {
	float: right;
	width: 678px;
	list-style: none;
	margin-top: 30px;
}
#menu li {
	float: left;
	margin-left: 25px;
	margin-right: 10px;
	padding-left: 10px;
}
#menu li a{
	color:#eaeaea;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform:uppercase;
	text-decoration:none;
}
#menu li.selected{
	background-image:url(/images/assets/bg-arrow.jpg);
	background-repeat:no-repeat;
	background-position:left 4px;
}
#menu li a:hover{
	color:#FF6600;
}
#btnPrint {
	position: relative;
	float: right;
	top: -10px;
	height: 20px;
	padding-right: 20px;
}
#btnPrint img {
	visibility: hidden;
}
#btnPrint a {
	display: block;
	width: 65px;
	height: 17px;
	background: url(/images/btns/btn-print.gif) no-repeat;
}
#btnPrint a:hover {
	background: url(/images/btns/btn-print-on.gif) no-repeat;
}

/* main ----- */
#homeMainContent{
	float: left;
	width: 830px;
	background:url(/images/assets/background-main.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	border: #000000 0 solid;
	padding:0px;
	margin:0px;
}

#homeMainContent .leftCol{
	float:left;
	width:450px;
	margin:440px 10px 10px 10px;
}
#homeMainContent .rightCol{
	float:left;
	width:330px;
	margin:410px 10px 10px 10px;
}
#homeMainContent .homeCol{
	width:404px;
	margin:90px 10px 0px 430px;
	padding-bottom:80px;
}
#homeMainContent .buyNow{
	width:120px;
	padding:0px 0px 0px 80px;
}
#homeMainContent .points{
	margin: 20px 0 0 0px;
	padding:0px;
}

#homeMainContent .points ul {
	list-style-position: inside;
	list-style-type: disc;
}
#homeMainContent .points li { margin-left: 30px; padding-bottom: 5px; line-height: 16px; }

/* International */
#homeMainContent-int{
	float: left;
	width: 830px;
	background:url(/images/assets/background-main-int.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	border: #000000 0 solid;
	padding:0px;
	margin:0px;
}

#homeMainContent-int .leftCol{
	float:left;
	width:450px;
	margin:440px 10px 10px 10px;
}
#homeMainContent-int .rightCol{
	float:left;
	width:330px;
	margin:410px 10px 10px 10px;
}
#homeMainContent-int .homeCol{
	width:404px;
	margin:90px 10px 0px 430px;
	padding-bottom:80px;
}
#homeMainContent-int .buyNow{
	width:120px;
	padding:0px 0px 0px 200px;
}
#homeMainContent-int .points{
	margin: 20px 0 0 0px;
	padding:0px;
}

#homeMainContent-int .points ul {
	list-style-position: inside;
	list-style-type: disc;
}
#homeMainContent-int .points li { margin-left: 30px; padding-bottom: 5px; line-height: 16px; }




#supPageMainContent{
	background:url(/images/assets/background-subPage.jpg) no-repeat left top;
	padding:0px 0px 0px 75px;
	margin:0px;
}
#supPageMainContent.joinTeam{
	height:500px;
}
#supPageMainContent .joinTeam #mainContent {
	width:480px;
	margin: 0px 0px 0px 20px;
	background-image: url(/images/assets/content-bg.png);
	background-repeat: repeat;
	border: #250e05 1px solid;
	border-bottom: 0;
	padding-top: 20px;
	text-align: left;
}
#supPageMainContent .joinTeam #mainTitle {
	width:480px;
	margin:0px;
	padding-top: 30px;
	padding-left:12px;
	text-align: center;
}
#mainTitle {
	margin:0px;
	padding-top: 30px;
	padding-left:12px;
	width: 788px;
	text-align: center;
}
#mainTitle-half {
	margin: 0px 0px 0px 370px;
	padding-top: 40px;
	width: 400px;
	text-align: center;
}

#mainContent {
	margin: 0px 0px 0px 20px;
	width: 788px;
	background-image: url(/images/assets/content-bg.png);
	background-repeat: repeat;
	border: #250e05 1px solid;
	border-bottom: 0;
	padding-top: 20px;
	text-align: left;
}
#mainContent-half {
	margin: 0px 0px 150px 370px;
	width: 400px;
	background-image: url(/images/assets/content-bg.png);
	background-repeat: repeat;
	background-color:#000000;
	border: #250e05 1px solid;
	border-bottom: 0;
	padding-top: 20px;
	text-align: left;
}
#flash {
	width: 500px;
	height: 529px;
	float: left;
}
#contentIntro {
	position: absolute;
	float: left;
	width: 320px;
	left: 510px;
	padding-top: 35px;
}
#contentIntro2 {
	position: relative;
	float: left;
	width: 460px;
	left: 25px;
	padding-top: 440px;
	padding-right: 25px;
}
#redeemGiftCard {
	position: relative;
	float: left;
	width: 120px;
	left: 5px;
	top: 405px;
}
#buynow_home {
	position: relative;
	float: left;
	width: 110px;
	left: 90px;
	top: 403px;
}
/* supplement facts ----- */

#SupplementFacts h1, #SupplementFacts2 h1 {
	line-height: 1.2em;
	letter-spacing: 0.3em;
	color: #000000;
	font-weight: bold;
	text-align: center;
}

#SupplementFacts, #SupplementFacts2 {
	width: 46%;
	text-align: left;
}

#SupplementFacts {
	float: left;
	padding-left: 20px;
}
#SupplementFacts2 {
	float: right;
	padding-right: 20px;
}
#SupplementFacts table, #SupplementFacts2 table {
	border-collapse: collapse;
	border: 4px double #000000;
	line-height: 1.2em;
	background-color: #ffffff;
}
#SupplementFacts .description, #SupplementFacts2 .description {
	border-bottom: #000 8px solid;
}
#SupplementFacts .col1, #SupplementFacts .col2, #SupplementFacts .col3, #SupplementFacts2 .col1, #SupplementFacts2 .col2, #SupplementFacts2 .col3 {
	border-bottom: #000000 1px solid;
	font-size: 90%;
	color: #000000;
}
#SupplementFacts .col1, #SupplementFacts2 .col1 {
	width: 60%;
	padding-left: 8px;
}
#SupplementFacts .col2, #SupplementFacts2 .col2 {
	width: 25%;
	text-align: center;
}
#SupplementFacts .col3, #SupplementFacts2 .col3 {
	width: 15%;
	text-align: right;
	padding-right: 20px;
}

/* footer ----- */

#footer {
	float: left;
	width: 100%;
	height: 50px;
	border-top: #333333 1px solid;
}
#footernav {
	width: 788px;
	margin: 0 auto;
	padding: 5px;
	font-size: 10px;
	text-align: center;
	color: #666666;
}
#footernav p {
	padding: 0 0 10px 0;
}
#footernav a {
	color: #666666;
	text-decoration: none;
}
#footernav a:hover, a:active {
	color: #666666;
	text-decoration: underline;
}
#footernav .links {
	float: left;
	width: 100%;
	margin-top: 5px;
}
#footernav .copyright {
	float: left;
	width: 100%;
	margin-top: 10px;
}
#footernav .addlnotes {
	float: left;
	width: 100%;
	margin-top: 20px;
	text-align: left;
}