/* CSS Document */
/* http://www.ideavita.com */
/* Creato da AWD - Alex Web Designer - http://alexwd.altervista.org/ */

/* --- [ STRUTTURA ] --- */
/* --- AREA SUPERIORE/TITOLO --- */

div#linea3d {
	background: #CC3366 url(../img/linea_3d_5.jpg) no-repeat;
}

div#foto {
	background: url(../img/foto_5.jpg) no-repeat;
}

div#titolo {
	background: url(../img/title_5.jpg) no-repeat;
}

/* --- AREA CENTRALE/CONTENUTI --- */
/* --- menu secondario --- */

div#menu2 li a:hover, div#menu2 li a:active { /* SE NECESSARIO */
	color: #CC3366;
	background: url(../img/freccia_5.gif) no-repeat center left; 
}
div#menu2 li.on {
	color: #CC3366;
	background: url(../img/freccia_5.gif) no-repeat center left;
}

/* --- area del contenuto --- */

div#content a {
	font-weight: bold;
	color: #333;
}
div#content a:hover, div#content a:active {
	color: #CC3366;
}

div#content p.sezione {
	text-transform: uppercase;
	color: #CC3366;
	margin-bottom: 10px;
}

dl {
	font-size: 0.76em;
	text-align: left;
	margin-top: 0;
	margin-left: 15px;
	line-height: 1.5;
}
dt {
	float: left;
	margin-right: 0.3em;
}
dd {
	margin: 0 0 5px 0;
	padding: 0;
}

/* -- pagine in costruzione -- */

div#incostruzione {
	text-align: center; /* centra l'immagine in IE5.x */
	margin-top: 30px;
	padding: 10px;
	border: 1px solid #ccc;
}
div#incostruzione img {
	display: block;
	margin: 0 auto;
}
div#incostruzione p {
	text-align: center;
	margin-bottom: 0;
}
