/* --- STRUTTURA -- */ 
html {
	background-color:#e9ece9;
}
body {
	margin:0px auto;
	text-align:center;
	font:70% verdana,sans-serif;
	color:#666;
	line-height:130%;
}

.bold {
	font-weight:bold;
}

#container {
	width:963px;
	/*height:auto !important;
	height:628px;
	min-height:628px;*/
	margin:0px auto;
	text-align:left;
	/*border:1px solid #f00;*/
	background:url(../img/bg_container.gif) repeat-y #fff;
}
#container_index {
	position:relative;
	width:963px;
	margin:0px auto;
	text-align:left;
	/*border:1px solid #f00;*/
	background:#e9ece9;
}
#header {
	width:873px;
	height:126px;
	margin:0px auto;
	padding:0 42px;
}
#header_index {
	/*width:873px;*/
	height:126px;
	padding:0 42px;
	background:url(../img/bg_container.gif) repeat-y #fff;
}
#content {
	/*height:auto !important;
	height:348px;
	min-height:348px;*/
	margin:33px 3px 0 3px;
	padding:0 42px;
	background:url(../img/bg_content.gif) no-repeat left bottom;
}
#content_index {
	/*margin:0 3px;*/
	padding:0 42px;
	background:url(../img/bg_container.gif) repeat-y #fff;
}
#main_nav {
	width:873px;
	/*height:35px;*/
	margin:0px auto;
	/*border:1px solid #f00;*/
}
#main_nav.index {
	/*height:35px;*/
	background:url(../img/bg_container.gif) repeat-y #fff;
	padding:0 48px 0 42px;
	margin:0;
	/*border:1px solid #f00;*/
}
#footer {
	width:963px;
	/*height:7px;*/
	margin:0px auto;
	padding:45px 0 0 0;
	background:url(../img/bg_footer.gif) no-repeat top #e9ece9;
}
#footer_index {
	position:relative;
	z-index:100;
	top:0px;
	width:963px;
	margin:0px auto;
	padding:65px 0 0 0;
	background:url(../img/bg_footer_index.png) no-repeat top !important;
	background:url(../img/bg_footer_index.gif) no-repeat top;
}
.clear {
	clear:both;
}
.alingleft{
	text-align: left;
}
.alignright{
	text-align: right;
}
img.alignleft, img.left{
	float: left;
	margin-right:10px;
}
img.alignright, img.right{
	float: right;
	margin-left:10px;
}
.hide{
	position:absolute;
	left:-9999px;
}
#images{
top:35px;
}
/* ---- HEADER ---- */
.lingua {
	color:#000;
	text-align:right;
	font-size:90%;
	border-top:5px solid #003480;
}
.lingua a {
	color:#003480;
	text-decoration:none;
}
.lingua a:hover {
	text-decoration:underline;
}
h1 {
	float:left;
	display:inline;
	width:273px;
	height:83px;
	margin:0;
	padding:0;
}
h1 img {
	border:0;
}
#cerca {
	float:right;
	display:inline;
	width:210px;
	margin:45px 0 0 0;
	padding:0 8px 0 0;
	text-align:right;
}
#cerca label {
	margin:0;
	padding:0;
	line-height:18px;
}
#cerca fieldset {
	margin:0;
	padding:0;
	border:none;
}
#cerca .txt {
	width:116px;
	margin:0;
	padding:0;
}
#cerca .bt_cerca {
	width:18px;
	height:20px;
	background:url(../img/bt_cerca.gif) no-repeat 0 3px;
	border:none;
	/*font-size:110%;*/
	text-indent:-9999px;
	cursor:pointer;
}
/* --- NAVIGAZIONE ORIZZONTALE -- */
#main_nav ul {
	width:873px;
	/*height:25px;*/
	font-size:90%;
	margin:0;
	padding:0;
	/*padding:12px 0 12px 0;*/
	background-color:#476da3;
	position:absolute;   /* ALEK IE FIX 30-06-09 */
	z-index:9999;        /* ALEK IE FIX 30-06-09 */
}
#main_nav ul li {
	float:left;
	display:inline;
	/*height:35px;*/
	color:#003480;
}
#main_nav ul li a {
	display:block;
	width:135px;
	/*line-height:35px;*/
	text-decoration:none;
	color:#fff;
	padding:10px;
	/*padding:0 24px 0 24px;*/
}
#main_nav ul li a.on {		/* ALEK NAV FIX 30-06-09 */ 
	background:url(../img/bg_main_nav_h.gif) repeat-x;
	color:#003480;
}
#main_nav ul li a:hover {
	background:url(../img/bg_main_nav_h.gif) repeat-x;
	color:#003480;
	}
