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

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#CEE7F0 url(../images/sfondo-body.jpg) repeat-x top left;
}

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

/* MIR IMAGE REPLACEMENT */
.mir {
	text-indent:-999em;
	letter-spacing:-999em;
	overflow:hidden;
	outline:none;
}

.clear {
	clear:both;
}

input, select, img {
	vertical-align:middle;
}

/*LAYOUT PAGINA*/
/*######################################################*/
#wrapper {
	background:url(../images/sfondo-destro.gif) repeat-x top right;
	position:absolute;
	width:50%;
	height:200px;
	right:0;
}

#container {
	position:relative;
	width:960px;
	margin:0 auto;
	background:url(../images/sfondo-home.jpg) no-repeat right 93px;
}

#header {
	height:186px;
	background:url(../images/sfondo-header.jpg) no-repeat top right;
}

#header h1 {
	float:left;
}

#lingue {
	float:right;
	height:60px;
	color:#666;
}

#lingue .content {
	padding:10px;
}

#lingue img {
	vertical-align:middle;
}

#menunav {
	float:right;
	clear:right;
	width:auto;
	height:30px;
}

#contentarea {
	background:url(../images/sfondo-contentarea.gif) repeat-y top left;
}

#sidebar {
	float:left;
	width:240px;
	background:url(../images/sfondo-sidebar.gif) repeat-x top left;
	color:#062c50;
}

#sidebar .content {
	padding:10px;
	min-height:500px;
	height:auto !important;
	height:500px;
	background:url(../images/bordo-destro-sidebar.gif) no-repeat top right;
}

#sidebar .title {
	color:#444;
	padding-top:1em;
	font-size:1.4em;
	font-family:Impact, Haettenschweiler, Arial Narrow Bold, sans-serif;
	font-weight:normal;
	line-height:1.5em;
	margin-bottom:.5em;
	border-bottom:1px solid #558fb6;
}

#slogan {
	display:inline;
	float:right;
	margin-right:300px;
	margin-top:20px;
	height:65px;
	width:406px;
	background:url(../images/slogan.gif) no-repeat center;
}

#slogan.eng {
	background-image:url(../images/slogan_en.gif);
}

#sidebar input.text {
	width:175px;
	border:1px solid #558fb6;
	padding:1px;
}

#maincontent {
	display:inline;
	float:right;
	width:680px;
	margin:20px 20px 10px 0px;
}

#indirizzo {
	padding:20px 20px 20px 260px;
}

#indirizzo .title {
	padding-bottom:.4em;
	margin-bottom:.4em;
	background:url(../images/bordino-footer.gif) no-repeat bottom left;
}

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


/*MENUNAV*/
/*######################################################*/
#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 25px;
	color:#222;
	font-weight:bold;
	text-decoration:none;
}

#menunav ul li a.active {
}

#menunav ul li a:hover {
	background-color:#EC8F0E;
	color:#fff;
}
/*######################################################*/

/*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 5px 5px 10px;
	border-bottom:1px solid #9BBFD3;
	color:#062c50;
	text-decoration:none;
	background-image:url(../images/freccina.gif);
	background-repeat:no-repeat;
	background-position:2px center;
}

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

#menucat ul ul li a {
	padding-left:30px;
	background-position:22px center;
	color:#174E7F;
}

#menucat ul ul ul li a {
	padding-left:50px;
	background-position:42px center;
}

#menucat ul ul ul ul li a {
	padding-left:70px;
	background-position:62px center;
}

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

/*RICERCA*/
/*######################################################*/
#cerca {
}
/*######################################################*/

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

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

/*FORM LOGIN*/

#form_login p {
	margin-bottom:1em;
}

#form_login p.label {
	color:#295f88;
	font-size:10px;
	text-transform:uppercase;
	letter-spacing:1px;
}
