@charset "utf-8";
/* -------------------------------------------------------------------
	Sirius - CSS per layout della sezione Servizi
	
	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/sfondoTestataServizi.jpg) no-repeat 0 0;
}




/* [2.0] CONTENUTO
------------------------------------------------------------------------------------------ */
#contenuto #pseudoFooter {
	background: url(../img/sfondoFooterServiziSinistro.jpg) no-repeat 0 0;
}

#contenuto #pseudoFooter p {
	background: url(../img/sfondoFooterServizi.jpg) repeat-x 0 0;
}




/* [2.1] COMPONENTI STATICI
------------------------------------------------------------------------------------------ */
#contenuto #paginaPrincipaleMotto {
	color: #FFF;
	background-color: #599742;
}

#contenuto #caselle #sinistra {
	color: inherit;
	background-color: #F1AFB3;
}

#contenuto #caselle #centrale {
	color: inherit;
	background-color: #599742;
}

#contenuto #caselle #destra {
	color: inherit;
	background-color: #CCDBEB;
}




/* [3.0] COLONNA DESTRA
------------------------------------------------------------------------------------------ */
#navigazione .titoloPagina {
	background: url(../img/sfondoBarraServizi.jpg) repeat-x 0 2px;
}




/* [4.0] MENU A TENDINA
------------------------------------------------------------------------------------------ */
#menuPrincipale li a.menuRigaHaFigli {
	background: url(../img/bulletMenuPrincipaleServizi.jpg) no-repeat 5px center;
}

