/* reset */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

html{
	font-family: Tahoma, Arial, serif;
	font-size:12px;
	color:#444;
	line-height:1.7em;
}
body{
background:#f2f2f2 url('../img/top1.jpg') repeat-x top center;
}
input, 
textarea{
	outline:none;/* elimino il bordo giallo di Safary e Chrome */	
}
a:focus{
	outline:none;
}
a, 
a:visited, 
a:active{
	color: #0099cc;
	font-weight: 500;
	text-decoration:none;
}
a:hover{
	color: #F3F;
}
i{
	font-size:11px;
}
h1{
	font-size:16px;
	font-weight:lighter;
	color: #fff;
	padding:95px 0px 5px 160px;
}
h2{
	font-size:14px;
	font-weight:lighter;
	color: #314393;
	line-height:1.5em;
	margin-bottom:5px;
}
h3{
	font-size:14px;
	font-weight:lighter;
	color: #f3f;
}
p{
	
}

/* nav */
#navigation{
	font-size:14px;
	text-align:left;
	font-weight:lighter;
	width: 900px;
	height:28px;
	padding: 0px;
	margin: 0px;
}
#navigation #sitelinks {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#navigation #sitelinks li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	height: 28px;
	float: right;
	background: url('../img/navdiv.jpg') no-repeat right;
}
#navigation #sitelinks a {
	list-style: none;
	text-decoration: none;
	color: #fff;
	padding: 3px 10px 5px 10px;
	display: block;
	height: 20px;
}
#navigation #sitelinks a:hover {
	background-color: #280000;
	color: #f3f;
}

#navsx{
font-size:14px;
font-weight:lighter;
width: 260px;
height: auto;
text-transform:uppercase;
float:left;
margin:0px 0px 30px 20px;
}
#navsx #navlinks {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#navsx #navlinks li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	height: 30px;
	background: url('../img/bg-link.png') repeat-x;
}
#navsx #navlinks a {
	list-style: none;
	text-decoration: none;
	color:#fff;
	padding: 5px;
	display: block;
	height: 20px;
}
#navsx #navlinks a:hover {
	background-color: #fff;
	color: #0099cc;
}
#pulsante{
background-color:#280000;
padding:3px 0px 3px 5px;
color:#FFF;
display:block;
position:relative;
z-index:1000;
margin-top:-30px;
}
/* ----- FOOTER ----- */

#footer {
	border-top: 1px solid #ddd;
	background: #eaeaea; 
	position:relative; 
	top:30px; 
	min-height: 100px; 
	clear: both;
	}
.footerLeft {
	float: left;
	padding: 0px;
	font-size: 11px;
	line-height: 1.7em;
	width: 600px;
}
.footerRight  {
	float: left;
	padding-left:50px;
	width: 250px;
	font-size: 11px;
}