/*Basic Structure Styles #########################################*/

body {
    text-align: center; /* centers the page in IE */
    min-width: 749px; /* needed for centering the page, fixes a Gecko bug */
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	background-color: #FFFFCC;
	margin-top: 36px;
}

#home {
	width: 749px;
	padding: 0;
    text-align: left; /* corrects text-align center inheritence set in the body */
    margin-left: auto; /* for centering */
    margin-right: auto; /* for centering */
}

a:link {
	color: #57734D;
	font-weight: bold;
}
a:visited {
	color: #57734D;
	font-weight: bold;
}
a:hover, a:active {
	color: #999966;
	font-weight: bold;
}

#home #logo {
	margin: 5px 45px 0 30px;
	height: 76px;
	width: 111px;
	padding-bottom: 5px;
	}

#home #logoinner {
	margin: 0 0 0 31px;
	height: 89px;
	width: 111px;
}
#room {
	height: 10px;
	clear: both;
	float: right;
	display: block;
	margin-top: 0px;
	margin-right: 10px;
	padding-top: 0px;
}
#home #organic {
	float: right;
	vertical-align: bottom;
	clear: both;
	text-align: right;
}
#home #main {
	padding-top: 0px;
}



/*Navigation Styles #########################################*/

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	width: 100%;
	font-size:11px;
}

#nav li li a {
	display: block;
	font-weight: normal;
	padding: 0.2em 0px 0.2em 10px;
	line-height:20px;
	color: black;
	text-decoration: none;
	}

#nav li li a:hover {
	width: 25em;
	padding: 0.2em -0.1em 0.2em 0.9em;
	color: #FFFFCC;
	background-color: #CC762A;
}

li:hover ul, li.over ul {
	display: block;
}

#nav ul { /* top ul only? */
	width: 150px; /* width needed or else Opera goes nuts */
	}

#nav li { /* all list items */
	float: left;
	width: 107px; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #FFFFE8;
	border:1px solid #A4A37E;
	width: 18em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li { /* text width of subnav */
	width: 16em; /* width needed or else Opera goes nuts */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}





/*Footer Styles ######################################### */

#footertable	{
	margin: 0;
	padding: 0;
}
	
#footer	{
	background-image: url(../images/common/footer.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFCC;
	background-repeat: no-repeat;
	text-align: center;
	margin: 3px 10px 2px 10px;
	height: 34px;
	width: 748px;
	vertical-align: middle;
}
#home #footer a:link, #home #footer a:visited {
	color: #FFFFCC;
	font-weight: normal;
	font-decoration: none;
}
#home #footer a:hover, #home #footer a:active {
	color: #FFF;
	font-weight: normal;
	font-decoration: underline;
}



/* Form Styles #########################################*/

form {
	margin: 0px;
	padding: 0px;
}

input, textarea, select, button {
	font-family: Arial, Helvetica;
	font-size: 10px;
	color: #333333;
/*	background-color: #ffffcc; */
	padding: 0px;
	margin-top: 10px;
	border: solid #999966 1px;
}





/* Basic Content Styles #########################################*/

#main {
	margin: 10px 0 0 10px;
}

#main #col1
{
	background-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #A4B48B;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A4B48B;
}

#main #col2 {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A4B48B;
	background-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #A4B48B;
}


#colspacer {
}

#main #col1 p {
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	margin-top: 5px;
}
#main #col1 td {
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	color: #63593A;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding: 0 0 5px 0;
	font-weight: normal;
	width: 360px;
	line-height: 30px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #436835;
	font-style: italic;
	padding: 0;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #63593A;
	padding: 0;
	font-weight: bold;
	margin: 0;
	display: block;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #436835;
	padding: 0;
	font-weight: bold;
	margin: 0;
	display: block;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 11px;
	font-weight: normal;
	color: #999966;
	padding-right: 20px;
}
#main #col1 ul {
	font-size: 12px;
	font-weight: bold;
	padding-left: 35px;
}
#main #col1 li {
	font-weight: normal;
	padding: 5px 0 5px 0;
}

#home img {
	padding: 0;
	margin: 0;
	display: block;
}


#main #col1 .leftphoto {
	float: left;
	padding: 20px 20px 20px 0;
	clear: left;
	display: block;
}

#main #col1 .rightphoto {
	float: right;
	padding: 20px 0 20px 20px;
	clear: right;
	display: block;
}
#main #col1 .centerphoto {
	padding: 20px;
	clear: both;
	display: block;
	text-align: center;
}


/* COLUMN 1 CONTENT STYLES #################################### */

#main #col1 .specials {
	width: 80%;
	border: 1px solid #CCCCCC;
	margin: 10px 0 10px 0;
	display: block;
	clear: left;
}
#main #col1 .specials p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding: 15px;
	margin: 0;
}
#main #col1 .specials h3 {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC762A;
	padding: 5px;
	width: 100%;
	margin: 0px;
}

/* Styles for CERTS AND REGS #########################################*/
.fullregline {
	display: block;
	clear: both;
	margin-top: 20px;
}
.fullreg {
	clear: both;
	margin-right: 15px;
	width: 53px;
	margin-bottom: 10px;
	display: block;
	float: left;
	margin-left: 10px;
}
.fullregline p {
	font-size: 14px;
}

