@charset "UTF-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

body {
	background:url(../images/background.gif) 0 0 repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
p{
	color:#666;
	text-align:justify;
}
div#editor {
	color:#666;
	text-align:justify;
	line-height:18px;
}
div#editor ul li {
	list-style-position:inside;
}
img {
	display:block;
	border:0;
}
a {
	text-decoration:none;
	color:#e1a013;
}
a:hover {
	text-decoration:underline;
}
div#wrap {
	width:950px;
	margin:30px auto;
	overflow:hidden;
}
div#header {
	width:950px;
	height:208px;
	overflow:hidden;
	background:url(../images/backHeader.gif) right 0 no-repeat;
}
img.logo {
	display:block;
	border:0;
	float:left;
	margin-top:10px;
}
img.banner {
	display:block;
	float:right;
	margin:13px 11px 0 0;
}

/*** MENU ***/
div#menu {
	width:950px;
	height:29px;
	clear:both;
	position:relative;
	margin-top:4px;
}
div#menu ul {
	position:absolute;
	z-index:1;
	font-size:15px;
	width:948px;
	background:url(../images/divisorio.gif) 0 0 no-repeat;
	padding-left:2px;
}
div#menu ul li {
	list-style:none;
	display:inline;
}
div#menu ul li a {
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	height:29px;
	line-height:29px;
	float:left;
	padding:0 14px;
	background:url(../images/backMenu.gif) right 0 no-repeat;
	margin-right:1px;
}
div#menu ul li a:hover,
div#menu ul li a.active{
	color:#e1a013;
}

/**** CERCA ****/
form#searchFor {
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	position:absolute;
	bottom:6px;
	right:4px;
	z-index:2;
}
form#searchFor label {
	padding-right:5px;
	float:left;
}
form#searchFor input {
	float:left;
	border:1px solid #CCCCCC;
}
form#searchFor input#submit {
	display:block;
	border:none;
	float:left;
	margin-left:5px;
	background:url(../images/backCerca.gif);
	font-weight:bold;
	color:#fff;
	font-size:11px;
	width:45px;
}
/*** SECOND MENU ***/
ul#secondMenu {
	width:190px;
	margin-bottom:20px;
}
ul#secondMenu li{
	list-style:none;
	font-size:12px;
}
ul#secondMenu li a{
	width:160px;
	height:19px;
	padding:6px 0 0 30px;
	background:url(../images/backSecondMenu.gif) 0 0 no-repeat;
	color:#FFF;
	display:block;
	margin-top:1px;
}
ul#secondMenu li a:hover,
ul#secondMenu li a.active {
	color:#e1a013;
	text-decoration:none;
}

/**** CONTENUTO ****/
p.titleSection {
	color:#105885;
	font-size:14px;
	padding:0 0 2px 10px;	
	margin-bottom:10px;
	border-bottom:2px solid #b4b4b4;
}

div#content {
	width:950px;
	padding:15px 0 0 0;
	overflow:hidden;
}
div#content p.path {
	font-size:11px;
	color:#666;
	margin-bottom:10px;
}
div#content p.path a{
	color:#e1a013;
}




/**** SINISTRA ****/
div#sxColumn {
	width:190px;
	display:inline;
	float:left;
}
/**** news ****/
ul#news {
	width:190px;
	border-bottom:2px solid #b4b4b4;
	margin-bottom:20px;
}
ul#news li {
	border-bottom:1px dotted #b4b4b4;
	padding:10px 0;
}
ul#news li h4{
	font-size:11px;
	color:#666;
}
ul#news li p{
	font-size:11px;
}
ul#news li a{
	font-size:11px;
}
/**** newsletter ****/
div#newsletter {
	width:190px;
	height:46px;
	background:url(../images/boxNewsletter.gif) 0 bottom no-repeat;;
	margin-bottom:20px;
	overflow:hidden;
}
div#newsletter p.titleSection {
	border-bottom:none;
	padding-bottom:2px;
}
form#newsletterForm {
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	overflow:hidden;
	margin-top:25px;
}
form#newsletterForm label {
	padding-right:5px;
}
form#newsletterForm input {
	float:right;
	border:1px solid #999;
	margin-right:5px;
	font-size:11px;
	padding:1px;
	color:#666;
}
form#newsletterForm input#submit {
	display:block;
	border:none;
	color:#fff;
	font-size:11px;
	background:none;
	cursor:pointer;
}


/**** CENTRALE ****/
div#mainContent {
	width:495px;
	float:left;
	margin-left:25px;
}
div#mainContent h1 {
	font-family:Helvetica,"Trebuchet MS",Arial,sans serif;
	font-size:15px;
	width:495px;
	margin-bottom:15px;
	color:#105885;
}
div#mainContent h2 {
	color:#FFF;
	font-size:15px;
	background-color:#bbb;
	font-weight:normal;
	padding:7px 0 0 9px;
	margin-bottom:15px;
}
ul#primoPiano li {
	list-style:none;
	padding:10px 0 10px 0;
	border-bottom:1px solid #bbb;
	overflow:hidden;
}
ul#primoPiano img{
	display:block;
	border:1px solid #bbb;
	padding:2px;
	float:left;
	margin-right:10px;
}
ul#primoPiano li div{	
	width:380px;
	float:right;
}
ul#primoPiano div h3 {
	font-size:13px;
	color:#666;
	margin-bottom:5px;
}
ul#primoPiano div p{
	float:right;
	overflow:hidden;
}
ul#primoPiano div a{
	float:right;
	margin-top:5px;
	overflow:hidden;
}

h5 {
	font-size:14px;
	color:#105885;
	margin-top:20px;
	margin-bottom:5px;
}
.intro {
	margin-bottom:30px;
}

/**** DESTRA ****/
div#dxColumn {
	margin-left:25px;
	width:215px;
	display:inline;
	float:left;
}
img.bannerEventi {
	display:block;
	padding-bottom:20px;
} 
img.bannerPubblicitario {
	display:block;
	padding-bottom:20px;
	margin:0 auto;
}

/*** GALLERY ***/
ul#gallery {
	list-style:none;
	margin-top:20px;
	overflow:hidden;
	width:495px;
}
ul#gallery li {
	float:left;	
	margin:0 7px 7px 0;
}
ul#gallery li a img{
	border:1px solid #CCC;
	padding:2px;
	display:block;
	overflow:hidden;
}

/*** ALLEGATI ***/
ul#allegati {
	margin-top:10px;
	list-style:none;
	overflow:hidden;
	width:495px;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	padding-bottom:5px;
}
ul#allegati li {
	background:url(../images/iconPdf.gif) 0 0 no-repeat;
	line-height:20px;
	margin-top:5px;
}
ul#allegati li a {
	margin-left:25px;
}
ul#allegati li a:hover {
	color:#105885;
	text-decoration:none;
}


/**** FOOTER ****/
div#footer {
	width:950px;
	height:24px;
	background:url(../images/footer.gif) 0 0 no-repeat;
	clear:both;
	margin-top:20px;
}
div#footer p{	
	font-size:10px;	
	text-align:center;
	color:#FFF;
	padding-top:7px;
}
div#footer a{
	color:#99ccff;
}
