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

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

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

/*LAYOUT PAGINA*/
/*######################################################*/
#container {
	width:760px;
	margin:0 auto;
	background-color:#fff;
	/*border:2px solid #666;
	border-top:none;*/
}

#header {
	background: url(../images/header.jpg) no-repeat top;
	clear: both;
	height:129px;
	background-color:#9370DB;
}

#menunav {
	background-image: url(../images/top_header.jpg);
	clear: both;
	height:35px;
	/*background-color:White;*/
}

#contentarea {
	
}

#sidebar {
	float:left;
	width:200px;
}

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

#footer {
	color:White;
	background:#A6110B url(../images/footer.jpg) no-repeat top;
	height:122px;
	clear:both;
	line-height:182px;
	padding:0 ;
	font-size:.8em;
	text-align:center;
}

#footer a{
	color: #DCDCDC;
	text-decoration: none;
}
/*######################################################*/


/*MENUNAV*/
/*######################################################*/
#menunav a {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

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

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

#menunav ul li {
	margin-top: 5px;
	height:20px;
	float:right;
}

#menunav ul li a {

	height:20px;
	line-height:20px;
	float:left;
	padding:0 8px;
	/*border-right:1px solid #fff;*/
}

#menunav ul li a:hover {
	background:#fff;
}
/*######################################################*/

/*MENUCAT*/
/*######################################################*/
#menucat ul {
	list-style-type:none;
	padding:0; /*ri-azzero il padding*/
}

#menucat ul li {
	display:inline;
}

#menucat ul li a {
	display:block;
	padding:5px;
	background-color:#eee;
	margin:5px;
}

#menucat ul li a:hover {
	background-color:#bbb;
}

#menucat ul ul li a {
	padding-left:1em;
	background-color:#fafafa;
}

#menucat ul ul li a:hover {
	background-color:#eee;
}

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

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

/*RICERCA*/
/*######################################################*/
#cerca {
	display: inline;
	float:right;
	margin:0;
	padding:5px;
	/*background-color:#ccc;*/
}

#cerca input {
	float:left;
}

#cerca #testo_ricerca {
	background-image: url(../images/fondo_input.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	height:17px;
	padding:0;
	width:122px;
	border:none;
	border-width: 0px;
}

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

/*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 {
	
}
/*######################################################*/

/*INDIRIZZO*/
#indirizzo {
	margin:5px;
	padding:10px;
	background-color:#ccc;
}

#indirizzo .ragione_sociale {
	font-weight:bold;
	text-align:center;
	padding:.5em 0;
}

#indirizzo .testo_indirizzo {
	
}
#top {
	background-color: #D8D8D8;
	padding: 5px;
	text-align:right;
}

#top a flag{

	
}

.lineaVerticale{
	border-right: 1px solid Black;
}

.foto_home {
	float:right;
	}