/* Styles for RECIPE SEARCH LIST #########################################*/
#recipeform {
}

#recipeform ul {
	padding-left: 20px;
	margin: 0;
	text-align: center;
}
#recipeform li {
	font-size: 11px;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0px;
	list-style-type: none;
	text-align: left;
}

/* Styles for Recipes #########################################*/

  /* Screen Recipe Styles #########################################*/

#main #col1 #recipe {
}

#main #col1 #recipe p.recipelegend {
	font-weight: normal;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	color: #666666;
	padding: 5px 10px 0 0;
}
#main #col1 #recipe #icon {
	display: inline;
	padding-right: 5px;
}
  /* End Screen Recipe Styles #########################################*/




  /* Printer Friendly Recipe Styles #########################################*/
#main #col1 #recipeprint {
}

#main #col1 #recipeprint p.recipelegend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	font-weight: normal;
	color: black;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 0px;
}
#main #col1 #recipeprint #icon {
	display: inline;
	padding-right: 5px;
}
#main #col1 #recipeprint p {
	font-weight: normal;
	font-size: 12pt;
	line-height: 18pt;
	color: black;
	padding-right: 20px;
	margin: 0 0 20px 0;
}
#main #col1 #recipeprint h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: #436835;
	font-style: italic;
	padding: 0;
}
#main #col1 #recipeprint h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: black;
	padding: 0;
	font-weight: bold;
	margin: 0;
	display: block;
}
#main #col1 #recipeprint h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 11px;
	font-weight: normal;
	color: black;
	padding-right: 20px;
}
  /* END Printer Friendly Recipe Styles #########################################*/



/* Styles for Form Tables #########################################*/

#recipeform td.formlabel, table#categories td.formlabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999966;
	text-align: right;
	padding: 10px 10px 0 0;

}



/* Styles for Thumbnail FS PRODUCT Tables #########################################*/

#main #col1 #products {
	width: 441px;
	display: block;
	padding-top: 20px;
}

#main #col1 #products td {
	border-top: 1px solid #CCCCCC;
	padding: 20px 0 20px 0;
}

#main #col1 #products .productthumb {
	border:1px solid #999999;
	width: 65px;
	height: 65px;
	margin: 0;
	margin-left: 10px;
    }
#main #col1 #products .productname {
	margin: 0 0 0 15px;
	font-size: 12px;
	line-height: 16px;
	width: 315px;
    }
#main #col1 #products .productname h3 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	width: 315px;
    }

#main #col1 #products .productname p {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	width: 315px;
    }



/* Styles for Category Tables #########################################*/

#cats {
	width: 461px;
	padding-top: 20px;
}

#cats td {
	border-top: 1px solid #CCCCCC;
	padding: 20px 0 20px 0px;
}

#cats .productwrap {
	width: 230px;
	margin: 0;
	padding: 0;
    }
#cats .productthumb {
	float: left;
	border:1px solid #999999;
	width: 65px;
	height: 65px;
	padding: 0;
	margin: 0;
	clear: left;
    }
.catthumb {

      float: left;
   	border:1px solid #999999;
      width: 65px;
      height: 65px;
      padding: 0;
      margin: 0 0 0 10px;
}
#cats .product {
	float: left;
	margin: 0 0 0 15px;
	padding: 0;
	width: 130px;
    }
#cats .product .productname {
	font: bold 12px Arial, Helvetica, sans-serif;
    }
#cats .product .shortdesc {
	font: normal 12px Arial, Helvetica, sans-serif;
    }
#cats .product .packsize {
	font: normal 10px Arial, Helvetica, sans-serif;
    }
#cats .product .itemnumber {
	font: normal 10px Arial, Helvetica, sans-serif;
    }
#cats .product .price {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #CC762A;
    }
#cats .product .saleprice {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #CC0000;
}

/* Styles for Shopping Tables #########################################*/

#cats2 {
	width: 461px;
	padding-top: 20px;
}

#cats2 td {
	border-top: 1px solid #CCCCCC;
	padding: 20px 0 20px 0px;
}
#cats2 .productthumb {
	border:1px solid #999999;
	width: 65px;
	height: 65px;
	clear: right;
	padding: 0;
	margin: 0 0 10px 0;
    }
#cats2 .product {
	padding: 0;
	width: 120px;
    }
#cats2 .productname {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 0 15px;
    }
#cats2 .productname h3 {
	margin: 0;
	padding: 0;
	font-size: 14px;
    }

#cats2 .productname p {
	font-size: 11px;
	margin: 0;
	padding: 0;
    }
#cats2 .product .packsize {
	font: normal 10px Arial, Helvetica, sans-serif;
    }
#cats2 .product .itemnumber {
	font: normal 10px Arial, Helvetica, sans-serif;
    }
#cats2 .product .price {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #CC762A;
	padding-top: 3px;
    }
#cats2 .product .shippingspecial {
	font: bold 9px/10px Arial, Helvetica, sans-serif;
	color: #CC0000;
	padding-top: 10px;
}

