@charset "utf-8";




 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: none;
	padding: 0px;
	margin: 103px 0px 0px;
}

.leftnav {
	width: 150px;
	margin: 52px 0px 10px 35px;
}
.pm_agricultural #sidebar1 {
	margin-top: 154px;
	font-size: 11px;
	line-height:12px;
}
.pm_agricultural #sidebar1 a:link, .pm_agricultural #sidebar1 a:visited, .pm_agricultural #sidebar1 a:hover, .pm_agricultural #sidebar1 a:active {
	color:#000000; border:none; outline:none;
}
.pm_agricultural #sidebar1 a:hover {
/*	font-weight:bold;  */
	color:#FFB200;
}
.pm_agricultural #sidebar1 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;   
}
.pm_agricultural #sidebar1 li {
	
	padding:0;
	margin-bottom:3px;
	text-indent: 9px;	 
}


 #mainContent {
	width: 796px;
	position:relative;
	margin: 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0;
	float: right;

} 
  #centerContentWrapper {
	float: left;
	width: 287px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	position: relative;
	height: 500px;
/*	margin: 0px 22px 0px 0px;  */
}

#centerContent {
	margin: 103px 0 0 0px;
	padding: 0px;
	width: 287px;
	line-height:1.3;
}

#centerContent ul {
	list-style-type: none;
	margin: 0;
	padding: 0;   
}
#centerContent li {
	background:url(../images/bullet.gif) left 0.45em no-repeat;
	padding:0;
/*	margin-left: 13px;  */
	text-indent: 10px;	 
}
#centerContent .heading_catch {
	margin-bottom: 13px;
}

.pm_foodbeverage #centerContent {
	line-height:1.2
}

#rightContent {
	float:right;
	width: 509px;
	margin: 0px;
	padding: 0px;
	position: relative;
}

#brandColumn {
	width:181px;
	margin-left: 22px;
	height: 500px;
}

.hbar {
	width:100%;
	height:2px;
	margin:10px 0 5px 0;
	padding:0;
}

.pmMenu {
	margin-top:12px;
	font-size:12px;
	line-height:1.3;
}
.pmMenu a:link, .pmMenu a:visited, .pmMenu a:hover, .pmMenu a:active {
	color:#000000; border:none; outline:none;
}
.pmMenu a:hover {
	font-size:13px;
}

#contactfooter {
	width:100%;
	height:20px;
	
	position:absolute;
	top:480px;
	left:0;
	
	text-align:center;
	vertical-align:bottom;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
}
#contactfooter .separator {
	color:#FFCC00;
	vertical-align:2px;
}
.pm_foodbeverage #contactfooter {
	width:274px;
	height:32px;
	top:468px;
	left:13px;
/*	line-height:35px;  */
/*	visibility: visible;  */
	z-index: 900;
}

.popupcontent  {
	position: absolute;
	visibility:hidden;
	overflow:hidden;
	border:none;
	background-color: #FFFFFF;
	padding:0px;
	margin:0px;
	width:252px;
	height:468px;
	top:32px;
	left:213px;
}