#main_nav ul li li a.on{	/* ALEK NAV FIX 30-06-09 */
	background-image:none;
	color:#FFF;
}
#main_nav .on a {
	background:url(../img/bg_main_nav_h.gif) repeat-x;
}
#main_nav ul li.f2i_sgr a {
	width:136px;
}
#main_nav ul li.fondo a {
	width:136px;
}
#main_nav ul li.team a {
	width:136px;
}
#main_nav ul ul {
	position:absolute;
	padding-bottom:9px;
	margin:0;
	background:url(../img/bg_main_nav2.png) no-repeat center bottom;
	border-top:1px solid #91afd9;
}
* html #main_nav ul ul {
	background:url(../img/bg_main_nav2.gif) no-repeat center bottom;
	opacity:.86;
	filter:alpha(opacity=86);
	-moz-opacity:0.86;
}
#main_nav ul ul li {
	border-bottom:1px solid #91afd9;
}
#main_nav ul ul li a {
	padding:5px 12px 5px 10px;
}
#main_nav ul ul li a:hover {
	margin:0;
	/*background:#fff;*/
	/*background:#369;*/
	background:url(../img/bg_main_nav2_h.png);
	color:#fff;
	/*color:#003480;*/
}
/* ---- CONTENUTO CENTRALE INDEX --- */
#content_index {
	height:393px;
	/*border:1px solid #f00;*/
	position:relative;
}
	/* --- NEWS ---*/
		* html .bg_box_news {
		position:absolute;
		z-index:4;
		top:244px;
		left:133px;
		width:307px;
		height:158px;
		background:url(../img/bg_news.gif) no-repeat;
		opacity:.30;
		filter:alpha(opacity=30);
		-moz-opacity:0.3;
	}	
	#box_news {
		position:absolute;
		z-index:100;
		top:233px;
		left:119px;
		width:321px;
		height:163px;
		background:url(../img/bg_news2.png) no-repeat !important;
		background:url(../img/bg_news.gif) no-repeat;
	}	
	.elenconews{
		overflow:hidden;
		position:relative;
		/*width:321px;*/ 
		width:300px;
		padding:0 0 20px 0;
		background:url(../img/bg_azz.gif) repeat-x left bottom;
		/*margin-left:2px;*/
	}
	.elenconews ul{
		width:5000px;
		position:relative;
		margin:0 0 0 0;
		padding:30px 0 0 0;
	}
	.elenconews li{
		/*width:347px;
		height:75px;*/
		width:266px;
		height:78px;
		float:left;
		padding:0 20px 40px 20px;
		list-style:none;
		position:relative;
		font-size:90%;
		line-height:130%;
		color:#5c5c5c;
	}
	.elenconews li a {
		font-size:100% !important;
		font-weight:bold;
		color:#035fa8;
		text-decoration:none;
		line-height:160%;
	}
	.elenconews .next{
		position:absolute;
		right:18px;
		bottom:12px;
		display:block;
		height:16px;
		width:12px;
		background:url(../img/fr_news_dx.gif) center no-repeat;
		text-indent:-9999px;
	}
	.elenconews .prev{
		position:absolute;
		left:18px;
		bottom:12px;
		height:16px;
		width:12px;
		display:block;
		background:url(../img/fr_news_sx.gif) center no-repeat;
		text-indent:-9999px;
		text-align:left;
	}
	.elenconews .data {
		display:block;
		color:#333;
	}
	.logo_big {
		position:absolute;
		top:105px;
		left:532px;
		z-index:500;
		width:430px;
		height:478px;
		background:url(../img/logo_big.gif) no-repeat;
		opacity:.09;
		filter:alpha(opacity=9);
		-moz-opacity:0.09;
	}
/* ---- CONTENUTO CENTRALE PAGINA INTERNA--- */
.percorso_pag {
	padding:12px 0;
	color:#999;
}

.percorso_pag a {
	color:#999;
	text-decoration:none;
}
.percorso_pag a:hover {
	text-decoration:underline;
}


