/* Main styles for Sunny Farms Country Store */

body {
	background: url(../images/bgFade.jpg);
	background-repeat:repeat-x; 
/*	background-color: #2A3D33;	*/
	border: 0px;
	margin: 0px;
	padding: 0px;	
}
#woodslats {
	background: url(../images/slats.png) repeat-x center top;
	height: 253px;
	width: 100%;
	position: absolute;
	z-index: 1;  
	top: 0px;
}
#main_container {
	width: 1000px;
/*	height: 850px; */
	position: relative;
	z-index: 2; 
	
/*	color:#333333; */
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	border:none;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	overflow:hidden;
}
#top_banner {
	width: 1000px;
	height: 250px;
	border: 0px;
	margin: 0px;
	padding: 0px;
}
#below_banner {
	background: url(../images/parchment.jpg);
	background-repeat:repeat;
	overflow: hidden;
	border-top:inset;
	border-top-color:#333333;
}
#left_panel{
	float:left;
	width: 165px;
	height: 400px;	
/*	background-color: #00ff00; */ 
	padding: 10px; 	
}
#menu {
	float:left;
	width: 165px;
	height: 270px;
}
#menu_item {
	width: 165px;
	height: 33px;
	background: url(../images/button.png);

}
#buyers {
	float:left;
	width: 165px;
	
}
/*
#menu a:hover {
  	top:2px;
  	left:2px;
  	color:#ffffff;
  	border-color:#345 #cde #def #678;
}
#menu a, #menu a:visited {
  	position:relative;
 	text-decoration:none; 
 	text-align:center; 
  	background-color:#02492b; 
  	color:#fff; 
  	display:block; 
  	width:8em; 
  	border:2px solid #fff;
  	border-color:#def #678 #345 #cde;
  	padding:0.25em;
  	margin:.25em auto;
}
*/
#center_panel {
	float:left;
	width: 795px;
/*	height: 580px; 
	background-color: #fdffef; */
	text-align: center;
	border: 0px;
	margin: 0px;
	padding:10px;
}
#article_text {
	width: 790px;
	float: right;
}
#history {
	width: 790px;
	float: right;
	text-align: left;
}
#footer {
	width:1000px;
	height: 25px;
	background-color: #763300;	
	float:left;
	font-family: Verdana;
	font-size: 11px;
	color: #ffffff;
	text-align: right;
	border:none;
	padding: 0px;
}
.floatLeft { 
	clear:both;
	float: left; 
    margin: 10px; 
}
.floatRight {
	clear:both;
    float: right; 
    margin: 10px; 
}
.center_this {
	text-align:center;
}
.imgLeft {
	float: left;
	padding: 0px 15px 0px 10px;
}
.stores {
	width:790px;	
	height:240px;
}
.announcements {
	color:#006b33;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.faq {
	text-align: left;
	padding: 0px 30px 0px 30px;
}
.hr {
  	border: 0;
  	width: 80%;
  	color: #006b33;
	background-color: #006b33;
	height: 5px;
}
.footer_right {
	float:right; 
	font-family: Verdana;
	font-size: 11px;
	color: #ffffff;
	text-align: right;
}
.footer_left {
	float:left; 
	font-family: Verdana;
	font-size: 11px;
	color: #ffffff;
	text-align: left;
	padding-left: 10px;
}
a:link {
	color:#ffffff;
	text-decoration: none;
	}
a:visited {
	color:#ffffff;
	text-decoration: none;
	}	
a:active {	
	color:#ffffff;
	text-decoration: none;
	}	
a:link:hover {
	color:#ffffff;
	text-decoration: none;
	}
a.faqlink:link {
	color:#bf0e28;
	text-decoration: none;
}
a.faqlink:visited {
	color:#bf0e28;
	text-decoration: none;
}
a.faqlink:hover {
	color:#000000;
	text-decoration: none;
}	
a.faqlink:active {	
	color:#bf0e28;
	text-decoration: none;
}		
