/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	margin: 0px;
	background-color: #FFFFFF;
	text-align: left;
}

img {
	border: 0px;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}

.select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}

.arancio {
	color: #FF9934;
	font-weight: bold;
}

.bianco {
	color: #FFFFFF;
	font-weight: bold;
}

.titoli_arearis {
	color: #666;
	font-weight: bold;
	font-size: 14px;
}

.erroreform {
	color: #990000;
	font-style: italic;
	font-size: 10px;
}

#contenitore {
	margin: 0 auto;
	width: 990px;
}

#sopratop {
	width: 100%;
	height: 25px;
}

#sopratop_home {
	margin-top: 3px;
	width: 200px;
	float: left;
}

#sopratop_menu {
	margin-top: 3px;
	width: 700px;
	float: right;
	text-align: right;
}

#top {
	margin: 0 auto;
	width: 100%;
	height: 140px;
	background-image: url(img/sfondo_top.jpg);
}

#contenuto {
	width: 100%;
	margin-top: 50px;
	clear: both;
}

#contenuto_sx {
	width: 150px;
	float: left;
	text-align: center;
}

#contenuto_dx {
	width: 150px;
	float: right;
	text-align: center;
}

#contenuto_centro {
	width: 660px;
	margin-left: 165px;
	height: auto !important;  /* per i browser moderni */
	height: 320px;      /* per IE5.x e IE6 */
	min-height: 320px;  /* per i browser moderni */
}

#titolo {
	height: 25px;
	text-align: left;
	margin-bottom: 20px;
}

#ultimi_iscritti  {
	background-image:url(../img/ultimi_iscritti.jpg);
	width: 133px;
	height: 250px;
	margin: 0 auto;
	color: #666666;
	text-align: justify;
}

#footer {
	width: 100%;
	height: 80px;
	margin-top: 20px;
	clear: both;
}

#footer_sopra {
	width: 100%;
	height: 65px;
}

#footer_cuore {
	width: 520px;
	text-align: left;
	margin-left: 440px;
}

#footer_testo {
	width: 410px;
	margin-left: 10px;
	float: left;
	text-align: left;
}

#footer_indirizzo {
	width: 100%;
	height: 15px;
	background-color: #F3B42F;
	text-align: center;
}




#home_partners {
	padding: 10px;
	height: 150px;
	overflow: hidden;
	background: url(../img/home_partners_sfondo.jpg) no-repeat;
}
#home_partners ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#home_partners li {
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 150px;
	text-align: center;
	border-left-color: #FFCC33;
	border-left-style: solid;
	border-left-width: 1px;
}





#sopratop a:link, #sopratop a:visited, #sopratop a:active {
	color: #666;
	font-weight: normal;
	text-decoration: underline;
}
#sopratop a:hover {
	color: #FF6600;
	font-weight: normal;
	text-decoration: underline;
}

#top a:link, #top a:visited, #top a:active {
	text-decoration: none;
}
#top a:hover {
	text-decoration: none;
}

#contenitore a:link, #contenitore a:visited, #contenitore a:active {
	color: #FF6600;
	font-weight: normal;
	text-decoration: underline;
}
#contenitore a:hover {
	color: #666;
	font-weight: normal;
	text-decoration: underline;
}


/* Fade */
#partners {
	width: 130px;
	height: 80px;
	text-align: center;
	margin-left: 8px;
}

.fade_pics img { display: none }