/* CSS Document */

body {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	color: #888;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	height:100%;
}

/*--------------------- STILI GENERALI -------------------*/

div, h1, h2, h3, h4, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

ul {list-style:none}

p, ul {line-height:18px; margin:5px 0 8px 0;}

b, strong { color:#777; }

h1 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
}

h3 { 
	color:#E6712B;
	font-size:13px;
	}


/*collegamenti ipertestuale*/
a {
	color:#666;
	text-decoration:none;	
}

a:hover {
	color:#000;
	text-decoration: none;
}
	
.clearer {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}


/*--------- STRUTTURA DEL SITO -------------*/


#sito {
	margin-top:20px;
	width: 100%;
	/*background-color: #9966FF;	*/
	background-image: url(../images/bg_head.gif);
	background-repeat: repeat-x;	
}


#header {
	width: 934px;
	height:162px;
	margin: 0px auto;
	position:relative;
}

	#header #logo {
		position: absolute;
		top:0px; left:0px;
		width: 207px;
		height:113px;
		background:url(../images/logo.gif) no-repeat;
	}
	
	#header #lingue {
		display:none;
	}
			
	#header #cerca {
		display:none;
	}
	
	#header #info_utente {
		position: absolute;
		top:100px; right:0px;
		font-size:12px;
	}
		#header #info_utente a {
			font-weight: normal;
			color:#666;
			text-transform:lowercase;
			text-decoration: none;
		}
	
		#header #info_utente a:hover,
		#header #info_utente a.attivo {
			color:#000;
		}		
	
	#header #menu {
		position: absolute;
		top:142px; left:0px;	
		color:#888;
		font-size:16px;
		/*width:600px;*/
	}
	
		#header #menu a {
			font-weight: normal;
			color:#888;
			text-transform:lowercase;
			text-decoration: none;
			margin-right:37px;
		}
	
		#header #menu a:hover,
		#header #menu a.attivo {
			color:#000;
		}


#container {
	margin-top: 8px;
	background: #f0f0f0;
}

#titolo_pagina {
	display:none;
}

#layout {
	width: 934px;
	min-height:530px;
	margin: 0px auto;
	/*background-color:#CCFFFF;*/
}

#percorso {
	display:none;
}

/*-------------- CONTENUTI ----------*/
#column {
	float:left;
	width:934px;
}


#col_left {
	float:left;
	width:150px;
}

	#col_left .box_title {
		padding: 8px 0px 2px 0px;
		border-bottom: 1px solid #888;
	}
	
	#col_left h2 {
		font-size:18px;
		font-weight:normal;
		color:#CD071E;
	}

	#col_left .manual {
		padding: 0px 0px 0px 0px;		
	}	
	
	#col_left .scroll .manual {
		height:500px;
		overflow:auto;
	}

#col_center {
	float:left;
	width:618px;
	margin-left:10px;	
}	

.layout_page #col_right {
	float:left;
	width:770px;
	margin-left:10px;	
}
	.layout_page #col_right .box_title {
		padding: 8px 0px 2px 0px;
		border-bottom: 1px solid #888;
	}
	
	.layout_page #col_right h2 {
		font-size:18px;
		font-weight:normal;
		color:#FF5666;
	}


.layout_3col #col_right {
	float:left;
	width:144px;
	margin-left:8px;
}

	.layout_3col #col_right .box_title {
		padding: 10px 0px 10px 0px;
	}
	
	.layout_3col #col_right h2 {
		font-size:24px;
		font-weight:normal;
		color:#EA6FA3;
	}

.testo .manual {
	overflow:visible;
}

.box {
	clear:both;
}

/*------------ ELEMENTI PAGINE -----------*/

.pagebox {
	float:left;
	margin-top:5px;
}
.pagebox .page_box{
	float:left;
	width:295px;
	height:85px;
	margin-right: 18px;
	margin-bottom: 5px;
	border: 1px solid #888;
	background: #fff;
	overflow: hidden;
	position:relative;
}

.pagebox .page_box img,
.pagebox .page_box .img{
	/*position:absolute;*/
	float:left;
}

.pagebox .page_box .testo{	
	position:absolute;
	top:0px;
	left:130px;
}


.pagebox .page_box .titolo{	
	font-size:20px;
	line-height:21px;
	text-transform:uppercase;
	font-weight:bold;
	margin-left: 10px;
	margin-top: 6px;
	color:#999;
}

.pagebox .page_box .anteprima{
	font-size:11px;
	font-weight:bold;
	margin-top: 3px;
	margin-left: 10px;
	line-height:13px;
}

