* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #17275A;
	text-align: left;
	line-height:135%;
}

#navUtility {
  padding-bottom:10px;
  text-align:right;
  width:auto;
  position:absolute;
  right:30px;
  top:30px;
  font-size:11px;
  font-weight:bold;
}

p {
	margin: 0 0 8px 0;
}

p.titolo { margin-bottom:3px; font-weight:bold;}

p.servizio {
	margin-bottom:3px;
	background: url(images/layout/checkmark.png) 0% 40% no-repeat;
	padding-left:20px;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 5px;
}

p.elenco {
	margin-bottom:3px;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 5px;
}


h1 {
	margin-top: 0px;
	margin-bottom:10px;
	font-size: 22px;
	font-weight: normal;
	color: #273B6B;
	line-height:150%;
	border-bottom:1px dotted #333;
}

div {
	margin: 0; 
	padding: 0; 
	display: block;
}

img {margin: 0 0 10px 0;}


.container {
	background-image: url(images/layout/content.gif); 
	background-repeat: repeat; 
	background-position: center;
	margin: 0 auto 0 auto; 
	padding:0; 
	width: 766px;
}

.header {
position: relative;
	padding: 0; 
	margin: 0; 
	text-align: left;
	background-image: url(images/layout/header.jpg); 
	background-repeat: no-repeat; 
	background-position: center;
	height: 210px;
}

a {
	text-decoration: underline;
	color: #cc0000;
	outline:none;
}

a:hover {
	text-decoration: none;
	color: #cc0000;
}


.left {
	float: left; 
	clear: both; 
	width: 200px; 
	margin: 0;
	padding-left:20px;
}

.left p {
	margin-bottom: 1px;
}

.leftcontent {
	margin: 0; 
	padding-left: 0px; 
	text-align: left;
}

.menu {
	width: 200px;
	float: right;
	height: 50px;
	background: url(images/layout/button.gif);
	margin-bottom: 3px;
}

.contacts {
	margin-top:35px;
	width: 200px;
	float: right;
	height: 101px;
	background: url(images/layout/infobox.gif);
	margin-bottom: 3px;
	line-height:125%;
}

.menu p.first {
font-weight:bold; color: #17275A;
padding-left: 7px; padding-right: 5px; padding-top: 5px;
}

.contacts p.first {
font-weight:bold;
color: #cc0000;
padding-left: 7px; padding-right: 5px; padding-top: 5px;
}

.menu p.second {
padding-left: 7px; padding-right: 5px; padding-top: 2px;
}

.contacts p.second { color: #111;
padding-left: 7px; padding-right: 5px; padding-top: 3px;
}

.left h2 {
	text-align: left;
}

.leftlinks a {
	display: block;
}

.content {
	float: right;
	width: 512px;
	text-align: left; 
	padding-right: 20px;
	padding-bottom: 20px;
	margin: 0 auto;
}

b {
	
	font-weight: bold;
	
}
b.red {
	
	font-weight: bold;
	color: #cc0000;
}

.footer {
	border-top: 2px solid #17275A;
	background-image: url(images/layout/footer.gif); 
	background-repeat: no-repeat; 
	background-position: bottom;
	font-size: 11px; 
	height: 55px; 
	text-align: right; 
	clear: both;
}

.footer p { 
	padding-right: 20px;
	padding-top:10px;
}

table.prezzi {width:100%; border-collapse: collapse; color:#4e5051; font:normal 12px Arial, Helvetica, sans-serif;}
table.prezzi td.titolo1 {width: 60%; height:22px; border:1px solid #ccc; padding: 2px 5px 2px 5px; background: #ddd; font-weight: bold; vertical-align:middle;}
table.prezzi td.titolo2 {width: 40%; height:22px; border:1px solid #ccc; padding: 2px 5px 2px 5px; background: #ddd; font-weight: bold; vertical-align:middle;}

table.prezzi td.titolo3 {width: 48%; height:22px; border:1px solid #ccc; padding: 2px 5px 2px 5px; background: #ddd; font-weight: bold; vertical-align:middle;}
table.prezzi td.titolo4 {width: 20%; height:22px; border:1px solid #ccc; padding: 2px 5px 2px 5px; background: #ddd; font-weight: bold; vertical-align:middle;}
table.prezzi td.titolo5 {width: 20%; height:22px; border:1px solid #ccc; padding: 2px 5px 2px 5px; background: #ddd; font-weight: bold; vertical-align:middle;}
table.prezzi td.titolo6 {width: 12%; height:22px; border:1px solid #ccc; padding: 2px 5px 2px 5px; background: #ddd; font-weight: bold; vertical-align:middle;}


table.prezzi td.contenuto1 {width: 60%; height:22px; border:1px solid #ccc; padding: 2px 5px 2px 5px; vertical-align:middle;}
table.prezzi td.contenuto2 {width: 40%; height:22px; border:1px solid #ccc; padding: 2px 5px 2px 5px; vertical-align:middle;}

table.prezzi td.contenuto3 {width: 48%; height:22px; border:1px solid #ccc; padding: 2px 5px 2px 5px; vertical-align:middle;}
table.prezzi td.contenuto4 {width: 20%; height:22px; border:1px solid #ccc; padding: 2px 5px 2px 5px; vertical-align:middle;}
table.prezzi td.contenuto5 {width: 20%; height:22px; border:1px solid #ccc; padding: 2px 5px 2px 5px; vertical-align:middle;}
table.prezzi td.contenuto6 {width: 12%; height:22px; border:1px solid #ccc; padding: 2px 5px 2px 5px; vertical-align:middle;}


a {outline: none;}