
  /***************************\ 
 |*  Generic styles          *|
  \***************************/

A {
	COLOR: #D26900;
}
A:hover
{
	COLOR: #800000;
}
HTML
{
	SCROLLBAR-FACE-COLOR: #D26900;
	SCROLLBAR-HIGHLIGHT-COLOR: #800000;
	SCROLLBAR-SHADOW-COLOR: #800000;
	SCROLLBAR-ARROW-COLOR: #800000;
	SCROLLBAR-TRACK-COLOR: black;
	SCROLLBAR-BASE-COLOR: black;
	scrollbar-3dlight-color: #C0C0C0;
	scrollbar-darkshadow-color: #C0C0C0;
}
BODY
{
	COLOR: #D26900;
	FONT-STYLE: normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	MARGIN: 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	BACKGROUND-COLOR: black;
	background-image:url(../images/header_tile.gif);
	background-repeat:repeat-x;
}
H1{
font-size:36px;
width:100%;
border-bottom:1px solid #D26900;
padding-top:10px;
}
H2{
font-size:20px;
color:#C0C0C0}
H3{
font-size:14px;
color:#C0C0C0}
H4{
font-size:12px;
color:#C0C0C0}
HR{
height:5px;
border: 0px none black;
border-bottom:3px solid #D26900;
border-top:1px solid #C0C0C0;
border-left:0px none black;
border-right:0px none black;
}

TABLE {
	border : 0px none;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
}
TD{
	text-align:left;
	vertical-align:top
}

IMG
{
	border : 0px none;
}


  /***************************\ 
 |*  Page Sections            *|
  \***************************/

#mainscreen{
width:100%;
height:100%;
background-position: top right;
background-image:url(../images/logo.gif);
background-repeat:no-repeat;
}

#center{
text-align:center;
vertical-align:top;
width:850px;
height:100%;
}
#leftside{
width:10px;
}
#content{
height:100%;
width:100%;
text-align:left;
vertical-align:top;
}
#header{
height:215px;
background-image:url(../images/slogan.gif);
background-position: bottom left;
background-repeat:no-repeat;
}
#navigation{
padding-top:50px;
}
#main{
height:90%;
width:100%;}

#imagecolumn{
padding-right:20px;}

#footer{
font-size:12px}


  /***************************\ 
 |*  Classes                  *|
  \***************************/
.comparison_table_organic {
	font-size: 10px;
	color: #000000;
	background-color:#B05F0E;
	text-align:center;
	border-bottom:1px solid black;
}
.comparison_table_freerange {
	font-size: 10px;
	color: #000000;
	background-color:#C0C0C0;
	text-align:center;
	border-bottom:1px solid black;
}
.comparison_table_chemicalfree {
	font-size: 10px;
	color: #000000;
	background-color:#E0D6CC;
	text-align:center;
	border-bottom:1px solid black;
}
.comparison_table_header {
	font-size: 10px;
	color: #000000;
	background-color:#FF9225;
	text-align:center;
	border-bottom:1px solid black;
	white-space:nowrap;
}

.productimage{
margin-right:30px;
margin-bottom:120px;
border:3px solid #D26900;
}
.contact{
color:#C0C0C0;
margin:15px;
vertical-align:middle;
}

.gallery{
margin:10px;
padding:10px;
vertical-align:middle;
text-align:center;
}
.links{
padding-bottom:30px;
padding-right:10px;
}

/* CSS drop down menues */
.topnav{
padding-top:10px}
#nav li, 
#nav2 li{
	/*float the main list items*/
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
	display: inline;
	overflow:visible;
	width: 200px;
	z-index:2;
}
#nav2 li{
	z-index:1;
}

#nav li a ,
#nav2 li a {
	color: white;
	font-size:14px;
	font-weight: bold;
	font:Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	/*for all links in the list*/
	background:black url(../images/button.gif) no-repeat;
	background-position: -225px 50%;  display: block;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:20px;
}

#nav li.off ul, #nav li.on ul, 
#nav2 li.off ul, #nav2 li.on ul {
	/*put the subnavs below and hide them all*/
	display:none;
	position: absolute;
	float:left;
	left:-40px;
	top: 0px;
	z-index:100;
}
li > ul {
	top: auto;
	left: auto;
	}

#nav li.on a, 
#nav2 li.on a {
  /* active topic area*/
	background:black url(../images/button.gif) no-repeat;
	background-position: 0px 50%;  display: block;
}
/* show drop down on active menu
#nav li.on ul, 
#nav2 li.on ul {
  display: block;
}
*/

#nav li.on ul a, #nav li.off ul a, 
#nav2 li.on ul a, #nav2 li.off ul a {
  /*  cancel inherit of border
      on subnav of active topic */
  width:120px;
}

#nav li.on ul a, #nav li.off ul a, 
#nav2 li.on ul a, #nav2 li.off ul a {
	float: left;
	/*ie doesn't inherit the float*/
	background:black url(../images/button.gif) no-repeat;
	background-position: -225px 50%;  display: block;
}

#nav li.off:hover ul, #nav li.over ul, 
#nav2 li.off:hover ul, #nav2 li.over ul { 
  display: block;
}

#nav li.on a:hover, #nav li.off a:hover, #nav li:hover a, #nav li.over a, 
#nav2 li.on a:hover, #nav2 li.off a:hover, #nav2 li:hover a, #nav2 li.over a {
	background:black url(../images/button.gif) no-repeat;
	background-position: 0px 50%;  display: block;
}
#nav li.off ul, #nav li.on ul, 
#nav2 li.off ul, #nav2 li.on ul {
	/*put the subnav below */
	top: auto;
	*top: auto;
	/*reposition for IE*/
}
