body {
	background-color: #f14515;
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#main {
	text-align: left;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	background-color: #c2340c;
}
#conts {
	margin-right: 10px;
	margin-left: 10px;
	background-color: #FFFFFF;
}
#footer {
	background-color: #F14515;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 11px;
	padding-top: 11px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#header {
	background-color: #61686a;
	z-index: 5;
	position: relative;
	overflow: visible;
}
#header .top {
	text-transform: uppercase;
	background-color: #3d4142;
	height: 15px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #282b2b;
	text-align: right;
	padding-right: 25px;
	line-height: 15px;
}
#header .top a {
	font-weight: bold;
	color: #f95b08;
	text-decoration: none;
}
#header .top a:hover {
	color: #FFFFFF;
}
#header .mid {
	background-image: url(../img/top_firenze.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
}
#header .banner {
	position: relative;
	display: block;
}
#header .logo {
	height: 175px;
	width: 200px;
	position: absolute;
	left: 0px;
	background-image: url(../img/top_logo.png);
	top: 0px;
	z-index: 100;
	display: none;
}
table.mainMenu {
	position: relative;
}
table.mainMenu td {
	vertical-align: top;
}
table.mainMenu td.middle img {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#bottom {
	background-image: url(../img/bottom_bg.gif);
	background-repeat: repeat-x;
	height: 70px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	padding-top: 10px;
	z-index: 1;
}
#bottom  a {
	text-decoration: none;
	color: #f85c0b;
}
#bottom  a:hover {
	color: #ffffff;
}
a {
	font-weight: bold;
	color: #D61800;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.arancio {
	color: #F14515;
}
.arancio2 {
	color: #c43a00;
}
.azzurro {
	color: #005294;
}
.error {
	color: #FF0000;
}
