/*---------reset--------------*/
html, body, h1, h2, h3, h4, h5, h6,
p,img, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, textarea,
table, caption, tbody, tfoot, thead, tr, th, td, button, iframe {
	margin: 0;
	padding: 0;
	border: none;
}
ol, ul {
	list-style: none;
}
/*--------------------------------------------------*/
/*-------centratura IE5, font e background body------*/
body {
	color: #333;
	background: #FFF;
	font: 62.5%/1.3 Tahoma, 'Lucida Sans Unicode', Verdana, FreeSans, sans-serif;
	text-align: left;
}
html, body{
	height:100%;
}
/*--------------------------------------------------*/
/*--stili generici testo--*/
h2, h3, h4, h5, h6, p{
	margin: 0.6em 0 0.32em;
}
p{
	font-size:1.4em;
}
h2{
	font-size:1.5em;
}
a {
	text-decoration:none;
	color:#36C;
}
a.cristina {
	text-decoration:none;
	color:#693;
}
a:hover, a:focus, a:active {
	text-decoration:underline;
	outline:none;
}
.nascosto{
	position:absolute !important;
 	left:-10000px !important;
 	top:-10000px !important;
 	width:1px !important;
 	height:1px !important;
 	overflow:hidden !important;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
.replace{
	position: relative;
	z-index:-1;
}
/*--centra--*/
div#shim{
	width: 100%;
	height: 50%;/* Bump div#container down half the height of the screen. */
	margin-top: -325px;/* Half the height */
	float: left;
}
/*------container------*/
#container{
	width:860px;
	height:640px;
	padding-top:10px;
	margin:0 auto;
	clear:both;
}
/* clearing floats */
#container:after{
	content:"."; 
	display:block; 
	height:0;
	width:100%;
	clear:both;
	visibility:hidden;
}
/*--consorziate--*/
#consorziate{
	width:720px;
	height:420px;
	padding:50px 70px;
	background:url(../img/griglia.gif) no-repeat left top;
}
#consorziate li{
	width:180px;
	height:140px;
	float:left;
}
#consorziate li.cav, #consorziate li.ns, #consorziate li.cpe{
	margin-right:180px;
}
#consorziate li a, #consorziate li span{
	display:block;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-position:center center;
	text-indent:-9000em;
}
#consorziate li a:hover, #consorziate li a:focus, #consorziate li a:active{
	opacity:0.7;
}

#consorziate li.cav a{
	background-image: url(../img/logo_cav.gif);
}
#consorziate li.pipro a{
	background-image: url(../img/logo_pipro.gif);
}
#consorziate li.cps a{
	background-image: url(../img/logo_cps.gif);
}
#consorziate li.ludobus a{
	background-image: url(../img/logo_ludobus.gif);
}
#consorziate li.aet span{
	background-image: url(../img/logo_aet.gif);
}
#consorziate li.ns a{
	background-image: url(../img/logo_ns.gif);
}
#consorziate li.cpe a{
	background-image: url(../img/logo_cpe.gif);
}
#consorziate li.pas a{
	background-image: url(../img/logo_pas.gif);
}
#footer{
	text-align:center;
	padding:20px 0 0;
	height:100px;
}