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

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#FFF;
}

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

/* MIR IMAGE REPLACEMENT */
.mir {
	text-indent:-999em;
	letter-spacing:-999em;
	overflow:hidden;
	outline:none;
}

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

#sottoContainer {
	float:left;
	width: 100%;
	background: url(../images/sfondo_ombra.jpg) repeat-y; 
	padding: 0 32px 0 30px;
}

#header {
	width:960px;
	height:161px;
	background:url(../images/header.gif) no-repeat ;
	color:#fff;
}

#header img{
	float: left;
}

#header h1 {
	float:left;
	color: #094FA3;
	padding-top: 60px;
	font-size:2.2em;
}

#header h4{
	float: right;
	color:#094FA3;
	padding: 10px 10px 0 0;
}

#lingue {
	float:right;
}

#menunav {
	float:right;
	margin-top:45px;
	width: 740px;
	
}

#contentarea {
	float:left;
	width:960px;
	background: url(../images/fondo_main.jpg) no-repeat;
}

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

#maincontent {
	display:inline;
	float:right;
	width:720px;
	margin:10px;
	min-height: 495px;  /* per i browser moderni */
   height: auto !important;  /* per i browser moderni */
   height: 495px;      /* per IE5.x e IE6 */
}

#footer {
	background: url(../images/footer.jpg) no-repeat;
	height:2em;
	line-height:2em;
	clear:both;
	padding:20px 5px 0;

	font-size:.8em;
	text-align:center;
}
/*######################################################*/


/*MENUNAV*/
/*######################################################*/
#menunav a {
	color:#fff;
	text-decoration:none;
	font-size:1em;
}

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

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

#menunav ul li {
	height:20px;
	float:left;
}

#menunav ul li a {
	height:20px;
	line-height:20px;
	float:left;
	padding:0 19px;
	border-right:1px solid #68bde0;
	color: Black;
}

#menunav ul li a.active {
	color:#094FA3;
}

#menunav ul li a:hover {
	color: #9E9E9E;
}
/*######################################################*/

/*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;
	border-bottom:1px solid #5d7e96;
	text-decoration:none;
	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 {
	margin:40px 5px 10px;
	padding:10px;
}

.testo_ricerca{
	background: url(../images/campo_input.gif) no-repeat;
	overflow: hidden;
	height: 30px;
	width: 115px;
	border: 0;
	padding: 7px 0 0 0;
	float: left;
	}

.pulsante_ricerca{
	float: left;
}
/*######################################################*/

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

/*FORM LOGIN*/
#form_login {
	margin:5px;
	padding:10px;
	background-color:#eee;
}
