@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	background:url(../img/bg.jpg) repeat-x #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:12px;
	line-height:15px;
}

#container{
	margin:0 auto;
	width:1000px;
}

#flash{
	width:1000px;
	height:553px;
}

#noflash{
	width:960px;
	height: 290px;
	border-bottom:1px solid #a8e5ff;
	margin:0px 20px 0px 20px;
}
.box{
	margin-right:20px;
	float:left;
	width:176px;
	height: 270px;
	border-top:3px solid #3399cc;
}
.spento{
	/*filter:alpha(opacity=20);
	-moz-opacity:.20;
	opacity:.20;*/
	background:url(../img/separatore.gif) repeat-x bottom;
}
.acceso{
	/*filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;*/
	background:url(../img/separatore.gif) #d6ebf5 repeat-x bottom;
}
.last{
	margin-right:0px;
}
.boxtitle{
	padding:10px 0px 10px 0px;
}
.txt20{
	font-size:20px;
	line-height:19px;
}
.bold{
	font-weight:bold;
}
.blu{
	color:#3399cc;
}
.clear{
	clear:left;
}
#footer{
	margin-top:20px;
	height:50px;
	color:#1a5191;
	font-size:11px;
}
#container #noflash #titolone {
	float: left;
	height: auto;
	width: 100%;
	color: #3399cc;
	text-align: center;
	margin-top: 10px;
	background-repeat: repeat-x;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #3399cc;
}
#container #noflash #sottotitolo {
	float: left;
	height: auto;
	width: 100%;
	margin-bottom: 10px;
	color: #666666;
	text-align: center;
}
