/*
   Screen Style Sheet for NaturalGardening.com website.
   $Id: style.css 115 2010-02-01 19:18:03Z dimaxsvn $

   Ensure all changes are tested against both browsers 
   prior to launch
*/

P,TD,.default {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;;
	font-style : normal;
	color: #000000;
}
TH, .big {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 16px;
	color : #000000;
}
.extrabig {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-weight : bold;
	color : #00639C;
}
.small {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;;
	font-style : normal;
/*	color : #000000; */
}
H1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
}
.footer, SPAN.errorSub {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	color: #666666;
}
p.bigletter {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;;
	font-style : normal;
}
.warning {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;;
	font-style : normal;
	color: #FF3333;
}
.errormsg {
	background-color: #33CC99;
	color: white;
	font-weight:bold;

}

/*  Main Navigation Styles */
A:link {
	text-decoration : none;
	color : #0080CC; /*#339900;*/ 
}
A:visited {
	text-decoration : none;
	color : #669999;  /* old -> #00B070;*/
}
A:active {
	text-decoration : underline;
	color : #33CC00; /* old -> #00D090; */
}
A:hover {
	text-decoration : underline;
	color : #00CC99; /* old -> #00D090; */
}

/*  Navigation Styles for Main Product Links*/
/*  IF you change the color - ensure that it is very close to to
	the color for priNavText and priNavInitCap - otherwise the init-cap
	will display in a funky way (c'est la vie when you use stylesheets) */

A.topNav:link {
	text-decoration : none;
	color : #333333;
}
A.topNav:visited {
	text-decoration : none;
	color : #333333;
}
A.topNav:active {
	text-decoration : underline;
	color : #333333;
}
A.topNav:hover {
	text-decoration : underline;
	color : #333333;
}


/* Font styles for the primary product navigation links */
.priNavInitCap {
	font-family: "Century Schoolbook", "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
/*	font-weight: bold; */
	color: #000000;
}
.priNavText {
	font-family: "Century Schoolbook", "Times New Roman", Times, serif; 
	font-size: 11px;
	font-style: normal;
	line-height: normal;
/*	font-weight: bold; */
	color: #000000;
}
/* 	we want to have fancy lists - and we want them to display
	consistently between various browsers.  To do this, we need
	two separate entries - one for MSIE and the other for all
	other browsers.
*/

ul {
	list-style: none;
	margin: 0px 0px 4px 0px;
	padding-left: 2px; 
}
li {
	/* controlls how far text is from bullet */
	padding: 0px 10px 10px 18px;  
	/* last number is vert. padding for image */
	background: url(/images/listmarker.gif) no-repeat 0px 1px; 
}

/* 
	This hack is for non MSIE browsers that actually display CSS correctly 
	But since MSIE can not be overriden this way, we have to override the
	non-MSIE browers.  Luckily, Gecko understands this.
*/
html>body ul {
	list-style: none;
	margin-left: 20px;
}
html>body li {
	background: none; /* undo the background-image */
	list-style-image: url(/images/listmarker.gif);
	padding: 0;
    padding-right: 10px;
}
/* End of the Gecko Fix */

.author {
	margin:8px 0px 0px 40px;;
	font-size: 10px;
	line-height: 12px;
	color: #444444;
	font-style: normal;
}
/* 20060107 - Homepage and content page enhancements */
/* Moving some redundant table info out of tables and into CSS styles */
body {
	margin: 0;
	padding: 0; 
	background-color: #FFFFFF;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
    color: #000000;
}
#main {
    border: 0;
	margin: 10px auto;
	padding: 0;
    width: 850px;
}
/* 
--------------------------------------------------------------------------------
    The Primary Logo bar at the top of each page
--------------------------------------------------------------------------------
*/    
#header {
    width: 100%;
    /* the logo image needs to be moved 2 pixels to the left to align properly */
}
#header #logo {
    width: 306px;
}
#header IMG.logo {
    margin: -4px; 
}
#header .sublogo {
    text-align: center;
    vertical-align: bottom;
    font-family: "Century Schoolbook",Times,serif;
    font-size: 14px !important;
    color: #666;
    font-style: italic;
    font-weight: lighter;
    padding-bottom: 5px;
    
}
/* primary content section */
#content {
    /* main green boxed container */
    border: 1px solid #669A30;
    background-color:#FFFFFF;
    border-collapse:collapse;
}
#innercontent {
    width:100%;
    border-collapse:collapse;
    margin-top:5px;
}
HR {
    border: 0;
	color: #669A30;
	background-color:#669A30;
	height: 1px;
    width:100%;
}
#homeleft {
    text-align:center;
}
#intro { 
	/* Ths style is used only on the intro text on index.php3 */
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #777777;
	margin: 5px 48px;
	text-align : justify;
}
#mainNav {
    text-align:center;
    margin: 2px auto;
/*    border: thin solid red;*/
    width: 90%;
}
#mainNav TD {
    padding: 4px;
    text-align:center;
    vertical-align:top;
    width:33%;
    font-size:11px;
    line-height:18px;
