/* -------------------------------------------------------------------------------------
   Aro steel - CSS per layout generico
   
   Versione:		1.1
   Autore:			Alessandro Placidi - Mindgear srl
   © Aro steel 2006
------------------------------------------------------------------------------------- */


/* Ridefinizione tags
------------------------------------------------------------------------------------- */
body {
	margin: 0;
	background: #000000 url(../img/sfondoPagina.jpg);
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

p {
	margin: 0;
}




/* 0 - Contenitore
------------------------------------------------------------------------------------- */
#contenitore {
	width: 730px;
	margin: auto;
}




/* 1 - Testata
------------------------------------------------------------------------------------- 




/* 2 - Contatti superiore
------------------------------------------------------------------------------------- */
#contattiTop {
	height: 40px;
	text-align: right;
}

#contattiTop span, #contattiBottom span, #chiusura span {
	display: none;
}

#contattiTop img {
	margin-top: 11px;
}




/* 3.1 - Colonna sinistra
------------------------------------------------------------------------------------- */
#colonnaSinistra {
	float: left;
	width: 244px;
}

#sxTitolo {
	margin-bottom: 30px;
}

#sxTesto {
	background: url(../img/sfondoFinestraOrizzontale.jpg) repeat-y 0 0;
}

#sxTestoContenitore {
	padding: 38px 20px 5px 20px;
	background: url(../img/sfondoFinestraTop.jpg) no-repeat 0 0;
}

#sxTestoContenitore h2 {
	margin-bottom: 10px;
	text-align: justify;
	font-size: 11px;
}

#sxTestoContenitore p {
	margin-bottom: 10px;
	text-align: justify;
}

#sxTestoFooter {
	height: 6px;
	background: url(../img/sfondoFinestraBottom.jpg) no-repeat 0 0;
}




/* 3.2 - Colonna destra
------------------------------------------------------------------------------------- */
#colonnaDestra {
	float: right;
	width: 461px;
}

#fotoPrincipale {
}




/* 4 - Chiusura di pagina
------------------------------------------------------------------------------------- */
#chiusura {
	clear: both;
	height: 30px;
	font-size: 10px;
	padding-top: 5px;
	text-align: right;
}

#chiusura a {
	color: #CCCCCC;
	text-decoration: none;
	border-bottom: 1px dotted #666666;
}

#chiusura a:hover {
	border-bottom: 1px dotted #999999;
}