/* CSS Document */

body	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #CC9933;
	text-align: center;
	background-image: url(../images/background_scratch.png);
	background-repeat: repeat;
	background-position: left top;
	color: #003300;
}

#wrapper	{
	margin: 10px auto;
	text-align: left;
	width: 590px;
	border: 2px solid #003300;
	border-top: 2px none #003300;
	
}

#wrapper #pictureTop {
	height: 125px;
	
}
#maincontent	{
	padding: 10px;
	background-color: #D7AF60;
	overflow: auto;
	}
	
h1	{
	font-size: 1.3em;
	font-weight: bold;
	margin: 15px 0 0 0;
	padding: 0px;
	}
	
h2, h3	{
	font-size: 1.1em;
	font-weight: bold;
	margin: 15px 0 0 0;
	padding: 0px;
	}
	
 p	{
	margin: 0 0 15px 0;
	}
	
#picBottom	{
	border-top: 6px solid #030;
	}
	
a	{
	font-weight: bold;
	text-decoration: none;
	}
	
	
a:link, a:active, a:visited	{
	
	color: #660000;
	}
	
a:hover	{
	color: #003300;
	text-decoration: underline;
	}
#menuTop	{
	text-align: center;
	margin: -20px 50px 30px 55px;
	}
	
#menuTop ul li, #menuBottom ul li	{
	display: inline;
	margin-right: 20px;
        

	}
	


#menuTop ul li.first, #menuBottom ul li.first	{
	margin-left: -55px;
	
	}
	
#menuBottom	{
	text-align: center;
	margin: 20px 50px -10px 55px;
	}
	
.pasture	{
	font-weight: bold;
	}
	
img.producer  {
       border: 2px solid #030;
       float: right;
       margin: 0 5px 20px;
	   }
       
hr   {
   width: 80%;
   margin-bottom: 20px;
   margin-top: 20px;
   text-align: center;
   color: #030;
   clear: both;
}
	
	
	
	
/* pop up css...*/

#wrapperPop {
	width: 370px;
	margin: 5px auto;
	padding: 0 10px;
	border: 3px solid #030;
	text-align: left;
	background-color: #D7AF60;
}
#wrapperPop  .border	{
	text-align: center;
	border: 1px solid #030;
	margin: 5px;
	
	}
	
	#wrapperPop  img	{
	text-align: center;
	border: 1px solid #030;
	margin: 5px;
	
	}
	
#wrapperPop p.caption	{
	text-align: center;
	font-style: italic;
	}
	

	#wrapperPop .noborder {
	text-align: center;
	border-style: none;
	margin: 5px;
}

#floatItRight	{
	width: 260px;
	margin: 5px;
	padding: 5px;
	float: right;
	border: 1px solid #030;
	text-align: center;
	background-image: url(../images/cuts_bg.jpg);
	background-repeat: repeat;
	background-position: left top;
	}
	
#floatItRight ul li {
	font-size: 11px;
	text-align: left;
	
	}
	
