@charset "utf-8";
/* CSS Document */

html, body, input, select, textarea {
	color:#363636;
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
}
#outerWrapper {
	width:940px;
	margin:0 auto;
	font-size:.8em;
}
#header {
	height:130px;
	background:url(../images/headerBg.jpg) 550px 0 no-repeat;
	margin-top:8px;
}
#header h1 a { /*main Fade Out logo*/
	display:block;
	height:115px;
	width:228px;
	background:url(../images/h1LogoFadeOut.gif);
	overflow:hidden;
	text-indent:-9999em;
}
#mainNavWrapper {
	margin: 0 0 0 40px;
}
ul#mainNav {
	background-color:#67492F;
	width:840px;
	font-size:1.2em;
}
ul#mainNav li {
	display:inline;
}
ul#mainNav li a {
	text-transform:uppercase;
	color:#fff;
	text-decoration:none;
	display:block;
	padding:3px 20px;
	float:left;
	font-weight:bold;
}
ul#mainNav li a:hover {
	background-color:#4D3B22;
}
ul#mainNav li a.current {
	background-color:#A57C66;
}
body.sectionHome li#mainNavHome span a, body.sectionProducts li#mainNavProducts span a, body.sectionDifference li#mainNavDifference span a, body.sectionRetailers li#mainNavRetailers span a, body.sectionNews li#mainNavPress span a, body.sectionContact li#mainNavContact span a {
	background-color:#A57C66;
}
#mainContainer {
	margin: 0 0 0 40px;
}
#footer {
	border-top:20px solid #A57C66;
	color:#A57C66;
	text-align:right;
	padding:5px 0;
	font-size:.9em;
	margin: 0 60px 0 40px;
}
#footer a {
	color:#A57C66;
	text-decoration:underline;
}
#footer a:hover {
	text-decoration:underline;
}
#footer ul li {
	display:inline;
	margin-left:10px;
}
h2.pageTitle {
	color:#1E1CBB;
	width:600px;
	font-size:2.7em;
	margin:0 0 20px 0px;
	padding-left:20px;
}
#mainContainer #mainColumn {
	width:540px;
	float:left;
}
#mainContainer #mainColumn .content {
	padding:0 10px 0 20px;
}
#mainContainer #sideBar {
	width:280px;
	float:left;
	padding:10px 0 0;
}
/* General typography ****************************************/
.content h3, .content h4 {
	text-transform:uppercase;
}
.content h3 span {
	text-transform:none;
	font-weight:normal;
}
.content p.intro {
	font-size:1.35em;
}
.content p.intro strong {
	color:#180D9C;
}
.content p {
	margin:0 0 1em;
	color:#363636;
}
.content ul {
	margin:0 0 .75em;
}
.content ul li {
	background:url(../images/bullet.gif) 0 .45em no-repeat;
	padding:0 0 0 10px;
	margin:0 0 .25em;
}
/* Inline lists ****************************************/
.row {
	clear:left;
	margin:0 0 10px;
}
/* HOME PAGE */
body#pageHome h2.pageTitle {
	display:none;
}
body#pageHome #hero {
	margin:0 0 10px;
}
body#pageHome #featured .feature {
	width:280px;
	float:left;
}
body#pageHome #featured .feature h3 {
	text-transform:uppercase;
	color:#fff;
	background-color:#67492F;
	display:block;
	padding:3px 10px;
}
body#pageHome #featured .feature .content {
	padding:10px;
}
body#pageHome #featured .feature img {
	float:right;
	margin:0 0 5px 10px;
}
a.featureLink {
	color:#1D1CBE;
	font-weight:bold;
	font-size:1.1em;
	text-decoration:none;
	display:block;
	margin:5px 0;
	background:url(../images/featureLinkBG.gif) 0 .2em no-repeat;
	padding:0 0 0 15px;
}
a.featureLink:hover {
	text-decoration:underline;
}
/* PRODUCTS PAGE */
body#pageProducts h2.pageTitle {
	display:none;
}
body#pageProducts #mainContainer {
	background:url(../images/pageBgProducts.jpg) 0 0 no-repeat;
	padding:30px 0 0;
}
body#pageProducts #products {
}
body#pageProducts #products .product {
	width:280px;
	float:left;
}
body#pageProducts #products .product .content {
	padding:0 20px 0 40px;
}
body#pageProducts #products .product a.featureLink {
	margin-left:25px;
	padding-right:20px;
}
/* PRODUCT DETAIL PAGE */
body#pageProduct #mainContainer {
	background:url(../images/pageBg.jpg) 0 0 no-repeat;
	padding:30px 0 0;
}
body#pageProduct #partnerProducts h3 {
	text-transform:uppercase;
	color:#1E1CBB;
	font-size:1.1em;
	margin:0 0 5px;
	background:url(../images/hr500.gif) 50% 0 no-repeat;
	padding:10px 0 0;
}
body#pageProduct #partnerProducts .product {
	width:250px;
	float:left;
}
body#pageProduct #partnerProducts .product h4 {
	text-transform:uppercase;
}
body#pageProduct #partnerProducts .product .content {
	padding:0 20px 0 40px;
}
body#pageProduct #partnerProducts .product a.featureLink {
	margin-left:5px;
}
/* SECTION DIFFERENCE */

