 @charset "utf-8";
/* CSS Document */


.twoColLiqLtHdr #header {
	padding: 0 10px;  /* questo padding corrisponde all'allineamento a sinistra degli elementi nei div sottostanti. Se in #header viene utilizzata un'immagine anziché un testo, può essere utile rimuovere il padding. */
} 
.twoColLiqLtHdr #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: 10px 0; /* l'uso del valore padding al posto di margin consente di distanziare l'elemento dai bordi del div */
}

/* Suggerimenti per sidebar1:
1. Poiché si lavora in percentuali, è meglio non applicare un padding alla barra laterale, poiché, nei browser conformi agli standard, verrebbe aggiunto alla larghezza producendo una larghezza effettiva non prevedibile. 
2. Per creare spazio tra il lato del div e gli elementi al suo interno, è possibile applicare un margine sinistro e destro a tali elementi, come descritto nella regola ".twoColLiqLtHdr #sidebar1 p".
3. Poiché Explorer calcola le larghezze dopo che è stato eseguito il rendering dell'elemento superiore, talvolta si possono verificare bug imprevisti nelle colonne basate su percentuali. Se si ha bisogno di risultati più prevedeibili, può essere opportuno passare a colonne con dimensioni in pixel.
*/
.twoColLiqLtHdr #sidebar1 {
	float: left;
	width: 180px; /* un padding superiore e inferiore creano uno spazio visivo all'interno di questo div */
	height: 100%;
	padding: 10px 0px;
}
.twoColLiqLtHdr #sidebar1 h3, .twoColLiqLtHdr #sidebar1 p {
	margin-left: 10px; /* è necessario applicare un margine sinistro e destro a ogni elemento che verrà inserito nelle colonne laterali */
	margin-right: 10px;
}

/* Suggerimenti per mainContent:
1. Lo spazio tra mainContent e sidebar1 viene creato con il margine sinistro del div mainContent.  Indipendentemente dalla quantità di contenuto presente nel div sidebar1, lo spazio della colonna rimane inalterato. È possibile rimuovere questo margine sinistro se si desidera che il testo del div #mainContent riempia lo spazio di #sidebar1 quando il contenuto di #sidebar1 finisce.
2. Per evitare il problema del "float drop" a una risoluzione minima supportata di 800 x 600, gli elementi all'interno del div mainContent devono essere di 430 px o più piccoli (comprese le immagini).
3. Nel commento condizionale di Internet Explorer riportato di seguito, la proprietà zoom viene utilizzata per assegnare "hasLayout" a mainContent, al fine di evitare vari bug specifici di IE.
*/
.twoColLiqLtHdr #mainContent {
	margin-top: 0px;
	margin-bottom: 0;
	position: relative;
	background-color: #FFFFFF;
	margin-right: 10px;
	width:900px;
	margin: 0 auto;
	margin-left: 190px;
} 
.twoColLiqLtHdr #footer {
	padding: 0 10px; /* questo padding corrisponde all'allineamento a sinistra degli elementi nei div sovrastanti. */
	background:#DDDDDD;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #666666;
} 
.twoColLiqLtHdr #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 */
}

/* Classi varie riutilizzabili */
.fltrt { /* questa classe può essere utilizzata per rendere mobile un elemento a destra nella pagina. L'elemento reso mobile deve precedere l'elemento al quale deve essere affiancato sulla pagina. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* questa classe può essere utilizzata per rendere mobile un elemento a sinistra nella pagina.*/
	float: left;
	margin-right: 8px;
}
.clearfloat { /* questa classe deve essere inserita in un elemento div o break e deve essere l'elemento finale prima della chiusura di un contenitore che deve contenere per intero un elemento mobile */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColLiqLtHdr #menu {
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	background-image: url(sfumata-grigia.png);
	background-repeat: repeat-x;
}
.twoColLiqLtHdr #menu2 {
	font-size: 12px;
	color: #000000;
	padding: 5px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	border: 1px solid #CCCCCC;
	background-image: url(sfondomenu.png);
	width:auto;
}

