@charset "utf-8";
/* CSS Document */
body {
margin:0;
padding:0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

h1 {
font-size:18px;
line-height:normal;
color:#000032;
padding-top:8px;
}

h2 {
font-size:14px;
color:#000032;
}

h3 {
font-size:12px;
color:#000032;
}

ul {
list-style-position: outside;
list-style-type: disc;
line-height: 125%;
margin-top: 0px;
margin-left: 16px;
}

.header {
height:150px;
position:relative;
width:960px;
background-color:#FFFFFF;
}

.logo {
background-color:#000032;
height:136px;
width:240px;
}
.logoWide {
background-color:#000032;
height:136px;
width:275px;
}

.selectmkt {
width:200px;
}

.tableRowHeader {
font-size:14px;
font-weight:bold;
color:#000032;
background-color:#cccccc;
}

.headline {
	position:absolute;
	top:50px;
	left:260px;
	font-size:33px;
	padding:0;
	margin:0;
	width:650px;
}
.headlineWide {
	position:absolute;
	top:50px;
	left:290px;
	font-size:33px;
	padding:0;
	margin:0;
	width:650px;
}
.headlineSmaller {
	position:absolute;
	top:55px;
	left:260px;
	font-size:26px;
	padding:0;
	margin:0;
	width:650px;
}
.headlineWideSmaller {
	position:absolute;
	top:55px;
	left:290px;
	font-size:26px;
	padding:0;
	margin:0;
	width:650px;
}
.headlineTwoLines {
	position:absolute;
	top:30px;
	left:260px;
	font-size:33px;
	padding:0;
	margin:0;
	width:650px;
}
.headlineWideTwoLines {
	position:absolute;
	top:30px;
	left:290px;
	font-size:33px;
	padding:0;
	margin:0;
	width:650px;
}
.headlineTwoLinesSmaller {
	position:absolute;
	top:40px;
	left:260px;
	font-size:26px;
	padding:0;
	margin:0;
	width:650px;
}
.headlineWideTwoLinesSmaller {
	position:absolute;
	top:40px;
	left:290px;
	font-size:26px;
	padding:0;
	margin:0;
	width:650px;
}

.headlineStart {
	position:absolute;
	top:87px;
	left:260px;
	font-size:14px;
	font-stretch: extra-condensed;
	color:#dcdcdc;
	text-align:right;
	padding:0;
	margin:0;
	width:590px;
}

.left {
width:230px;
background-color:#ededed;
}
.leftWide {
width:265px;
background-color:#ededed;
}

.maincontent {
color:#626262;
width:960px;
line-height:16px;
}
.maincontent img {
/*padding:10px 0px 10px 0px;
*/}
.maincontent a:link, .maincontent a:visited {
color:#f7941d;
}
.imagepad {
padding:10px 0px 10px 0px;
}

.imagepadLeft {
padding-left:5px;
}

.imagepadRight {
padding-right:5px;
}

.image_wBorder {
	border: 1px solid #666666;
}

.rfq {
color: #f7941d;
padding:2px;
margin:5px 0px 10px 0px;
background-color:#fff899
}
.rfq a:link, .rfq a:visited{
color: #f7941d;
}
.footer {
margin-top:20px;
clear:both;
color:#666666;
}
.search {
width:110px;
border:1px solid #333333;
}

/* 

	LEFT NAVIGATION

 */
#navcontainer { width: 180px; }

#navcontainer ul
{
margin-left: 0;
margin-right:0;
padding-left: 0;
padding-right:0;
list-style-type: none;
}

#navcontainer a
{
font-family: Verdana, sans-serif;
display: block;
padding: 10px 0 10px 16px;
width: 180px;
font-size:12px;
background-image: url(images/leftnav-bg.jpg);
background-repeat: no-repeat;
background-position: left bottom;
}

#navcontainer a:link, #navlist a:visited
{
color:#000033;
font-weight:bold;
text-decoration: none;
}

#navcontainer a:hover
{
text-decoration:underline;
}

/*
           Horizontal Navigation

*/

#honavcontainer
{
	float: left;
	background-color: #060650;
	position:absolute;
	left:241px;
	bottom:-1px;
	width:720px;
	top:127px;
	height:23px;
}
#honavcontainerWide
{
	float: left;
	background-color: #060650;
	position:absolute;
	left:276px;
	bottom:-1px;
	width:685px;
}
#honavcontainer ul, #honavcontainerWide ul { padding: 0; }
#honavcontainer ul li, #honavcontainerWide ul li { display: inline; }

#honavcontainer ul, #honavcontainerWide ul
{
margin: 0;
padding: 0 0 0 0;
color: #626262;
font-family: verdana, geneva, arial, helvetica, sans-serif;
font-size: 12px;
}

#honavcontainer ul li a, #honavcontainerWide ul li a
{
padding:4px 11px;
background-color: #060650;
color: #f7941d;
text-decoration: none;
float: left;
border-right: 1px solid #626262;
}

#honavcontainer ul li a:hover, #honavcontainerWide ul li a:hover
{
background-color: #505050;
}

#honavlist li a:hover, #honavlist li a:active
{
color: #f7941d;
text-decoration: none;
background-color: #505050;
text-align: left;
}




/*
			OTHER
			
*/			
.BoldHeading {
 font-weight: bold;
 margin-bottom: 5px;
}
.features {
font-style:italic;
}
.nmg {
font-size:9px;
color:#999999;
margin-left:240px;
}
.nmgWide {
font-size:9px;
color:#999999;
margin-left:275px;
}

.nmg a, .nmgWide a {
font-size:9px;
color:#999999;
text-decoration:none;
}
.news {
background-color:#eee;
margin-top: 5px;
padding:12px 1px 1px 1px;
}

.float-right {
float:right;
padding-left:10px;
}


/*
		HEADER IMAGES
*/

.Header_Aquafeed {
background-image: url(/header_images/Header_Aquafeed.jpg);background-repeat: no-repeat;background-position: right top;
}
.Header_Ask {
background-image: url(/header_images/Header_Ask.jpg);background-repeat: no-repeat;background-position: right top;
}
.Header_Bakery-Products {
background-image: url(/header_images/Header_Bakery-Products.jpg);background-repeat: no-repeat;background-position: right top;
}
.Header_Biomass-Ethanol {
background-image: url(/header_images/Header_Biomass-Ethanol.jpg);background-repeat: no-repeat;background-position: right top;
}
.Header_Brochures {
background-image: url(/header_images/Header_Brochures.jpg);background-repeat: no-repeat;background-position: right top;
}
.Header_Canned-Foods {
background-image: url(/header_images/Header_Canned-Foods.jpg);background-repeat: no-repeat;background-position: right top;
}
.Header_Cereal {
background-image: url(/header_images/Header_Cereal.jpg);background-repeat: no-repeat;background-position: right top;
}
.Header_CGSargent {
background-image: url(/header_images/Header_CGSargentSons.jpg);background-repeat: no-repeat;background-position: right top;
}
.Header_Charcoal {
background-image: url(/header_images/Header_Charcoal.jpg);background-repeat: no-repeat;background-position: right top;
}
.Header_Chemicals {
background-image: url(/header_images/Header_Chemicals.jpg);background-repeat: no-repeat;background-position: right top;
}
.Header_Contact {
background-image: url(/header_images/Header_Contact.jpg);background-repeat: no-repeat;background-position: right top;
}
.Header_Employment {
background-image: url(/header_images/Header_Employment.jpg);background-repeat: no-repeat;background-position: right top;
}
.Header_Equipment {
background-image: url(/header_images/Header_Equipment.jpg);background-repeat: no-repeat;background-position: right top;
}
.Header_Ethanol {
background-image: url(/header_images/Header_Ethanol.jpg);background-repeat: no-repeat;background-position: right top;
}
.Header_Events {
background-image: url(/header_images/Header_Events.jpg);background-repeat: no-repeat;background-position: right top;
}
.Header_FEC {
background-image: url(/header_images/Header_FEC.jpg);background-repeat: no-repeat;background-position: right top;
}
.Header_Feed-Ingredients {
background-image: url(/header_images/Header_Feed-Ingredients.jpg);background-repeat: no-repeat;background-position: right top;
}
.Header_Fiber-Staple-Tow {
background-image: url(/header_images/Header_Fiber-Staple-Tow.jpg);background-repeat: no-repeat;background-position: right top;
}
.Header_Food-Ingredients {
background-image: url(/header_images/Header_Food-Ingredients.jpg);background-repeat: no-repeat;background-position: right top;
}
.Header_Fruits-Vegetables {
background-image: url(/header_images/Header_Fruits-Vegetables.jpg);background-repeat: no-repeat;background-position: right top;
}
.Header_General {
background-image: url(/header_images/Header_General.jpg);background-repeat: no-repeat;background-position: right top;
}
.Header_Grains {
background-image: url(/header_images/Header_Grains.jpg);background-repeat: no-repeat;background-position: right top;
}
.Header_InnovationTimeline {
background-image: url(/header_images/Header_InnovationTimeline.jpg);background-repeat: no-repeat;background-position: right top;
}
.Header_Links {
background-image: url(/header_images/Header_Links.jpg);background-repeat: no-repeat;background-position: right top;
}
.Header_Mining {
background-image: url(/header_images/Header_Mining.jpg);background-repeat: no-repeat;background-position: right top;
}
.Header_National {
background-image: url(/header_images/Header_National.jpg);background-repeat: no-repeat;background-position: right top;
}
.Header_Nonwovens {
background-image: url(/header_images/Header_Nonwovens.jpg);background-repeat: no-repeat;background-position: right top;
}
.Header_Nuts-Seeds {
background-image: url(/header_images/Header_Nuts-Seeds.jpg);background-repeat: no-repeat;background-position: right top;
}
.Header_Parts {
background-image: url(/header_images/Header_Parts.jpg);background-repeat: no-repeat;background-position: right top;
}
.Header_Pet-Treats {
background-image: url(/header_images/Header_Pet-Treats.jpg);background-repeat: no-repeat;background-position: right top;
}
.Header_Petfood {
background-image: url(/header_images/Header_Petfood.jpg);background-repeat: no-repeat;background-position: right top;
}
.Header_Pharmaceuticals {
background-image: url(/header_images/Header_Pharmaceuticals.jpg);background-repeat: no-repeat;background-position: right top;
}
.Header_Potato-Products {
background-image: url(/header_images/Header_Potato-Products.jpg);background-repeat: no-repeat;background-position: right top;
}
.Header_Prepared-Foods {
background-image: url(/header_images/Header_Prepared-Foods.jpg);background-repeat: no-repeat;background-position: right top;
}
.Header_Press-Releases {
background-image: url(/header_images/Header_Press-Releases.jpg);background-repeat: no-repeat;background-position: right top;
}
.Header_Process-Development {
background-image: url(/header_images/Header_Process-Development.jpg);background-repeat: no-repeat;background-position: right top;
}
.Header_Refurb-Expansion {
background-image: url(/header_images/Header_Refurb-Expansion.jpg);background-repeat: no-repeat;background-position: right top;
}
.Header_Rubber {
background-image: url(/header_images/Header_Rubber.jpg);background-repeat: no-repeat;background-position: right top;
}
.Header_Seminars {
background-image: url(/header_images/Header_Seminars.jpg);background-repeat: no-repeat;background-position: right top;
}
.Header_Services {
background-image: url(/header_images/Header_Services.jpg);background-repeat: no-repeat;background-position: right top;
}
.Header_Sitemap {
background-image: url(/header_images/Header_Sitemap.jpg);background-repeat: no-repeat;background-position: right top;
}
.Header_Snacks {
background-image: url(/header_images/Header_Snacks.jpg);background-repeat: no-repeat;background-position: right top;
}
.Header_Specialty-Polymers {
background-image: url(/header_images/Header_Specialty-Polymers.jpg);background-repeat: no-repeat;background-position: right top;
}
.Header_Start {
background-image: url(/header_images/Header_Start.jpg);background-repeat: no-repeat;background-position: right top;
}
.Header_Support-Training {
background-image: url(/header_images/Header_Support-Training.jpg);background-repeat: no-repeat;background-position: right top;
}
.Header_Tobacco {
background-image: url(/header_images/Header_Tobacco.jpg);background-repeat: no-repeat;background-position: right top;
}
.Header_Tradeshows {
background-image: url(/header_images/Header_Tradeshows.jpg);background-repeat: no-repeat;background-position: right top;
}
.Header_Wood-Products {
background-image: url(/header_images/Header_Wood-Products.jpg);background-repeat: no-repeat;background-position: right top;
}
