body,html {
	background-color:#e8eaec;
	background-position:top center;
	background-repeat:no-repeat;
}

/* ======================= */
/* CANVAS */
/* ======================= */

.A_Ambiente {
	position: absolute;
	top:0px;
	left:50%;
	margin-left:-517px;
	width: 1024px;
	padding-left:5px;
	padding-right:5px;
	background-image:url(grafica/bg.gif);
	background-repeat:repeat-y;	
	overflow:hidden;	
}

/* ======================= */
/* FINE CANVAS */
/* ======================= */

/* ======================= */
/* TESTA */
/* ======================= */

/* Contenitore */
/* ----------------------- */
.B1_Testa {
	width:1024px;
	height:244px;
	background-image:url(grafica/bg.gif);
	background-position:top center;
	background-repeat:no-repeat;
	float: left;
	overflow:hidden;
}
/* ----------------------- */

/* Dettagli */
/* ----------------------- */
.B1b_Dettagli {
	width:140px;
	height:60px;
	margin-top:184px;
	margin-right:10px;
	float: right;
	overflow:hidden;
	text-align:right;
}
/* ----------------------- */

/* ======================= */
/* FINE TESTA */
/* ======================= */

/* ======================= */
/* MENU TOP */
/* ======================= */

/* Contenitore */
/* ----------------------- */
.B2_Menu {
	width:984px;
	height:65px;
	margin:10px 20px 30px 20px;
	display:inline;
	float: left;
	overflow:hidden;	
}
/* ----------------------- */

/* Tasti Contenitore */
/* ----------------------- */
#tabs{
	margin:0px 0px 0px 0px;
	display:inline;
	float:left;
	/*height:65px;*/
}
/* ----------------------- */

/* Tasti Generico */
/* ----------------------- */
#tabs li{
	list-style:none;
	float:left;
}
#tabs span{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
}
#tabs a,#tabs a span{
	display:block;
	float:left;
}
/* ----------------------- */

/* Tasto Off */
/* ----------------------- */
#tabs a{
	height:65px;
	padding-left:25px;
	background:url(grafica/bnt_off_sx.gif) top left no-repeat;
	color:#006699;
	text-decoration:none;
}
#tabs a:hover{
	background:url(grafica/bnt_on_sx.gif) top left no-repeat;
}
#tabs a span{
	height:45px;
	padding-right:25px;
	padding-top:20px;
	background:url(grafica/bnt_off_dx.gif) top right no-repeat;
	color:#006699;
}
#tabs a:hover span{
	background:url(grafica/bnt_on_dx.gif) top right no-repeat;
	color:#FFFFFF;
}
#tabs li a div{
	height:65px;
	float:left;
	background:url(grafica/bnt_off_mid.gif) repeat-x;
}
#tabs li a:hover div{
	height:65px;
	float:left;
	background:url(grafica/bnt_on_mid.gif) repeat-x;
}
/* ----------------------- */

/* Tasto On */
/* ----------------------- */
#tabs li.mn_sub a{
	height:65px;
	padding-left:25px;
	background:url(grafica/bnt_on_sx.gif) top left no-repeat;
	color:#006699;
	text-decoration:none;
}
#tabs li.mn_sub a:hover{
	background:url(grafica/bnt_off_sx.gif) top left no-repeat;
}
#tabs li.mn_sub a span{
	height:45px;
	padding-right:25px;
	padding-top:20px;
	background:url(grafica/bnt_on_dx.gif) top right no-repeat;
	color:#FFFFFF;
}
#tabs li.mn_sub a:hover span{
	background:url(grafica/bnt_off_dx.gif) top right no-repeat;
	color:#006699;
}
#tabs li.mn_sub a div{
	height:65px;
	float:left;
	background:url(grafica/bnt_on_mid.gif) repeat-x;
}
#tabs li.mn_sub a:hover div{
	height:65px;
	float:left;
	background:url(grafica/bnt_off_mid.gif) repeat-x;
}
/* ----------------------- */

/* ======================= */
/* FINE MENU TOP */
/* ======================= */

/* ======================= */
/* COLONNA SX */
/* ======================= */

/* Colonna */
/* ----------------------- */
.C_Sx {
    width:280px;
	margin:0px 20px 0px 20px;
	display:inline;
	overflow:hidden;
	float:left;	
}
/* ----------------------- */

/* Box Sx */
/* ----------------------- */
.C_Sx_BOX {
    width:280px;
	margin:0px 0px 20px 0px;
	display:inline;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	overflow:hidden;
	float:left;	
}
/* ----------------------- */

/* Tasti Contenitore */
/* ----------------------- */
#tabs_mn_sx{
	width:280px;
	margin:0px 0px 0px 0px;
	display:inline;
	overflow:hidden;
	float:left;
}
/* ----------------------- */

/* Tasti Generico */
/* ----------------------- */
#tabs_mn_sx li{
	list-style:none;
	float:left;
}
#tabs_mn_sx span{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
}
#tabs_mn_sx a,#tabs_mn_sx a span{
	display:block;
	float:left;
}
/* ----------------------- */

