* {
	margin: 0px; padding: 0px;
}

img{border:0;}

a:link, a:visited {
	color: #fff;
}

A.mail {
	color: #fff;
}

body {
	background-color: #145D8C;
	font-family: Tahoma, Verdana, Geneva, Arial, sans-serif;
	font-size: 76%;
	color: #fff;
}

hr {
	width : 100%;
	margin-bottom: 10px;
}

h1 {
	font-variant: small-caps;
	font-weight: bold;
	font-size: 12px;
	background-color : transparent;
}

/* classes */

.p1 {
	margin-bottom: 0;
}

.p2 {
	margin-bottom: 1em;
}

.w3c { margin: 5px 0px 0px 0px; }
.w3c IMG { border: 1px dotted #fff; }

.form {
	font-size: 12px;
	line-height: 15px;
}

.input	{
	display: block;
	background-color: Silver;
	font-family: Tahoma;
	font-size: 11px;
	color: Black;
	border: solid White;
	margin-bottom: 15px;
}


.floatleft {
	float: left;
	padding: 0;
	margin: 0;
	margin: 0px 15px 0px 10px;
}

.floatright {
	float: right;
	margin: 0px 10px 10px 15px;
}


/* specific divs */

#header {
	position: relative;
	width: 100%;
	background: url('../img/2.gif') repeat-x;
	height: 100px;
}

#logo {
	float: left;
	border: 0px;
}

#logo h1 span, #logo h3 span {
	display: none;
}

#immagine {
	float: right;
}

#contenuto {
	position: absolute;
	top: 95px;
}


/* main menu */

#menu { float: left; }

#menu ul {
	margin: 12px 0px 20px 0px;
	width: 135px;
	list-style: none;
}

#menu ul li {
	background: url('../img/menu_bg.gif') top left repeat-y; }

#menu ul li.last { border-bottom: 1px solid white; }
	
#menu ul li a {
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 15px 5px 14px 25px;
	border-top: 1px solid #fff;
	background: url('../img/freccia.gif') 6px 16px no-repeat; 
	font-variant: small-caps;
	font-size: 1.0em;
}

#menu  li a.duerighe {
	padding: 8px 0px 8px 28px;
}

/* Holly Hack -  Hide from IE Mac \*/
* html ul li a { height: 1%; }
/* End */

#menu LI a.here {	background: url('../img/freccia_here.gif') 6px 16px no-repeat; color: #FF9900; padding-bottom: 6px; }
#menu LI a.here#energia {	background: url('../img/freccia.gif') 6px 16px no-repeat; padding: 15px 5px 14px 25px; }
#menu LI a.noItems {padding: 15px 5px 14px 25px; }

#menu a:hover {
	color: #FF9900;
	background-color : transparent;
}

#menu ul li ul { margin: 0; padding-bottom: 10px; }

#menu ul li ul li a {
	background-image: none;
	font-size: 0.8em;
	font-variant: normal;
	border: none;
	padding: 6px 0px 6px 15px;	}
	
#menu ul li ul li a.here { background: none; }
	
	
/* testo centrale */	
	
#corpo {
	position: relative;
	margin: 0px 100px 0px 170px;
}

#testo {
	text-align: justify;
	font-size: 12px;
	line-height: 18px;
}

#testo h3 {
	font-size: 1em;
	font-weight: bold;
}

#testo h3 a {
	color: #fff;
	font-weight: bold;
	background-color : transparent;
	line-height: 1.0em;
	text-decoration: none;
}

#testo A:hover {
	color: #fff;
	text-decoration: underline;
	background-color : transparent;
}

#testo UL {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	line-height: 2em;
	list-style: disc outside;
	margin: 0px 20px;
}

#testo UL.nobold {	font-weight: normal; }

#testo UL.nobold UL, #testo UL.nobold UL LI UL {
	font-weight: normal;
	list-style-type: none;
	margin: 0px;
	line-height: 1.5em;
}

#testoHeader {
display: block;
	position: relative;
	height: 20px;
	margin-bottom: 15px;
	margin-right: 80px;
	padding: 8px 0px 5px 0px;
	border-bottom: 1px solid #FF9900;
	color: #FF9900;
}

#testoHeaderSin {
	position: absolute;
	left: 0px;
	bottom: 8px;
}

#testoHeaderDes {
	position: absolute;
	right: 5px;
}

#testo img { border:2px solid #fff;  }
#testo a img { border:1px solid #999;display:block;padding:2px;background:#fff;}
#testo a:hover img { border:1px solid #EF6620;background:#fff;color:#43122C;}

#footer {
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.9em;
	line-height: 1.5em;
	text-align: center;
	width: 550px;
	padding: 2px;
}

#footer a {
	color: #fff;
	text-decoration: none;
	background-color : #145D8C;
}

#footer a:hover {
	text-decoration: underline;
}



