
html,body{
	margin: 0px;
	padding: 0px;
	font-family: 'Roboto Condensed', sans-serif;
	height: 100%;
}
.wrapper_content{width: 1170px;padding: 0px;margin:  0px auto;}
.naviga{
	width: 100%;
	background: #FFF;
	height: 20px;
}
ul#top_nav{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
	ul#top_nav li{
		font-size: 12px;
		display: inline-block;
		margin: 2px; 
	}
		ul#top_nav li:after{content: " | ";}

.header{
	background: #669933;
	padding: 3px 15px 6px 0px;
	
	font-size: 35px;
	color: #FFF;
	height: 60px;
}
	.header img.logo{margin-left: 15px;}

.footer{
	width: 100%;
	background: #669933;
	padding: 8px 15px;
	min-height: 100px;
	overflow: hidden;
	color: #FFF;
}
.divider{
	margin: 5px 0px;
	background: url("../images/divider.jpg") bottom center repeat-x;
}
.meta_news{
	font-size: 12px;
}
.wrapper_header{
	position: relative;
	padding-bottom: 50px;
}
	.wrapper_header .categoria{
		position: absolute;
		top: 0;
		background: #366602;
		left: 60px;
		height: 300px;
		z-index: +10;
		width: 240px;
	}
	.cat_icon{position: relative;width: 240px;height: 300px;}
		.cat_icon img{position: absolute;top: 15%;left: 8%;}
.wrapper_body{background: #FFFFFF;}
ul.settori{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
	ul.settori li{	margin-right: 62px;float: left;display: inline;}
	ul.settori li:last-child{margin-right: 0px;}
	
	.alimentari{
		font-size: 35px;
		text-align: right;
		color: #669933;
	}
.logo_company{background: #669933;}