@charset "utf-8";
/* CSS Document */

#tag_h1 {
	position:fixed;
	bottom:70px; right:10px;
	z-index:100;
}

/* INIZIO HEADER */
#header	{
	width:1000px;
	height:77px;
}
/* FINE HEADER */

/* INIZIO CONTENITORE */
#supersize {
	position:fixed;
	top:0; left:0;
}
#supersize img {
	position:absolute;
	top:0; left:0;
	z-index: 0;
	
	height:100%;
	width:100%;
	cursor:default;
	-ms-interpolation-mode:bicubic; /* per l'antialias in IE7 */
}

.disable{
	color:#9999CC;
}

#contenitore {
	position:fixed;
	top:0; left:0;
	z-index:1;
	
	padding:0;   
	margin:0;
	width:100%;
	height:100%;
}
	#header {
		position:absolute;
		top:0; left:0;
		z-index:2;
		
		width:100%;
		height:60px;
		background:#003D7D;
	}
		#logo {
			float:left;
			padding-left:8%;
			width:323px;
			height:60px;
		}
		
	#area_gallery {
		position:relative;
		top:60px; left:0;
		z-index:2;
		
		width:100%;
	}
		#area_gallery img { -ms-interpolation-mode:bicubic; }
		.chiudi_scheda {
			float:left;
			padding-top:2px;
			margin-left:-25px;
			width:16px;
			height:16px;
		}
	#pagina {
		position:absolute;
		top:60px; left:0;
		z-index:3;
		
		width:100%;
	}
		#pagina #sx {
			float:left;
			padding:20px 0 0 8%;
		}
			/* INIZIO NEWS HOMEPAGE */
			#news_home {
				width:323px;
			}
				#news_home .news {
					margin-bottom:1px;
					padding:10px;
					width:303px;
					background:url(/img/bg_bianco.png) top left repeat;
				}
					#news_home .news p { padding:0; margin:0; }
			#news_home .link, #news_home .link a, #news_home .link a:hover {
				padding:5px 10px;
				width:303px;
				color:#003D7D;
				text-align:right;
				background:#FFF;
			}
				#news_home .link a, #news_home .link a:hover {
					padding:0; margin:0;
				}
			/* FINE NEWS HOMEPAGE */
			
			#newsletter_home {
				padding-top:20px;
				width:323px;
			}
				#newsletter_home .newsletter {
					margin-bottom:1px;
					padding:10px;
					width:303px;
					background:url(/img/bg_bianco.png) top left repeat;
				}
			
		#pagina #dx {
			float:right;
			padding:20px 8% 0 0;
		}
	
	#footer {
		position:absolute;
		bottom:0; left:0;
		z-index:2;
		
		width:100%;
		height:60px;
		background:#003D7D;
	}
		#footer a, #footer a:hover { color:#FFF; }
		#footer_sx, #footer_dx {
			padding-top:13px;
			color:#FFF;
			font-size:11px;
		}
		#footer_sx {
			float:left;
			padding-left:8%;
		}
		#footer_dx {
			float:right;
			padding-right:8%;
			text-align:right;
		}
/* FINE CONTENITORE */

/* INIZIO ARCHIVIO NEWS, NEWS ESPLOSA */
#news_archivio {
	margin:20px 8% 0;
	width:84%;
}
	#news_archivio .news {
		margin-bottom:1px;
		padding:10px;
		background:url(/img/bg_bianco2.png) top left repeat;
	}
		#news_archivio .news p { padding:0; margin:0; }
		.img_archivio {
			float:left;
			padding:0 10px 0 0;
			height:80px;
		}
	#news_archivio .link, #news_archivio .link a, #news_archivio .link a:hover {
		padding:5px 10px;
		color:#003D7D;
		text-align:right;
		background:#FFF;
	}
		#news_archivio .link a, #news_archivio .link a:hover {
			padding:0; margin:0;
		}
	#news_archivio p.scarica_file {
		padding:0 40px 0 0;
		margin:0;
		height:32px;
		line-height:32px;
		text-align:right;
		background:url(/img/scarica_file.png) top right no-repeat;
	}
		#news_archivio p.scarica_file a, #news_archivio p.scarica_file a:hover {
			color:#003D7D;
		}
		
	/* ESPLOSA */	
	#news_archivio .news_esplosa {
		padding:10px;
		/*background:url(/img/bg_bianco2.png) top left repeat;*/
	}
		#news_archivio .news_esplosa img { float:left; padding:0 10px 0 0; }

/* FINE ARCHIVIO NEWS, NEWS ESPLOSA */

/* INIZIO CONTATTI */
#area_standard {
	margin:20px 8% 0;
	width:84%;
}
	#area_standard .area {
		margin-bottom:1px;
		padding:10px;
		background:url(/img/bg_bianco2.png) top left repeat;
	}
