form { margin: 0; padding: 0; }

img { border: none; }

html {
	height: 100%;
	margin-bottom: 1px;
}

table {
	margin: 0;
	padding: 0;
}

html, body, td, th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 21px;
	color: #000000;
}

body {
	margin: 0;
	padding: 0;
	background-color: #cddcc8;
	text-align: left;
}

a {
	color: #00442f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	font-family: ;
	font-weight: 100;
	letter-spacing: ;
	color: ;
	text-transform: ;
}

h1 { font-size: 26; line-height:normal; }

h2 { 
	font-size: 18px;
	color: #aa8d57;
	margin-bottom: 10px; 
}

h3 { font-size: ; }

h4 { font-size: ; }

h5 { font-size: ; }
	
blockquote {
	margin: ;
	padding: ;
	text-align: ;
}

hr {
	border: 0;
	width: 100%;
	color: #eace81;
	background-color: #eace81;
	height: 1px;
	margin: 20px 0px;
}

#header {
	width: 780px;
	height: 116px;
	margin: 0 auto;
	padding: 0;
	background:url(images/header.jpg) top center no-repeat;
}

#nav {
	width: 780px;
	height: 24px;
	margin: 0 auto;
}

#main-content {
	width: 762px;
	margin: 0 auto;
	padding: 3px 8px 0px 8px;
	background-image: url(images/main-content-bg.gif);
	background-position: top center;
	background-repeat: repeat-y;
	border-left: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
}

#footer {
	width: 770px;
	height: 38px;
	margin: 0 auto;
	padding: 8px 5px 0px 5px;
	font-size: 12px;
	font-variant: small-caps;
	background: url(images/footer-top.gif) no-repeat top center;
	color: #2e4a4e;
}

#footer-left {
	width: 685px;
	//float: left;  /* IE 6 floating height fix */
}

#footer-right {
	text-align: right;
	width: 85px;
	float: right;
}

#footer a {
	font-family: ;
	text-transform: ;
	color: #2e4a4e;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

.img-title {
	margin-bottom: 25px;
}

.border { border: 1px solid #eace81; }

.text-area { padding: 30px; }

.text-black { color: #000000; }

.text-white { color: #ffffff; }

.text-blue { color: #ccffff; }

.text-red { color: #fe0000; }

.text-brown { color: #716144; }

.text-gold { color: #aa8d58; }

.text-green { color: #00442f; }

.text10 { font-size: 10px; }
.text12 { font-size: 12px; }
.text14 { font-size: 14px; }
.text16 { font-size: 16px; }
.text18 { font-size: 18px; }
.text30 { font-size: 30px; }

.link-large {
	font-size: 18px;
	font-variant: small-caps;
}

.link-large a {
	color: #00442f;
	text-decoration: underline;
}

.link-large a:hover {
	text-decoration: none;
}

.link-right {
	margin: 25px 0px 0px 0px;
	text-align: right;
}

.link-brown, link-brown a {
	color: #716144;
}
	

/* CART-ONLY */

.cart-header {
	background-color: #fbf8ef;
	width: 100%;
}

/*
 *
 *  home.tpl
 *
*/

#home-just-juice {
	width: 330px;
	height: 154px;
	padding: 20px 24px 0px 24px;
	//float: left;
}

#home-where-to-buy {
	background-image: url(images/home-store-finder.gif);
	width: 330px;
	height: 72px;
	padding: 20px 24px 0px 24px;
	//float: left;
}

#home-did-you-know {
	background-image: url(images/home-did-you-know-bg.jpg);
	width: 330px;
	height: 251px;
	padding: 20px 24px 0px 24px;
	float: right;
}

/*
 *
 * about.php
 *
*/

#about-right {
	background-color: #e8d69f;
	width: 162px;
	height: 530px;
	padding: 20px;
	text-align: center;
	color: #ffffff;
	line-height: normal;
}

#about-right ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 15px;
}

#about-right li {
	margin: 0;
	padding: 8px 0px 0px 0px;
}

/*
 *
 * products.php
 *
*/

#products-promo-box {
	/*width: 202px;*/
	height: 360px;
	padding: 0;
	margin: 0;
	text-align: left;
	background: #ffffff;
}

.product-nutritionals-container {
	border: 1px solid #000000;
	padding: 2px;
	width: 319px;
}

.product-nutritionals, .product-nutritionals td {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 130%;
}

.product-nutritionals-thick {
	border-top: solid 10px #000000;
}

.product-nutritionals-medium {
	border-top: solid 5px #000000;
}

.product-nutritionals-thin {
	border-top: solid 1px #000000;
}