@charset "UTF-8";
/* CSS Document */

body{
	margin:0;
	background-image: url(../immagini/sfumata.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color:#000000;
	}
#contenuto-home {
	background-image: url(../immagini/sfondo-home.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 973px;
	margin-right: auto;
	margin-left: auto;
	height: 697px;
}
#contenuto-home #header img {
	float: left;
}
#contenuto-profilo {
	background-image: url(../immagini/sfondo-profilo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 973px;
	margin-right: auto;
	margin-left: auto;
	height: 697px;
}
#contenuto-profilo #header img {
	float: left;
}
#contenuto-servizi {
	background-image: url(../immagini/sfondo-servizi.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 973px;
	margin-right: auto;
	margin-left: auto;
	height: 697px;
}
#contenuto-servizi #header img {
	float: left;
}
#contenuto-contatti {
	background-image: url(../immagini/sfondo-contatti.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 973px;
	margin-right: auto;
	margin-left: auto;
	height: 697px;
}
#contenuto-contatti #header img {
	float: left;
}
ul{
	display:table;
	list-style-type:none;
	width:450px;
	margin-top: 48px;
	float: right;
}
li{
	width:94px;
	height:20px;
	float:left;
	font-weight:bold;
	margin-right: 2px;
}
li a{
	width:94px;
	height:20px;
	display:block;
	text-align:center;
	padding-top:9px;
	background-color:#000000;
	text-decoration: none;
	color: #FFFFFF;
}
li a:hover{width:94px;height:20px;display:block; background-color:#FF6600;}
#header {
	height: 78px;
	width: 973px;
	margin-top: 0px;
}
li a:hover{width:94px;height:20px;display:block; background-color:#FF6600;}
#attivo{width:94px;height:20px;display:block; background-color:#FF6600; padding:9px;}

#navigazione{
	width:450px;
	height:77px;
	float:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-right: -30px;
}

#testo-homepage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	float: right;
	width: 600px;
	margin-top: 370px;
	line-height: 20px;
	text-align: justify;
	margin-right: 30px;
}
#testo-interne {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: right;
	width: 600px;
	margin-top: 72px;
	line-height: 20px;
	text-align: justify;
	margin-right: 30px;
	clear: both;
}
.testo-internobox{
	padding:10px;
	background-image:url(../immagini/trasparente-sfondo-testo.png);
	color:#FFFFFF;
	background-repeat: repeat;
	height:440px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
}
.titolo_arancio{
	font-size:40px;
	color:#FF6600;
	font-weight:bold;
	display:block;
	margin-bottom: 15px;
	}
#footer{
	margin-left:auto;
	margin-right:auto;
	width:973px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	letter-spacing: -0.5px;
	height: 160px;
	margin-top: 10px;
	}
	
#immagine-crediti {
	margin-top: 10px;
	margin-left: 15px;
	float: left;
}
#footer #immagine-crediti a{
	color:#FF6600;
	}
#footer #immagine-crediti a:hover{
	color:#FF0000;
	}

.lista {
	margin-top: 10px;
	width:150px;
	float: left;
	padding-left: 8px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #333333;
	height: 120px;
	margin-left: 20px;
	line-height: 8px;
	}
	
	
#footer .lista .titolo {
	font-weight: bold;
	color: #FF6600;
}
#footer .lista a{
	color:#FF6600;
	text-decoration:none;
	}
#footer .lista a:hover{
	color:#fff;
	text-decoration:none;
	}	