/*    border: thin solid blue;*/
}
#coverart {
    padding: 5px 10px;
}
#copyright {
    text-align:center;
    margin-top: 2px;
    font-size: 10px;
}
#description, #roll_desc {
    width:406px;
    font-family:Times, serif;
    font-size: 13px;
    color: #000;
    font-style:italic;
    font-weight:lighter;
    height: 22px;
}
#roll_desc {
    width: 100%;
}
#topnav {
    text-align:center;
    font-size:13px;
    clear: both;
}
#memobox {

    font-size:13px;
    text-align:center;
}
.yellowbox {
    border: 1px solid #826733;
    background-color: #FAF8D8;
    padding:5px;
    margin: 0;
}
#shopcartlink {
    width: 100%;
    text-align:center;
}
#sidenavbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
    line-height: 14px;
    width:145px;
    background-color: #B2CD98;
    border: 1px solid #669A30;
    padding-bottom: 4px;
    margin-right: 5px;
    text-align:left;
}
#sidenavbox P {
    margin:0;
    padding-left:6px;
    padding-bottom: 6px;
    font-size: 11px;
}
#sidenavheader {
    font-size:14px;
    font-weight: 700;
    text-align:center;
    margin: 5px 0px;
}
#subsidenavheader {
    font-size:12px;
    font-weight: 700;
    text-align:center;
    margin: 5px 0px;
}
/*  Navigation Styles for Side Navigation Links*/
A.sideNav {
    padding-left:6px;
}
A.sideNav:link {
	text-decoration : none;
	color : #000000; 
}
A.sideNav:visited {
	text-decoration : none;
	color : #333333;
}
A.sideNav:active {
	text-decoration : none;
	color : #669A30;
}
A.sideNav:hover {
	text-decoration : none;
	color : #669A30;
}

/* Shopping Cart and Search Result formatting */
#searchresults {
    margin:0;
    border-collapse:collapse;
    width: 100%;
}
.product {
    border-collapse:collapse;
    width: 100%;
    margin: 0;
}
.product .title {
    width:510px;
    font-size:15px;
    font-weight: 700;
    text-align:left;
    margin: 0;
    padding: 0;
}
.product .buy {
    text-align:right;
    width: 180px;
}
TD.buy  FORM {
/*    width: 180px;*/
}
.product .price {
    font-size: 12px;
    font-weight: 600;
    width:180px;
}
.product .description {
    width:510px;
    margin: 0;
    padding-right: 15px;
    vertical-align:top;
    text-align:left;
}
.product .description HR {
    margin: 2px 0px;
}
.product .image {
    width:180px;
    text-align:right;
}
.product .image IMG {
    max-width:180px;
    width: 180px;
}
/* Get the quick order page looking correct */
#quickheader {
    width: 95%;
    font-size: 11px;
    text-align:left;
}
#quickheader H1 {
    text-align:center;
    font-size: 16px;
    font-weight: 800;
}
#quickorder TH {
    color: #7F6A3B;
    font-size: 11px;
    font-weight: 700;
    padding-top: 12px;
} 
#quickorder .id {
    text-align:right;
    width: 50px;
}   
#quickorder .qty {
    text-align:left;
    width: 10px;
}   
#quickorder .id INPUT{
    width: 150px;
}   
#quickorder .qty INPUT {
    width: 30px;
}   
/* the text displayed under most images */
.imagedesc {
    font-size:11px;
    color: #666;
}
/* New organic family imager on about page */
#organicfamily {
    float: right;
    border: 1px solid #826733;
    text-align: center;
    width: 270px;
    font-size:11px;
    color: black;
    padding: 10px;
    margin: 0px 10px;
}
.submenu {
    margin-top: 2px;
    text-align:center;
    font-size: 11px;
    color: #666;;
}    
.signature {
    text-align:right;
}
TD.justify {
    text-align:justify;
    vertical-align:top;
    width: 33%;
    line-height: 15px;
    font-size: 12px;
    margin: 0;
    padding: 0;
    padding-bottom: 15px;
}
.abouttitle {
	font-family: "Century Schoolbook", "Times New Roman", Times, serif;
    font-size: 28px;
    color: black;
    letter-spacing: 2px;
    font-weight: light;
    text-align:center;
}    
.abouttitle HR {
	color: #826733;
	background-color:#826733;
}
.dropcap {
    float: left;
    width: 38px;
    font-size: 56px;
    line-height: 45px;
    font-weight: normal;
    color: #826733;
	font-family: "Century Schoolbook", "Times New Roman", Times, serif;
}
/* need to adjust the width for 'round' letters, like 'O' */
.dropcapbig { 
    width: 44px;
}
/* style used to display images and their associated descriptions */
.mainproductpageimagery { 
    margin: 0px auto;
    text-align:center;
    font-size: 11px;
    color: #666;
}    
.mainproductpageimagery IMG { 
    padding-bottom: 3px;
    border: 0;
}
.mainproductpageimagery A {
    text-decoration: none;
}
.smppi {
    width: 188px;
}
.lrgppi {
    width: 360px;
}
.smppi IMG {
    width: 184px;
    height: 184px;
}
.lrgppi IMG {
    width: 354px;
    height: 229px;
}
/* we have a couple of fin out more links that need formatting */
.findoutmore {
    margin: 0px auto;
    text-align:center;
    font-size : 18px;
	font-weight : bold;
	color : #00639C;
}
#orderform {
    width: 100%;
}
#orderform TH, #orderform DIV.big {
    font-weight: bold;
    font-size: 14px;
    text-align:left;
}
#orderform P.small {
    margin: 0;
    padding:0;
    margin-top: 3px;
    line-height: 11px;
}
#orderform TH.span {
    text-align:center;
}
#orderform TD{
    padding: 1px;
}    
#orderform .required {
    color:  #CC0000;
}
#orderformbutton {
    margin: 0px auto;
    text-align: center;
}
.ordererror {
	background-color: #FFAFAF;
	font-weight:bold;
}


