* { /*azzeriamo tutti i margini e padding*/
	margin:0;
	padding:0;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.8em;
	background-color: #EFEFEF;
}

table {
	font-size: 1em; /*corregge i font delle tabelle*/
}

/*LAYOUT PAGINA*/
/*######################################################*/
#topbar {
	background-image:url(../images/topbar.gif);
	background-repeat:repeat-x;
	height:29px;
}
#container {
	width:739px;
	margin:0 auto;
	margin-bottom:10px;
	background-color:#fff;
	background-image:url(../images/sfondo_container.gif);
	background-position:bottom center;
	background-repeat:no-repeat;
}

#header {
	height:114px;
	background-image:url(../images/header.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

#menunav {
	display:inline;
	float:left;
	width:158px;
	margin-left:30px;
	text-align:right;
}

#contentarea {
	
}

#sidebar {
	display:inline;
	float:left;
	width:168px;
	margin-left:20px;
	margin-top:20px;
	background-image:url(../images/sfondosidebar.gif);
	margin-bottom:20px;
}

#maincontent {
	display:inline;
	float:right;
	width:520px;
	margin-top:20px;
	margin-right:20px;
}

#indirizzo {
	clear:both;
	margin:20px;
	border-top: 2px solid #D7D7D7;
	padding:10px;
	padding-left:240px;
	background-image:url(../images/logofooter.gif);
	background-position:190px center;
	background-repeat:no-repeat;
	font-size:.8em;
	color:#666;
}

#footer {
	font-size:.8em;
	clear:both;
	padding:5px;
	text-align:center;
	color:#999;
}
/*######################################################*/


/*MENUNAV*/
/*######################################################*/
#menunav a {
	color:#fff;
	font-weight:normal;
	text-transform:uppercase;
	text-decoration:none;
}

#menunav a:hover {
	color:#000;
}

#menunav ul {
	height:30px;
	list-style-type:none;
	padding:0; /*ri-azzero il padding*/
}

#menunav ul li {
	height:28px;
	display:block;
}

#menunav ul li a {
	display:block;
	height:28px;
	line-height:28px;
	padding-right:10px;
	background-image:none;
}

#menunav ul li a:hover {
	background-image:url(../images/rollover_menunav.gif);
	background-position:top right;
	background-repeat:no-repeat;
}
/*######################################################*/

/*MENUCAT*/
/*######################################################*/
#menucat {
	background-image:url(../images/headersidebar.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding-top:30px;
	font-size:.8em;
	text-transform:uppercase;
}

#menucat ul {
	list-style-type:none;
	padding:0; /*ri-azzero il padding*/
	background-image:url(../images/footersidebar.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	padding-bottom:20px;
}

#menucat ul ul {
	background-image:none;
	padding:0;
	padding-left:1em;
	border-top: 1px solid #CDCDCD;
	border-bottom: 1px solid #CDCDCD;
	background-color: #E8E8E8;
	margin-right:8px;
	text-transform: none;	
}

#menucat ul li {
	display:block;
}

#menucat ul li a {
	display:block;
	text-decoration:none;
	padding:10px;
	background-image:none;
	letter-spacing: -1px;
}

#menucat ul li a:hover {
	background-image:url(../images/puntoelenco.gif);
	background-position:center right;
	background-repeat:no-repeat;
}

#menucat #sottocategorie ul li a {

}

#menucat ul ul li a:hover {
	background-image:none;
}

/*######################################################*/

/*RICERCA*/
/*######################################################*/
#cerca {
	width:738px;
	margin:0 auto;
}

#cerca form {
	float:right;
}

#cerca input, #cerca p {
	float:left;
	margin-top:6px;
}

#cerca p {
	color:#fff;
	font-size:.8em;
	height:18px;
	line-height:18px;
	margin-right:4px;
}

#cerca .testo_ricerca {
	border:none;
	background-image:url(../images/testocerca.gif);
	height:18px;
	width:112px;
	color:#fff;
}

#cerca .pulsante_ricerca {
	margin-left:5px;	
}
/*######################################################*/

/*MAILING_LIST*/
/*######################################################*/
#mailing_list {
	margin:5px;
	padding:10px;
}

#mailing_list p {
	font-size:.8em;
}
/*######################################################*/


/*ELENCO LISTA EVENTI NEWS   */
/*######################################################*/
#lista_eventi_news {
	margin:5px;
	padding:10px;
	font-size:.8em;
}

.listaeventinews_elenco {
	border-bottom:1px solid #bbb;
	margin-bottom:5px;
	padding-bottom:3px;
}

.listaeventinews_elenco .titolo {
	font-size:1em;
	font-weight:bold;
	padding:3px 0;
}

.listaeventinews_elenco .descrizione {
	
}
/*######################################################*/