/*The html height and margin setting keep the right scrolling bar present, so that your site won't keep shifting it's horizontal placement between short and long pages */
html {
	height: 100%;
	margin-bottom: 1px;
}
body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #000;
	text-align: left;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.1em;
}

.bodyContent {
	padding-bottom: 40px;
        padding-top:40px;
}

.paypaLink {
	float:right;
	padding-left:10px;
	width:200px;
}


/*----------BLOG-------------------*/

.blogWrap {
	padding:40px;
}

.blogDescription {
	padding:0px 0px 10px 15px;
	color:#64892E;
	font-size:80%;
}

.blogWidgetBottomContainer
{
	padding:10px 0px 10px 15px;
	color:#64892E;
	font-size:80%;
}
.blogWidgetTopContainer
{
	padding:0px 0px 10px 15px;
	color:#64892E;
}


.blogWidgetBottomItem
{

}
.blogWidgetTopItem
{

}

dd
{
	margin:1px 0 8px;
}

dl textarea
{
 height:130px;
 overflow:auto;
 width:400px;
}



/*----------NEW HOME DESIGN-------------------*/

.home6Text {
	float: left;
	position: absolute;
	padding:10px;
}

.homeWrap {
	margin-top: 10px;
	margin-bottom:20px;
}

.homeWrap h1, .homeWrap h2, .homeWrap h3 {
	line-height: 1.1em;
}

.homeTextWrap {
	height:400px;
	width: 300px;
	display:inline;
	float:left;
	margin-left:10px;
	margin-right:10px;

}

.homeText {
	padding: 10px;
}

.homeText h1 {
	font-size:18pt;
}

.homeText h2 {
	margin:10px 0px 5px 0px;
}

.home6 {
	height:120px;
	background-color: #FFFFFF;
	margin-top:10px;
	margin-bottom:10px;
	display:inline;
	float:left;
	margin-left:10px;
	margin-right:10px;
	width:300px;
}

.home6Inner {
	/*padding:5px;*/
}

.home6Inner img {
	float: right;
}

a.home6Image {
	display:block;
	height:121px;
}


/*.home6Inner img {
	float: left;
	margin-right: 10px;
	width:141px;
	height:112px;
	border:1px solid #030305;
}*/

.home6Inner h2 {
	margin-bottom:6px;
}

.home6.top {
	margin-bottom:10px;
	margin-top:0px;
}

.home6.bottom {
	margin-top: 10px;
	margin-bottom:0px;
}

.home4 {
	height:180px;
	margin-top:20px;
	margin-bottom: 60px;
}

a.image_link {
        padding-bottom:16px;
        display:block;
}
/*--------------------- Menu CSS------------------------- */

#menu1 {
	font-family: Arial;
	position: relative;
	margin: 0;
	margin-top: 0;
	z-index: 50;
}

a.menuHome {
	background-image:url('../images/home.gif');
	background-repeat:no-repeat;
	width:103px;
	height:43px;
}

a.menuHome:hover {
	background-image:url('../images/home_over.gif');
}

a.menuProducts{
	background-image:url('../images/products.gif');
	background-repeat:no-repeat;
	width:119px;
	height:43px;
}

a.menuProducts:hover {
	background-image:url('../images/products_over.gif');
}

a.menuOurBerries{
	background-image:url('../images/our_berries.gif');
	background-repeat:no-repeat;
	width:140px;
	height:43px;
}

a.menuOurBerries:hover {
	background-image:url('../images/our_berries_over.gif');
}

a.menuHealth{
	background-image:url('../images/health.gif');
	background-repeat:no-repeat;
	width:169px;
	height:43px;
}

a.menuHealth:hover {
	background-image:url('../images/health_over.gif');
}

a.menuRecipes{
	background-image:url('../images/recipes.gif');
	background-repeat:no-repeat;
	width:113px;
	height:43px;
}

a.menuRecipes:hover {
	background-image:url('../images/recipes_over.gif');
}

a.menuFamilyFarm{
	background-image:url('../images/our_farm.gif');
	background-repeat:no-repeat;
	width:176px;
	height:43px;
}

a.menuFamilyFarm:hover {
	background-image:url('../images/our_farm_over.gif');
}

a.menuContact{
	background-image:url('../images/talk.gif');
	background-repeat:no-repeat;
	width:140px;
	height:43px;
}

a.menuContact:hover {
	background-image:url('../images/talk_over.gif');
}

