@charset "utf-8";
/* CSS Document */

html{
	padding:0px;
	margin:0px;
	scrollbar-face-color:#CFCED2;
	scrollbar-shadow-color:#CFCED2;
	scrollbar-highlight-color:#F6F6F7;
	scrollbar-3dlight-color:#E9E9E9;
	scrollbar-darkshadow-color:#919194;
	scrollbar-track-color:#E4E4E4;
	scrollbar-arrow-color:#000000; 
}

body{
	padding: 0px;
	margin: 0px;
	background:url(../images/bkg_tile.jpg) top center repeat;
}

p {
	padding: auto;
	font-family: Georgia, "Lucida Sans Unicode", "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	line-height: 150%;
	margin: 10px 0px;
	padding: 0;
}

li {	
	font-family: "Segoe UI", "Lucida Sans Unicode", Arial, Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333;
	padding: 0 0 10px 0
}

ul {
	margin-top: 3px;
}

a:link, a:visited, a:active {
	color: #3687D9;
	text-decoration: underline;
}

a:hover {
	color: #0060BF;
	text-decoration: none;
}

h1 {
	display:block;
 	font-family:  Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #591600;
	font-weight: bold;
	word-spacing: 2px;
	padding: 0;
	margin: 0;
	border-bottom: 1px dotted #cccccc;
}

h2 {}

h3 {}

h4 {}

h5 {}

h6 {}

#wrapper {
	background:url(../images/pennington_farms_bkg.jpg) top center repeat-x;
	}

#container {
	display: table;
 	width: 1000px; 
  	margin: 0 auto;
 	padding: 0;
}

#header {
	display: table;
	width: 940px;
	height: 145px;
	margin: 0;
	padding: 0;
  	clear: both;
}

#product{
	display:block;
	position:absolute;
	float: left;
	width: 362px;
	height: 623px; 
	clear: left;
}

#nav {
	display: block;
	float: left;
	width: auto;
	height: 72px;
	padding: o;
	margin: 36px 0 20px 360px;
	border: 0px solid red;
}

#content {
	display: table;
	float: left;
	clear: right;
	width: 685px;
	min-height:350px;
 	height: auto !important;
 	height: 350px;
 	padding: 0px;
	margin: 0 0 0  353px;
	background:url(../images/bkg_text_area.jpg) top repeat-y; 
}

#bottom {
	display: table;
	float: left;
	clear: right;
	width: 686px;
 	height: 159px;
 	padding: 0px;
	margin: 0 0 0  353px;
	background: url(../images/pennington_farm_footer.jpg) no-repeat; 
}

#footer {
	display: block;
	float: right;
	width: 680px; 
	margin: 25px 0 0 0;
	padding: 0;
	clear: both;
}

#footer p {
 	font-family: Verdana, Arial, Helvetica, sans-serif;  
	font-size: 10px;
	color:#666;
	margin: 0;
	padding: 0;
	text-align: center; 
}

.intro_txt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #591600;
	}

#middle p {
	font-size: 13px;
	padding: 0 0 7px 0;
	margin: 0;
}

 