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

html { height:100%; }

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#C7DAEB url(../images/sfondo_body.jpg) repeat-x top;
	height:100%;
}

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:960px;
	margin:0 auto;
	background-color:#fff;
	min-height:100%;
	height:auto !important;
	height:100%;
	margin-bottom:-100px;
	background:#fff url(/images/fondo_contentarea.jpg) repeat-y top;
}

#header {
	height:259px;
	background: url(/images/header.jpg) no-repeat top ;
	color:#fff;
}

#header_wrapper {
	float:right;
	height:60px;
	width:220px;
}

h1#logo {
	height:160px;
	padding-top: 1px;
}

h1#logo a.mir {
	display:block;
	width:224px;
	height:160px;
	background:url(/images/logo.jpg) no-repeat center center;
}

#lingue {
	height:11px;
	float:right;
	margin-top:6px;
}

#menunav {
	height:30px;
	float:right;
	width:500px;
	margin:30px 0 0 0;
}

#contentarea {
	overflow:hidden;
	width:100%;
	background: url(/images/fondo_contentarea.jpg) repeat-y top;
	padding-bottom:120px;
	
}

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

#sidebar h3{
	color:#055ead;
	font-weight:normal;
	background: url(/images/linea_menucat.gif) repeat-x bottom;
	padding:20px 20px 10px;
}

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

#sotto_footer{
	width:960px;
	margin:0 auto;
}

#footer {
	color:#FFFFFF;
	line-height:2em;
	clear:both;
	padding:5px;
	background-color:#001836;
	font-size:.8em;
	text-align:center;
	overflow:hidden;
	width:100%;
	height:70px;
	padding:10px 0;
}

#footer a {
	color:#4A6A84;
}

#footer a:hover {
	color:#ddf;
}

#footer_sx{
	line-height:1.3em;
	float:right;
	text-align:right;
}

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


/*MENUNAV*/
/*######################################################*/
#menunav a {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	font-size:.8em;
}

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

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

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

#menunav ul li a {
	height:30px;
	line-height:30px;
	float:left;
	padding:0 10px;
	color:#000;
}

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

#menunav ul li a:hover {
	color:#247BC0;
	text-decoration:underline;
}
/*######################################################*/

/*MENUCAT*/
/*######################################################*/


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

#menucat ul li {
	display:inline;
}

#menucat ul li a {
	display:block;
	background: url(/images/linea_menucat.gif) repeat-x bottom;
	text-decoration:none;
	font-weight:bold;
}

#menucat ul li a span{
	display:block;
	padding:8px 15px 10px 40px;
	background: url(/images/punto_menucat.gif) no-repeat 15px center;

}

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

#menucat ul ul li a {
	font-weight:normal;
}

#menucat ul ul li a span {
	padding-left:60px;
	background-position: 35px center;
}

#menucat ul ul li a:hover {
}

#menucat ul ul ul li a span {
	padding-left:80px;
	background-position: 55px center;
}

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

/*RICERCA*/
/*######################################################*/
#cerca {
	clear:right;
	float:right;
	width:170px;
	margin:15px 0 0 0;
	padding:0;
}

#cerca input.pulsante_ricerca{
	float:right;
	margin:0;
	padding:0;
	width:20px;
}

#cerca input.testo_ricerca{
	width:130px;
  	padding:2px 5px 0;
	height:20px;
	background: url(../images/fondo_cerca.gif) no-repeat;
	border:none;
	background-attachment:scroll !important;
  background-attachment: fixed;
}
/*######################################################*/

/*MAILING_LIST*/
/*######################################################*/
#mailing_list input.pulsante_newsletter {
	float:right;
	display:inline;
}

#mailing_list input.testo_newsletter {
	background-color:#cfd5d9;
	border:1px solid #7d90a2;
	width:150px;
}

#mailing_list {
	margin:5px 20px;
}

#mailing_list p {
	font-size:.8em;
	color:#666666;
	margin:3px 0;
}
/*######################################################*/


/*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 {
	width:250px;
	float:left;
	display:inline;
	margin:0;
	padding:0 10px;
	text-align:left;
	line-height:1.3em;
}

#indirizzo .ragione_sociale {
	font-weight:bold;
	font-size:12px;
	margin-bottom:3px;
}

#indirizzo .testo_indirizzo {
	
}

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

/*MENUNAV Footer*/
/*######################################################*/
#menunav_footer {
	height:20px;
	float:right;
}

#menunav_footer a {
	color:#fff;
	text-decoration:none;
	font-size:1em;
}

#menunav_footer a:hover {
	color:#247BC0;
}

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

#menunav_footer ul li {
	height:15px;
	float:left;
}

#menunav_footer ul li a {
	height:15px;
	line-height:13px;
	float:left;
	padding:0 10px;
	border-right:1px solid #fff;
}


#copyright{
	clear:right;
	color:#3a5a74;
}

#copyright a:hover{
	color:#247BC0;
}
/*######################################################*/

