BODY {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	background: url(../images/sf_sito.jpg) repeat-x top #fff;
	color: #000;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}
TABLE {
	font-size: 1em; /*corregge i font delle tabelle*/
}
.mir {
	text-indent:-999em;
	letter-spacing:-999em;
	overflow:hidden;
	outline:none;
}
P { margin: 0; padding: 0; }
IMG { border: 0; }
.ripristino { clear: both; }

/************************************************************************************************************* LAYOUT *****/
#container {
	padding: 0; 
	margin: 0 auto;
	width: 960px;
	background: #fff;
}
#header {
	padding: 0; 
	margin: 0;
	height: 126px;
	background: url(../images/header.jpg) no-repeat top center;
	color: #fff;
	position: relative;
}
H1#logo         { position:relative; width:148px; height:126px; top:0; left:0; margin: 0; padding: 0; }
H1#logo A       { width:148px; height:126px; background:url(../images/logo.jpg) no-repat left top; }
#menunav {
	position: absolute;
	width: 700px;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	text-align: left;
}
#wrapper-contentarea {
	background: url(../images/bg_content.jpg) repeat-y top left;
	overflow: hidden;
	position: relative;
}
#contentarea {
	background: url(../images/bg_container.jpg) no-repeat center top;
	min-height: 410px; 
	height: auto !important; 
	height: 410px;
	text-align: left;
}
#bottom_contentarea	{
	background: url(../images/bg_bottom_content.jpg) no-repeat top left;
	height: 22px;
}
/* right box */
#sidebar {
	position: absolute;
	top: 0;
	right: 0;
	width: 200px;
	margin: 0;
	padding: 0;
}
#sidebar H2 {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0 25px;
	background: url(../images/bg_menucat.jpg) repeat-y top center; 
}
#indirizzo {
	width: 160px;
	margin: 25px 10px;
	padding: 10px;
	border: 1px dashed #848484;
	line-height: 18px;
	font-size: 13px;
}
#maincontent {
	display: inline;
	float: left;
	margin: 0 0 0 270px;
	width: 460px;
	line-height: 18px;
	text-align: justify;
	padding: 0 7px;
}
#footer {
	width: 100%;
	padding: 25px 10px;
	background: url(../images/bg_footer.gif) repeat-x top center;
	text-align: center;
	margin-top: 20px;
}
#footer P {
	line-height: 16px;
	font-size: 11px;
	color: #666;
	margin: 7px 0 0 0;
}
/* 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;
}

/************************************************************************************************************* NAVIGAZIONE *****/
/* MENU TOP */
#menunav UL {
	list-style-type: none;
	padding: 0;
	margin: 28px 0 0 0;
}
#menunav UL LI {
	line-height: 50px;
	padding: 15px 20px;
	display: inline;
	background: url(../images/div_bottoni_menutop.jpg) no-repeat right top;
}
#menunav UL LI A {
	color: #399;
	font-weight: bold;
	text-decoration: none;
	font-size: 15px;	
	outline: none;
}
#menunav UL LI A:hover,
#menunav UL LI A.active {
	color: #d44300;
}
#menunav UL LI A.home {
	padding: 15px 0 15px 20px;
	background: url(../images/div_bottoni_menutop.jpg) no-repeat left top;
}
/* MENU CATEGORIE */
#menucat {
	margin: 0;
	padding: 0 0 19px 0;
	background: url(../images/bg_bottom_menucat.jpg) no-repeat bottom center; 
	text-align: left;
}
#menucat UL {
	background: url(../images/bg_menucat.jpg) repeat-y top center; 
	margin: 0;
	padding: 0;
	list-style-type: none;
	padding: 0; /*ri-azzero il padding*/
}
#menucat UL LI {
	/*background: url(../images/bg_menucat.jpg) repeat-y top center; */
	margin: 0;
	padding: 10px 20px 0 20px;
	display: block;
	/*border-top: 1px dashed #fff;*/
}
#menucat UL LI A {
	color: #fff;
	text-decoration: none;
}
#menucat UL LI A:hover,
#menucat UL LI A.current {
	text-decoration: underline;
}

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

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