/*Super CSS by NETTuno */
body {
	color: #333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: #000;
}
hr{
	display: none;
}
img{
	border: 0px;
	padding: 0px;
}

.sottolineato{
	text-decoration: underline;
}
#noscript {
	width: 840px;
	height: 15px;
	margin: auto;
	z-index: 1;
}
#noscript p {
	text-align: center;
	font-size: 12px;
	color: red;
}

#footer {
	width: 840px;
	height: 15px;
	margin: auto;
	z-index: 1;
}
#footer p{
	color: #AE0082;
	font-size: 10px;
	margin-top: 5px;
	text-align: right;
}
#footer a{
	color: #AE0082;
	font-size: 10px;
	text-decoration: none;
}
#footer a:hover{
	color: #AE0082;
	font-size: 10px;
	text-decoration: underline;
}

#lineafooter {
	height: 20px;
	z-index: 2;
	margin: auto;
}

#lineafooter p{
	text-align: center;
	color: #ccc;
	font-size: 10px;
}

#lineafooter a{
	text-align: center;
	color: #ccc;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}
#lineafooter a:hover{
	text-align: center;
	color: #ccc;
	font-size: 10px;
	text-decoration: underline;
}
body > #lineafooter p{
	font-size: 10px;
}

#lineaheaderbassa {
	width: 840px;
	height: 2px;
	background: #AE0082;
	z-index: 1;
	margin: auto;
	border-bottom: 1px solid #000;
}
/* hack IE 6 altrimenti non fa vedere la linea alta 2 px */
* html #lineaheaderbassa {
	font-size: 0px
}

#headerbasso {
	width: 840px;
	height: 21px;
	color: #919191;
	font-size: 11px;
	z-index: 4;
	margin: auto;
	border-bottom: 1px solid #000;
	background-color: #666666;
	text-align: left;
}
#home{
	text-align: left;
	font-size: 16px;
}

* html body{
 	text-align: center;
} 
* html div#header,* html div#footer{	
  	text-align: left;
}
 /* M E N U - Drop down by nettuno*/
#menu {
	width: 840px;
	height: 15px;
	padding: 0;
	background: #fff ;
	z-index: 5;
	margin: auto;
}
#menu ul { /* tutte le liste */
	height: 15px;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 15px;
	text-align: left;
}
#menu h2, #menu h3{
	margin: 0;
	font-size: 10px;
}
#menu ul li h2 a {
	float: auto;
	display: block;
	width: 75px;
	color: #666666;
	text-decoration: none;
	background: #fff ;
}
#menu ul li h2 a:hover {
	float: auto;
	color: #AE0082;
}
/*Piu spazio nel tast di menu*/
#menu ul li h2.spazio95px a {
	width: 95px;
}
/*Ancora piu' spazio nel tasto di menu*/
#menu ul li h2.spazio120px a {
	width: 120px;
}

#menu ul li { /* tutti gli elementi */
	float: left;
}

#menu ul li ul { /* secondo livello (tendine) */
	position: absolute;
	width: 120px;
	left: -999em; /* per nascondere il menu a tendina */
}
/* hack per ie 6 secondo livello (tendine) */
* html div#menu ul li ul { 
	position: absolute;
	width: 120px;
	left: -999em;
	margin-left: 0px; 
}
#menu ul li ul h3 a{ /* tasti menu secondo livello */
	display: block;
	width: 120px;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}
#menu ul li ul h3 a:hover{ 
	color: #AE0082;
}
#menu li:hover ul, #menu li.sfhover ul { /* collegamento menu.js */
	left: auto;
}
*:first-child+html #menu li.sfhover ul {/* hack solo IE 7.0 */
	margin-left: 0px!important;
}

*:first-child+html #menu li:hover ul /* hack solo IE 7.0 */
{
	margin-left: 0px!important;
}
.centrato{
	text-align: center;
}
#infopagina {
	width: 400px;
	height: 20px;
	color: #AE0082;
	font-size: 10px;
	z-index: 0;
	position: absolute;
	left: 0;
	bottom: -6px;
	text-align: left;
}
#infopagina p {
	padding: 0;
	margin: auto;
}
/* hack IE 6 */
* html #infopagina p {
	position: absolute;
	top: 0;
}
/* hack IE 7 */
*:first-child+html #infopagina p {
	position: absolute;
	top: 0;
}
#infopagina .bianco{
	color: #fff;
}
#corpopagine{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width: 840px;
	height: 432px;
	font-size: 15px;
	z-index: 0;
	position: relative;
	margin: auto;
}
#corpopagine h3{
	color: #AE0082;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding-left: 333px;
	text-align: left;
	padding-top: 3px; 
}
#corpopagine h4{
	color: #AE0082;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding-left: 333px;
	text-align: left;
}
#corpopagine .imgleft{
	float: left;
	margin-right: 15px;
}