@charset "utf-8";

* {margin: 0;
    padding: 0;}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333333;
}

p {
	padding-top: 9px;
	padding-bottom:9px;
	line-height: 140%;
}
	
h1 {
	padding-top: 6px;
	padding-bottom:7px;
	font-style: italic;
	color: #006600;
	font-size: 2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
}
	
	
h2 {
	padding-top: 18px;
	padding-bottom:0px;
	color: #333333;
	font-size: 1.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h3 {
	margin-top: 18px;
	margin-left: 0px;
	margin-bottom: 0px;
	font-size: 1em;
	color: #714D00;
}

h4 {
	margin-top: 40px;
	margin-left: 40px;
	margin-bottom: 10px;	
}

a:link {
	color: #006600
}     /* unvisited link */
a:visited {
	color: #006600
}  /* visited link */
a:hover {
	color: #733155
}   /* mouse over link */
a:active {
	color: #006600
}   /* selected link */
	
ul {
	margin-left: 16px;
	line-height: 140%;
	margin-bottom: 6px;
}

li {
	margin-top: 0px;
	margin-bottom: 6px;
}

#container {
	margin: auto;
	width: 960px;
}

#header {
	width: 960px;
	height: 200px;
	margin-top: 20px;
	padding-bottom: 6px;
	background: url(images/logoPig.jpg) no-repeat;
}

#linkbar {
	height: 40px;
	background-color: #336633;
}

#content {
	margin-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
}

#left_col {
	width: 560px;
	padding-right: 20px;
	float: left;
}

#right_col {
	width: 320px;
	float: left;
	margin-top: 6px;

}

.three_col {
	width: 300px;
	margin: 0px;
	padding: 0px;
	float: left;
}

.four_col {
	width: 225px;
	margin: 0px;
	padding: 0px;
	float: left;
}

.clearBoth {
	clear: both;
}

#line { 
	background: #fff url(images/borderLine.gif) no-repeat center bottom;
	margin: 8px auto;
	height: 1px;
}

#image {
	width: 120px;
	float: left;
	border: 1px solid #006600;
	margin-left: 30px;
	height: 90px;
	text-align: center;
}

.news {
	border-left: 1px solid #006600;
	padding-left: 20px;
}

.contact {
	padding-top: 132px;
	padding-right: 10px;
	text-align: right;
	font-size: 1em;
	line-height: 150%;
	color: #006600;
	font-weight:bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.bullets_below {
	margin-bottom: 12px;
}

/******************************* store ****************************************/

.storeBackground {
	background-image:url(images/illustration_farmHouse.jpg);
	background-repeat:no-repeat;
	background-position:top right;
}

p.store {
	padding-right: 12px;
	font-size:85%;
	padding-bottom: 0px;
}

td.storeCut {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 12px;
	border-bottom: solid 1px silver;
	font-size:85%;
	width:150px;
}

td.storePrice {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 24px;
	border-bottom: solid 1px silver;
	font-size:85%;
	width:60px;
}

td.storeImg {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
	border-bottom: solid 1px silver;
	font-size:85%;
}

.store_header {
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid silver;
	font-weight: bold;
	font-size:85%;
}

#storeBook {
	float:left; 
	width:900px
}

#buyNow {
	text-align:center;
	width:150px;
}

.purchasePrice {
	margin-top:-12px;
	font-size:1.5em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

.farmersMarket {
	padding-top: 0px;
	padding-bottom: 8px;
	padding-right: 12px;
	font-size:85%;
	line-height:160%;
}

.farmersMarketList {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 24px;
	border-bottom:solid 1px silver;
}

.lessSpace {
	padding:0px;
}


/******************************* footer ****************************************/

#footer {
	width: 960px;
	height: 18px;
	float: left;
	background-image: url(images/illustration_border.png);
	background-repeat: repeat-x;
	background-position:top right;
	padding-bottom: 20px;
}	

#footerLinkbar {
	width: 960px;
	height: 125px;
	float:left;
	background-image:url(images/illustration_flowers.jpg);
	background-position:right;
	background-repeat:no-repeat;
}

#footerNavcontainer ul
{
	margin-left: 4px!important;
	padding-right:160px;
	float:right;
	color: #000000;
	margin-top:96px;
	font-size:10px;
}

#footerNavcontainer ul li { display: inline; }

#footerNavcontainer ul li a
{
	padding: 0.1em 1em;
	color: #3E7A91;
	text-decoration: underline;
	float: left;
}

#footerNavcontainer ul li a:hover
{
	color: #B5F46F;
}

#stayConnected
{
	float:left;
	margin-top:22px;
	color: #3E7A91;
}	

#stayConnected a
{
	color: #3E7A91;
}	

#stayConnected a:hover
{
	color: #B5F46F;
}	

.icon16
{
	padding-top:9px;
	padding-right:6px;
	font-size:85%;
}	


/******************************* menu ****************************************/

#navcontainer ul
{
	margin-left: 4px!important;
	color: White;
	float: left;
	margin-top: 9px;
	font-weight: bolder;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 2em;
color: White;
text-decoration: none;
float: left;
}

#navcontainer ul li a:hover
{
	color: #B5F46F;
}

#navcontainer ul li a.nav_on
{
	color: #F5EC74;
}


/******************************* images ****************************************/

#imagecontainer ul
{
	color: gray;
	margin-top: 9px;
	margin-left: 0px;
}

#imagecontainer ul li 
{ 
	display: inline;
	padding: 2px;
	line-height: 28px;
}

.imgRightCol {
margin-bottom: 24px;
}

.imgLeft {
 float:left; 
 margin-top:6px; 
 margin-right:18px;
 width:225px;
 }