/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#656565;
	background-image: url(../images/tile.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	}

a:link {
	color: #656565;
	text-decoration: none;
	}     
a:visited {
	color: #656565;
	text-decoration: none;
	}  
a:hover {
	color: #FF0000;
	text-decoration: none
	}   
a:active {
	color: #656565;
	text-decoration: none;
	}   

.clear {
	clear: both;
}	
	
#wrapper {
	width: 962px;
	margin: auto;
	}

#header {
	width: 962px;
	height: 150px;
	background-image: url(../images/bkg_top.gif);
	background-repeat: no-repeat;
	}

#logo {
	background-image: url(../images/logo_header.gif);
	background-repeat: no-repeat;
	float: left;
	margin-top: 20px;
	margin-left: 25px;
	width: 600px;
	height: 86px;
	}
#logo a {
	width: 525px;
	height: 86px;
	display: block;
}

#login a {
	background-image: url(../images/log-in-btn.gif);
	background-repeat: no-repeat;
	float: right;
	margin-right: 25px;
	margin-top: 20px;
	width: 200px;
	height: 50px;
	}
#login a:hover{
	background-position: 2px;
}

#navbar {
	padding-top: 5px;
	padding-left: 25px;
	float: left;
	width: 950px;
	height: 37px;
	}
	
#subnav a {
	cursor: pointer;
}
	
/* nav buttons */ 

#home a {
	background: url(../images/home_btn.gif) 0 0 no-repeat;
	display: block;
	float: left;
	height: 37px;
	width: 229px;
	}

#home a:hover {
	background-position:0 -35px;
}

#about a {
	background: url(../images/aboutus_btn.gif) 0 0 no-repeat;
	display: block;
	float: left;
	height: 37px;
	width: 227px;
	}

#about a:hover {
	background-position:0 -35px;
}

#company a {
	background: url(../images/ourcompany_btn.gif) 0 0 no-repeat;
	display: block;
	float: left;
	height: 37px;
	width: 228px;
	}

#company a:hover {
	background-position:0 -35px;
}

#contact a {
	background: url(../images/contactus_btn.gif) 0 0 no-repeat;
	display: block;
	float: left;
	height: 37px;
	width: 226px;
	}

#contact a:hover {
	background-position:0 -35px;
}

/* end nav buttons */


#content {
	background-image: url(../images/bkg_middle.gif);
	background-repeat: repeat-y;
	padding-bottom: 5px;
	}

/* front page content */

#flash {
	width: 908px;
	height: 144px;
	margin: 0 0 0 12px;
	padding: 5px 0;
	}

.middle-container {
	padding-left: 25px;
}	
	
#dairy {
	background-image: url(../images/dairy_btn.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 194px;
	width: 227px;
	margin-top: 10px;
	}

#dairytextfront {
	font-weight: bold;
	margin-top: 145px;
	margin-left: 20px;
	margin-right: 15px;
	margin-bottom: 15px;
	}

#functional {
	background-image: url(../images/functional_btn.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
	margin-top: 10px;
	height: 194px;
	width: 225px;
	}
	
#functionaltext {
	font-weight: bold;
	margin-top: 145px;
	margin-left: 20px;
	margin-right: 10px;
	margin-bottom: 15px;
	}

#customer {
	background-image: url(../images/customer_btn.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
	margin-top: 10px;
	height: 194px;
	width: 227px;
	}

#customertext {
	font-weight: bold;
	margin-top: 145px;
	margin-left: 20px;
	margin-right: 15px;
	margin-bottom: 15px;
	}

#export {
	background-image: url(../images/export_btn.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
	margin-top: 10px;
	height: 194px;
	width: 228px;
	}
	
#exportheader {
	font-weight: bold;
	margin-top: 145px;
	margin-left: 20px;
	margin-right: 15px;
	margin-bottom: 15px;
	}
	
/* functional blends content */

#functionaltitle {
	height: 60px;
	width: 306px;
	margin-left: 25px;
	}

#downloadtext {
	height: 20px;
	width: 535px;
	margin-left: 25px;
	margin-top: 10px;
	}

#iconcontainer {
	margin-top: 15px;
	margin-left: 25px;
	}

#beverageicon {
	background-image: url(../images/beverages_icon.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
	width: 154px;
	height: 173px;
	}

#beveragetext {
	margin-top: 20px;
	font-weight: bold;
	text-align: center;
	}

#bakeryicon {
	background-image: url(../images/bakery_icon.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
	width: 152px;
	height: 173px;
	}