#subNavWrapper {
	margin: 0 0 30px;
	background:url(../images/subNavBg.png);
	width:840px;
}
#subNavWrapper ul { /*margin:0 0 0 120px;*/
	margin:0 0 0 200px;
}
ul#subNav li {
	display:inline;
}
ul#subNav li a {
	text-transform:uppercase;
	color:#fff;
	text-decoration:none;
	display:block;
	padding:2px 15px;
	float:left;
	font-weight:bold;
	font-size:.9em;
	position:relative; /* ie6 needs this for links over pngs */
}
ul#subNav li a:hover {
	background-color:#99745F;
}
body#pageNaturalIngredients li#subNavIngredients span a, body#pageHowItWorks li#subNavHowItWorks span a, body#pageTips li#subNavTips span a {
	color:#411515;
	background-color:#e6c19b;
}
body.sectionDifference #mainContainer {
	background:url(../images/pageBg.jpg) 0 0 no-repeat;
	padding:0 !important;
}
body.sectionDifference h2.pageTitle {
	font-size:1.5em;
	font-weight:normal;
	color:#363636;
}
body.sectionDifference h2.pageTitle strong {
	font-weight:bold;
	color:#1E1CBB;
}
body.sectionDifference #mainContainer .content {
	padding:0 330px 0 20px;
}
/* Natural ingredients */
body#pageNaturalIngredients h2.pageTitle {
	display:none;
}
body#pageNaturalIngredients #mainContainer {
	background:url(../images/pageBgNaturalIngredients.jpg) 574px 0 no-repeat;
	min-height:550px;
	height:auto !important;
	height:550px;
}
/* How it works */
body#pageHowItWorks h2.pageTitle {
}
body#pageHowItWorks #mainContainer {
	background:url(../images/pageBgHowItWorks.jpg) 606px 0 no-repeat;
	padding:30px 0 0;
	min-height:465px;
	height:auto !important;
	height:465px;
}
body#pageHowItWorks #mainContainer .content {
	padding:0 310px 0 20px;
}
/* How it works */
body#pageTips h2.pageTitle {
}
body#pageTips #mainContainer {
	background:url(../images/pageBgTips.jpg) 598px 0 no-repeat;
	padding:30px 0 0;
	min-height:411px;
	height:auto !important;
	height:411px;
}
body#pageTips #mainContainer .content {
	padding:0 310px 0 20px;
}
/* IN THE PRESS PAGE */

