/* Absolute Nutrition Style Sheet */

body {
	background: #FFFFFF url("../images/body_bg.png") top repeat-x;
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	color: #2f3438;
	font-size: medium;
}

#wrapper {
	width: 795px;
	background: #FFFFFF;
	margin: auto;
}

/* @group Header */

#header {
	height: 165px;
	width: 795px;
	margin: 0;
	padding: 0;
	background: #fff url("../images/header2.png") right no-repeat;
	text-align: left;
}

#fittext {
	font-size: 120%;
	font-style: italic;
	position: absolute;
	top: 80px;
	margin-left: 470px;
	z-index: 2000;
	width: 300px;
}

/* @end */

#content_container {
	min-height: 625px;
	width: 795px;
	background: #fff url("../images/content_bottom_bg.png") bottom no-repeat;
	margin: auto;
	float: left;
	clear: both;
}

#left_shim {
	width: 66px;
	height: 308px;
	background: #fff url("../images/side_topleft.png") top no-repeat;
	float: left;
}

#right_shim {
	width: 67px;
	height: 308px;
	background: #fff url("../images/side_topright.png") top no-repeat;
	float: right;
}

/* @group Content Wrap */

#content_wrap {
	background: #a7d4f2 url("../images/content_bg.png") repeat-x top;
	padding: 15px 15px 5px 15px;
	width: 632px;
	float: left;
	min-height: 425px;
}

/* @end */

/* @group Content */

#content {
	margin: 0 0 0 200px;
	width: 431px;
	float: none;
	min-height: 425px;
}


#home_topimage {
	width: 625px;
	margin: auto;
	border: 3px solid #f9e64c;
	margin-bottom: 20px;
}

#content p {
	font-size: 90%;
	line-height: 150%;
}

#content li {
	font-size: 90%;
}

#content p img {
	border: 1px #2f3438 solid;
	float: right;
	margin: 3px 2px 3px 10px;
}

#content img.noborder {
	border: none;
	float: none;
}

#content h1 {
	font-size: 140%;
	color: #cb1a1a;
	font-family: georgia, times, serif;
	text-align: right;
	border-bottom: 2px solid #f9e64c;
	display: block;
	padding: 5px;
	width: 430px;
	float: right;
	margin: 0 0 10px 0;
}

#content h2 {
	font-size: 115%;
	color: #383892;
	font-family: georgia, times, serif;
}

#content h3 {
	font-size: 105%;
	color: #cb1a1a;
	font-family: georgia, times, serif;
	text-align: right;
	border-bottom: 2px solid #f9e64c;
	display: block;
	padding: 5px;
	width: 430px;
	float: right;
	margin: 0px 0 20px 0;
}

#content h4 {
	font-size: 100%;
	color: #383892;
	margin: 0 0 10px 0;
	padding: 0;
	font-family: georgia, times, serif;
}

#content h5 {
	font-size: 90%;
	color: #cb1a1a;
	margin: 0;
	padding: 0;
	font-family: georgia, times, serif;
}

#content h6 {
	font-size: 80%;
	color: #cb1a1a;
	margin: 0;
	padding: 0;
	font-family: georgia, times, serif;
}

#content p a {
	color: #383892;
	text-decoration: none;
	border-bottom: 1px dashed #383892;
}

#content p a:hover {
	color: #fef6b0;
	text-decoration: none;
	border-bottom: 1px dashed #fef6b0;
}

/* @end */

/* @group Left Column */

#left_column {
	float: left;
	width: 188px;
	margin-bottom: 20px;
}

/* @end */

/* @group Nav */

.main_menu {
	float: left;
	width: 168px;
	background: #d9ebf9 url("../images/menu_back.png") top repeat-x;
	border: 1px #2f3438 solid;
	color: #383892;
	margin: 0 20px 10px 0;
	padding: 0;
}

.main_menu ul {
	padding: 0;
	margin: 0;
}

.main_menu li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.main_menu li a {
	color: #383892;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #2f3438;
	font-size: 110%;
	margin: 0;
}

.main_menu li a:hover {
	color: #2f3438;
	background: #fef6b0;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #2f3438;
	margin: 0;
}

.main_menu a.noborder {
	border: none;
}
.main_menu a:hover.noborder {
	border: none;
}

.diet_tips_menu ul {
	padding: 0;
	margin: 0;
}

.diet_tips_menu li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.diet_tips_menu li a {
	color: #2f3438;
	text-decoration: none;
	display: block;
	padding: 3px 5px 3px 20px;
	border-bottom: 1px solid #2f3438;
	font-size: 90%;
	margin: 0;
	font-style: italic;
}

.diet_tips_menu li a:hover {
	color: #cb1a1a;
	background: #fff;
	text-decoration: none;
	display: block;
	padding: 3px 5px 3px 20px;
	border-bottom: 1px solid #2f3438;
	margin: 0;
}

.store_menu ul {
	padding: 0;
	margin: 0;
}

