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

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	background-color: #001D2F;
	color:#fff;
	background-image:url(../images/sf_123_oriz.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	text-align:center;
}

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

/*LAYOUT PAGINA*/
/*######################################################*/
.aligner {
	text-align:left;
	margin:0 auto;
	width:886px;
	/*border:1px solid #0f0;*/
}

#container {
	background-image:url(../images/sf_3_vert.jpg);
	background-position:center top;
	background-repeat:repeat-y;
}

#header {
	background-image:url(../images/1.jpg);
	background-position: top center;
	background-repeat:no-repeat;
	height:82px;

}

#banner {
	background: url(../images/2.jpg) no-repeat top center;
	height: 200px;
	/*border: 1px solid #f00;*/
	text-align: center;
	margin: 0 auto;
	padding: 0;
}
#banner #animazionecenter {
	text-align: center;
	margin: 0 auto;
	padding: 0;
	width: 477px;
	height: 197px;
}
#banner #animazionecenter IMG {
	margin: 0;
	padding: 0 0 0 1px;
	width: 477px;
	height: 197px;
}

#menunav {
	height:30px;
}

#contentarea {
	background: url(../images/3.jpg) no-repeat top center;
}
#contentareahome {
	background: url(../images/3home.jpg) no-repeat top center;
	height: 396px;
}

#sidebar {
	float:left;
	width:201px;
	margin-left:2px;
}

#utilitybar {
	float:right;
	width:200px;
	margin-right:2px;
}

#maincontent {
	display: inline;
	float: left;
	width: 455px;
	margin: 10px;
	/*background: url(../images/piesseti_contain.jpg) no-repeat center center;*/
}

P#homeslogan {
	font-size: 26px;
	color: #000;
	text-align: center;
	padding: 0;
	margin: 20px 0 0 0;
	font-family: Verdana;
}

#footer {
	background-image:url(../images/sf_4_oriz.jpg);
	background-position:top left;
	background-repeat:repeat-x;
}

#footer_content {
	background-image:url(../images/4.jpg);
	background-position: bottom center;
	background-repeat:no-repeat;
	height:32px;
	line-height:32px;
}

#footer .aligner {
		text-align:center;
}
/*######################################################*/


/*MENUNAV*/
/*######################################################*/
#menunav a {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}

#menunav a:hover {
}

#menunav ul {
	height:79px;
	list-style-type:none;
	padding:0; /*ri-azzero il padding*/
	margin-right:3px;
	float:right;
}

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

#menunav ul li a {
	text-transform:uppercase;
	height:20px;
	line-height:20px;
	padding-top:59px;
	float:left;
	width:110px;
	padding-left:7px;
	border-left: 1px solid #0473B8;
}

#menunav ul li a:hover {
	background: #002947;
}
/*######################################################*/

/*MENUCAT*/
/*######################################################*/

#menucat {
	margin-bottom:30px;
	padding-bottom:20px;
	border-bottom: 1px solid #0475B9;
}
#menucat ul {
	list-style-type:none;
	padding:0; /*ri-azzero il padding*/
	padding-top:20px;
}

#menucat ul ul {
	padding:0;
}

#menucat ul ul ul {
	padding-left:10px;
}

#menucat ul li {
	display:block;
	background-image:url(../images/bottone.gif);
	margin:2px 10px;
	width:181px;
}

#menucat ul li a {
	display:block;
	height:26px;
	line-height:26px;
	text-indent:5px;
	background-image:url(../images/bottone.gif);
	text-decoration:none;
}

#menucat ul li a:hover {
	background-image:url(../images/rollover.gif);
}

#menucat ul ul li {
	background-image:none;
}

#menucat ul ul li a {
	background-image:none;
}

#menucat ul ul li a:hover {
	background-image:none;
}

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

/*barra destra*/
/*######################################################*/
#cerca {
	border-bottom:1px solid #0473B8;
	padding:20px 10px;
	height:50px;
}

#cerca input {
	float:left;
}

input.campotesto {
	background-color: #012D4A;
	border: 2px inset #34607B;
	/*border-left-color: #000C18;
	border-top-color: #000C18;*/
	color:#fff;
}

#login {
	border-bottom:1px solid #0473B8;
	padding:20px 8px;
}

#login form {
		font-size:.8em;
}

#indirizzo {
	padding:20px 10px;
}
/*######################################################*/

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