body#pageNews #mainContainer {
	background:url(../images/pageBg.jpg) 0 0 no-repeat;
	padding:30px 0 0;
}
body#pageNews h2.pageTitle {
	display:none;
}
body#pageNews #pressWrapper {
	clear:both;
}
body#pageNews #mainContainer .mainContent {
	padding:60px 40px 30px;
}
.newsPaging {
	font-weight:normal;
	margin:0 0 15px;
}
.newsPaging select {
	margin:0;
	padding:0;
	border:1px solid #1E1CBB;
}
#pressList {
	margin-left:20px;
}
#pressList div.pressListItem {
	width:126px;
	float:left;
	display:inline;
	margin:0 42px 0 0;
}
#pressList div.pressListItem.last {
	margin:0;
}
#pressList .pressListItem a {
	margin:0 auto;
	display:block;
	width:116px;
	border:1px solid #2725BE;
	padding:4px;
	background-image:none;
	background-color:#fff;
}
#pressList .pressListItem a:hover {
	border:1px solid #A57C66;
}
#pressList div.pressListItem .date {
	font-size:.9em;
	color:#6c6c6c;
	display:block;
}
#pressList p {
	text-align:center;
	margin:0;
}
/* CONTACT US PAGE */
body#pageContact #mainContainer {
	background:url(../images/pageBg.jpg) 0 0 no-repeat;
	padding:30px 0 0;
}
body#pageContact h2.pageTitle {
	font-size:1.5em;
	font-weight:normal;
	color:#363636;
}
body#pageContact h2.pageTitle strong {
	font-weight:bold;
	color:#1E1CBB;
}
body#pageContact #mainContainer #sideBar {
	width:190px;
	float:left;
	padding:0;
}
body#pageContact #mainContainer #sideBar .content {
	padding:0 20px;
}
body#pageContact #mainContainer #mainColumn {
	width:560px;
	float:left;
}
body#pageContact #mainContainer #mainColumn h3 {
	color:#1E1CBB;
	font-size:1.4em;
}
body#pageContact #mainContainer #mainColumn .content {
	padding:0 0 0 20px;
}
body#pageContact dl#faqs {
	margin:20px 0;
}
body#pageContact dl#faqs dt {
	font-weight:bold;
}
body#pageContact dl#faqs dd {
	margin-bottom:1em;
}
/* RETAILERS PAGE */
body#pageRetailers #mainContainer {
	background:url(../images/pageBg.jpg) 0 0 no-repeat;
	padding:60px 0 0;
}
body#pageRetailers h2.pageTitle {
	font-size:1.5em;
	font-weight:normal;
	color:#363636;
}
body#pageRetailers h2.pageTitle strong {
	font-weight:bold;
	color:#1E1CBB;
}
body#pageRetailers #mainContainer .content {
	padding:0 80px 30px 20px;
}
ul.whereToBuy {
	margin:0 0 20px 20px;
}
ul.whereToBuy li {
	display:block;
	width:230px;
	float:left;
	margin:0 40px 0 0;
}
body#pageRetailers #mainContainer .content p.featureText {
	font-weight:bold;
	font-size:1.1em;
	text-align:center;
}
body#pageRetailers #mainContainer .content p.featureText a {
	white-space: nowrap;
	padding-right:15px;
	background:url(../images/featureLinkBG.gif) 100% .2em no-repeat;
	color:#1E1CBB;
	text-decoration:none;
}
body#pageRetailers #mainContainer .content p.featureText a:hover {
	text-decoration:underline;
}
/* REFER PAGE */

body#pageRefer #mainContainer {
	background:url(../images/pageBg.jpg) 0 0 no-repeat;
	padding:30px 0 15px 0;
}
body#pageRefer h2.pageTitle {
	font-size:1.5em;
	font-weight:normal;
	color:#363636;
}
body#pageRefer h2.pageTitle strong {
	font-weight:bold;
	color:#1E1CBB;
}
#formReferProduct {
	padding:0 280px 0 20px;
}
/* Form buttons ************************************************/
.button {
	background-position:50% 0;
	border:1px none #000;
	cursor:pointer;
	display:block;
	height:21px;
	padding:20px 0 0;
	width:64px;
	margin:0 5px 0 0;
	float:left;
	text-indent:-999em;
}
input.button:hover {
	background-position:50% -21px;
}
.button.cancel {
	background-image:url(../images/btnCancel.gif);
}
.button.continue {
	width:80px;
	background-image:url(../images/btnContinue.gif);
}
.button.sendIt {
	width:70px;
	background-image:url(../images/btnSendIt.gif);
}
/* REFER CONFIRMATION PAGE */

body#pageRefer #mainContainer .content {
	padding:0 80px 30px 20px;
}
/* SITEMAP */
body#pageSiteMap #mainContainer {
	background:url(../images/pageBg.jpg) 0 0 no-repeat;
	padding:30px 0 0;
}
body#pageSiteMap h2.pageTitle {
	color:#363636;
	font-size:1.5em;
	font-weight:normal;
	margin-bottom:10px;
}
ul.sitemap a {
	color:#1D1CBE;
	font-weight:bold;
	text-decoration:none;
	font-size:1.1em;
	background:url(../images/featureLinkBG.gif) 0 .2em no-repeat;
	padding:0 0 0 15px;
}
ul.sitemap a:hover {
	text-decoration:underline;
}
ul.sitemap ul a {
	color:#363636;
	background:none;
}
ul.sitemap ul ul ul a {
	font-weight:normal;
}
ul.sitemap li {
	margin-top:7px;
	background:none;
}
ul.sitemap ul li {
	margin-top:7px;
}