/* Tasto Off */
/* ----------------------- */
#tabs_mn_sx a{
	height:65px;
	padding-left:25px;
	background:url(grafica/bntmnsx_off_sx.gif) top left no-repeat;
	color:#006699;
	text-decoration:none;
}
#tabs_mn_sx a:hover{
	background:url(grafica/bnt_on_sx.gif) top left no-repeat;
}
#tabs_mn_sx a span{
	height:45px;
	padding-right:25px;
	padding-top:20px;
	background:url(grafica/bntmnsx_off_dx.gif) top right no-repeat;
	color:#006699;
}
#tabs_mn_sx a:hover span{
	background:url(grafica/bnt_on_dx.gif) top right no-repeat;
	color:#FFFFFF;
}
#tabs_mn_sx li a div{
	height:65px;
	float:left;
	background:url(grafica/bntmnsx_off_mid.gif) repeat-x;
}
#tabs_mn_sx li a:hover div{
	height:65px;
	float:left;
	background:url(grafica/bnt_on_mid.gif) repeat-x;
}
/* ----------------------- */

/* Tasto On */
/* ----------------------- */
#tabs_mn_sx li.mn_sub a{
	height:65px;
	padding-left:25px;
	background:url(grafica/bnt_on_sx.gif) top left no-repeat;
	color:#006699;
	text-decoration:none;
}
#tabs_mn_sx li.mn_sub a:hover{
	background:url(grafica/bntmnsx_off_sx.gif) top left no-repeat;
}
#tabs_mn_sx li.mn_sub a span{
	height:45px;
	padding-right:25px;
	padding-top:20px;
	background:url(grafica/bnt_on_dx.gif) top right no-repeat;
	color:#FFFFFF;
}
#tabs_mn_sx li.mn_sub a:hover span{
	background:url(grafica/bntmnsx_off_dx.gif) top right no-repeat;
	color:#006699;
}
#tabs_mn_sx li.mn_sub a div{
	height:65px;
	float:left;
	background:url(grafica/bnt_on_mid.gif) repeat-x;
}
#tabs_mn_sx li.mn_sub a:hover div{
	height:65px;
	float:left;
	background:url(grafica/bntmnsx_off_mid.gif) repeat-x;
}
/* ----------------------- */

/* BOX Contenuto */
/* ----------------------- */
.C_Sx_BOX_cont {
    width:240px;
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	background:url(grafica/box_sx.jpg) no-repeat;
	background-position:top center;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	overflow:hidden;
	float:left;	
}
/* ----------------------- */

/* ======================= */
/* FINE COLONNA SX */
/* ======================= */

/* ======================= */
/* COLONNA DX */
/* ======================= */

/* Colonna */
/* ----------------------- */
.C_Dx {
    width:664px;
	min-height:600px;
	padding-left:20px;
	margin:0px 20px 0px 0px;
	display:inline;
	overflow:hidden;
	float:left;
}
/* ----------------------- */

/* Riga DX */
/* ----------------------- */
.C_Dx_riga {
    width:664px;
	margin:0px 0px 20px 0px;
	display:inline;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	text-align:left;	
	overflow:hidden;
	float:left;
}
/* ----------------------- */

/* Primo piano DX */
.C_Dx_primopiano {
    width:322px;
	height:200px;
	margin:0px 0px 20px 0px;
	display:inline;
	overflow:hidden;
	float:left;
}
/* ----------------------- */

/* PRIMO PIANO DX Contenuto */
/* ----------------------- */
.C_Dx_primopiano_cont {
    width:282px;
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	background:url(grafica/box_prev1.jpg) no-repeat;
	background-position:top center;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	overflow:hidden;
	float:left;	
}
/* ----------------------- */

/* ======================= */
/* FINE COLONNA DX */
/* ======================= */

/* ======================= */
/* CODA */
/* ======================= */
.E_Coda {
	width:1024px;
	height:244px;
	float: left;
	overflow:hidden;
}
.E_Coda2 {
	width:984px;
	height:30px;
	padding-top:10px;
	padding-right:20px;
	padding-bottom:10px;
	padding-left:20px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	float: left;
	overflow:hidden;
	text-align:right;
}
.E_Coda_msg {
	width:460px;
	margin:110px 0px 0px 80px;
	display:inline;  
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	text-align:left;	 
	float: left;
	overflow:hidden;
}
/* ======================= */
/* FINE CODA */
/* ======================= */

/* Immagini */
/* ----------------------- */
.D_img_cont {
    width:142px;
	height:142px;
	margin-right:10px;
	margin-bottom:10px;
	float:left;
	text-align:left;
	border:0px;
}
.D_img {
    margin-right:10px;
	margin-bottom:10px;
	float:left;
	text-align:left;
	border:0px;
}
/* ----------------------- */

/* ======== TESTI ======== */
.intestazioni {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#666666;
	float:right;
	font-weight:bold;
	text-align:right;
}

.Evidenzia_blu {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight:bold;
	color:#8BBCDC;
}
.Evidenzia_verde {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#83CB99;
}
.evidenzia_r {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#FF3300;
}
.titolo {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#000000;
}
.testo {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
}
a:link {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	text-decoration:none;
	color:#006699;
}
a:visited {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	text-decoration:none;
	color:#006699;
}
a:hover {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	text-decoration:none;
	color:#009966;
}
a:active {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	text-decoration:none;
	color:#006699;
}

/* TOOLS */
/* ----------------------- */
.a_tools:link {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration:none;
	color:#006699;
}
.a_tools:visited {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration:none;
	color:#006699;
}
.a_tools:hover {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color:#009966;
}
.a_tools:active {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color:#006699;
}
/* ----------------------- */

/* BOX link */
/* ----------------------- */
.a2:link {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration:none;
	color:#FFFFFF;
}
.a2:visited {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration:none;
	color:#FFFFFF;
}
.a2:hover {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration:none;
	color:#006699;
}
.a2:active {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration:none;
	color:#FFFFFF;
}
/* ----------------------- */

/* ======== TESTI ======== */