.store_menu li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.store_menu li a {
	color: #2f3438;
	text-decoration: none;
	display: block;
	padding: 3px 5px 3px 20px;
	border-bottom: 1px solid #2f3438;
	font-size: 90%;
	margin: 0;
	font-style: italic;
}

.store_menu li a:hover {
	color: #cb1a1a;
	background: #fff;
	text-decoration: none;
	display: block;
	padding: 3px 5px 3px 20px;
	border-bottom: 1px solid #2f3438;
	margin: 0;
}


/* @end */

/* @group Email Opt In */

#email_optin {
	float: left;
	width: 158px;
	background: #d9ebf9 url("../images/menu_back.png") top repeat-x;
	border: 1px #2f3438 solid;
	color: #383892;
	margin: 0 20px 5px 0;
	padding: 5px;
	text-align: center;
}

#email_optin p {
	font-size: 80%;
	font-style: italic;
	padding: 0;
	margin: 5px 0 0 0;
}

.signup_button {
	color: #2f3438;
	background: #fef6b0;
	border:1px solid #2f3438;
	font-family:times,georgia,serif;
	margin:0pt 0pt 0pt 0px;
	padding:3px;
}

/* @end */

/* @group Callout */

#callout_head h2 {
	border-left: 1px #2f3438 solid;
	border-top: 1px #2f3438 solid;
	border-right: 1px #2f3438 solid;
	width: 158px;
	padding: 5px;
	display: block;
	margin: 5px 20px 0 0;
	text-align: center;
	font-size: 100%;
	background:#FEF6B0;
	float: left;
}

#callout_head h2 a {
	color: #383892;
	text-decoration: none;
	border-bottom: none;
}

#callout_head h2 a:hover {
	color: #383892;
	text-decoration: none;
	border-bottom: none;
}

#callout {
	float: left;
	width: 158px;
	background: #d9ebf9 url("../images/menu_back.png") top repeat-x;
	border: 1px #2f3438 solid;
	color: #383892;
	margin: 0px 20px 5px 0;
	padding: 5px;
}

#callout img {
	border: 1px solid #383892;
}

#callout a {
	border-bottom: none;
}

/* @end */

/* @group Left Testimonial */

#left_testimonial {
	float: left;
	width: 164px;
	margin: 10px 20px 5px 0;
	padding: 12px 10px;
	background: #FEF6B0;
	border: 1px solid #383892;
	color: #383892;
	font-size: 95%;
	line-height: 130%;
	font-family: Times, Georgia, serif;
}

#left_testimonial p {
	margin: 3px 0 0 0;
	font-size: 90%;
}

/* @end */

/* @group Home Products */

#home_products {
	width: 154px;
	float: left;
	margin: 10px 20px 5px 0;
	clear: both;
}

.home_products img {
	border: 1px solid #383892;
}

.home_products td {
	font-size: 85%;
	text-align: center;
	padding: 3px;
	line-height: 150%;
	vertical-align: top;
}

.home_products_text a {
	color: #383892;
	text-decoration: none;
	border-bottom: 1px dashed #2f3438;
}

.home_products_text a:hover {
	color: #fef6b0;
	text-decoration: none;
	border-bottom: 1px dashed #fef6b0;
}

#home_products_bottom {
	clear: both;
	margin: auto;
	width: 625px;
	padding-top: 20px;
}

#home_products_bottom td {
	padding-top: 5px;
}

/* @end */

/* @group View Product Line */

#productline {
	width: 168px;
	float: left;
	margin: 5px 20px 5px 0;
}

/* @end */

/* @group Shop Now */

#shopnow {
	width: 170px;
	padding: 10px;
	background: #383892 url("../images/shopnow_back.png") top no-repeat;
	color: #FFF;
	border: #f9e64c 3px solid;
	text-align: center;
	margin-left: 200px;
}

#shopnow h2 {
	font-size: 140%;
	color:#fff;
	font-family: arial, helvetic, sans-serif;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

#shopnow h2 a {
	color:#fff;
	text-decoration: none;
	border: none;
}

/* @end */

/* @group Testimonials */

.testimonials_one {
	margin: 5px 0 5px 5px;
	width: 180px;
	background: #FEF6B0;
	border: 1px solid #383892;
	padding: 12px 10px;
	color: #383892;
	float: right;
	font-size: 95%;
	line-height: 130%;
	font-family: Times, Georgia, serif;
	min-height: 220px;
}

.testimonials_one p {
	margin: 3px 0 0 0;
}

#testimonials_two {
	margin: 5px 5px 5px 0;
	width: 180px;
	background: #D9EBF9;
	border: 1px solid #383892;
	padding: 12px;
	color: #383892;
	float: right;
	font-size: 95%;
	line-height: 130%;
	font-family: Times, Georgia, serif;
	min-height: 220px;
}

#testimonials_two h4 {
	margin: 2px;
	padding: 0;
	font-size: 110%;
	text-align: center;
}

#testimonials_two img {
	border: 1px solid #383892;
}

#testimonials_two p {
	margin: 3px 0 0 0;
}

