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

body {
	font-family:arial, verdana, sans-serif;
	font-size:12px;
	background:url(../images/bg_body.jpg) center 117px repeat-x;
	color:#fff;
}

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

.mir { display:block; overflow:hidden; outline:none; text-indent:-9999em; }

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

}
/* header */
#header {
	height:187px;
	background: url(../images/header.jpg) no-repeat top center;
	color:#fff;
	position:relative;
}

#logo       { width:182px; height:61px; position:absolute; top:50px; left:10px; }
#logo a.mir { width:182px; height:61px; background:url(../images/logo.gif) no-repeat 0 0; }

#payoff	{position:absolute; top:85px ; left:220px; color:#722704; font-family:georgia, times, serif; font-size:19px;}


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

#menunav {
	font-family:georgia, times, serif;
	height:35px;
	position:absolute;
	bottom:0;
	width:100%;
}

#contentarea {
	
}

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

#maincontent {
	display:inline;
	float:right;
	width:940px;
	margin:30px 10px 10px;
	min-height:350px; height:auto !important; height:350px;
}

#footer-wrapper	{
	border-top:3px solid #d09955;
	clear:both;
	}

#footer {
	width:960px;
	margin:0 auto;
	line-height:2em;
	padding:5px;
	font-size:.8em;
	text-align:left;
	color:#000;
}
/*######################################################*/


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

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

#menunav ul li a.button {
	/* Sliding right image */
   background: transparent url('../images/button_right.gif') no-repeat scroll top right; 
    display: block;
    float: left;
    height: 35px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
    margin-right: 15px;
    padding-right: 18px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
    /* FONT PROPERTIES */
    text-decoration: none;
    color: #6d5555;
    font-size:14px;
	outline:none;
	font-variant:small-caps;
}

#menunav ul li a.button span{    /* Background left image */ 
    background: transparent url('../images/button_left.gif') no-repeat;
	display: block;
    line-height: 35px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
    padding: 0 0 0 18px;
}

#menunav ul li a.button:hover  span{
	text-decoration:underline;
}
#menunav ul li a.active {
	background-color:#fff;
	color:#000;
}

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

/*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,
#menucat ul li a.current {
	background-color:#bbb;
}

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

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

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

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

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

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