/*----------Product Catagory Page----------------------*/

.productCatagoryWrap {
	padding:10px 0px 0px 0px;
	clear:both;
	width:540px;
	margin:auto;
}

.catagoryImage {
	float:left;
	width:220px;
	height:220px;
	margin-right:40px;
	margin-bottom:80px;
	background-color:#A5CB38;
	padding:5px;
}

.catagoryImage img {
	width:220px;
	height:220px;
}

.catagoryText {
	padding:10px 0px 0px 0px;
	color:#014486;
	line-height:15px;
        text-align:center;
}

.catagoryText h2, .catagoryText h3 {
	margin-bottom:3px;
}

/*----------Promo Buttons----------------------*/

.promoLine1, .promoLine2 {
	font-size:1em;
	width: 270px;
	padding:5px 0px 0px 0px;
	font-weight: bold;
	margin-left: 10px;
	text-align: center;
	height: 12px;
}

.promoSmallText {
	font-size: .9em;
}

.promoMiniText {
	font-size: .7em;
}

a.promoOrder, a.promoWholesale, a.promoUpick {
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	padding: 7px 0px 16px 0px;
	text-transform: uppercase;
	color: #ffffff;
	width: 290px;
	height: 85px;
}

a.promoOrder {
	background-image:url('/images/promo_order.png');
}

a.promoOrder:hover {
	background-image:url('/images/promo_order_hover.png');
}

a.promoWholesale {
	background-image:url('/images/promo_wholesale.png');
	
}

a.promoWholesale:hover {
	background-image:url('/images/promo_wholesale_hover.png');
}

a.promoUpick {
	background-image:url('/images/promo_Upick.png');
}

a.promoUpick:hover {
	background-image:url('/images/promo_Upick_hover.png');
}

/*----------Generic Styles----------------------*/

p, li, ul, ol, td, textarea, input, select, font {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}
p, li, ul, ol {
	text-align: left;
}
img {
	border: 0;
}
td {
	vertical-align: top;
	padding: 0;
	margin: 0;
}
form {
	margin: 0;
	padding: 0;
}
p, h1, h2, h3 {
	margin: 1em 0;
}
h1, h2, h3 {
	color: #000;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
h4, h5, h6 {
	font-size: 12px;
}
.left {
	float: left;
	margin: 0 10px 10px 0;
}
.center {
	text-align: center;
}
.right {
	float: right;
	margin: 0 0 10px 10px;
}
.caption {
	font-size: 10px;
	text-align: center;
}
.border {
	border: 1px solid #333;
}
.alt {
	display: none;
}
.alert {
	font-weight: bold;
	color: #f00;
}
/*------------- Sunset Valley Styles ------------------------ */

body {
	background: #0054a6 url('../images/main_background.gif') repeat-y center;
}
p, li, ul, ol, td, th, textarea, input, select, font {
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #014486;
}
p, td, textarea, input, select {
	line-height: 1.7em;
}
p, h1, h2 {
	margin: 0 0 1em 0;
}
h3 {
	margin: 14px 0 0 0;
}
a {
	color: #64892e;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1, h2, h3 {
	color: #64892e;
}
h1 {
	font-size: 16px;
}
#main {
	width: 960px;
	margin: 0 auto;
	background: url('../images/crosshatch.gif') repeat-y;
}
#header {
	height:170px;
        width: 100%;
}
#main_content {
	padding: 40px;
}

#main_content_home_page {
	padding: 2px;
}

#book {
	margin: 0 40px 0 2px;
}
/*#sidebar {width: 320px; background: #0054a6; text-align: center;}*/
#home_content {
	width: 450px;
	padding-right: 20px;
}
#content_td {
	width: 570px;
	padding-right: 40px;
}
#sidebar img {
	margin-top: 20px;
}
#sidebar img.testimonial_bottom {
	margin-top: 0;
}
#sub_nav {
	padding: 90px 0 40px 0;
	width: 290px;
	background: url('../images/button_healthy_living.gif') no-repeat center;
}
#sub_nav li {
	margin: 0 30px;
	line-height: 2em;
	font-weight: bold;
}
#sub_nav li a:visited {
	text-decoration: none;
	color: #999;
}
#testimonials_body {
	margin-top: 0px;
	padding: 20px 0 0px 0;
	width: 290px;
	background: url('../images/testimonials_background_slice.gif') repeat-y;
}
#testimonials_body p {
	margin: 0 20px 0 25px;
	line-height: 1.3em;
	text-align: left;
}
img#l_quote {
	margin: 0 0 0 15px;
}
img#r_quote {
	margin: 0 0 0 250px;
}
#testimonials p.quote_name {
	margin: 0 40px 0 0;
	color: #64892F;
	font-weight: bold;
	text-align: right;
	padding-top: 5px;
}
.recipe {
	border: 2px dashed #A6CB39;
	margin: 20px 0;
	padding: 0 10px 10px 10px;
	clear: both;
}

