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

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#143251;
	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:950px;
	margin:0px auto 10px;
	background-color:#0c1e31;
}

#header {
	height:120px;
	background-image:url(../images/header.png);
	background-repeat:no-repeat;
}

#header h1 {
	float:left;
}

#header h1 a {
	float:left;
	width:240px;
	height:120px;
	overflow:hidden;
}

#lingue {
	float:right;
	padding:0;	
	padding-right:10px;	
	height:85px;
	font-size:10px;
	overflow:hidden;
}

#lingue img {
	vertical-align:middle;
}

#banner {
	background:url(../images/banner.jpg) center no-repeat;
	height:230px;
}

#menunav {
	float:right;
	width:600px;
	padding:0;
	margin:0;
	line-height:0px;
	padding-right:25px;
}

#contentarea {
	
}

#sidebar {
	float:left;
	padding:5px 0 0 5px;
	width:270px;
}

#maincontent {
	display:inline;
	float:right;
	width:655px;
	margin-top:10px;
	margin-right:10px;
}

#footer {
	line-height: 2em;
	clear: both;
	padding: 10px  5px;
	background: #143251 url(../images/footer.png) top center no-repeat;
	color: #77A8DD;
	text-align: center;
}

#footer a {
	color:#77A8DD;
}

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


/*MENUNAV*/
/*######################################################*/
#menunav ul {
	height:30px;
	list-style-type:none;
	padding: 0 2px 0 0;
	float:right;
	width:auto;
	background:url(../images/separatoreMenuPrincipale.png) top right no-repeat;	
}

#menunav ul li {
	height:30px;
	float:left;
	background:url(../images/separatoreMenuPrincipale.png) top left no-repeat;
	padding-left:2px;
}

#menunav ul li a {
	color: #FFC397;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	float: left;
	background: url(../images/spriteMenuNavigazione.png) 0 -30px repeat-x;
	font-weight: bold;
	font-size: 1.2em;
	text-transform: lowercase;
	text-decoration: none;
}

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

#menunav ul li a:hover {
	background-position:0 -0px;
	color:#fff;
}

#menunav ul li a:active {
	background-position:0 -60px;
}
/*######################################################*/

/*MENUCAT*/
/*######################################################*/
#sidebar h3.titoloSidebar {
	background-image:url(../images/sfondoTitoloSidebar.png);
	height:30px;
	line-height:30px;
	padding:0 10px;
	font-weight:bold;
	font-size:1em;
}

#menucat {
	background:#112A45 url(../images/chiusuraSidebar.png) no-repeat bottom left;
	margin-bottom:5px;
	padding-bottom:10px;
}

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

#menucat ul li {
	display:inline;
}

#menucat ul li a {
	display:block;
	line-height:30px;
	padding:0 5px 0 35px;
	text-decoration:none;
	background:url(../images/puntoElencoSidebar.png) repeat-x bottom left;
	font-weight:bold;
	color:#fff;
}

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

#menucat ul ul li a {
	background-position:20px bottom;
	padding-left:55px;
}

#menucat ul ul ul li a {
	background-position:40px bottom;
	padding-left:75px;
}


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

/*RICERCA*/
/*######################################################*/
#cerca {
	padding:10px;
	background:#112A45 url(../images/chiusuraSidebar.png) no-repeat bottom left;
}

#cerca input {
	vertical-align:middle;
}

#cerca input.text {
	width: 180px;
	border: 1px solid #FB6400;
	background-color: #0C1E31;
	padding:1px;
	color:#fff;
}
/*######################################################*/

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

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

#home {
	line-height:1.6em;
}

/*ELENCO LISTA EVENTI NEWS   */
/*######################################################*/
#lista_eventi_news {
	padding-top:40px;
}

#lista_eventi_news #titolo_lista_eventi_news {
	border-bottom: 2px solid #ff6600;
	color: #FF8E42;
}

.listaeventinews_elenco {
	float:left;
	width:49%;
	margin-right:0.9%;
	padding:10px 0;
}

.listaeventinews_elenco a {
	text-decoration:none;
}

.listaeventinews_elenco .immagine {
	width:80px;
	height:80px;
	border:1px solid #f60;
	overflow:hidden;
	float:left;
	margin-right:5px;
}

.listaeventinews_elenco .titolo {
	font-weight:bold;
	padding-top:10px;
}

.listaeventinews_elenco .descrizione {
}

#lista_eventi_news #link_continua {
	color: #fff;
	clear: both;
	padding-top: 4px;
	border-top: 1px solid #004777;
	text-align:right;
}

#lista_eventi_news #link_continua a {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}

#lista_eventi_news #link_continua a:hover {
	text-decoration:none;
	color:#f60;
}

#lista_eventi_news #link_continua strong {
	color:#f60;
}
/*######################################################*/

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

