/* CSS Document */
/* HTML STYLES */
html,body {
	margin: 0;
	padding: 0;
	font-size: small;
	background-color: #616161;
}

/* ID STYLES */
#wrapper{
	background-image:url(../images/white_bg.jpg);
	width: 817px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -408px;
	float: left;
}

#content {
    background-image:url(../images/white_bg.jpg);
	background-repeat:repeat-y;
	width: 769px;
	margin: 0;
	padding: 0 27px 0 21px;
	border: 0;
	float: none;
	font-family:Arial, Helvetica, sans-serif;
	position:relative;
	
}
.hide{
	display:none;
}
#logo{
	width:218px;
	float:left;
}
#header{
	width:689px;
	height:211px;
	padding:25px 35px 15px 45px;
	background-image:url(../images/home_bg_20.jpg);
	background-position:center;
	background-repeat:no-repeat;
	float:left;
}
#header p{
	color:#FFFFFF;
	width:260px;
	font-size:12px;
	line-height:18px;
	margin:0px;
}
#about_us{
	width:420px;
	float:left;
	padding:0px 20px 0px 25px;
}
#whats_new{
	width:268px;
	float:right;
	padding:0px 20px 0px 0px;
}
#whats_new img{
	float:left;
	padding:5px 0px;
}
#whats_new a, #whats_new a:link{
	text-decoration:none;
	color:#6CB5AD;
	clear:right;
	float:right;
	padding:5px;
	font-weight: bold;
}
#whats_new a:hover{
	color:#9BDCD5;
}
#whats_new ul{
    float:right;
    width:130px;
    margin:0px;
	color:#666666;
	font-size: 12px;
	line-height: 18px;
	padding:0px;
}
#whats_new ul li{
    margin:0px 0px 0px 0px;
	list-style:circle;
	padding:0px;
	
}
#highlight{
	width:442px;
	float:left;
	padding:10px 0px 0px 15px;
}
#highlight_bg{
	background-image:url(../images/highlight_38.jpg);
	background-color:#E2F2F0;
	background-repeat:no-repeat;
	width:402px;
	float:left;
	padding:0px 15px;
	margin:0px;
	position:relative;
	
}
.quotes{
	width:190px;
	float:left;
	vertical-align:text-top;
	padding:0px;
	margin:0px;
}
#spacer{
	float:left;
	width:89px;
	height:89px;
	margin: 10px 5px 0px -5px;
}
#award{
	background-image:url(../images/award.gif);
	height:89px;
	width:89px;
	margin: -12px 5px 0px -23px;
    position:absolute;
	border:thin solid #000000;
}
#highlight_bt{
	background-image:url(../images/highlight_54.jpg);
	background-repeat:no-repeat;
	height:14px;
	width:432px;
	float:left;
	position:relative;
}
#footer{
	width:769px;
	text-align:center;
	float:left;

}
#footer p, #footer p a{
	line-height:12px;
	padding:25px 0px 0px 0px;
	font-size: 10px;
	color:#999999;
	text-decoration:none;
}
#footer_bt{
	background-image:url(../images/white_bt.jpg);
	background-repeat:no-repeat;
	height:50px;
	width: 817px;
	float:left;
	position:relative;

}
/* Styles of Selectors when SIFR is not in effect*/
h1{
	font-size:20px;
	color:#FFFFFF;
}
h2{
	font-size:16px;
	color:#60B1A6;
	border-bottom:thin solid #60B1A6;
	margin: 10px 0px 5px 0px;
}
h3{
	font-size:16px;
	color:#60B1A6;
	margin: 10px 0px 5px 0px;
}
p{
	margin:5px 0px;
	color: #666666;
	font-size: 12px;
	line-height: 18px;
}
#highlight p{
	font-size:11px;
	margin:0px;
}
	
/*navigation*/
#nav {
	margin:0 18px 0 0;
}
#nav ul {
	position: inherit;
	float: right;
	right: 0; top: 0;
	background: transparent;
	padding: 0; margin: 0; border: 0;
	width: 533px; height: 69px;
	list-style-type: none;
}
#nav li {
	float: left;
	border: 0; margin: 0; padding: 0;
}
.hide {
	display:none;
}

/* Styles for top navigation */
.btn_au {
	width: 80px; height: 69px;
	background: url(../images/about_us.jpg) top left no-repeat;
	float: left;
}
.btn_au a {
	width: 100%; height: 100%;
	background: url(../images/about_us.jpg) top left no-repeat;
	display: block;
	margin: 0; padding: 0; border: 0;
	text-decoration: none;
}
.btn_au a:hover {
	background: url(../images/about_us.jpg) top right no-repeat;
}
.btn_fs {
	width: 87px; height: 69px;
	background: url(../images/foodservice.jpg) top left no-repeat;
	float: left;
}
.btn_fs a {
	width: 100%; height: 100%;
	background: url(../images/foodservice.jpg) top left no-repeat;
	display: block;
	margin: 0; padding: 0; border: 0;
	text-decoration: none;
}
.btn_fs a:hover {
	background: url(../images/foodservice.jpg) top right no-repeat;
}
.btn_c {
	width: 77px; height: 69px;
	background: url(../images/consumer.jpg) top left no-repeat;
	float: left;
}
.btn_c a {
	width: 100%; height: 100%;
	background: url(../images/consumer.jpg) top left no-repeat;
	display: block;
	margin: 0; padding: 0; border: 0;
	text-decoration: none;
}
.btn_c a:hover {
	background: url(../images/consumer.jpg) top right no-repeat;
}
.btn_wn {
	width: 85px; height: 69px;
	background: url(../images/whats_new.jpg) top left no-repeat;
	float: left;
}
.btn_wn a {
	width: 100%; height: 100%;
	background: url(../images/whats_new.jpg) top left no-repeat;
	display: block;
	margin: 0; padding: 0; border: 0;
	text-decoration: none;
}
.btn_wn a:hover {
	background: url(../images/whats_new.jpg) top right no-repeat;
}
.btn_t {
	width: 122px; height: 69px;
	background: url(../images/testimonials.jpg) top left no-repeat;
	float: left;
}
.btn_t a {
	width: 100%; height: 100%;
	background: url(../images/testimonials.jpg) top left no-repeat;
	display: block;
	margin: 0; padding: 0; border: 0;
	text-decoration: none;
}
.btn_t a:hover {
	background: url(../images/testimonials.jpg) top right no-repeat;
}
.btn_bin {
	width: 82px; height: 69px;
	background: url(../images/buy_now.jpg) top left no-repeat;
	float: left;
}
.btn_bin a {
	width: 100%; height: 100%;
	background: url(../images/buy_now.jpg) top left no-repeat;
	display: block;
	margin: 0; padding: 0; border: 0;
	text-decoration: none;
}
.btn_bin a:hover {
	background: url(../images/buy_now.jpg) top right no-repeat;
}
/*main body styles*/
#europe{
	width: 179px;
	float: right;
	padding-right: 21px;
}
a {
	color:#6CB5AD;
	text-decoration:none;
}
a:hover{
text-decoration:underline;
}