html, body {
	margin:0px; 
	padding: 0px;
	font-family: sans-serif;
	width: 100%;
	font-family: Arial,"Trebuchet ms",Helvetica,sans-serif;
	font-size:13px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	height: 100%;
}

body{
	background-color: #2a9642;	
	background-image: url('img/sfondo.png');
	background-repeat: repeat-y;
	background-position: center;
}

body > div#container {
	height:auto;
	min-height:100%;
}

div#container{
	position: relative;
	width: 860px;
	margin: 0 auto;
}

a, a img{
	border: none;
	text-decoration: none;	
	font-family: Arial,"Trebuchet ms",Helvetica,sans-serif;
}

.testo-ombra{
	text-shadow: 1px 1px #adadad;	
}

/****** LOGO ******/

div#logo{
	position: relative;
	width: 100%;
	height: 150px;
	border-bottom: 2px solid green;
	background-image: url("img/sfondo_logo.png");
	background-repeat: no-repeat;
	z-index: 0;
}

img#ilogo{
	width: 380px;
	padding-top: 20px;
	padding-left: 30px;
}

div#lang{
	position: absolute;
	margin-top: 128px;
	flaot: left;
	width: 120px;
	z-index: 100;
	margin-left: 20px;
}

div#lang a img{
	width: 21px;
	border: 0px;	
	text-decoration: none;	
	z-index: 100;
	margin-left: 10px;
}


/***** MENU *****/

div#menu{
	height: 40px;
	background-image: url('img/menu.png');
	background-repeat: repeat-x;
	cursor: pointer;
}

.menu_item{
	width: 16.3%;
	line-height: 40px;
	float: left;
	padding: 0px 0px 0px 0px;
	border-right: solid 1px #299541;
	border-left: solid 1px #56bf51;
	text-align: center;
	color: #ffffff;
	font-size: 13px;
	cursor: pointer;
	font-weight: bold;
}

.menu_item:hover{
	background-image: url('img/menu_hover.png');
	background-repeat: repeat-x;
	color: yellow;
}

/**** LEFT ****/

div#left{
	float: left;
	background-color: white;
	width: 200px;
	border-right: solid 1px #959595;
	margin-bottom: 45px;
}
div#main{
	float: left;
	width: 659px;
	background-color: white;
	padding-bottom: 50px;
}

div#m1{
	border-top: solid 1px #959595;
}

div#menusettori, div#menunews, div#menucert{
	height: 200px;
	border-bottom:  solid 1px #959595;	
}

div#menucert{
	height: 250px !important;
}

a.settori
{
	float: left;
	background-image: url('../img/el.png');
	background-repeat: no-repeat;
	width: 200px;
	font-size: 12px;
	color:  #2A9642;
	font-weight: bold;
	margin-bottom: 8px;
	height: 22px;
	line-height: 22px;
	padding-left: 25px;
}

div#t_settori, #t_news, #t_cert{
	float: left;
	width: 200px;
	height: 30px;
	background-repeat: no-repeat;
	border-bottom: solid 1px #959595;
}

div#t_settori{
	margin-bottom: 10px;
}

div#t_news{
}

div#t_cert{
}

img#cert{
	width: 160px;
	height: 178px;
	padding-top: 10px;	
	padding-left: 20px;	
}

span.titolo{
	width: 250px;
	height: 50px;
	text-align: left;
	line-height: 35px;
	font-weight: bold;
	padding-left: 5px;
	color: #857878;
	letter-spacing: 2px;
	font-size: 12px;
}

/**** FOOTER ****/
div#footer{
	position:absolute;
	width: 860px;
	clear:both;
	margin: 0px auto;
	bottom: 0px;
}

div#f0{
	background-color: #e1e1e1;	
	color: #747273;
	font-size: 12px;
	width: 100%;
	height: 50px;
	line-height: 12px;
}

div#links{}

div.flink{
	float: left;	
}

a.flink{
	line-height: 25px;
	color: #747273;
	text-align: center;
	margin-left: 20px;	
	margin-right: 20px;	
	font-weight: 600;
	font-size: 12px;
	background-color: transparent !important;
}

br.both{
	clear: both; 
	display:block;
}

div#firma{
	border-top: solid 5px white;
	text-align: center;
	line-height: 20px;
}

/******************* CONTENUTI *******************/

div#news{
	font-size: 12px;
	padding-left: 15px;
	padding-bottom: 10px;
}

div.data_news{
	font-size: 12px;
	color: #9a9a9a;
	line-height: 20px;
	font-weight: bold;
}

div.titolo_news{
	font-size: 14px;
	color: #ff5000;
	font-weight: bold;
	line-height: 25px;
}


div.testo_news{
	font-size: 12px;
	line-height: 16px;
	padding-right: 5px;
}

div#continua{
	background-image: url("img/freccia.png");
	background-position: right;
	background-repeat: no-repeat;
	text-align: left;
	margin-left: 130px;
	width: 55px;
	font-size: 11px;
	font-style: italic;
	color: #3a3a3a;
	cursor: pointer;
}

div#continua a{
	width: 55px;
	font-size: 11px;
	font-style: italic;
	color: #3a3a3a;
	cursor: pointer;
	text-decoration: none;
}

div#s_news{
}

div.iscrizione{
	cursor: pointer;
	font-size: 13px;
	text-align: center;
	margin-top: 10px;
	margin-right: 10px;
}
div.iscrizione a{
	color: #857878;
	text-decoration: underline; 
}