/* 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;
}
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: 0px;
	width: 788px;
	background: url('../images/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/bg-arrow.jpg);
	background-repeat:no-repeat;
	background-position:left 1px;
}
#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/btn-print.gif') no-repeat;
}
#btnPrint a:hover {
	background: url('../images/btn-print-on.gif') no-repeat;
}

/* main ----- */

#homeMainContent{
	
	padding:0px;
	margin:0px;
}
#homeMainContent .leftCol{
	float:left;
	width:450px;
	margin:400px 10px 10px 10px;
}
#homeMainContent .rightCol{
	float:left;
	width:500px;
	margin:410px 10px 10px 10px;
}
#homeMainContent .buyNow{
	margin:5px 0px 0px 205px;
}
#homeMainContent .points{
	margin: 30px 0px 0px 0px;
}
#supPageMainContent{
	
	padding:0px;
	margin:0px;
}
#mainTitle {
	margin:0px;
	padding-top: 30px;
	padding-left:12px;
	width: 788px;
	text-align: center;
}
#mainTitle-half {
	margin: 0px 0px 0px 450px;
	padding-top: 40px;
	width: 400px;
	text-align: center;
}

#mainContent {
	margin: 0px 0px 0px 20px;
	width: 788px;
	background-image: url('../images/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 450px;
	width: 400px;
	background-image: url('../images/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;
	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;
}

