@charset "utf-8";
/* CSS Document */
body{
	background-image:url(../img/bg.jpg);
	background-repeat:repeat-x;
	background-color:#FFF;
	margin:0px;
	padding:0px;
	font-family:Verdana, Geneva, sans-serif;
	/*text-align:justify;*/
	font-size:11px;
	color:#545454;
}
a img{
	border:hidden;
	border:none;
	border:0px;
}
a{
	color:#1e384c;
	text-decoration:none;
}
a:hover{
	color:#01aa4d;
	text-decoration:none;
}
#contenitore{
	width:980px;
	margin:0px auto;
}
/*-------------------------------------------------------------- top ----------------------------------------------------------*/
#top{
	width:980px;
	height:110px;
	margin:0px 0px 10px 0px;
	float:left;
}
#logo{
	background-image:url(../img/logo.jpg);
	background-repeat:no-repeat;
	width:176px;
	height:80px;
	margin:20px 20px 0px 0px;
	float:left;
}
#menu{
	width:745px;
	height:77px;
	float:right;
	margin-top:5px;
}
/*--------------------------------------------------------------colonna sinistra----------------------------------------------------------*/
#sx{
	width:225px;
	float:left;
}
ul.menu{
	list-style-image:url(../img/freccina.png);
	margin:0px;
	padding:0px;
}
ul.menu li{
	margin:0px 0px 0px 10px;
	padding:9px 0px 0px 0px;
	background-image:url(../img/divisore.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	height:29px;
}
#mercati_europei{
	background-image:url(../img/mercati_europei.jpg);
	width:218px;
	height:171px;
	position:relative;
	margin-top:20px;
}
#mercati_europei_txt{
	width:150px;
	height:31px;
	position:absolute;
	bottom:2px;
	left:39px;
	color:#FFF;
}
#mercati_europei_txt a{
	color:#FFF;
	text-decoration:none;
}
#mercati_europei_txt a:hover{
	color:#FF0;
	text-decoration:none;
}
#archivio_news{
	width:216px;
	background-color:#f6f6f6;
	border-left:1px solid #bdbdbd;
	border-right:1px solid #bdbdbd;
	float:left;
	padding-top:10px;
}
.news_arc{
	width:176px;
	margin:0px auto 10px auto;
	padding-bottom:10px;
	border-bottom:1px solid #bdbdbd;
}
.bottom_archivio{
	width:218px;
	height:30px;
	background-image:url(../img/bg_bottom_archivio.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	float:left;
	padding-top:5px;
	text-align:center;
	margin-bottom:10px;
}
.bottom_archivioBig{
	width:502px;
	height:30px;
	background-image:url(../img/bg_bottom_archivioBig.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	float:left;
	padding-top:5px;
	text-align:center;
	margin-bottom:10px;
}
/*-------------------------------------------------------------------page-----------------------------------------------------------------*/
#page{
	width:745px;
	float:left;
	margin:0px 0px 0px 10px;
	background-color:#FFF;
}
/*------------------------------------news principale--------------------------------*/
#news_principale{
	width:365px;
	height:377px;
	float:left;
	margin-right:6px;
	padding:8px;
	background-image:url(../img/box_news.jpg);
	background-repeat:no-repeat;
	position:relative;
}
.titolo_news_principale{
	margin-bottom:6px;
	float:left;
}
.foto_news_big{
	width:197px;
	height:auto;
	background-position:center;
	border:1px solid #e3e3e3;
	background-repeat:no-repeat;
	float:left;
	margin:0px 5px 5px 0px;
}
.foto_news_big a{
	width:197px;
	background-position:center;
	height:131px;
	display:block;
}
/*------------------------------------news secondarie--------------------------------*/
#news_secondarie{
	width:358px;
	height:390px;
	float:left;
}
.news_secondaria{
	width:342px;
	height:111px;
	background-image:url(../img/box_news_bg_mini.gif);
	background-repeat:no-repeat;
	margin:0px 0px 6px 0px;
	padding:8px;
	float:left;
	position:relative;
}
.news_secondaria_sx{
	width:373px;
	height:127px;
	background-image:url(../img/box_news_bg_mini_sx.gif);
	background-repeat:no-repeat;
	margin:0px 0px 6px 0px;
	/*padding:8px;*/
	float:left;
	position:relative;
}
.titolo_news_secondaria{
	margin-bottom:6px;
	float:left;
}
.foto_news_mini{
	width:105px;
	height:70px;
	background-position:center;
	border:1px solid #e3e3e3;
	background-repeat:no-repeat;
	float:left;
	margin:0px 5px 5px 0px;
}
.foto_news_mini a{
	width:105px;
	height:70px;
	background-position:center;
	display:block;
}
.vai_articolo{
	float:right;
	text-align:right;
	width:180px;
	height:15px;
	position:absolute;
	bottom:10px;
	right:10px;
}
/*------------------------------------news secondarie--------------------------------*/
#sedi_territoriali{
	width:742px;
	height:242px;
	float:left;
	background-image:url(../img/sedi_territoriali.jpg);
	background-repeat:no-repeat;
	margin-top:10px;
	position:relative;
}
#mappa_italia{
	width:202px;
	height:230px;
	position:absolute;
	top:11px;
	left:24px;
}
#elenco_sedi_territoriali{
	width:331px;
	height:150px;
	position:absolute;
	top:79px;
	left: 238px;
}
#elenco_sedi_territoriali ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
	width:100px;
	height:150px;
	display:block;
	float:left;
	margin-right:10px;
}
#elenco_sedi_territoriali ul li{
	display:block;
	margin-bottom:8px;
}
#testo_login{
	width:155px;
	height:63px;
	position:absolute;
	top:130px;
	left:571px;
	color:#01aa4d;
	text-align:right;
}
.campotesto{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#545454;
	border:1px solid #B9C0CA;
	width:100%;
	height:10px;
	margin:0px 0px 3px 0px;
	padding:3px;
}
.menutendina{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#545454;
	border:1px solid #B9C0CA;
	width:90px;
	height:25px;
	margin:0px 0px 3px 0px;
	padding:3px;
}
.pulsante{
	background-color:#FFF;
	border:0px;
	margin:0px;
	padding:0px;
	width:50px;
	height:17px;
	color:#01aa4d;
	font-size:11px;
	font-weight:bold;
}
ul.menulogin{
	list-style-image:url(../img/freccina.png);
	margin:0px;
	padding:0px;
	text-align:left;
}
ul.menulogin li{
	margin:0px 0px 0px 6px;
	padding:3px 0px;
	background-image:url(../img/divisore.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	height:15px;
	width:139px;
	text-align:left;
}
#loghi{
	width:742px;
	height:70px;
	float:left;
	padding-top:20px;
	margin-top:20px;
}
/*-------------------------------------------------------------------page interna-----------------------------------------------------------------*/
#page_int{
	width:515px;
	float:left;
	margin:0px 10px 10px 10px;
}
#page_int_top{
	width:515px;
	height:17px;
	float:left;
	background-image:url(../img/bg_page_top.gif);
	background-repeat:no-repeat;
}
#page_cont{
	width:493px;
	float:left;
	padding:0px 10px;
	background-color:#FFF;
	border-left:1px solid #e4e4e4;
	border-right:1px solid #e4e4e4;
	line-height:20px;
}
#page_int_bottom{
	width:515px;
	height:17px;
	float:left;
	background-image:url(../img/bg_page_bottom.jpg);
	background-repeat:no-repeat;
}
#page_cont ul{
	list-style-image:url(../img/pallino.jpg);
}
#page_cont ul li{
	margin-bottom:10px;
}
.news{
	width:493px;
	height:110px;
	position:relative;
	border-bottom:1px solid #090;
	margin-top:8px;
}
.titolo_news_archivio{
	float:left;
	width:493px;
}
#paginazione{
	width:493px;
	height:20px;
	margin-top:10px;
	text-align:center;
}
#mercati_europei_int{
	width:742px;
	height:242px;
	float:right;
	background-image:url(../img/top_mercati_europei.jpg);
	background-repeat:no-repeat;
	margin:0px 8px 10px 0px;
}
.foto{
	width:115px;
	height:77px;
	float:left;
	border:1px solid #e4e4e4;
	margin:6px 6px 0px 0px;
	background-position:center;
}
.foto a{
	width:115px;
	height:77px;
	display:block;
}
/*-------------------------------------------------------------------colonna destra-----------------------------------------------------------------*/
#dx{
	width:210px;
	float:left;
	margin-bottom:10px;
}
#box_login{
	width:210px;
	height:217px;
	float:left;
	background-image:url(../img/bg_login_int.gif);
	background-repeat:no-repeat;
	margin-bottom:10px;
}
#testo_login_int{
	width:160px;
	height:70px;
	padding:100px 0px 0px 15px;
}
#sedi_int{
	width:210px;
	height:460px;
	float:left;
	background-image:url(../img/bg_sedi_int.jpg);
	background-repeat:no-repeat;
	position:relative;
}
#mappa_italia_int{
	width:202px;
	height:230px;
	position:absolute;
	top:40px;
	left:5px;
}
#elenco_sedi_territoriali_int{
	width:192px;
	height:150px;
	position:absolute;
	top:268px;
	left: 12px;
}
#elenco_sedi_territoriali_int ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
	width:85px;
	height:180px;
	display:block;
	float:left;
	margin-right:10px;
}
#elenco_sedi_territoriali_int ul li{
	display:block;
	margin-bottom:4px;
}
#pulsanti_mercati{
	width:210px;
	height:172px;
	float:left;
	margin-bottom:10px;
}
#pulsanti_mercati img{
	width:210px;
	height:38px;
	float:left;
	margin-bottom:5px;
}
/*--------------------------------------------------FORM CONTATTI -- LAVORA CON NOI------------------------------------------------*/
#page_int form div{
	margin:0px;
	padding-bottom:10px;
	margin-bottom:5px;
	float:left;
	width:245px;
}
#page_int form p{
	margin:0px;
	padding:0px;
	width:150px;
	float:left;
	padding-top:3px;
	line-height:-1px;
}
.input_lungh{
	margin:0px;
	padding:3px;
	margin-right:3px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#545454;
	border:1px solid #B9C0CA;
	width:200px;
}
.bgColor_chiaro{
	background-color:#FAFAFA;
	border-bottom:1px solid #DFDFDF;
	
}
.textarea{
	margin:0px;
	padding:3px;
	margin-right:3px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#545454;
	border:1px solid #B9C0CA;
	width:200px;
}
/*-------------------------------------------------------------------footer-----------------------------------------------------------------*/
#footer{
	width:100%;
	height:90px;
	border-top:5px solid #fcb11a;
}
#cont_footer{
	margin:10px auto;
	width:980px;
	height:60px;
	text-align:center;
	color:#1d355b;
}
/*-------------------------------------------------------------------stile testi-----------------------------------------------------------------*/
.maiuscolo{
	text-transform:uppercase;
}
.titolo{
	color:#1e384c;
	font-size:12px;
	font-weight:bold;
}
.titolo a{
	color:#1e384c;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
.titolo a:hover{
	color:#01aa4d;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
.titoletto{
	color:#2c547c;
	font-size:11px;
	font-weight:bold;
}
.titoletto a{
	color:#2c547c;
	font-size:11px;
	font-weight:bold;
}
.titoletto a:hover{
	color:#01aa4d;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
.titolo_verde{
	color:#01aa4d;
	font-size:10px;
	font-weight:bold;
}
.titolo_verde a{
	color:#01aa4d;
	font-size:10px;
	font-weight:bold;
}
.titolo_verde a:hover{
	color:#1e384c;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}
.titolo_giallo{
	color:#fcb72a;
	font-size:12px;
	font-weight:bold;
}
.titolo_giallo a{
	color:#fcb72a;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
.titolo_giallo a:hover{
	color:#01aa4d;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
.testo_verde{
	color:#01aa4d;
}
.testo_verde a{
	color:#01aa4d;
	text-decoration:none;
}
.testo_verde a:hover{
	color:#1e384c;
	text-decoration:none;
}
.testo_giallo{
	color:#fcb72a;
}
.testo_giallo a{
	color:#fcb72a;
	text-decoration:none;
}
.testo_giallo a:hover{
	color:#01aa4d;
	text-decoration:none;
}
.testoRosso {
		font-size: 11px;
		font-weight: bold;
		color:#900;
}


