@charset "UTF-8";
body {
	background-image: url(images/yellowpanel.jpg);
	background-repeat: repeat;
	position: absolute;
				width: 100%;
                height: 100%;
				left: 0px;
                right: 0px;
                top: 0px;
                bottom: 0px;
}

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

#container {
	height: 100%;
	top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-position: center;
	width: 1014px;
}

#header {
	/*	background-image: url(images/MAM_header.png);*/
		background-repeat:no-repeat;
		background-position:center;
	/*	padding-top: 20px;*/
	/*	height: 200px;*/
		font-family:Arial, Helvetica, sans-serif;
		font-weight:bold;
		font-size:14px;
		color: #831B15;
}

#header a {
	color: #831B15;
	text-decoration:none;
}

#header a:hover {
	color: #ca7a09;
	text-decoration:none;
}

#sub_nav {
	overflow: hidden;
	font-size:13px;
	float:right;
	width: 450px;
	text-align: right;
	padding-right: 80px;
	height: 35px;
	}

#sub_nav li {
display: inline;
list-style-type: none;
margin-right:10px;
margin-left:-10px;
padding-right:10px;
padding-left:10px;
}

#sbnav2,#sbnav3,#sbnav4 {
	border-left: 2px solid #831B15;
}

#main_nav {
	overflow: hidden;
	font-size:16px;
	clear:	both;
	height: 30px;
	margin-left:-30px;
}

#main_nav li {
display: inline;
list-style-type: none;
margin-right:12px;
margin-left:-12px;
padding-right:9px;
padding-left:10px;
}

#main_nav ul{
	margin-top:-0px;
}

#nav2,#nav3,#nav4,#nav5,#nav6 {
	border-left: 2px solid #831B15;
}


/*#main_content_bg {
	background-color:#FFF;
	filter:alpha(opacity=35);
	-moz-opacity:0.35;
	-khtml-opacity: 0.35;
	opacity: 0.35;
	min-height: 100%;
	position:relative;
	z-index:-100;
	width: 850;
	margin-left: 84px;
}*/

#main_content {
	background-image:url(images/MAM_gradient.png);
	background-repeat:repeat-x;
	width: 800px;
	/*background-color:#FFF;*/
/*	min-height: 100%;*/
	/*filter:alpha(opacity=35);
	-moz-opacity:0.35;
	-khtml-opacity: 0.35;
	opacity: 0.35;*/
	margin-left: 80px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	position: relative;
	z-index: 100;
	min-height:750px;
}

#main_content a {
	color: #ba7008;
	text-decoration:none;
}

#main_content a:hover {
	color: #bd5109;
	text-decoration:none;
}

#main_content h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #831B15;
	margin-bottom: 5px;
}

#main_content h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #831B15;
	margin-bottom:4px;
}

#main_content h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #831B15;
	margin-bottom:4px;
}

#slideshow{
	widows:508px;
	float:left;
	padding-left:15px;
	padding-right:15px;
	padding-top:10px;
}

#tweets {
	font-size:14px;
	width: 255px;
	float:right;
	}
	
#tweets li {
	padding-bottom: 5px;
	margin-left: -25px;
	}
	
#three_boxes{
	clear:both;
	font-size:14px;
	padding-top:10px;
}
	
#whats_in_stock {
	width:270px;
	height:180px;
	float:left;
	background-image:url(images/chalkboard_panel.png);
	background-repeat:no-repeat;
	padding-right: 3px;
}

#growers_partners {
	width:260px;
	height:180px;
	float:left;
	background-image:url(images/tractor_panel.png);
	background-repeat:no-repeat;
}

#on_the_gourmet {
	width:265px;
	height:180px;
	float:right;
	background-image:url(images/truck_panel.png);
	background-repeat:no-repeat;

}

#footer {
	background-image:url(images/MAM_footer.png);
	background-repeat:no-repeat;
	height: 200px;
	width: 850px;
	margin-left: -20px;
	clear: both;
}

#footer a {
	color: #ca7a09;
	text-decoration:none;
}

#footer a:hover {
	color: #bd5109;
	text-decoration:none;
}

#footer h6{
	font-size:13px;
	padding-top: 160px;
	padding-left: 250px;
	color:#831b15;
}
	
