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

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background: #fff url(../img/bg-main-filler.gif) repeat-y center;
}
body {
	margin: 0px 0px 0px 0px;
}
h1 {
	font-size: 1.6em;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 12px 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
	padding: 0px 0px 4px 0px;
	margin: 0px;
}
h3 {
	font-size: 1.0em;
	font-weight: bold;
	padding: 0px 0px 3px 0px;
	margin: 0px;
}
p { 
	margin:0px; 
	padding:0px 0px 24px 0px;
	line-height: 1.5em;
}

a.product-name {color:#000; text-decoration:none; font-weight:bold;}
a.product-name:hover {color:#94b123; text-decoration: underline;font-weight:bold;}


/* COLORS */

.color0 {color:#FFFFFF;}
.color1 {color:#94b123;} /* Light Green */
.color2 {color:#f1711c;} /* Bright Orange */
.color3 {color:#ecf1d8;} /* Very light Green */
.color4 {color:#265729;} /* Backround Green */
.error 	{color:#FF0000;} /* ERROR RED (for form val) */

/* DIVIDERS */
.hr-dashed {
	height: 1px;
	line-height:2px;
	xwidth: 100%;
	border-top: 1px dashed #94b123;
	margin: 12px 0px 12px 0px;
}
.hr-footer {
	height: 4px;
	line-height:4px;
	xwidth: 100%;
	border-top: 4px solid #ecf1d8;
	margin: 12px 0px 12px 0px;
}

/* CONTENT */
#content-container {
	margin: auto;
	width: 800px;
}

/* HEADER */
#header-container {
}
#header-top {
	height: 31px;
	background:url(../img/header-top-bg.gif) top;
	overflow: hidden;
	padding: 8px 0px 2px 0px;
}
#header-top-contact {
	xline-height: 41px;
	float:left;
	padding-left: 16px;
}
#header-top-search {
	text-align: right;
	padding-right: 20px;
	padding-top: 0px;
	margin:0px;
}
.phone-number {
	font-family: "Times New Roman", Times, serif;
	font-size:24px;
	font-weight: bold;
}
.sales-link {
	color:#666;
	font-size:12px;
	}

/* NAVS */

#nav-container-top {
	height: 54px;
	background: url(../img/nav-bg.gif) no-repeat;
}
#left-nav-container {
	background:url(../img/left-nav-bg.gif) repeat-y;
	margin-left:24px;
	width: 159px;
}
.left-nav {
	list-style:none;
	padding: 8px 0px 4px 8px;
	margin:0px;
}
.left-nav a {
	display:inline-block;
	padding: 0px 0px 8px 4px;
	margin: 0px;
	color:#000;
	text-decoration:none;
	font-size:11px;
	line-height:11px;
}
.left-nav a:hover {
	color:#FFFFFF;
}
.left-nav ul {
	margin:0px;
	padding:0px;
}
.left-nav ul li {
	margin:0px;
	padding-bottom: 12px;
	list-style: none;
}

#left-nav-ft{
	background: url(../img/left-nav-ft.gif);
	width: 159px;
	height: 18px;
}

/* HOME PAGE */
form.searchbox {
	padding:0px;
    margin:0px;
}
.blog-text {
	font-size: 10px;
	padding: 6px;
}
#blog-and-news-container {
	position: absolute;
	top:200px;
	left:196px;
	width: 203px;	
}
#blog-container {
	border-left: 4px solid #ecf1d8;
	border-right: 4px solid #ecf1d8;
}
.blog-hd {
	width: 203px;
	height: 7px;
	background: url(../img/blog-hd.gif) top no-repeat;
	line-height: 7px;
	font-size:1px;
}
.blog-ft {
	width: 203px;
	height: 7px;
	background: url(../img/blog-ft.gif) top no-repeat;
	line-height: 7px;
	font-size:1px;
}
#news-container {
	border-left: 4px solid #ecf1d8;
	border-right: 4px solid #ecf1d8;
}
#home-copy {
	margin-left: 200px;
	padding-right: 24px;
	padding-top:0px;
    position:absolute;
    top:470px;
    left:0px;
	width: 550px;
}
#authorizenet-seal {
	width: 140px;
	text-align: center;
	float:left;
	xheight: 200px;
	margin-left: 12px;
}
#authorizenet-seal a {color: #666666; font-size:0.9em;}
#testimonial-box-home {
	padding:12px;
	width:30%;
	background:#ecf1d8;
	margin-left: 380px;
	width: 168px;
}