tr.riga_form {
	height:22px;
	vertical-align:top;
}
.label_float {
	padding-right:10px;
	width:161px;
	height:20px;
	line-height:20px;
	text-align:right;
}

#area_standard p.download {
	margin:0;
	height:60px;
	line-height:60px;
}
	#area_standard p.download a, #area_standard p.download a:hover {
		padding:0 0 0 60px;
		height:60px;
		color:#003D7D;
		background:url(/img/download.png) top left no-repeat;
	}
	
#area_mappa {
	position:absolute;
	top:60px; left:0;
	z-index:2;
	
	width:100%;
}
/* FINE CONTATTI */

/* INIZIO GALLERY */
#prev_gallery {
	float:left;
	width:50%;
}
	#prev_gallery a {
		float:left;
		width:100%;
		height:100%;
		background:url(/img/blank.png) center left repeat;
	}
	#prev_gallery a:hover {
		float:left;
		width:100%;
		height:100%;
		background:url(/img/prev_gallery.png) center left no-repeat;
	}
#next_gallery {
	float:left;
	width:50%;
}
	#next_gallery a {
		float:left;
		width:100%;
		height:100%;
		background:url(/img/blank.png) center left repeat;
	}
	#next_gallery a:hover {
		float:left;
		width:100%;
		height:100%;
		background:url(/img/next_gallery.png) center right no-repeat;
	}
	
#area_thumb {
	position:fixed;
	bottom:60px; left:50%;
	z-index:100;
	
	margin-left:-500px;
	width:1000px;
	height:110px;
}
#mostra_thumb {
	position:absolute;
	bottom:10px; right:10px;
	z-index:101;
	
	/*padding:0 15px;
	height:20px;
	line-height:20px;
	text-align:center;
	background:#FFF;
	color:#003D7D;
	cursor:pointer;*/
}
	/*#mostra_thumb:hover { background:#003D7D; color:#FFF; }*/
.cella_thumb {
	/*text-align:center; width:89px; border:1px solid #CCC; overflow:hidden;*/
	width:87px; height:58px; overflow:hidden; border:1px solid #CCC; background:#FFF;
}
	.cella_thumb:hover { border:1px solid #003D7D; }
#thumb {
	position:fixed;
	bottom:70px; left:50%;
	z-index:100;
	
	padding:10px;
	margin-left:-440px;
	width:881px;
	height:70px;
	background:url(/img/bg_bianco.png) top left repeat;
	overflow:hidden;
}
	#thumb img {
		float:left;
		width:87px;
		/*margin-right:10px;
		height:58px;*/
	}
		/*#thumb img:hover, #thumb img.sel { border-left:1px solid #003D7D; border-right:1px solid #003D7D; }*/
/* FINE GALLERY */

/* INIZIO ISCRIZIONE NEWSLETTER */
.area_newsletter {
	margin-bottom:1px;
	width:420px;
	padding:10px;
	background:url(/img/bg_bianco2.png) top left repeat;
}
/* FINE ISCRIZIONE NEWSLETTER */

/* INIZIO ISCRIZIONE NEWSLETTER */
.categoria {
	padding:0 0 0 58px;
	height:48px;
	line-height:48px;
	color:#003D7D;
	font-weight:bold;
	background:url(/img/folder.png) top left no-repeat;
	
}
.lista {
	padding:0 0 0 58px;
	color:#003D7D;
}
/* FINE ISCRIZIONE NEWSLETTER */

/* INIZIO ARCHIVIO NEWS, NEWS ESPLOSA */
.press {
	margin-bottom:1px;
	padding:10px;
	background:url(/img/bg_bianco2.png) top left repeat;
}
	.press p { padding:0; margin:0; }
	.img_press {
		float:left;
		margin:0 10px 0 0;
		height:148px;
		border:1px solid #CCC;
	}
		.img_press:hover { border:1px solid #003D7D; }
/* FINE ARCHIVIO NEWS, NEWS ESPLOSA */

/* INIZIO FLEXCROLL */
#scroll_news_esplosa {
	margin-bottom:1px; background:url(/img/bg_bianco2.png) top left repeat;
}
.flexcroll:focus { outline:none; }
.scrollgeneric {
	position:absolute;
	top:0; left:0;
	line-height:1px;
	font-size:0px;
}
.vscrollerbase {
	margin-left:1px;
	width:10px;
	background:url(/img/bg_bianco2.png) top left repeat;
}
.vscrollerbar {
	width:10px;
	background:#003D7D;
	cursor:pointer;
}
.hscrollerbase {
	height:10px;
	background:url(/img/bg_bianco.png) top left repeat;
}
.hscrollerbar {
	height:10px;
	background:#003D7D;
	cursor:pointer;
}
#chiusura_scroll {
	 height:10px;
	 font-size:1px;
	 background:url(/img/bg_bianco2.png) top left repeat;
}
/* FINE FLEXCROLL */