/* CSS Document */
body,td,th {
	color: #333333;
}
body {
	background-color: #0e4b72;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
}

h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:2.8em;
	color:#011984;
	margin:0px;
}

#main{
	width:798px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/bgcorpo.gif);
	background-position:center;
	background-repeat:repeat-y;
}

#testata{
	background-image:url(../images/testata.jpg);
	background-repeat:no-repeat;
	height:240px;
}

#menu{
	height:15px;
	padding-top:201px;	
	margin-left:auto;
	margin-right:auto;	
	text-align:right;
	font-size:0.8em;
}

#corpo{
	padding-left:40px;
	padding-right:40px;
	padding-top:20px;
	padding-bottom:40px;
	text-align:justify;
	margin:0px;
}

#footer{
	background-image:url(../images/base.gif);	
	background-repeat:no-repeat;
	background-position:top center;
	width:766px;
	margin-left:auto;
	margin-right:auto;
	padding-top:51px;
	text-align:center;
	font-size:0.8em;
	color:#FFFFFF;
}

#footer a{
	color:#FFFFFF;
}

#menubasso{
	float:none;
	clear:both;
	text-align:center;	
	margin-left:auto;
	margin-right:auto;
	background-color:#011985;
	color:#FFFFFF;
}

#menubasso a{
	color:#ffffff;
	text-decoration:none;
}

#menubasso a:hover{
	text-decoration: underline;
}

.clearer{
	width:100%;
	float:none;
	clear:both;
}

.elementomenu{
	width: 100px;	
	border:#011985 1px solid;
	margin-left:2px;
	float:right;
	height:15px;
	text-align:center;
	background-color:#FFFFFF;
}

.intestazione_prezzi{
	background-color:#011985;
	color:#FFFFFF;
	text-align:center;
	font-size:1.2em;
	font-weight:bold;
}

#gallery {
	margin: 0px;
	width:620px;
}

#gallery .riga {
	width:100%;
}

#gallery img {
	border: 1px solid #3e3e3e;
	border-width: 1px 1px 1px;
}

#gallery a:hover img {
	border: 1px solid #fff;
	border-width: 1px 1px 1px;
	color: #fff;
}

.icone_anteprima {
	border:0px;
	margin-top:5px;
	margin-left:20px;	
	padding:3px;
	width:250px;
	float:left;	
}