.wide a {
	color:#476DA3;
	text-decoration:none;
}
.wide a:hover {
	text-decoration:underline;
}
	/* --- MENU VERTICALE -- */
	.nav {
		float:left;
		display:inline;
		width:208px;
		background:url(../img/bg_nav2.gif) no-repeat left bottom;
		padding:0 0 16px 0;
	}
	.nav ul {
		width:208px;
		list-style:none;
		margin:0;
		padding:0;	
	}
	.nav ul li {
		display:block;
		/*background:#e8ebe8;*/
		border-bottom:1px solid #fff;
	}
	.nav ul li a.on,
	.nav ul li a.on:hover {
		text-decoration:underline;
		background:url(../img/fr_nav_h.gif) no-repeat 189px 10px #b4b7b4;
		color:#fff;
	}
	.nav ul li a {
		display:block;
		font-size:90%;
		color:#003480;
		padding:5px 0 5px 10px;
		background:url(../img/fr_nav.gif) no-repeat 189px 10px;
		text-decoration:none;		
	}
	.nav ul li a:hover {
		text-decoration:underline;
		color:#003480;
	}
	.nav ul ul li {
		border:none;
	}
	.nav ul ul li a {
		color:#fff;
		background-color:#b4b7b4;	
		background-image:none;
		padding-left:20px;	
	}
	.nav ul ul li a:hover {
		text-decoration:underline;
		color:#fff;
	}
	.nav ul ul li a.on {	
		text-decoration:underline;
		background-image:none;
	}
	/* --- TESTO COLONNA DX --- */
	.content_txt {
		margin:0 59px 0 288px;
		width:526px;
		height:auto !important;
		height:295px;
		min-height:295px;
	}
	.content_txt a {
		color:#476da3;
	}
	.content_txt a:hover {
		text-decoration:none;
	}
	.content_txt img {
		border:0;
	}
	.content_txt .tit_interna,
	.wide .tit_interna {
		font-size:123%;
		line-height:130%;
		height:auto !important;
		height:30px;
		min-height:30px;
		color:#336699;
		margin:0 0 24px 0;
		padding:0 0 0 50px;
		background:url(../img/bg_tit_interna.gif) no-repeat;
	}
	.content_txt h3 {
		color:#476da3;
		font-size:100%;
	}
	.content_txt .sx {
		float:left;
		display:inline;
		width:158px;
		margin:0 0 0 0;
	}
	.content_txt .centro {
		float:left;
		display:inline;
		width:158px;
		margin:0 0 0 25px;
	}
	.content_txt .dx {
		float:left;
		display:inline;
		width:158px;
		margin:0 0 0 25px;
	}
	.indietro {
		clear:both;
		text-align:right;
		padding-right:59px;
	}
	.indietro a {
		color:#003480;
		text-decoration:none;
		font-size:90%;
	}
	/* ----------- TABELLA ------------------ */
	.content_txt table {
		width:100%;
		border-top:3px solid #bdcadd;
		border-bottom:3px solid #bdcadd;
		border-left:none;
		border-right:none;
		padding:0;
		border-collapse:collapse;
		text-align:left;
	}
	.content_txt table td {
		border-top:1px solid #bdcadd;
		border-bottom:1px solid #bdcadd;
		border-left:1px solid #fff !important;
		border-right:1px solid #fff !important;
		vertical-align:top;
		padding:5px 8px;
	}
	.content_txt table a {
		text-decoration:none;
	}
	.content_txt table a:hover {
		text-decoration:underline;
	}
	/* --- TABELLA1 HTML GALLERY --*/
	.content_txt .tab1 td {
		border:none;
		color:#676767;
		padding:7px 8px;
	}
	.content_txt .tab1 th {
		vertical-align:top;
		padding:7px 12px;
		background-color:#bdcadd;
		font-size:100%;
		font-weight:normal;
		color:#323433;
	}
	.content_txt .tab1 span {
		font-weight:bold;
		color:#00349a;
		display:block;
	}
	/* ---- LISTA ----*/
	.content_txt ul {
		margin:0;
		padding:0 0 0 10px;
		list-style:none;
	}
	.content_txt ul li {
		background:url(../img/punto-elenco.gif) no-repeat 0 12px;
		padding:5px 0 5px 12px;
		
	}
	hr {
		height:1px;
		border:none;
		border-top:1px solid #bdcadd;
		clear:both;
		padding:0;
		margin:0;
		color:#fff;
		background:#fff;
	}