#testimonials_two p a {
	color: #383892;
}

#testimonials_two p a:hover {
	color: #cb1a1a;
	border-bottom: 1px dashed #cb1a1a;
}


#testimonials_three {
	margin: 5px 5px 5px 0;
	width: 175px;
	background: #FEF6B0;
	border: 1px solid #383892;
	padding: 12px;
	color: #383892;
	float: left;
	font-size: 95%;
	line-height: 130%;
	font-family: Times, Georgia, serif;
	min-height: 220px;
}

.testimonials_link {
	margin: 5px 5px 5px 0;
	width: 286px;
	background: #FFF url("../images/button_back.png") repeat-x bottom;
	border: 2px solid #F9E64C;
	padding: 10px;
	color: #383892;
	float: left;
	text-align: center;
	font-size: 90%;
	line-height: 150%;
	clear: both;
	font-weight: bold;
}

.testimonials_link a {
	color: #383892;
	text-decoration: none;
	border-bottom: 1px dashed #383892;
}

.testimonials_link a:hover {
	color: #cb1a1a;
	text-decoration: none;
	border-bottom: 1px dashed #cb1a1a;
}

.products_link {
	margin: 5px 0px 5px 0;
	width: 282px;
	background: #FFF url("../images/button_back.png") repeat-x bottom;
	border: 2px solid #F9E64C;
	padding: 10px;
	color: #383892;
	float: right;
	text-align: center;
	font-size: 90%;
	line-height: 150%;
	font-weight: bold;
}

.products_link a {
	color: #383892;
	text-decoration: none;
	border-bottom: 1px dashed #383892;
}

.products_link a:hover {
	color: #cb1a1a;
	text-decoration: none;
	border-bottom: 1px dashed #cb1a1a;
}

/* @end */

/* @group Contact Form */

#contact_form {
	float: none;
	clear: right;
}

#contact_form th {
	text-align: right;
	font-weight: normal;
	font-size: 90%;
}

/* @end */

/* @group Store */

#store_container {
	width: 400px;
	text-align: center;
	float: right;
	clear: right;
	margin-right: 15px;
}

.store_item {
	text-align: center;
	min-height: 200px;
}

.store_item img {
	border: 1px solid #383892;
}

.store_item_text {
	font-size: 90%;
	color: #383892;
	text-decoration: none;
	border-bottom: 1px dashed #383892;
}

.store_item_text a {
	color: #383892;
	text-decoration: none;
	border-bottom: 1px dashed #383892;
}

.store_item_text a:hover {
	color: #fef6b0;
	text-decoration: none;
	border-bottom: 1px dashed #fef6b0;
}

.store_item td {
	vertical-align: top;
	padding: 5px 10px 5px 6px;
}

#product_container {
	clear: right;
}

#product_container table {
	padding: 0;
	margin: 0;
}

#product_container td {
	vertical-align: top;
	padding: 0 10px 5px 3px;
}

#product_container img {
	border: 1px solid;
	margin: 3px 8px 3px 0;
}

.price {
	font-size: 90%;
	font-weight: bold;
	color: #383892;
}

.button {
	background:#FEF6B0 none repeat scroll 0% 50%;
	border:1px solid #2F3438;
	color:#2F3438;
	font-family:times,georgia,serif;
	margin:4px 3px;
	padding:3px;
}

th .button {
	width: 90%;
}

.button a:hover {
	color: #cb1a1a;
}

.button td {
	width: none;
}

.store_item select {
	width: 100px;
	font-size: 90%;
	color: #383892;
}

#product_container select {
	font-size: 90%;
	color: #383892;
}

/* @end */

/* @group Cart */

.zip_code {
	font-size: 90%;
}

.register {
	font-size: 90%;
	clear: right;
}

.register a {
	color: #383892;
}

.register a:hover {
	color: #cb1a1a;
}

#cart {
	font-size: 90%;
	clear: right;
}

#cart th {
	padding-bottom: 3px;
	border-bottom: 1px solid #F9E64C;
}

#cart a {
	color: #383892;
}

#cart a:hover {
	color: #cb1a1a;
}

#cart_table table {
	margin: auto;
}

#cart_table th {
	font-size: 90%;
	font-weight: normal;
}

#cart_table td {
	font-size: 90%;
}

/* @end */

/* @group Glycemic Index */

.gi_table {
	clear: right;
	font-size: 90%;
	width: 95%;
}

.gi_table td {
	vertical-align: top;
	font-size: 90%;
	padding: 3px 3px 6px 3px;
	width: 50%;
}

.gi_table strong {
	font-size: 110%;
}

/* @end */

/* @group Footer */

#footer {
	clear: both;
	width: 695px;
	height: 50px;
	padding: 20px 50px 10px 50px;
	background: #fff url("../images/footer_back.png") top no-repeat;
	font-size: 80%;
	text-align: right;
}

#footer p {
	padding-top: 10px;
	border-top: 2px solid #f9e64c;
}

#footer a {
	color: #383892;
}

/* @end */