/* Shipping chart */
#shipping_chart {
  border: 1px solid gray;
  border-collapse: collapse;
  width: 95%;
}
#shipping_chart TH {
  font-weight: normal;
  border: 1px solid gray;
  padding: 3px 5px;
  font-size: 12px;
}
#shipping_chart TD {
  border: 1px solid gray;
  padding: 3px 5px;
}

#itemAddedAlert{
	font-size:14px;
	padding:5px;
	text-align:center;
	border: 1px solid #826733;
    background-color: #FAF8D8;
}
.shop_cart_price {
    white-space: nowrap;
    text-align:right;
}
/* New 3-column style */
#three-column {
	margin: 10px auto;
}
#three-column TR TD{
	width: 33%;
	padding: 4px;
    text-align:center;
	vertical-align: top;
}
#three-column TR TD IMG{
	border:0px;
	height: 180px;
}
#three-column TR TD P{
    font-size: 13px;
    color: #666;
    margin: 6px auto;
/*  margin-top: 6px;*/
	width:90%;
}
BODY#homepage_body {
     background-color: #FAF8D8;
     text-align:center;
}
BODY#homepage_body A{
    color:#333333;
}
BODY#homepage_body A:visited {
    color: #999999;
}
BODY#homepage_body A:hover {
    color: #666666;
}
DIV#homepage {
    width:825px;
/*
    background-color: #FFF;
    border: 1px solid #826733;
    padding:60px 30px;
*/
    background-color: #FAF8D8;
    margin: 10px auto 30px;
}
#homepage_table {
/*    background-color: #FFFFFF;*/
    
}    
IMG.main_nav {
    width:88px;
    height: 88px;
}
IMG.homepage_image_highlight {
    border: 2px solid #B2CD98;
    width:84px;
    height: 84px;
}
#content TR TD#left_side {
    border-right: 1px solid #669A30;
}
TABLE.homepage TR TD {
    font-family: "Century Schoolbook",Times,serif;
    font-size: 13px !important;
}
#sublogo {  /* the text 'Oldest certified ....' */
    font-family: "Century Schoolbook",Times,serif;
    font-size: 15px !important;
    color: #666;
    font-style: italic;
    font-weight: lighter;
    padding-bottom: 5px;
    text-align:right;
}
TABLE.homepage TR TD A {
    color: #333 !important;
}    
TABLE.homepage TR TD A:hover, TABLE.homepage TR TD A:visited {
    color: #333 !important;
}    
#cart_contents {
/*    display:block;*/
    width: 115px;
    font-size:11px;
    text-align:left;
    padding:0px;
    margin: 0;
    vertical-align:bottom;
    text-align:right;
}
#cart_contents IMG {
    width: 28px;
    float:left;
    padding: 4px;
}
#cart_contents B {
    font-weight: 600;
}  
#cart_contents a {
color: #000;
}      
SELECT.size_select {
/*    font-family: Courier, serif;*/
    font-size: 11px;
    width: 140px;
}







/*
Gardening Tips CSS
*/
div.gardening-tips-wrapper
{
width: 600px;

margin: 12px 0 0 104px;
padding: 20px;

border: solid 1px #999;

background: #FAF8D8;
}

div.gardening-tips-content
{
padding: 60px;

border: 1px solid #999;

background: #fff;
}

div.gardening-tips-content h2
{
margin: 0 0 12px;

text-align: center;

font-size: 16px;
font-family: Times New Roman;
}

div.gardening-tips-content h2 span.larger-cap
{
font-size: 20px;
}

div.gardening-tips-content h2.small-caps
{
font-variant: small-caps;
font-size: 20px;
}

div.gardening-tips-content h3
{
margin: 12px 0 0;

font-size: 13px;
font-family: Times New Roman;
}

div.gardening-tips-content h3 span.larger-cap
{
font-size: 18px;
}
/*
(end) Gardening Tips CSS
*/