/* Styles for Variety Pack Tables #########################################*/

#cats4 {
	width: 461px;
	padding-top: 20px;
}

#cats4 td {
	border-top: 1px solid #CCCCCC;
	padding: 20px 0 20px 0px;
}
#cats4 .productthumb {
	border:1px solid #999999;
	width: 65px;
	height: 65px;
	clear: right;
	padding: 0;
	margin: 0 0 10px 0;
    }
#cats4 .product {
	padding: 0;
	width: 230px;
    }
#cats4 .productname {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 0 10px;
    }
#cats4 .productname h3 {
	margin: 0;
	padding: 0;
	font-size: 14px;
    }

#cats4 .productname p {
	font-size: 11px;
	margin: 0;
	padding: 0;
    }
#cats4 .product .packsize {
	font: normal 10px Arial, Helvetica, sans-serif;
    }
#cats4 .product .itemnumber {
	font: normal 10px Arial, Helvetica, sans-serif;
    }
#cats4 .product .price {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #CC762A;
	padding-top: 3px;
    }
#cats4 .product .shippingspecial {
	font: bold 9px/10px Arial, Helvetica, sans-serif;
	color: #CC0000;
	padding-top: 10px;
	width: 120px;
}
#cats4 .varietythumb {
	border:1px solid #999999;
	width: 65px;
	height: 65px;
	padding: 0;
	margin: 0 5px 5px 0;
	display: inline;
}


/*Styles for Spec Sheet Page*/
#specs {
	padding: 0;
	margin: 0;
}
#specs td {
	width:50%;
}
#specs img {
	display: inline;
	float:left;
	clear:left;
	margin-right: 5px;
	vertical-align: text-bottom;
}

#specs ul {
	margin: -10px;
	padding-left: -5px;
}
#specs li {
	display:block;
	font-size: 11px;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0 0 10px 0;
	list-style-type: none;
	text-align: left;
}


/* Styles for Second Column #########################################*/

#main #col2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #666666;
	margin-bottom: 10px;
	margin-top: 0px;
}
#main #col2 ul {
	margin: 0 0 15px 0;
	list-style-type: none;
	font: 11px/16px Arial, Helvetica, sans-serif;
	color: #666666;
	padding: 0px;
}
#main #col2 ul li {
	padding: 5px 0 5px 0;
}
#main #col2 .leftphoto {
	float: left;
	padding: 5px 8px 8px 0;
	clear: left;
	display: block;
}
.eventdates {
	font-size: 13px;
	font-weight: bold;
	color: #436835;
	display: block;
	margin-top: 5px;
}
.regline {
	display: block;
	margin-bottom: 10px;
	clear: both;
}
.regs {
	clear: both;
	margin-right: 15px;
	width: 53px;
	margin-bottom: 10px;
	display: block;
	float: left;
}


.quicktip {
	font-family: Arial, Helvetica, sans-serif;
	color: #63593A;
	background-color: #F0F2B1;
	width: 135px;
	border: 2px dotted #999966;
	display: block;
	padding: 15px;
}
.quicktip p {
	margin-bottom: 0
	}
.quicktip img {
	display: block;
	padding-bottom: 10px;
	}
#block {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
}
.headers {
	font-size: 12px;
	font-weight: bold;
	color: #436835;
	display: block;
	font-style: italic;
}
#block #shoplinks p {
	font-size: 11px;
	line-height: 11px;
}


/*sidebar h3 link styles #########################################*/

#block #blocklink {
width: 171px;
}

#main #col2 h3 {
	font: bold 13px/15px Arial, Helvetica, sans-serif;
	color: #436835;
	border-bottom: dotted 2px #CCCCCC;
	margin: 0;
	padding-bottom: 3px;
	width: 171px;
	display: block;
}

/*Fix for TinyMCE Display ##########################################*/
#home .mceToolbarBottom img {
	padding: 0;
	margin: 1px;
	display: inline;
}

.xml-icon {
	visibility:hidden;
}

/*sitemap styles #########################################*/

.sitemap {
	margin-left: -15px;
	list-style-type: none;
	line-height: 14px;
}
.sitemap ul {
	list-style-type: none;
	margin-left: -20px;
	padding-top: 5px;
}
.sitemap ul li{
	font-size: 11px;
	}
/* Styles for Industrial Fix  #########################################*/

#cats3 {
	width: 451px;
	padding-top: 20px;
}

#cats3 td {
	border-top: 1px solid #CCCCCC;
	padding: 20px 0 20px 0px;
}

#cats3 .productwrap {
	width: 225px;
	margin: 0;
	padding: 0;
    }
#cats3 .productthumb {
	float: left;
	border:1px solid #999999;
	width: 65px;
	height: 65px;
	padding: 0;
	margin: 0;
	clear: left;
    }
#cats3 .product {
	float: left;
	margin: 0 0 0 15px;
	padding: 0;
	width: 125px;
    }
#cats3 .product .productname {
	font: bold 12px Arial, Helvetica, sans-serif;
    }
#cats3 .product .shortdesc {
	font: normal 12px Arial, Helvetica, sans-serif;
    }
