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

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

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

.mir {
	text-indent:-999em;
	letter-spacing:-999em;
	overflow:hidden;
	outline:none;
}

/*LAYOUT PAGINA*/
/*######################################################*/
#container {
	width:980px;
	margin:0 auto;
	background-color:#fff;
	color:#000;
	padding:0 10px;
}

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


h1#logo {
	height:91px;
	
}

h1#logo a.mir {
	padding-top:40px;
	padding-left:20px;
	display:block;
	width:170px;
	height:91px;
	background:url(../images/logo.gif) no-repeat center center;
}

#lingue {
	float:right;
	padding:4px;
}

#menunav {
	height:40px;
	background: url(../images/pulsante.jpg) repeat-x;
}

#contentarea {
	background: url(../images/fondo_container.jpg) repeat-y;
	float:left;
	width:100%;
}

#sidebar {
	float:right;
	width:248px;
}

#maincontent {
	display:inline;
	float:left;
	width:710px;
	margin:10px 0;
}

#footer {
	height:22px;
	line-height:2em;
	clear:both;
	padding:0 5px;
	background:#DCDCDC url(../images/footer.jpg) no-repeat top center;
	font-size:.8em;
	text-align:center;
	color:#677a90;
}
/*######################################################*/


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

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

#menunav ul li a {
	height:40px;;
	line-height:40px;
	float:left;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	font-size:.8em;	
}
#menunav ul li a:hover {
	background: url(../images/pulsante_over.jpg) repeat-x;
}
#menunav ul li a.active {
	background: url(../images/pulsante_over.jpg) repeat-x;
}

#menunav ul li a span{
	background: url(../images/linea.gif) no-repeat right;
	float:left;
	height:40px;
	display:block;
	padding:0 33px;
}
/*######################################################*/

/*MENUCAT*/
/*######################################################*/
#menucat h3 {	
	font-weight:normal;
	margin-top:20px;
	padding-left:20px;
	padding-bottom:20px;
	background: url(../images/linea_cat.jpg) no-repeat bottom left;
}

#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 5px 5px 20px;
	background: url(../images/linea_cat.jpg) no-repeat bottom left;
	margin:5px 5px 5px 0;
	text-decoration:none;
}

#menucat ul li a span {
	background: url(../images/punto_cat.gif) no-repeat left;
	padding-left:15px;
}

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

#menucat ul ul li a {
	padding-left:25px;
	
}

#menucat ul ul li a span {
	background: url(../images/sottoCat.gif) no-repeat left;
	padding-left:15px;
	
}

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

#menucat ul ul ul li a {
	padding-left:30px;
}

#menucat ul ul ul li a 
{
	background: url(../images/sottoCat.gif) no-repeat left;
	padding-left:15px;
	
}
/*######################################################*/

/*RICERCA*/
/*######################################################*/
#sopra_cerca {
	background-color:#000;
	float:left;
	width:100%;

}

#cerca {
	padding:5px;
	background-color:#000;
	float:right;
	width:270px;
}

#cerca span{
	color:#FFFFFF;
	float:right;
	margin:1px 5px 0 0;
	display:inline;
}

#cerca input.pulsante_ricerca{
	float:right;
	margin:1px 0 0 5px;
	display:inline;
}

#cerca input.testo_ricerca{
	float:right;
	margin-right:5px;
	display:inline;
	width:130px;
}
/*######################################################*/

/*MAILING_LIST*/
/*######################################################*/
#mailing_list {
	margin:5px;
	padding:10px;
}

#mailing_list input.testo_newsletter{
	width:200px;
}

#pulsanti_newsletter{

	margin-top:5px;
}
#mailing_list input{
	margin:0 5px;
}

#mailing_list h3{
	font-weight:normal;
	padding-left:5px;
	margin-bottom:5px;
}

#mailing_list p {
	font-size:.8em;
	padding-left:5px;
}
/*######################################################*/


/*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 {
	height:97px;
	margin:5px;
	background:url(../images/logo_indirizzo.jpg) no-repeat left center;
	padding:0 0 0 92px;
	line-height:1.6em;
}

#indirizzo .ragione_sociale {
	font-weight:bold;
}

#indirizzo .testo_indirizzo {
	font-size:0.9em;
}

p.testo_home{
	margin-top:20px;
	text-align:justify;
	line-height:1.4em;
}

p.testo_home img.foto_home{
	float:right;
	margin-left:10px;
}