body{
	font-size: 12px;
	background:#494866;  
	margin:0;
	padding:10px 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-weight: normal;
	color: #000;	
}

h1{
	font-size: 14px;
	display:inline;
}

h2{
	font-size: 12px;
	display:inline;
}

#container
{
	width: 900px;
	margin:0px auto;
}

div#logo{
	width: 900px;
	height: 120px;
	background: url(images/logo.jpg) 0 0 no-repeat;
}

#menuheader {
	width: 900px;
	height: 30px;
	background: #fff url(images/menu_bg.jpg) 0 0 repeat-x;
	text-align:center;
	line-height:30px;
	position: relative;
}

#menuheader a {
	color:#000;
	padding:0 10px 0 10px;
	text-decoration:none;	
}	

#menuheader a:hover {
	color:#00F;
	text-decoration:underline;
}

.titolo_0 {
	background: #f4faff;
	height: 30px;	
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
}

.titolo_0 a{
	text-decoration:none;
	font-weight: bold;
	color: navy;
}

.titolo_0 a:hover{
	text-decoration:none;
	font-weight: bold;
	color: navy;
}

table.corpo_prezzi {
	font-size: 14px;
	font-weight: bold;
	color: navy;
	text-align: center;
	border-width: 1px;
	border-spacing: 0px;
	border-style: outset;
	border-color: #f4faff;
	border-collapse: separate;
	background-color: white;
}

table.corpo_prezzi th {	
	font-family: Arial, Verdana, Helvetica, sans-serif;	
	font-weight: bold;
	font-size: 11px;
	border-width: 1px;
	padding: 0px;
	border-style: inset;
	border-color: #f4faff;
	background-color: white;
}

table.corpo_prezzi td {
	font-family: Arial, Verdana, Helvetica, sans-serif;	
	border-width: 1px;
	padding: 5px;
	border-style: inset;
	border-color: #f4faff;
	background-color: white;
}

div.corpo_prezzi  {
	background: #f4faff;
	padding:15px;
	text-align:center;
}

div.corpo_prezzi  img{
	border-width: 2px;
	border-color: black;
}

#pagina {	
	width: 860px;
	background: #fff;
	padding:20px;
}

#map_canvas{
	width: 350px; 
	height: 350px;
}

#map_canvas2{
	width: 350px; 
	height: 350px;
}

#copyright{
	height: 57px;
	background: #fff;	
	text-align: center;	
}

#copyright a{
	font-weight: normal;
	color: #000;
}

#piede {	
	height: 27px;
	text-align: center;
	background: #fff url(images/foot_bg.jpg) 0 0 repeat-x;
}


