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

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.85em;
	background-color:#eee;
}

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

/*LAYOUT PAGINA*/
/*######################################################*/
#container {
	margin:0 auto 10px;
	width:940px;
	background-color:#fff;
	border-top:none;
	background-image:url(../images/cornerTopLeft.gif);
	background-position:top left;
	background-repeat:no-repeat;	
}

#header_wrapper {
	background-image:url(../images/cornerTopRight.gif);
	background-position:top right;
	background-repeat:no-repeat;
	padding:0 10px 10px;
}

#header {
	background-image:url(../images/repeater_header.gif);
	background-repeat:repeat-x;
	height:270px;
}

#lingue {
	text-align:right;
	padding:2px 20px;
	width:920px;
	margin:0 auto;
}

#menunav {
	float:right;
	width:auto;
	height:270px;
	background-image:url(../images/chiusura_header.gif);
	background-position: top right;
	background-repeat:no-repeat;
}

#header_inside {
	height:270px;
	background-image:url(../images/header_principale.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

#banner {
	float:left;
	width:388px;
	height:135px;
}

#banner  a{
	float:left;
	width:388px;
	height:135px;
}

#contentarea {
	
}

#sidebar {
	display:inline;
	float:left;
	width:250px;
	margin-left:10px;
	background-color:#E4E4E4;
}

#maincontent {
	float:right;
	margin-right:10px;
	width:660px;
}

#footer_wrapper {
	height:2em;
	line-height:2em;
	clear:both;
	font-size:.8em;
	text-align:center;
	background-image:url(../images/cornerBottomLeft.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}

#footer {
	height:2em;
	background-image:url(../images/cornerBottomRight.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	color:#999;
}

#validation {
	text-align:center;
	padding:0 0 5px;
}
/*######################################################*/

/*MENUNAV*/
/*######################################################*/
#menunav ul {
	list-style-type:none;
	padding:0;
	padding-top:0px;
}

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

#menunav ul li a {
	height:30px;
	line-height:30px;
	float:left;
	padding:10px 15px 61px;
	background-image:url(../images/sprite_levetta.gif);
	background-position:center -202px;
	background-repeat:no-repeat;
	text-decoration:none;
	font-weight:bold;
	color:#fff;
	font-size:.85em;
}

#menunav ul li a:hover,
#menunav ul li a.active {
	background-position:center -101px;
	color:#D2EEF9;
}

#menunav ul li a:active {
	background-position:center 0px;
	color:#D2EEF9;
}
/*######################################################*/
#i_nostri_servizi {
	width:250px;
	height:40px;
	background-image:url(../images/I_Nostri_Servizi.gif);
}
#titolo_newsletter {
	width:250px;
	height:37px;
	background-image:url(../images/sprite_sidebar.gif);
	background-position:bottom left;
	margin-top:20px;
}
#cerca_nel_sito {
	width:250px;
	height:37px;
	background-image:url(../images/sprite_sidebar.gif);
	background-position:top left;
	margin-top:20px;
}

/*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-image:url(../images/sprite_menu_sinistra.gif);
	background-position:-250px 0px;
	background-repeat:no-repeat;
	width:250px;
	height:34px;
	overflow:hidden;
	line-height:30px;
	text-indent:40px;
	text-decoration:none;
	color:#333;
	font-size:.85em;
}

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

#menucat ul li a:active {
	background-position:0px 0px;
	color:#fff;
}

#menucat ul ul li a {
	text-indent:60px;
	background-position:-250px -34px;
}

#menucat ul ul li a:hover {
	background-position:-500px -34px;
}

#menucat ul ul li a:active {
	background-position:0px -34px;
}

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

/*RICERCA*/
/*######################################################*/
#cerca {
	padding:0 10px 20px;
}

.input_text {
	padding:2px;
	border:1px solid #333;
	background-color:#999;
	vertical-align:middle;
}

input {
	vertical-align:middle;
}
/*######################################################*/

/*MAILING_LIST*/
/*######################################################*/
#mailing_list {
	padding:0 10px 10px;
	background-image:url(../images/chiusura_sidebar.gif);
	background-position: bottom left;
	background-repeat:no-repeat;
}

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


/*ELENCO LISTA EVENTI NEWS   */
/*######################################################*/
#lista_eventi_news {
	padding:10px;
	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 {
	padding:10px;
}

#indirizzo .ragione_sociale {
	font-weight:bold;
	text-align:center;
	padding:.5em 0;
}

#indirizzo .testo_indirizzo {
	
}

/*FORM LOGIN*/
#form_login {
	padding:10px;
}