/* ---------------------------------------------------------------------------------------------------------
Food for Health Main Stylesheet

version: 1.0
author: Adam Tolman
email: adam@foodforhealthint.com
last updated: May 12, 2009
--------------------------------------------------------------------------------------------------------- */

/* Default Style RESET
--------------------------------------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font,  ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
padding:10px;	
border: 1px solid #cccccc;
margin-bottom:25px;
}

table.silver {
padding-top:20px;	
border: 1px solid #cccccc;
margin-bottom:25px;
padding:0px;
}



td.salba	{
height:150px;
padding-top:20px;
}

caption, th {
	text-align: left;
	font-weight: normal;
}

h1.header	{
width:324px;
height:66px;
text-indent: -9999px;
}
/* General Styles
--------------------------------------------------------------------------------------------------------- */

body {
	background: #8C866F;
	text-align: center;
	font: 12px Arial, Helvetica, sans-serif;
	color:  #666;
}

p {
	margin: 0;
	line-height: 1.9em;
}

a.anchor {
	color:#77848D;
	text-decoration: none;
}

a {
	color: #588EB3;
	text-decoration: none;
}

a:hover {
	color: #006600;
	
}

h2 {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #77848D;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	background: url(images/line_faderight.gif) no-repeat bottom left;
}

h2.products {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #77848D;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	background:#fff;
	
}

h3 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #77848D;
	margin: 0 0 10px 0;
}

h4 {
	font-weight: bold;
}

strong {
	font-weight: bold;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

#container {
	text-align: center;
	width: 920px;
	margin: 0 auto;
}

#products-content	{
width:550px;
float:left;
margin-left:75px;
}


/* Header
--------------------------------------------------------------------------------------------------------- */

#header {
	height: 120px;
	background: url(images/bg_top.gif) no-repeat top left;
	margin: 20px 0 0 0;
}

#header #logo {
	float: left;
	background: url(images/ffh_logo.gif) no-repeat top left;
	width: 324px;
	height: 66px;
	margin: 50px 0 0 50px;
}

	/* IE6 Hack */
	* html #header #logo {
		margin: 50px 0 0 25px;
	}

#header #logo h1 {
	
}

#header #nav {
	float: left;
	margin: 70px 0 0 50px;
}

#header #nav li {
	float: left;
	margin: 0 36px 0 0;
}

#header #nav li a#selected { 
	background-position: 0 -60px;
}

#header #nav li a:hover#selected { 
	background-position: 0 -60px;
}

img	{
border:0;
}
#header #nav #home a {
	display: block;
	width: 68px;
	height: 30px;
	background: url(images/nav/home.gif) 0 0 no-repeat;
	text-decoration: none;
	text-indent: -9999px;
}

#header #nav #home a:hover { 
	background-position: 0 -30px;
}

#header #nav #about a {
	display: block;
	width: 87px;
	height: 30px;
	background: url(images/nav/about.gif) 0 0 no-repeat;
	text-decoration: none;
	text-indent: -9999px;
}

#header #nav #about a:hover { 
	background-position: 0 -30px;
}

#header #nav #products a {
	display: block;
	width: 87px;
	height: 30px;
	background: url(images/nav/products.gif) 0 0 no-repeat;
	text-decoration: none;
	text-indent: -9999px;
}

#header #nav #products a:hover { 
	background-position: 0 -30px;
}

#header #nav #contact {
	margin: 0;
}

#header #nav #contact a {
	display: block;
	width: 99px;
	height: 30px;
	background: url(images/nav/contact.gif) 0 0 no-repeat;
	text-decoration: none;
	text-indent: -9999px;
}

#header #nav #contact a:hover { 
	background-position: 0 -30px;
}


/* Content
--------------------------------------------------------------------------------------------------------- */

#content {
	background: url(images/bg.gif) top left;
	padding: 20px 0 0 0;
}

#content #content_container {
	margin: 0 auto;
	width: 860px;
	text-align: left;
}

/* Home */

#content #content_container #home_left {
	float: left;
	width: 360px;
	margin: 0 20px 0 0;
}

#content #content_container #home_left #welcome {
	background: url(images/welcome_bg.gif) no-repeat top left;
	padding: 12px 0 0 20px;
	margin: 0 0 20px 0;
}

#content #content_container #home_left #welcome h2 {
	background: url(images/welcome.png) no-repeat top left;
	text-indent: -9999px;
	margin: 0 0 5px 0;
	padding: 0;
	position: relative;
	right: 2px;
}