.pagebox a:hover img {
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

.pagelist {
}

.pagelist ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

.pagelist ul li {
	margin:0px;
	padding:0px;
}

.pagelist ul li a {
	margin:0px;
	display:block;
	background: url(../img/list_obj.jpg) repeat-x;	
	height: 20px;
	padding:15px 29px;	
	font-size:14px;
	font-weight:normal;
	color:#fff;
	text-decoration:none;
}

.pagelist ul li a.attivo,
.pagelist ul li a:hover {
	font-weight:bold;
}


/*-------------------*/

.page_num {
	clear:both;
	float:right;
	list-style:none;
	margin: 5px 10px 0px 0px;
	padding:0px;
}

.page_num li {
	float:left;
	list-style:none;
	margin-left:10px;
}

.page_num li a {
	font-size:10px;
	display:block;
	text-decoration: none;
	text-align:center;
	color:#C41713;
	background:#FCD5CD;
	width:18px;
	font-weight:bold;
}

.page_num li a:hover,
.page_num li a.selected {
	color:#FCD5CD;
	background:#C41713;
	width:18px;
	font-weight:bold;
}



.photogallery ,
.videogallery {
	margin-top:10px;
}


.photogallery img,
.videogallery img {
	margin-right:15px;
	border: 1px solid #ACCDDD;
}

.slideshow .box_body{
	border: 1px solid #888;
}

.slideshow .box_link{
}

/* ---- LOGOGALLERY ---- */

.logogallery {
	margin-left:-11px;
	float:left;
}

.logogallery .photo {
	float:left;
	width:182px;
	height:167px;
	margin-left:11px;
	margin-bottom:11px;
	background: #fff;
	position:relative;
	border: 1px solid #999;
}

.logogallery .photo a {
	display:block;
	width:182px;
	height:167px;	
}

.logogallery .row {
	margin-left:0px;
	clear:both;
}

.logogallery .photo img {
	position:absolute;
	left:0px;
	top:0px;
}

.logogallery .photo .titolo {
	position:absolute;
	z-index:3;
	left:8px;
	bottom:8px;
	font-size:20px;
	font-weight:normal;
	text-transform:uppercase;
	color:#F84;
}

.logogallery .photo .descrizione {
	display:none;
}

/*------------------------------ MODULO -------------------------------------*/

.form form {
	width:600px;
}

.form label {
	float:left;
	display: block;	
	width:600px;
	margin-top:8px;
}

.form label span {	
	display: block;	
	float:left;
	width:150px;
	text-align:right;
	padding-right:15px;
	font-weight:bold;
}

.form label span.little {	
	display: block;	
	float:left;
	width:10px;
	text-align:right;
	padding-right:0px;
}

.form label.requestednote {
	margin-bottom:15px;
}

.form .input_group label {
	float:left;
}

.form label input, 
.form label textarea {
	display: block;
	float:left;
	width : 250px;
	/*padding : 4px;
	border : 1px solid #585858;
	background :  #ededed;
	font : 10px Verdana, Geneva,  Arial, Helvetica, sans-serif;*/
	color:#333333;
}

.form label input.submit {
	width : auto;
	padding : 0px 10px;
}

.form label input.submit:hover {
	color : #2b5555;
	background : #e2e2e2;
	cursor : pointer;
	cursor : hand;
}

.form label input.check {
	width:auto;
	border:none;
	background:none;
	height:18px;
}

.form label span input {
	float:none;
	display:inline;
}

.form p {
	float:left;
	padding-top:10px;
	padding-bottom:10px;
	font-size : 12px;
	line-height: 18px;
}

.form fieldset {
	border: 0px;
}


/*------ FOOTER ----------*/

#footer_container {
	background: #f0f0f0;
	padding: 5px 0;
}

#footer {
	width: 934px;
	margin: 0px auto;
	height: 184px;
	background-image:url(../images/bg_foot.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#footer .foot_menu {
	float:left;	
	width:630px;
}

#footer .foot_slide {
	float:right;	
	width:300px;
}

#footer .foot_slide .banner {
	margin-top:5px;
	padding:0px;
	width:295px;
	border: 1px #888 solid;
}

#footer .foot_banner {
	clear:both;
	margin: 5px 0;
}

#footer .foot_text {
	clear:both;
	margin: 15px 0;
	color:#bbb;	
}

#footer .foot_info {
	float:left;
}

#footer .foot_menu1 {
	float:right;
}

	#footer .foot_menu1 a {
		text-transform: lowercase;
		color:#bbb;
	}
	
	#footer .foot_menu1 a:hover {
		color:#000000;
	}
	
.errore {
	padding: 5px 0px;
	color: #c00;
	font-weight: bold;
}