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

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

div#linea3d {
	background: #784DD2 url(../img/linea_3d_4.jpg) no-repeat;
}

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

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

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

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

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

/* -- Stili generici per tutte le pagine -- */

div#content a {
	font-weight: bold;
	color: #333;
}
div#content a:hover, div#content a:active, div#content a.email:hover, div#content a.enail:active {
	color: #784DD2;
}
div#content a.email {
	color: #666;
}
h3 {
	font-size: 0.86em;
	font-weight: bold;
	color: #784DD2;
	text-align: right;
	text-transform: uppercase;
	margin: 0 0 15px;
	padding-bottom: 2px;
	border-bottom: 1px solid #784DD2;
}

/* -- Pagina "index.php" -- */

div.sezione {
}
div#content div.sezione p.titolosezione {
	color: #784DD2;
	margin-bottom: -12px;
	border-bottom: 1px solid #784DD2;
}
div.sezione ul li {
	list-style-type: circle;
	font-size: 0.76em;
	color: #333;
	margin-bottom: 10px;
}

/* -- Pagina "modulo.php" -- */

form {
	color: #333;
	background-color: #F8F8F8;
	margin: 0 0 15px;
	padding: 10px;
	border: 1px solid #CCC;
}
fieldset {
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #999;
}
legend {
	font-size: 0.86em;
	color: #784DD2;
}

div#campoDest {
	margin: 10px 0 5px; /* serve solo per IE */
}
div#campoDest select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.86em;
	color: #333;
	background-color: #FFF;
	width: 250px;
	margin: 0;
	border: 1px solid #999;
}
div#campoDest select:focus {
	color: #000;
	border-color: #333;
	background-color: #ECE6F9;
}
div#campoDest label, div.campoForm label {
	font-size: 0.76em;
	font-weight: bold;
	width: 13em;
	float: left;
	text-align: left;
	line-height: 20px;
}

div.campoForm {
	margin: 10px 0 5px;
}
div.campoForm input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.86em;
	color: #333;
	background-color: #FFF;
	width: 150px;
	margin: 0;
	padding: 1px;
	border: 1px solid #999;
}
div.campoForm input:focus {
	color: #000;
	border-color: #333;
	background-color: #ECE6F9;
}

div.campoForm textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.86em;
	color: #333;
	background-color: #FFF;
	width: 250px;
	height: 100px;
	margin: 0;
	padding: 1px;
	border: 1px solid #999;
}
div.campoForm textarea:focus {
	color: #000;
	border-color: #333;
	background-color: #ECE6F9;
}

div#buttonsForm {
	margin-top: 10px;
	text-align: center;
}
div#buttonsForm input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333;
}

/* -- Pagina "newsletter.php" -- */
