/* CSS Document */
html{
	background-color:#E0E0D8;
	margin:0px;
	padding:0px;
}
html img{
	border:none;
}
body{
	width:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:65%;
	margin:0px;
	padding:0px;
	color:#666666;
}
body a{
	color:#333333;
	text-decoration: none;
}
/*-------------------Utils------------------*/
.clear{	clear:both;}
.clear-left{clear:left;}
/*-------------------struttura------------------*/
#struttura{
	position:relative;
	width:900px;
	min-height: 590px;
	height: auto !important;
	height: 590px;
	padding:0px 0px;
	margin:0px auto;
	background-image: url("ITA/img/sf_struttura.jpg");
	background-repeat:no-repeat;
	background-position:top center;}
#struttura:after {
	content: ""; 
	display: block; 
	height: 0; 
	clear: both;}
/*-------------------struttura e Contenuto Colonna Sx------------------*/
#struttura-colonnasx{
	width:250px;
	float: left;
}
#colonna-sx{
	width:225px;
	margin: 60px 0px 0px 15px;
}
#logo{
	margin-bottom: 40px;
}
#navigazione{
	height: auto;
	min-height: 250px;
	height: auto !important;
}
.sub-navigazione{
	margin: 10px 0px 20px 18px;
}
.sub-navigazione IMG{
	margin: 8px 0px 10px 0px;
	display: block;
}
.sub-navigazione P{
	margin: 0px 0px 18px 0px;
	padding: 0px;
	line-height:15px;	
}
#bottom {
	font-size:85%;
	line-height: 15px;
}
#bottom A{
	font-weight: bold;
	}
/*-------------------struttura e Contenuto Colonna Dx------------------*/
#struttura-colonnadx {
	width:650px;
	float: left;
}
/*-------------------TESTATA ------------------*/
#testata-colonna-dx {
	width:600px;
	margin: 10px 0px 0px 10px;
}
#navb-servizio {
	height: 32px;
	min-height: 32px;
	height: auto !important;
	color:#333333;
}
#titolo {
	float: left;
	width:490px;
	margin-top: 30px;
}
#testata-banner {
	float: left;
	margin-top: 8px;
}
/*-------------------CONTENUTO ------------------*/
#contenuto {
	width:600px;
	margin: 10px 0px 0px 10px;
	height:400px;
	min-height:400px;
	height: auto !important;
}
.slot-due-colonne {
	width:100%;
	margin-top: 10px;
}
.slot-due-colonne-sx {
	width:50%;
	margin-top: 10px;
	float: left;
}
.slot-due-colonne-dx {
	width:50%;
	margin-top: 10px;
	float: left;
}
.slot-una-colonna {
	width:100%;
	margin-top: 10px;
}

/*------------------- Foto gallery ------------------*/
#struttura-foto-gallery{
	position:relative;
	width:900px;
	height: 590px;
	min-height: 590px;
	height: auto !important;
	padding:0px 0px;
	margin:0px auto;
	background-image: url("ITA/img/sf_struttura_photo_gallery.jpg");
	background-repeat:no-repeat;
	background-position:top center;}
	
#titolo-foto-gallery{
	float: left;
	width:365px;
	margin-top: 30px;
}
/*------------------- Classi formattazione ------------------*/
.foto {
	border: 4px solid #ffffff;
}
.elenco {
	width: 90%;
	border-bottom: 1px dotted #666666;
	padding-bottom: 5px;
	margin-bottom: 10px;
	height: auto;
	min-height: 70px;
	height: auto !important;
	
	}
.elenco img{
	float: left;
	margin-right: 10px;
	border-bottom: 1px solid #ffffff;
	}
h1 {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-size:120%;
	color:#423428;
}
/*------------------- FORM ------------------*/

input {
	border: 1px solid #ffffff;
	color: #666666;
	font-size:95%;
}
select {
	color: #666666;
	font-size:85%;
}
textarea {
border: 1px solid #ffffff;
}


table#listino { border:1px dotted #FFFFFF; border-collapse:collapse; margin:0 auto; font-size:11px; padding:0; width:500px; }

table#listino td { margin:0; padding:3px; border:1px dotted #FFFFFF; }


/*------------------- NEWS ------------------*/
.articolo { float:left; display:inline; width:590px; margin:20px 0 0 0; padding-bottom:0px; border-bottom:1px dotted #999999; }
.foto-articolo { width:140px; float:left; display:inline; margin-right:15px; }
.testo-articolo { width:435px; float:left; display:inline; }

#pagination { clear:both; padding-top:10px; }

.articolo h3 { margin-top:0;}

#gallery { margin-top:10px; border-top:1px dotted #999999; width:600px; }

#gallery div { width:140px; float:left; display:inline; margin:10px 10px 10px 0;  }