.twoColLiqLtHdr #auto {
	padding: 0 10px;
	border: 3px dashed #CCCCCC;
	height: 60px;
	width: 850px;
	margin-left: 7px;
	margin: 0 auto;
}
	.twoColLiqLtHdr #auto2 {
	padding: 10;
	margin: 0px auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
	background-image: url(sfondonotizia.png);
}
.twoColLiqLtHdr #contatta {
	font-size: 11px;
	color: #000000;
	padding: 10px;
	margin: 0 auto;
	border: 1px dotted #CCCCCC;
	width: 400px;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-right: 5px;
}
body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	background-image: url(strisciarossa.png);
	background-repeat: repeat;
}
a:link {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
.twoColLiqLtHdr #menu3 {
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(sfumata-rossa.png);
	background-repeat: repeat-x;
}
.titoloORO16 {
	font-size: 14px;
	color: #333333;
	text-transform: capitalize;
	font-weight: bold;
	text-decoration: underline;
	font-family: Tahoma, Geneva, sans-serif;
}
.descrizione12 {
	font-size: 11px;
	color: #036;
	text-transform: none;
	font-weight: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.prezzo14 {
	font-size: 14px;
	color: #333399;
	text-transform: none;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
a.prezzo14 {
	font-size: 14px;
	color: #333399;
	text-transform: none;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
a.prezzo14:hover {
	font-size: 14px;
	color: #333399;
	text-transform: none;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
a.prezzo14:visited {
	font-size: 14px;
	color: #0000FF;
	text-transform: none;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.sconto14 {
	font-size: 16px;
	color: #28287B;
	text-transform: none;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.menu12 {
	font-size: 11px;
	color: #333333;
	text-transform: uppercase;
	font-weight: normal;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-variant: small-caps;
}
.rosso14 {
	font-size: 14px;
	color: #F01818;
	text-transform: none;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.blu12 {
	font-size: 11px;
	color: #28287B;
	text-transform: none;
	font-weight: normal;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}
a.blu12 {
	font-size: 11px;
	color: #28287B;
	text-transform: none;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.menu12grassetto {
	font-size: 11px;
	color: #333333;
	text-transform: none;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.prezzo11 {
	font-size: 11px;
	color: #000000;
	text-transform: none;
	font-weight: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.sconto11 {
	font-size: 11px;
	color: #669933;
	text-transform: none;
	font-weight: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.menu12grassettonero {
	font-size: 11px;
	color: #000000;
	text-transform: none;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.rosso11 {
	font-size: 11px;
	color: #F01818;
	text-transform: none;
	font-weight: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 14px;
	color: #CECE51;
	text-transform: capitalize;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColLiqLtHdr #container {

	background-image:url(bgslice.gif)
	margin: 0 auto; /* i margini auto (insieme a una larghezza) centrano la pagina */
	text-align: left;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #999999;
	width:1120px;
	margin-left:auto;
	margin-right:auto;

	}
.titoloGRIGIO16 {
	font-size: 16px;
	color: #333333;
	text-transform: none;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.nero12sottolineato {
	font-size: 12px;
	color: #666666;
	text-transform: none;
	font-weight: bold;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColLiqLtHdr #banner {
	font-size: 11px;
	color: #000000;
	padding: 5px;
	background-image: url(sfondobanner.png);
	border: 1px solid #CCCCCC;
	margin-top: 5px;
	margin-left: 10px;
	overrflow:hidden;
	width: 98%;
}
.twoColLiqLtHdr #banner2 {
	font-size: 11px;
	color: #000000;
	border: 1px solid #CCCCCC;
	margin-right: 5px;
	margin-left: 7px;
	float: center;
	background-color: #FFFFFF;
	padding: 10px;
	background-image: url(sfondomenu.png);
	overrflow:hidden;
}
.buono  {
	padding: 10;
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
	background-color: #666666;
	font-weight: bold;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#foto {
	border: 1px solid #333333;
	width: 95%;
	background-image: url(sfondoscritte2.png);
	margin-right: 10px;
	float: right;
}
.twoColLiqLtHdr #main {
	padding: 10;
	margin: 0px;
	width: 90%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#sconto  {
	padding: 0 10px;
	height: 60px;
	width: 95%;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	position: relative;
	background-color: #BEBE7C;
}
.corsivo40 {
	font-family: "Monotype Corsiva";
	font-size: 20px;
	color: #333333;
}
.corsivo40id {
	font-family: "Monotype Corsiva";
	font-size: 20px;
	color: #EB0B1B;
}
.corsivo20 {
	font-family: "Bookman Old Style";
	font-size: 20px;
	color: #333333;
	text-transform: capitalize;
}
.corsivo20rosoo {
	font-family: "Bookman Old Style";
	font-size: 20px;
	color: #EB0B1B;
	text-transform: capitalize;
}
.sconto30 {
	font-size: 30px;
	color: #669933;
	text-transform: none;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.descrizione12bianco {
	font-size: 11px;
	color: #FFFFFF;
	text-transform: none;
	font-weight: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.nero12 {
	font-size: 11px;
	color: #000000;
	text-transform: none;
	font-weight: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColLiqLtHdr #auto3 {
	padding: 10;
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #DFFFBF;
	width: 97%;
	margin-left: 7px;
}
.sconto30bianco {
	font-size: 30px;
	color: #000066;
	text-transform: none;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.sconto20 {
	font-size: 20px;
	color: #00F;
	text-transform: none;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.rosso20 {
	font-size: 20px;
	color: #F01818;
	text-transform: none;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.ricerca {
	padding: 10;
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
	background-color: #E3EBF9;
	font-weight: bold;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.prezzo12 {
	font-size: 12px;
	color: #333399;
	text-transform: none;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.nero14 {
	font-size: 13px;
	color: #000000;
	text-transform: none;
	font-weight: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.rapido {
	font-size: 16px;
	color: #669933;
	text-transform: none;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}
.twoColLiqLtHdr #auto4 {
	padding: 10;
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-left: 0px;
	margin-right: 0px;
}
#descriz {
	width: 95%;
	margin-right: 10px;
	float: right;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1 {
	font-size: 14px;
	color: #003366;
	text-transform: capitalize;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	}
#tratt {
	border: 1px dashed #C03;
	width: 100px;
	margin: 0 auto;
}
.corsivo {
	font-size: 10px;
	color: #666;
	text-transform: none;
	font-weight: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-style: oblique;
}
#imm {
	border: 1px ridge #0000FF;
	width: 120px;
	margin: 0 auto;
	background-color: #FFF;
	padding: 5;
}
.nero12grassetto {
	font-size: 11px;
	color: #000000;
	text-transform: none;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
#benvenuto {
	padding: 5;
	margin-top: 20px;
	font-size: 16px;
	color: #036;
	font-weight: bold;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #C03;
	border-right-color: #C03;
	border-bottom-color: #C03;
	border-left-color: #C03;
	width: 250px;
	margin-right: 20px;
}
.benvenuto2 {
	padding: 5;
	margin-left: 20px;
	margin-top: 20px;
	font-size: 16px;
	color: #036;
	font-weight: bold;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #C03;
	border-right-color: #C03;
	border-bottom-color: #C03;
	border-left-color: #C03;
}
#destra {
	padding: 5;
	margin-left: 20px;
	margin-top: 20px;
	font-size: 16px;
	color: #036;
	font-weight: bold;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #C03;
	border-right-color: #C03;
	border-bottom-color: #C03;
	border-left-color: #C03;
	width: 250px;
}
.nero16grassetto {
	font-size: 13px;
	color: #000000;
	text-transform: none;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColLiqLtHdr #menu4 {
	font-size: 12px;
	color: #000000;
	padding: 5px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	border: 1px solid #CCCCCC;
	width:auto;
}
.bottone {
	font-size: 10px;
	color: #000;
	text-transform: none;
	font-weight: normal;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-variant: normal;
	height: 50px;
	width: 110px;
	font-style: normal;
}
#guarda1 {
	width: 90px;
	margin: 0 auto;
	background-image: url(guarda1.jpg);
	height: 30px;
}
#guarda1:hover {
	width: 90px;
	margin: 0 auto;
	background-image: url(guarda2.jpg);
	height: 30px;
}
a:link {
	text-decoration: underline;
}
a:hover:visited {
	text-decoration: none;
	
}
a:hover{
	text-decoration: none;
	
}
a:active {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	
}.grigio12obliquo {
	font-size: 12px;
	color: #666;
	text-transform: none;
	font-weight: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-style: oblique;
}
.border {
	border: 1px solid #666;
	padding: 5px;
}
.twoColLiqLtHdr #finanziaria {
	padding: 20px;
	margin: 0px auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
	background-image: url(sfondonotizia.png);
}
.menu12chiaro {
	font-size: 11px;
	color: #999999;
	text-transform: uppercase;
	font-weight: normal;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-variant: small-caps;
}
a.menu12chiaro:visited {
	font-size: 11px;
	color: #999999;
	text-transform: uppercase;
	font-weight: normal;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-variant: small-caps;
}
h1 {
	font-size: 14px;
	color: #333333;
	text-transform: capitalize;
	font-weight: bold;
	text-decoration: underline;
	font-family: Tahoma, Geneva, sans-serif;
}
h1:hover {
	font-size: 14px;
	color: #333333;
	text-transform: capitalize;
	font-weight: bold;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
}
h1:visited {
	font-size: 14px;
	color: #333333;
	text-transform: capitalize;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
}

.padding {
	padding: 10px;
}
