@charset "utf-8";
body {
	padding: 0; /* centra il contenitore nei browser IE 5*. Il testo viene quindi impostato con l'allineamento predefinito a sinistra nel selettore #container */
	color: #000000;
	background-image: url(images/mainback.gif);
	background-repeat: repeat;
	margin-top: 15px;
	margin-bottom: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
.oneColLiqCtrHdr #container {
	width: 860px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #808080;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #808080;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	background-image: url(heardb.gif);
	background-repeat: repeat-x;
	color: #000000;
	font-size: 12px;
}
.oneColLiqCtrHdr #menu {
	width: 100%;
	text-align: center; /* sostituisce l'impostazione text-align: center nell'elemento body. */
	height: 24px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #555F85;
	border-bottom-color: #555F85;
	background-color: #FFFFFF;
	background-image: url(heardb.gif);
	float: right;
	color: #FFFFFF;
}
.oneColLiqCtrHdr #cerca {
	width: 50px;
	text-align: right; /* sostituisce l'impostazione text-align: center nell'elemento body. */
	height: 20px;
	margin-top: 0;
	margin-bottom: 0;
	border-top-color: #555F85;
	border-bottom-color: #555F85;
	background-color: #FFFFFF;
	background-image: url(heardb.gif);
	float: no;
	background-repeat: repeat;
	color: #FFFFFF;
	font-weight: bold;
}
.oneColLiqCtrHdr #header {
	height: 125px;
	text-align: center;

}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* azzerando il valore margin dell'ultimo elemento del div #header si evita la compressione del margine, con la creazione di uno spazio inspiegabile tra i div. Se il div è circondato da un bordo, questo accorgimento non è necessario perché anche il bordo impedisce la compressione del margine */
	padding: 0; /* l'uso del valore padding al posto di margin consente di distanziare l'elemento dai bordi del div */
	font-size: 14px;
}
.oneColLiqCtrHdr #mainContent {
	background: #FFFFFF;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding: 0;
	font-size: 12px;
	color: #4F6666;
	font-family: Verdana, Geneva, sans-serif;
}
.oneColLiqCtrHdr #footer {
	padding: 0 10px;
	background-color: #FFFFFF;
	text-align: center;
	font-size: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #555F85;
	border-right-color: #555F85;
	border-bottom-color: #555F85;
	border-left-color: #555F85;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* azzerando il valore margin del primo elemento del footer si evita il rischio di compressione del margine, con la creazione di uno spazio tra i div */
	padding: 10px 0; /* il padding di questo elemento crea uno spazio, così come avverrebbe specificando un valore margin, senza il problema della compressione del margine */
}
.oneColLiqCtrHdr #preferiti {
	text-align: center;
	font-size: 12px;	
}
a {
	color: #006666;
	text-decoration:none;
}
a:visited {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	color: #066;
	text-decoration: underline;
	text-align: center;
	
}
#navigators {
	width: 100%;
	text-align: center;
	height: 24px;
	text-decoration: none;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #555F85;
	border-bottom-color: #555F85;
	background-image: url(heardb.gif);
	background-repeat: repeat-x;
}


.oneColLiqCtrHdr #valigia {
	width: 280px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: right;
	padding-top: 10px;
	text-align: center;
}

.oneColLiqCtrHdr #newsletter{
	text-align: left;
	margin-top: 110px;
	margin-bottom: 0;
	height: 20px;
	float: left;
}
a.menu:visited, a.menu:link, a.menu:active {
	background-image: url(images/arrow_go.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	width: 100%;
	height: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-variant: small-caps;
}
a.menu:hover {
	background-image: url(images/arrow_over.gif);
	color: #000000;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	width: 100%;
	height: 23px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	background-color: #FFFFFF;
}
hr {
	background-color:#555F85;
	color:#555F85;
	height: 1px;
}
li{
	text-align: left;
}
.rot{
	color: #FF0000;

}