#bakerytext {
	margin-top: 20px;
	font-weight: bold;
	text-align: center;
	}

#snacksicon {
	background-image: url(../images/fork_icon.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
	width: 151px;
	height: 173px;
	}
	
#snackstext {
	margin-top: 20px;
	font-weight: bold;
	text-align: center;
	}

#dairyicon {
	background-image: url(../images/dairy_icon.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
	width: 151px;
	height: 173px;
	}

#dairytext {
	margin-top: 20px;
	font-weight: bold;
	text-align: center;
	}
	
#meaticon {
	background-image: url(../images/meat_icon.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
	width: 151px;
	height: 173px;
	}

#meattext {
	margin-top: 20px;
	font-weight: bold;
	text-align: center;
	}

#exporticon {
	background-image: url(../images/export_icon.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
	width: 154px;
	height: 173px;
	}

#exporttext {
	margin-top: 20px;
	font-weight: bold;
	text-align: center;
	}
	
#emailusbkg {
	background-image: url(../images/arrow_bkg.gif);
	background-repeat: no-repeat;
	width: 350px;
	height: 13px;
	margin-top: 5px;
	margin-left: 25px;
	}
	
#emailustext {
	margin-left: 20px;
	}
	
/* main page content */

#innerContent {
	background-image: url(../images/innercontent_bkg.gif);
	background-repeat: no-repeat;
	width: 900px;
	margin-left: 30px;
	}

#leftcolTitle {
	padding: 20px 0 5px 20px;
	}

#leftcolText {
	float: left;
	padding-left: 20px;
	width: 420px;
	color:#000000;
	}
#leftcolText p{
	font-size:11px;
	line-height:130%;
	text-align: justify;

}
#leftcolText h1 {
	color: #656565;
	font-size: 11px;
	line-height:150%;
	}
#leftcolText ul {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 35px;


	}

#leftcolText li {
	font-size: 11px;
	list-style-type: square;
	color: #1CB3D9;
}

#leftcolText span {
	color:#333333;
	padding-top: 2px;
	padding-bottom: 2px;
}


#rightcolImage {
	float: right;
	width: 420px;
	padding-right: 20px;
}

/* footer elements */

#footer {
	background-image: url(../images/bkg_bottom.gif);
	background-repeat: no-repeat;
	width: 962px;
 	height: 241px;
	}
	
#footer-container {
	padding-left: 22px;
}	

#leftfoot {
	background-image: url(../images/footer_left.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 456px;
	height: 204px;
	}
	
#leftfootText {
	margin-top: 50px;
	padding-left: 30px;
	width: 420px;
	float: left;
}

#leftfootText h1{
	font-weight: bold;
	font-size: 10px;
	color:#FF0000;
}
	
#leftfootText_imagelink {
	float: right;
	width: 175px;
	margin: 20px 10px 0 0;
	padding-top: 45px;
}
#leftfootText_imagelink a {
	display: block;
	width: 175px;
	height: 116px;
}

#middlefoot {
	background-image: url(../images/footer_middle.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
	width: 229px;
	height: 204px;
}

#middlefoot a
{
	display: block;
	width: 229px;
	height: 204px;
}

#rightfoot {
	background-image: url(../images/footer_right.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
	width: 230px;
	height: 204px;
	}
	
#rightfoot a {
	display: block;
	width: 230px;
	height: 204px;
}
		

#footer #links {
	text-align: center;
	padding-top: 0px;
	text-transform: uppercase;
	line-height: 14px;
	}
	
#footer #links a:hover {
	text-decoration: underline;
}	

/* end footer elements */

/* search form */
#search-container {
	margin: 11px 0 0 73px;
}
#searchtext {
	width: 212px;
	height: 17px;
	margin: 0;
	padding: 0px;
	border: 0px;
	background: transparent;
}
.frm {
	margin: 0px;
	padding: 0px;
}
/* end search form */
	
#sitemap {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#sitemap ul.level-1 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	color: #FF0000;
	list-style-type: square;
	font-size: 11px;
	font-weight: normal;
}
#sitemap ul.level-2 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	color: #4ACAE8;
	list-style-type: square;
	font-size: 11px;
	font-weight: normal;
}
#sitemap ul.level-3 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	color: #999999;
	list-style-type: square;
	font-size: 11px;
}
#sitemap li{
padding-top:2px;
padding-bottom:2px;
}
#sitemap a{
	color: #000000;
	text-decoration: none;
}
#sitemap a:hover{
	color: #FF0000;
}

#flag-placement {
	position: relative;
	float: right;
	padding: 27px 8px 0 0;
}