@charset "UTF-8";

html,body {
   margin:0;
   padding:0;
   text-align: center;
}

body {
	background-color: #182B04;
	background-image: url(images/farm_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	position: absolute;
}

#content {
	width: 1000px;
	margin-top: 40px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/top_background.png);
	background-repeat:no-repeat;
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	/*min-height:700px;*/
}

/*#header {
	height:197px;
margin-bottom: -250px;
}
*/


#logo {
	float:left;
	padding-left: 100px;
	padding-top:110px;
	
}

#main_nav {
	clear:both;
	/*position:relative;*/
/*	float:right;*/
	padding-top: 20px;
	padding-right: 40px;
	/*padding-bottom: 40px;*/
	margin-left: 80px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#0B4626;
	/*margin-bottom: 1em;*/
	overflow: hidden;
	width: 875px;
	text-align:left;
}

#main_nav ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#main_nav li{
	border-left: 1px solid #0B4626;
	float: left;
	line-height: 1.1em;
	margin: 0 .5em 0 -.5em;
	padding: 0 .5em 0 .5em;
}

#main_nav a{
	text-decoration:none;
	color:#0B4626;
}

#main_nav a:hover{
	text-decoration:none;
	color:#8CB535;
}

#products-tag {
	margin-left:60px;
	position:relative;
	top:-300px;
}


#message_panel{
	padding-left: 350px;
	padding-top:56px;
	padding-bottom:20px;
	position:relative;
	top:5px;
}

#news {
	padding-left: 80px;
	padding-top: 30px;
	padding-right:20px;
	width:288px;
	float:left;
	min-height:200px;
	/*position:relative;*/
	/*top:-50px;*/
}

#news img{
	padding-bottom: 10px;
}

#news a{
	text-decoration:none;
	color:#0B4626;
}

#news a:hover{
	text-decoration:none;
	color:#8CB535;
}

#contact {
	padding-top: 30px;
	padding-left: 20px;
	height:350px;
	/*position:relative;*/
	/*top:-50px;*/
}

#contact a{
	text-decoration:none;
	color:#000;
}
	

#sweet_rose{
	float:right;
	padding-right: 80px;
	padding-top: 40px;
}

#footer{
	height: 20px;
	padding-left:140px;
	clear:both;
	position: relative;
	bottom: -30px;
	}

#bottom_bg{
	background-image:url(images/bottom_background.png);
	background-repeat:no-repeat;
	width: 1000px;
	clear:both;
	background-position:bottom;
	position:relative;
	top:-125px;
}


	