/* --- FOOTER --- */

#footer .piva,
#footer_index .piva {
	width:500px;
	float:left;
	display:inline;
}
#footer ul,
#footer_index ul {
	height:20px;
	margin:0;
	padding:0;
	list-style:none;
	float:right;
	display:inline;
}
#footer ul li,
#footer_index ul li {
	float:left;
	display:inline;
	height:20px;
	color:#003480;
}
#footer ul li a,
#footer_index ul li a {
	color:#003480;
	text-decoration:none;
	margin:0 8px;
	text-transform:lowercase;
}
#footer ul li a:hover,
#footer_index ul li a:hover {
	text-decoration:underline;
}
/*----- HTML GALLERY ----*/
ul.lista_pdf {
	list-style:none;
	margin:0;
	padding:0;
}
ul.lista_pdf li {
	background:url(../img/ico_pdf.gif) no-repeat 0 1px;
	padding:0px 0 4px 25px;
}
/*--- MAPPA DEL SITO ----*/
.wide {
	margin:0 59px 0 0;
	/*width:526px;*/
	height:auto !important;
	height:295px;
	min-height:295px;
	}
.mappa{
	padding:0;
	margin:0 0 0 15px;
	text-align:center;
	/*width:930px;*/
	background:url(../img/bg_int_wide.gif) repeat-y;
}
.mappa .txt_sx{
	width:865px;
	background:url(../img/bg_titb_wide.gif) no-repeat left top;
}
.mappa .bottom{
	background:url(../img/bg_bott_int_wide.gif) no-repeat left bottom;
}
.mappa ul a{
	text-decoration:none;
}
.mappa ul a:hover{
	text-decoration:underline;
}
.mappa ul{
	margin:0px;
	padding:0 0 20px 0;
	width:100%;
}
.mappa ul li{
	list-style:none;
	line-height:180%; 
	font-weight:bold;
	margin:0px;
	padding:0 0 20px 0;
	background-image:none;
}
.mappa ul li a{
	padding-left:8px;
	text-decoration:none;
}
.mappa ul ul {
	margin:0px;
	padding:0px;
}
.mappa ul ul li {
	margin-left:20%; 
	padding:0;
}
.mappa ul ul li a{
	/*padding-left:8px;*/
	text-decoration:none;
	display:block;
	width:99.9%;
}
.mappa ul ul li a:hover{
	/*padding:0 0 0 8px;*/
	text-decoration:none;
}
.mappa ul ul ul{
	margin-bottom:0px;
	margin:0px;
	padding-bottom:15px;
	width:100%;
	min-width:100%;
}
.mappa ul ul ul li a {
	font-weight:normal;
}
/* MAPPA COLORI */
.mappa{
	text-align:left;
}
.mappa h2{
    color: #c0007a;
}
.mappa ul li a{
	/*color:#295454;*/
	color:#476da3;
}
.mappa ul ul {
	/*border-top:1px solid #2D336B;
	border-bottom:0px solid #2D336B;*/
	border-top:1px solid #dcdadb;
	border-bottom:0px solid #dcdadb;
}
.mappa ul ul li { 
	/*border-left:1px solid #295454; 
	border-bottom:1px solid #295454;*/ 
	border-left:1px solid #dcdadb; 
	border-bottom:1px solid #dcdadb;
	/*background:#F4F3EC;*/
	background:#f2f0f1;
}
.mappa ul ul li a:hover{
	/*background-color:#FF9900;*/
	background-color:#d2d6d2;
	color:#000;
}
.mappa ul ul ul{
	/*border-top:1px dashed #2D336B;*/ 
	border-top:1px dotted #dcdadb;
	background:#fff;
}
.mappa ul ul ul li {
	/*border-bottom:1px dashed #2D336B;*/
	border-top:1px dotted #dcdadb; 
	background:#fff;
}
.mappa ul ul ul li a {
	color:#000;
}
/*----PAGINA RICERCA------*/
#searchForm .bt_cerca {
	width:18px;
	height:20px;
	background:url(../img/bt_cerca.gif) no-repeat 0 3px;
	border:none;
	text-indent:-9999px;
	cursor:pointer;
}