#content #content_container #home_left #welcome p {
	line-height: 1.7em;
	width: 95%;
	margin-bottom: 10px;
}

#content #content_container #home_left h2 {
	margin: 0 0 10px 10px;
}

#content #content_container #home_left p {
	margin: 0 0 0 10px;
}

#content #content_container #home_left img {
	float: left;
	margin: 10px 15px 0 10px;
}

#content #content_container #home_right {
	float: left;
	width:  480px;
}

#content #content_container #home_right #home_images {
    width: 480px;
    height: 232px;
	margin: 0 0 20px 0;
}

/* Non-Home Page Styles */

#content #content_container #page_header {
	margin: 0 0 20px 0;
}

#content #content_container #side {
	float: left;
	width: 320px;
	margin: 0 20px 0 0;
	text-align: right;
}

#content #content_container #side h2 {
	background: url(images/line_fadeleft.gif) no-repeat bottom right;
}

#content #content_container #main_content {
	float: left;
	width: 860px;
}

#content #content_container #main_content ul {
	list-style: outside disc;
	margin: 0 0 10px 25px;
	line-height: 1.7em;
}

#content #content_container #main_content #hq {
	float: right;
	margin: 0 0 10px 15px;
}

#content #content_container .product_item_home {
	float: left;
	width: 33%;
	text-align: center;
	border-right: 1px solid #CCC;
}

#content #content_container #last {
	border: none;
}

#content #content_container .product_item_home img {
	margin: 0 0 10px 0;
}

#content #content_container .product_item_home a img {
	margin: 0;
}

/* Products */

#content #content_container #main_content .product_item {
	float: left;
	width: 100%;
	padding:20px 0;
	
}

#content #content_container #main_content .product_item .image {
	float: left;
	width: 250px;
	margin: 0 20px 0 0;
}

#content #content_container #main_content .product_item .title_description {
	float: left;
	width: 550px;
}

#content #content_container #main_content .product_item .shopping_link {
	float: right;
	width: 200px;
	margin-left:20px;
	border:1px solid #ccc;
}

p.fda	{
color:silver;
font-size:10px;
}

#content #content_container #main_content .product_item .title_description .price {
	font-size: 22px;
	color: #390;
	text-align:center;
}

p.price	{
font-size: 22px;
	color: #390;
}


#content #content_container #main_content .product_item .title_description .price sup {
	vertical-align: text-top;
	font-size: 16px;
}

img.shop	{

}
/* Form Styles */

.form {
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
}

.form legend {
	height: 1px;
	overflow: hidden;
}

.form label {
	width: 75px;
	float: left;
	margin: 0 10px 0 0;
	font-weight: bold;
	line-height: 1.8em;
	vertical-align: middle;
	text-align: right;
}

.form label em {
	color: #C00;
	font-size: 10px;
}

.form li {
	float: left;
	width: 100%;
	padding: 4px 0;
	list-style: none;
}

.form .error {
	float: left;
	color: #C00;
	width: auto;
	margin: 0;
	font-weight: normal;
	font-size: 10px;
}

/* Gray Outlined Box */

.gray_box {
	width: 100%;
	background: url(images/gray_box/l.gif) repeat-y left top;
	margin: 0 0 10px 0;
}

.gray_box #top {
	height: 10px;
	background: url(images/gray_box/tl.gif) no-repeat left top;
}

.gray_box #top span {
	display: block;
	height: 10px;
	background: url(images/gray_box/tr.gif) no-repeat right top;
}

.gray_box #box_content {
	padding: 0 10px;
	background: url(images/gray_box/r.gif) repeat-y top right;
}

/* IE6 Hack */
* html .gray_box #box_content {
	margin: -5px 0;
}

.gray_box #bottom {
	height: 10px;
	background: url(images/gray_box/bl.gif) no-repeat left bottom;
}

.gray_box #bottom span {
	display: block;
	height: 10px;
	background: url(images/gray_box/br.gif) no-repeat right bottom;
}


/* Footer
--------------------------------------------------------------------------------------------------------- */

#footer {
	float: left;
	width: 100%;
	padding: 60px 0 20px 0;
	background: url(images/bg_bottom.gif) no-repeat top left;
	font-size: 10px;
	color: #333;
}

#footer a {
	color: #333;
	text-decoration: underline;
}

.shipping	{
margin:0 auto;
padding:15px 0 10px 24px;
}

.pricetext	{
padding-left:20px;
font-size:20px;
color:#339900;
}

.boxtext	{
padding-left:10px;
font-weight:bold;
}