/*1. ELEMENTI STRUTTURA E LAYOUT GRAFICO DI PAGINA */
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: verdana;
	font-size: 11px;
	background-image: url(../images/slice.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #546C9A;
	text-align: center;
	color: #ffffff;
}
.container {
	margin: 0 auto;
	width: 966px;
}
.fascia_su {
	background-image: url(../images/fasciasu.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 966px;
	height: 141px;
}
.fascia_centrale_interna {
	background-image: url(../images/fascia_interna.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 966px;
	height: 28px;
}
.fascia_giu {
	float: right;
	display: inline;
	width: 650px;
	height: 125px;
	background-image: url(../images/sfondo_giu.jpg);
	text-align: right;
	background-repeat: no-repeat;
	background-position: 44px 15px !important;
	background-position: 44px 13px;
	margin: 0px 0px 0px 0px;
}
.pulsanti {
	float: right;
	display: inline;
	width: 700px;
	height: 21px;
	text-align: right;
	margin: 2px 0px 0px 0px;
}
.main_content {
	float: right;
	display: inline;
	width: 920px;
	height: 400px;
	margin-top: 7px;
}
.menu_dx {
	background-image: url(../images/graffio.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	float: right;
	display: inline;
	height: 400px;
	width: 250px;
	margin-right: 0px;
	text-align: left;
}
.menu_dx_news {
	background-image: url(../images/graffio.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	float: right;
	display: inline;
	height: 400px;
	width: 250px;
	margin-right: 0px;
	text-align: left;
}

.menu_dx div {
	width: 200px;
}


.menu_dx a {
	display: block;
	font-size: 12px;
	height: 30px;
	font-weight: bold;
	color: #6A83B2;
	text-decoration: none;
}
.menu_dx_news a {
	float: right;
	display: inline;
	margin-top: 4px;
}
.sottomenu a {
	display: inline;
	font-size: 12px;
	height: 14px;
	font-weight: bold;
	color: #6A83B2;
	text-decoration: none;
	text-transform: capitalize;
}
/*2.SPLASH PAGE*/
.fascia_centrale_interna_bis {
	background-image: url(../images/fascia_interna_bis.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 966px;
	height: 28px;
}
.sfondo_home {
	float: right;
	display: inline;
	width: 900px;
	height: 410px;
	margin-top: 7px;
	background-image: url(../images/sfondo_splash.jpg);
	background-repeat: no-repeat;
	background-position: 300px bottom;
}
.fascia_giu_splash {
	float: right;
	display: inline;
	width: 650px;
	height: 125px;
	background-image: url(../images/sfondo_giu.jpg);
	text-align: right;
	background-repeat: no-repeat;
	background-position: 44px 2px !important;
	background-position: 44px 0px;
	margin: 0px 0px 0px 0px;
}
.homelink {
	color: #0A2D6E;
	text-decoration: none;
	font-family: verdana;
	font-size: 14;
	font-weight: bold;
}
.homelink:hover {
	color: #ffffff;
	text-decoration: none;
	font-family: verdana;
	font-size: 14;
	font-weight: bold;
}
/*FINE SEZIONE SPLASH*/
/*3.ROLLOVER PULSANTI PULSANTINI ET SIMILIA*/
/*3.1 MAIN MENU*/
a#home img {
	height: 21px;
	width: 71px;
	border-width: 0;
	background: top left no-repeat;
}
a#home img {
	background-image: url(../images/normal_07.jpg);
}
a#home:visited img {
	background-image: url(../images/normal_07.jpg);
}
a#home:hover img {
	background-image: url(../images/hover_07.jpg);
}
a#home:active img {
	background-image: url(../images/normal_07.jpg);
}
a#info img {
	height: 21px;
	width: 71px;
	border-width: 0;
	background: top left no-repeat;
}
a#info img {
	background-image: url(../images/normal_03.jpg);
}
a#info:visited img {
	background-image: url(../images/normal_03.jpg);
}
a#info:hover img {
	background-image: url(../images/hover_03.jpg);
}
a#info:active img {
	background-image: url(../images/normal_03.jpg);
}
a#maininfo_selected  img {
	height: 21px;
	width: 71px;
	border-width: 0;
	background: top left no-repeat;
	background-image: url(../images/hover_03.jpg);
}
a#news img {
	height: 21px;
	width: 77px;
	border-width: 0;
	background: top left no-repeat;
}
a#news img {
	background-image: url(../images/normal_05.jpg);
}
a#news:visited img {
	background-image: url(../images/normal_05.jpg);
}
a#news:hover img {
	background-image: url(../images/hover_05.jpg);
}
a#news:active img {
	background-image: url(../images/normal_05.jpg);
}
a#mainnews_selected  img {
	height: 21px;
	width: 77px;
	border-width: 0;
	background: top left no-repeat;
	background-image: url(../images/hover_05.jpg);
}
a#mail img {
	height: 21px;
	width: 36px;
	border-width: 0;
	background: top left no-repeat;
}
a#mail img {
	background-image: url(../images/normal_09.jpg);
}
a#mail:visited img {
	background-image: url(../images/normal_09.jpg);
}
a#mail:hover img {
	background-image: url(../images/hover_09.jpg);
}
a#mail:active img {
	background-image: url(../images/normal_09.jpg);
}
/*FINE MAIN MENU*/
/*3.2 PULSANTE FONDAZIONE*/
.fascia_giu a img {
	position: relative;
	top: 7px !important;
	top: 4px;
	height: 45px;
	width: 297px;
	border-width: 0;
	background: top left no-repeat;
}
a#puls_fond img {
	background-image: url(../images/pulsante_fondazione.jpg);
}
a#puls_fond:visited img {
	background-image: url(../images/pulsante_fondazione.jpg);
}
a#puls_fond:hover img {
	background-image: url(../images/pulsante_fondazione_hover.jpg);
}
a#puls_fond:active img {
	background-image: url(../images/pulsante_fondazione.jpg);
}
/*FINE PULSANTE FONDAZIONE*/
/*3.3 MENU_DX*/
.menu_dx a img {
	height: 16px;
	width: 18px;
	border-width: 0;
	background: 0px 0px;
	background-repeat: no-repeat;
	position: relative;
	top: 3px;
	margin-right: 3px;
}
.menu_dx a img {
	background-image: url(../images/normal.jpg);
}
.menu_dx a:visited img {
	background-image: url(../images/normal.jpg);
}
.menu_dx a:hover {
	color: #A1C2FF;
}
.menu_dx a:hover img {
	background-image: url(../images/normal.jpg);
}
.menu_dx a:active img {
	background-image: url(../images/normal.jpg);
}
.menu_dx a#selected img {
	background-image: url(../images/freccina.jpg);
}
.menu_dx a#selected {
	color: #A1C2FF;
}
.sottomenu {
	float: left;
	display: inline;
	margin: 0px 0px 15px 27px;
	color: #6A83B2;
	font-size: 12px;
	line-height: 20px;
}
.sottomenu a {
	display: inline;
	margin-left: 5px;
}
.sottomenu a#selezionato {
	display: inline;
	margin-left: 5px;
	color: #A1C2FF;
}
/*FINE MENU DX*/
/*4. FORMATTAZIONI VARIE*/
.titoletto {
	color: #A1C2FF;
	font-weight: bold;
	font-size: 13px;
}
.news_titolo {
	font-size: 10px;
	color: #A1C2FF;
	font-weight: bold;
}
.news {
	font-size: 10px;
	margin-bottom: 15px;
}


/* popu-up rinaldi*/

.popup {
width:600px;
height:700px;
float:left;
display:inline;
margin:0px;
text-align:center;

}

