body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #4C4C4C;
	background: url(../i/sfondo_home.gif) repeat-y 50% 0;
}

p, div, ul, li, h1, h2, h3, h4, h5, img, form {margin:0; padding:0; border:0;}

form pre { display: none; }

input, select, textarea {
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

div.description {
	display: none;
}

/* Caratteristiche generali */

div.contenuto {
	display: block;
	width: 766px;
	height: auto;
	margin: auto;
}

/* MENU SINISTRO */
ul.menu {
	margin:0;
	padding:0;
	list-style:none;
	margin-bottom: 25px;
}

ul.menu li {
	clear: left;
	width: 139px; /* Sistemare per explorer 5: 139px*/
	color: #A5A5A5;
	background: url(../i/bg_menu.gif) no-repeat 0 0;
}

ul.menu li a {
	display: block;
	font-weight: bold;
	line-height: 7px;
	height: 7px; /* Sistemare per explorer 5: 39px */
	width: 107px; /* Sistemare per explorer 5: 139px*/
	padding: 16px 16px 16px 16px;
	text-decoration: none;
	color: #A5A5A5;
}
ul.menu li a:link {}
ul.menu li a:visited {}
ul.menu li a:hover {
	color: #007DC5;
	background: url(../i/triangolo.gif) no-repeat 100% 100%;
}
ul.menu li a:active {} 
 
ul.menu li a.qui {
	color: #007DC5;
	background: url(../i/triangolo.gif) no-repeat 100% 100%;
}
ul.menu li a.noleggio_en { line-height: 1.2; padding-top: 6px; padding-bottom: 9px;	height: 24px; }
/* Fine MENU SINISTRO */

/* SOTTOMENU SINISTRO */
ul.submenu 
{
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-bottom: 1px solid #DCDCDC;
	width: 139px;
}
ul.submenu li 
{
	width: 139px;
	color: #A5A5A5;
	background: none;
	height: 23px;
	width: 107px;
}
ul.submenu li a 
{
	display: block;
	font-weight: normal;
	line-height: 7px;
	width: 111px;
	text-decoration: none;
	color: #A5A5A5;
	text-align: right;
	background: none;
	padding: 8px 14px;
}
ul.submenu li a:link {}
ul.submenu li a:visited {}
ul.submenu li a:hover 
{
	color: #007DC5;
	background: none;
}
ul.submenu li a.qui 
{
	color: #007DC5;
	background: none;
}
/* Fine SOTTOMENU SINISTRO */

/* COLONNA SINISTRA */
div.sinistra {
	float: left;
	width: 158px;
	padding-left: 1px;
	text-align: left;
}
/* FINE COLONNA SINISTRA */

/* COLONNA DESTRA */
div.destra {
	float: left;
	width: 594px;
	text-align: left;
	padding-top: 32px;
}

div.language {
	background: url(../i/dc_language.gif) no-repeat 0 0;
	height: 14px;
	text-align: right;
}

div.language a span {position: absolute; top: -3000px; left: -3000px;}
a.ita {
	background: url(../i/lang_ita.gif) no-repeat 0 0;
	float: right;
	width: 76px;
	height: 14px;
	
}
a.eng {
	background: url(../i/lang_eng.gif) no-repeat 0 0;
	float: right;
	width: 75px;
	height: 14px;
}
div.language a.ita:hover, div.language a.qui {
	background: url(../i/lang_ita_over.gif) no-repeat 0 0;
}
div.language a.eng:hover, div.language a.here {
	background: url(../i/lang_eng_over.gif) no-repeat 0 0;
}

div.title {
	background: #0F67B1 url(../i/dc_title.gif) no-repeat 0 0;
	height: 21px;
	text-align: right;
	font-size: 12px;
	color: #FFF;
	font-family: Arial;
	padding-top: 7px;
	padding-right: 15px;
	margin-top: 12px;
}

div.pulsantesx {
	background: url(../i/tabsx.jpg) no-repeat 0 0;
	height: 19px;
	width: 296px;
	float: left;
}

div.pulsantedx {
	background: url(../i/tabdx.jpg) no-repeat 0 0;
	height: 19px;
	width: 298px;
	float: left;
}

div.title span {position: absolute; top: -3000px; left: -3000px;}
/* FINE COLONNA DESTRA */

/* FONDO PAGINA */
div.bottom {
	font-size: 9.38px;
	color: #090909;
	background: inherit;
	text-align: center;
	height: 16px;
	padding-top: 5px;
	padding-right: 12px;
	float: none;
	clear: left;
	border-top: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
}

div.bottom address {
	font-style: normal;
}

div.bottom address a {
	text-decoration: none;
	color: #CB1C22;
}
/* FINE FONDO PAGINA */

input.error 
{
	border: 2px solid #ff0000;
}

div.errore 
{
	clear: left;
	padding: 5px 0 10px 10px;
	background: #F6F4F5;
	color: #ff0000;
	display: none;
}