.recipe ul {
        list-style-type: none;
}

.recipe ul a, .recipe p a {
	color:#014486;
	text-decoration:none;
}

.top_link {
	float: right;
	clear: both;
	margin-bottom: 10px;
}
.ingredients li {
	list-style: none;
	margin: 0;
}
.ingredients {
	margin: 10px;
}
.directions {
	margin-top: 8px;
}
.directions p {
	line-height: 1.2em;
}
#calendar dt {
	font-weight: bold;
	padding-top: 10px;
}
#calendar dd {
	margin-left: 15px;
}
#nutrient_table {
	border: 2px solid #014486;
	margin: 1em 0;
}
#nutrient_table td, #nutrient_table th {
	font-size: 12px;
	padding: 3px 5px;
	border: 1px dotted #8FACCC;
}
#nutrient_table td.title, #nutrient_table th {
	font-size: 12px;
	font-weight: bold;
}
#fineprint, .fineprint {
	font-size: 12px;
	font-style: italic;
	line-height: 1.5em;
}

/*---------------FOOTER---------------*/

.SMwrap {
	margin:auto;
	width:245px;
	padding-bottom:10px;
	padding-top:10px;
}

.SMlink {
	float:left;
	margin:0px 10px;
	width:60px;
}

#footer {
	font-size: 9px;
	font-family: Arial;
	line-height: 2em;
	color: #014486;
	text-align: center;
	padding-bottom: 20px;
	clear: both;
}
#footer a {
	color: #64892e;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}


.blue_border {
	border: solid 1px #0054A6;
}
#stages {
	width: 340px;
	padding-left: 20px;
         valign: top;
}
img.stages {
	margin: 30px 10px 0px 0;
}
#stage_photos2 {
	width: 215px;
}
.caption_right {
	margin: 0 0 10px 0;
	float: right;
	text-align: center;
	font-size: 9px;
	font-weight: bold;
}
.caption_right img {
	margin: 10px 0 10px 20px;
}
.caption_left {
	margin: 0 0 10px 0;
	float: left;
	text-align: center;
	font-size: 9px;
	font-weight: bold;
}
.caption_left img {
	margin: 10px 20px 10px 0;
}
.caption_right, .caption_left {
	line-height: 1.4em;
}
/* Ordering Page */
#products {
	width: 100%;
}
#products td {
	padding: 10px 50px 20px 0;
         border-top: 2px dashed #A6CB39;
	padding-top: 15px;
}

.productDivider {
	border-top: 2px dashed #A6CB39;
}

#products td.price {
	padding: 15px 0px 20px 0;
	width: 225px;
}
.view_cart {
	float: right;
	margin: 40px 0;
}
.add_to_cart {
	float: right;
}
.product_photo {
	width: 140px;
}
.small {
	font-size: 12px;
}
#products td p {
	font-size 11px;
	margin: 0 0 1em 0;
	line-height: 1.2em;
}
/*------------ Contact Page----------- */

.contact_instructions {
	line-height: 1em;
}
.contact_table {
	width: 700px;
}
/*---------------Shipping and Return popup---------------*/

#shipping_table {
	border: 2px solid #014486;
	margin: 1em 0;
}
#shipping_table td, #shipping_table th {
	font-size: 14px;
	padding: 3px 5px;
	border: 1px dotted #8FACCC;
}
#shipping_table th {
	font-weight: bold;
}

/*---------------------Product Nutrition Tables--------------------------- */

.product_nutrition_table {
	border: 2px solid #014486;
	margin: 1em 0;
}
.product_nutrition_table td, .product_nutrition_table th {
	font-size: 12px;
	padding: 3px 5px;
	border: 1px dotted #8FACCC;
}
div.product_data {
	float: left;
	margin-right: 40px;
	width: 210px;
}

.thankyoumsg
{
	font-size: 14px;
	font-weight: bold;
}













































































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
