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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-family: Georgia;
	font-size:.8em;
	background-color: #174A89;
	background-image:url(../images/sfondo_body.gif);
	background-repeat:repeat-x;
}

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

/*LAYOUT PAGINA*/
/*######################################################*/
#container {
	width:720px;
	margin:0 auto;
	background-color:#fff;
}

#header {
	border-left: 10px solid #2B4C75;
	border-right: 10px solid #2B4C75;
	height:143px;
	background-image:url(../images/header.gif);
}

#menunav {
	height:30px;
	padding-top:113px;
	line-height:30px;
	text-align:center;
}

#contentarea {
	border-left: 10px solid #315E97;
	border-right: 10px solid #315E97;
	background-image:url(../images/sfondo_content.gif);
	background-position:top right;
	background-repeat:no-repeat;
}

#sidebar {
	float:left;
	width:190px;

	margin-left:10px;
	font-family:Georgia, "Times new roman", Times, Serif;
}

#sidebar h3 {
	font-style:italic;
	font-weight:bold;
	text-align:center;
	font-size:1.2em;
	padding-top:15px;
	padding-bottom:15px;
}

#maincontent {
	display:inline;
	float:right;
	width:480px;
	margin:10px;
}

#footer {
	height:2em;
	line-height:2em;
	clear:both;
	padding:5px;
	font-size:.8em;
	text-align:center;
	color:#fff;
}

#footer a {
	color:#fff;
}
/*######################################################*/


/*MENUNAV*/
/*######################################################*/
#menunav a {
	font-family:Georgia, "Times new roman", Times, Serif;
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

#menunav a:hover {
	color:#000;
	text-decoration:underline;
}
/*######################################################*/

/*MENUCAT*/
/*######################################################*/
#menucat {
	background-color: #FFA028;
	border-left: 8px solid #E7E9E4;
	border-right: 8px solid #E4E5E9;
}
#menucat ul {
	list-style-type:none;
	padding:0; /*ri-azzero il padding*/
}

#menucat ul li {
	display:block;
}

#menucat ul li a {
	display:block;
	padding:5px;
	margin:5px;
	text-decoration:none;
	color:#000;
}

#menucat ul ul {
	border-top: 1px solid #CF5F00;
	background-color: #FF8E02;
}

#menucat ul li a:hover {
	text-decoration:underline;
}

#menucat #sottocategorie ul li a {
	padding-left:1em;
}

#menucat #sottocategorie ul li a:hover {
}

#indirizzo {
	padding:30px 10px;
	font-family:Arial, Helvetica, Serif;
	font-weight:bold;
}

#indirizzo .ragionesociale {
	text-align:center;
	font-weight:bold;
	color: #D66000;
	padding:10px 0;
}

#indirizzo .indirizzo {
	padding:10px 0;
}

#indirizzo .telefono {
	
}

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

/*RICERCA*/
/*######################################################*/
#cerca {
padding:0 10px 10px 10px;
}
/*######################################################*/

/*MAILING_LIST*/
/*######################################################*/
#mailing_list {
	margin:5px;
	padding:10px;
	background-color:#eee;
}

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


/*ELENCO LISTA EVENTI NEWS   */
/*######################################################*/
#lista_eventi_news {
	margin:5px;
	padding:10px;
	background-color:#ddd;
	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 {
	
}
/*######################################################*/