/* LOGIN BOX */
#loginbox-container {
	padding-left:24px;
	width: 159px;
	float: left;
}
#loginbox-hd {
	height: 16px;
	background: url(../img/leftpod-top-orange.gif);
}
#loginbox-bd {
	background: url(../img/leftpod-bd-orange.gif) repeat-y;
	padding:0px 8px;
    font-size: 0.9em;
}
#loginbox-ft {
	background: url(../img/leftpod-bot-orange.gif);
	height: 18px;
}

/* TESTIMONIAL BOX */
#testimonialbox-container {
	padding-left:24px;
	width: 159px;
	float: left;
}
#testimonialbox-hd {
	height: 16px;
	background: url(../img/leftpod-top-green.gif);
}
#testimonialbox-bd {
	background: url(../img/leftpod-bd-green.gif) repeat-y;
	padding:8px 12px 0px 12px;
    font-size: 0.9em;
}
#testimonialbox-ft {
	background: url(../img/leftpod-bot-green.gif);
	height: 18px;
}

/* PAGE CONTENT */
#page-content-container {
	margin:0px;
	position: relative;
}
#page-bg-home{
	background: url(../img/page-bg-home.jpg) top no-repeat;
	padding-top:210px;
	width: 800px;
}
#page-bg-inner {
	background: url(../img/page-bg-inner.jpg) top no-repeat;
	padding-top:80px;
    width: 800px;
}
#left-col-container {
    width: 183px;
}
#right-col-container {
    width: 600px;
    float: right;
}
#flash-container {
	width: 400px;
	height: 455px;
	position: absolute;
	top: 30px;
	right: 0px;
}
#radio-spot-container {
	width: 250px;
	height: 40px;
	position: absolute;
	top:0px;
	right:18px;
}

/* DIET PLANS */
table.calorie-list td {padding: 4px; font-size:0.9em;}
table.calorie-list td.altcolor { background-color: #ededed;}
table.calorie-list td.total-line { border-top:1px solid #666;}

/* PRODUCT DISPLAY */
table.product-display ul { padding:0px; margin:0px;}
table.product-display li { padding:0px 0px 6px 0px; margin-left:16px;margin-top:0px;}

/* FEATURED PRODUCTS */
#featured-product-container {
	height: 200px;
	font-size:0.9em;
}

/* FOOTER */
#footer {
	padding: 0px 24px 24px 24px;
	clear: both;
	width: 750px;
	margin: auto;
}
#premium-logo {
	float:left;
}
#footer-nav {
	padding: 8px 0px 12px 12px;
	color: #CCCCCC;
}
#footer-nav a {
	font-size: 12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #666666;
	text-decoration: none;
}
#footer-nav a:hover {
	color: #f1711c;
}
.fineprint { font-size: 9px;}

/* FROM PRIMARY */

.red_bold_left {
	text-align: left;
	color: red;
	font-weight: bold;
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
}

/* SPECIAL OFFER POD */

#special-offer-pod {
	background: #fee6cd url(../img/special-offer-bg.gif) top repeat-x;
	padding: 13px;
	position: relative;
	border: 1px solid #fedab4;
	margin-bottom:24px;
}
.offer-title{
	font-weight: bold;
	text-decoration:underline;
	padding:0px;
	margin:0px;
}
.offer-text{
	padding:6px 0px;
	margin:0px;
	font-size:1.1em;
}
#special-offer-btn-container {
	width: 222px;
	height: 42px;
	position: absolute;
	bottom:-30px;
	right:10px;
}

