@charset "utf-8";
/* CSS Document */
* {
	padding: 0;
	margin: 0;
}
p, h1, h2, h3, ul,  ol {
	margin-bottom: 12px;
}
ul, ol {
	margin-left: 30px;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/texture.jpg);
}
a {
	color:#54361E;
}

#container {
	position:relative;
	width:912px;
	height:680px;
	margin:0 auto;
	background-image: url(images/container.png);
	background-position:top left;
	background-repeat:no-repeat;
}
#sign {
	position:absolute;
	 z-index:3000;
	 width:250px;
	 height:140px;
	 left:6px;
	 top:3px;
}
#nav {
	position:absolute;
	width:889px;
	height:38px;
	top:149px;
	left:6px;
	right:auto;
	z-index:10;
}
#main {
	position:absolute;
	width:900px;
	height:457px;
	top:187px;
	text-align:center;
	z-index:0;
}
/* #main p {
	margin-right:10px;
	margin-left:10px;
} */
#homeleft {
	position:absolute;
	width:620px;
	height:461px;
	top:0px;
	left:8px;
	background-image:url(images/homeleft.png);
	background-position:top left;
	background-repeat:no-repeat;
	z-index: 0;
}
#homeleftinner {
	position:absolute;
	width:251px;
	height:131px;
	top:210px;
	left:370px;
	color:#333;
	text-align:left;
	font-size:0.7em;
	/* letter-spacing:0.075em; */
	line-height:1.4em;
	z-index:1;
}
#homeleftcc {
	position:absolute;
	width:170px;
	height:131px;
	top:358px;
	left:445px;
	color:#333;
	text-align:left;
	font-size:0.7em;
	letter-spacing:0.075em;
	line-height:1.4em;
	z-index:1;
}
#hometopright {
	position:absolute;
	width:249px;
	height:288px;
	top:30px;
	left:646px;
	text-align:left;
	font-size:0.6em;
	padding-top:10px;
	background-image:url(images/blueorganic.png);
	background-position:top left;
	background-repeat:no-repeat;
	z-index:1;
}
#hometopright2 {
	position:absolute;
	width:249px;
	height:375px;
	top:30px;
	left:646px;
	text-align:left;
	font-size:0.6em;
	padding:16px 0 0 10px;
	background-image:url(images/blueorganic2.gif);
	background-position:top left;
	background-repeat:no-repeat;
	z-index:1;
}
#hometopright p, #hometopright2 p {
	margin-right:55px;
	margin-left:24px;
	color:#333;
}
#hometopright ul, #hometopright2 ul {
	margin-right:55px;
	margin-left:33px;
	color:#333;
}
#hometopright h4, #hometopright2 h4 {
	margin-right:55px;
	margin-left:24px;
	color:#F93;
	font-size:1.2em;
	margin-bottom: 8px;
}

#homebottomright {
	position:absolute;
	width:259px;
	height:126px;
	top:330px;
	left:636px;
	text-align:left;
	font-size:0.9em;
	z-index:1;
}
#interiorleft {
	position:absolute;
	width:514px;
	height:430px;
	top:25px;
	left:8px;
	text-align:left;
	font-size:0.7em;
	margin-left: 142px;
	padding-right: 225px;
	overflow:scroll;
	z-index:1;
}
#interiorleftwide {
	position:absolute;
	width:669px;
	height:430px;
	top:25px;
	left:8px;
	text-align:left;
	font-size:0.7em;
	margin-left: 142px;
	padding-right: 70px;
	overflow:scroll;
	z-index:1;
}
#interiorleftwide h3 {
	color:#F93;
	font-size:1.2em;
}
#interiorleftwide td {
	padding: 4px;
}
#interiorleftwide td.county {
	background-color:#54361E;
	color:#FFF;
}
#interiortomatoes {
	position:absolute;
	width:229px;
	height:141px;
	top:209px;
	right:29px;
	text-align:right;
}
#interiorapples {
	position:absolute;
	width:250px;
	height:170px;
	top:50px;
	right:35px;
	text-align:right;
}
#interiorapples2 {
	position:absolute;
	width:250px;
	height:170px;
	top:230px;
	right:35px;
	text-align:right;
}
#imagemix {
	position:absolute;
	width:250px;
	height:170px;
	top:120px;
	right:25px;
	text-align:right;
}
#footer {
	position:absolute;
	width:860px;
	height:30px;
	top:646px;
	padding:0 20px;
	text-align:right;
	font-size:0.6em;
	z-index:1;
}
#subfooter {
	position:absolute;
	width:860px;
	height:20px;
	top:676px;
	padding:0 20px;
	text-align:right;
	font-size:0.6em;
	color:#333;
}
#subfooter a {
	color:#54361E;
	text-decoration:none;
}	
#subfooter a:hover {
	text-decoration:underline;
}	

