@charset "utf-8";
/* -------------------------------------------------------------------
	Sirius - CSS per layout della sezione Vendita
	
	Versione:			1.0 del 18.07.07
	Ultima revisione:	12.06.08
	Ultima validazione:	12.06.08
	Autore:				Alessandro Placidi
	Contatto:			a.placidi@mindgear.it
	© 2007-2008 Sirius srl
------------------------------------------------------------------- */


/* -- INDEX ------------------

[1.0] - Testata
[2.0] - Contenuto
  [2.1] - Componenti statici
[3.0] - Colonna destra
[4.0] - Menu a tendina

--------------------------- */


/* [1.0] TESTATA
------------------------------------------------------------------------------------------ */
#testataPrincipale {
	background: url(../img/sfondoTestataVendita.jpg) no-repeat 0 0;
}




/* [2.0] CONTENUTO
------------------------------------------------------------------------------------------ */
#contenuto #pseudoFooter {
	background: url(../img/sfondoFooterVenditaSinistro.jpg) no-repeat 0 0;
}

#contenuto #pseudoFooter p {
	background: url(../img/sfondoFooterVendita.jpg) repeat-x 0 0;
}




/* [2.1] COMPONENTI STATICI
------------------------------------------------------------------------------------------ */
#contenuto #paginaPrincipaleMotto {
	color: #FFF;
	background-color: #004C9A;
}

#contenuto #caselle #sinistra {
	color: inherit;
	background-color: #F1AFB3;
}

#contenuto #caselle #centrale {
	color: inherit;
	background-color: #D2ECD5;
}

#contenuto #caselle #destra {
	color: inherit;
	background-color: #004C9A;
}




/* [3.0] COLONNA DESTRA
------------------------------------------------------------------------------------------ */
#navigazione .titoloPagina {
	background: url(../img/sfondoBarraVendita.jpg) repeat-x 0 2px;
}




/* [4.0] MENU A TENDINA
------------------------------------------------------------------------------------------ */
#menuPrincipale li a.menuRigaHaFigli {
	background: url(../img/bulletMenuPrincipaleVendita.jpg) no-repeat 5px center;
}

