body{
margin:0;
padding:0;
line-height: 1.5em;
background:#b2730d url(images/bgimage.jpg) repeat;
font-family:Arial, Helvetica, sans-serif;
font-size:0.8em;
height:100%;
}


#maincontainer{
width: 1006px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background:#dbd39b;
border:2px solid #255412;
padding-left:1px;
min-height:700px;
}


#innermaincontainer{
width:1001px;
margin:1px 0px 1px 0px;
border:2px solid #b2730d;
min-height:700px;
}


#topsection{
margin:0;
padding:0;
height: 130px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 770px;
margin:0px;
}

#contentcolumn{
background-color:white;
}

#leftcolumn{
float: left;
width: 220px; /*Width of left column*/
margin-left: 0px; /*Set left margin to -(MainContainerWidth)*/
padding: 0px 0px 15px 0px;
}

#footer{
clear: left;
width: 780px;
color: #FFF;
text-align: center;
padding:4px 0;
margin:0 0 0 220px;
}

#footer a {
color: #552012;
}

#footer .footermenu {
padding: 5px 10px;
color: #552012;
font-size:90%;
}

#footer a.footermenu:link, a.footermenu:visited, a.footermenu:active {
padding: 5px 15px;
color: #552012;
}

#footer a.footermenu:hover {
color: #b2730d;
}

#footer .footertext {
margin:0px;
color: #8e4b39;
font-size:80%;
}

.innertube{
margin: 0 10px 0px 10px; /*Margins for inner DIV inside each column (to provide padding)*/
}

.headerlogo {
width:210px;
float:left;
}

.headermain {
width: 768px;
height: 130px;
float:left;
}

.headergraphic {
margin-top:10px;
width: 768px;
height: 60px;
background-image:url(images/header_trees_light3.gif);
background-repeat: repeat-x;
}

.headermenu {
width:770px;
margin-top:20px;
height:30px;
border-top:2px solid #b2730d;
border-bottom:2px solid #b2730d;
/*background-color:#FFFFFF;*/
}

.headerright {
width:400px;
margin:0px;
float:right;
text-align:right;
}

.headerright a {
font-size:90%;
color: #552012;
text-decoration:none;
}

.headerright a:hover {
color: #b2730d;
}

ul.insidemenu {
margin:0 2px;
padding:0;
list-style:none;
width:770px;
float:left;
}

li.insidemenu {
background-color:#96A866;
padding:3px 3px;
margin:3px;
border:1px solid #255412;
float:left;
}

a.insidemenu {
display:block;
padding:0 2em;
line-height:16px;
text-decoration:none;
color: #552012;
float:left;
}

a:hover.insidemenu  {
color:#FFF;
}

#leftcolumn ul.static  {
margin:0;
padding:0 0 0 10px;
list-style:none;
width:200px;
}

.productheader {
margin-top:0px;
background-image:url(images/products_header.gif); 
background-repeat:no-repeat;
margin-left:-1000px;
}

#leftcolumn h3.static {
margin:15px 0 0 10px;
font-size:120%;
color: #255412;
}

#leftcolumn h3.first {
margin:0px 0 0 10px;
font-size:120%;
color: #255412;
}

#leftcolumn h3 a {
color: #255412;
text-decoration:none;
}

#leftcolumn a {
color: #552012;
text-decoration:none;
}

#leftcolumn a:hover {
color: #255412;
}

#leftcolumn .sidebartext {
margin:0 0 0 10px;
font-size:100%;
color: #552012;
}

#leftcolumn form {
margin:0 0 0 10px;
}

#leftcolumn .inputtext { 
font-size:90%;
margin:0px;
padding:0px 0px 3px 0px;
width: 175px;
}

#maincontent {
  border:1px solid #552012;
  min-height:650px;
  height:auto !important;
  height:650px;
  background-color:#FFFFFF;
  padding:15px;
  overflow:hidden;
  margin:0px;
}

* html #maincontent {
    overflow-x: auto; overflow-y: hidden; 
    width: expression(document.body.offsetWidth - 280);
    height: 1%;
}


#maincontent .nobreak {
margin-top:0px;
}

#maincontent .nobreakall {
margin:0px;
}

#maincontent ul.nobreakall {
margin:0px 30px;
padding:0px 30px;
}

#maincontent .phead {
font-weight:bold;
margin-bottom:0px;
color:#255412;
}

#maincontent h1 {
font-family:'Rage Italic',Verdana; 
color:#255412; 
font-size:36px; 
text-decoration:underline;
margin-bottom:15px;
}

#maincontent h2 {
color:#666666; 
font-size:125%; 
}

#maincontent h3 {
color:#552012;
font-weight:bold;
font-size:115%; 
}

#maincontent hr {
color:#CCCCCC;
}

ul.doublespace li {
margin-top:1em;
}

a.top { 
font-size:75%;
}

div.figure300 {
  float: right;
  width: 300px;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.1em;
}
div.figure300 p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}

#myGallery
{
width: 400px !important;
height: 200px !important;
} 


/*** EXPRESS ORDER ***/
table.exp-order {
	width: 95%;
	font-size:90%;
}
table.exp-order th {
	text-align: left;
	font-weight: bold;
}
table.exp-order td {
	border-bottom: 1px solid #CCCCCC;
	padding: 3px 3px 3px 0;
}
table.exp-order td.cat {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	background: #96A866;
	border: 0;
	padding: 5px 5px;
	text-transform: uppercase;
	font-weight:bold;
}

.button {
background:#dbd39b; 
border:1px solid #552012; 
color:#552012; 
font-size:90%; 
padding:6px;
margin:0px;
}


.buttonlight {
border:1px solid #dbd39b; 
color:#552012; 
font-size:90%; 
padding:3px; 
margin:10px 0px 0px 3px;
}

.privacy {
font-size:90%;
}

#contactform {
width:95%;
border:1px solid gray; 
background-color:#dbd39b; 
padding:5px 15px;
}

#contactform h2 {
color: #255412;
margin:10px 0px 0px 0px;
}

#contactform td {
font-size:14px;
line-height:1.1em;
}

sup {
font-size:50%;
}

a.eventheader {
color:#552012; 
font-weight:bold;
}

a.eventheader:hover {
color:#000000; 
}

a.eventlink {
color:#666666;
font-weight:bold;
font-size:85%;
}

a.eventlink:hover {
color:#000000; 
}

.menulink a {
color:#666666;
}

.menulink a:hover {
color:#552012;
}

a.newsheader  {
color:#FFFFFF; 
font-size:110%; 
font-weight:bold;
}

a.newsheader:hover {
color:#7a0000;
}

#slider{}	
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li{ 
	width:480px;
	height:230px;
	overflow:hidden; 
	}	
#prevBtn, #nextBtn{ 
	display:block;
	width:30px;
	height:30px;
	position:absolute;
	left:-10px;
	top:110px;
	}	
#nextBtn{ 
	left:470px;
	top:110px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:30px;
	height:30px;
	background:url(images/btn_prev.png) no-repeat 0 0;	
	}	
#nextBtn a{ 
	background:url(images/btn_next.png) no-repeat 0 0;	
	}	
	
a.farmhover, a.farmhover:active, a.farmhover:visited {
color:#fff;
}

a.farmhover:hover {
color:#552012;
}