/* CSS RESET *********************************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
body {
line-height: 1;
color: black;
background: white;
}
ol, ul {
list-style: none;
}
/* tables still need ‘cellspacing="0"’ in the markup */
table {
border-collapse: separate;
border-spacing: 0; 
vertical-align:top;

}
td,tr{
padding:2px;
	/*font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 13px;	*/
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12px;
	color:#000000;
	padding-left:3px;
}
td.azzurra{
	background-color:#c6d9f1;
	
	
	}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}

/**********************************************************************/
body {
margin-top:0px;
padding:0;
background-image: url(img/bg.png);
background-repeat:repeat-x;
background-position:top;
background-color:#ffffff;
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

p
{
	color:#3a3a3a;
	/*font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 13px;	*/
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 13px;
	line-height:1.6em;
	text-align:justify;

	
}

.note
{
	color:#3a3a3a;
	/*font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 13px;	*/
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 10px;
	line-height:1.6em;
	text-align:justify;

	
}

p.trebuchet
{
	color:#3a3a3a;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 14px;	
	/*font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;font-size: 12px;*/
	
	line-height:1.6em;
	text-align:justify;

	
}
a, a strong {
	color:#5482b1;
	/*font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 13px;	*/
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 13px;
	text-decoration:none;

}
a:hover {
	color:#858f94;
	text-decoration:underline;

}
strong
{
	
	/*color:#3a3a3a;font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 13px;	*/
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 13px;
	font-weight:bold;
	
}
em
{
	
	/*color:#3a3a3a;font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 13px;	*/
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 13px;
	font-style:italic;
	
}
.break
{
	clear: both;
}
.break_righino
{
		background: url(img/righino.png) center no-repeat;
		height:5px;
		padding-bottom:6px;
		padding-top:6px;
		clear: both;
}
.break_puntini
{
		height:5px;
		margin-bottom:6px;
		margin-top:6px;
		border-bottom:1px dotted #cecece;
		clear: both;
}


h1
{
	margin-bottom:5px;
    /*background: transparent url('img/bg_h2.png') no-repeat;	*/
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	/*font-weight:bold;*/
	font-size: 16px;
	color:#5482b1;
	height:30px;
	text-decoration:none;
	text-align:left;
	clear:both;
	}
	
h2
{
	margin-bottom:5px;
    /*background: transparent url('img/bg_h2.png') no-repeat;	*/
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	/**/font-weight:bold;
	font-size: 14px;
	color:#1a5796;
	height:30px;
	text-decoration:none;
	text-align:left;
	clear:both;
	}
	
.label{

	 margin-top:5px; 
	 font-family: 'Lucida Sans', Arial, Helvetica, sans-serif; font-size:12px; color:#9e9e9e;
 	 float:left;
}
.label_right{

	 margin-top:5px; 
 	 float:right;
}
	
.img_sx{
	float:left;
	margin-right:10px;
}
.img_dx{
	float:right;
	margin-left:10px;
}

#container{
	margin:auto;
	text-align: left;
	width:990px; 
	
	/*background-color:#fff;
	border:1px solid #339900;*/
	margin-bottom:10px;
}

/*********************************************************************/


/*** header ***************************************************/
#top_container {
    background: url("img/bg_menu3.png") repeat-x scroll center top #FFFFFF;
    top: 0;
    height: 200px;
    margin-top: 20px;
    position: relative;
}	
#header { 
	height:90px;
	background-image:url(img/bg_menu2.png);
	background-repeat:no-repeat;
	background-position:center right;
	z-index:50;
	/*border:1px solid #ff9900;*/
}
.logo{
	float:left;
	margin-bottom:5px;
	color:#7AABDE;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size:10px;
	/*background-image:url(img/bg_logo_header.png);
	background-repeat:no-repeat;
	background-position:center left;*/
	height:90px;
	width:390px;

	
	}
.info{
	float:right;
	margin-bottom:5px;
	text-align:right;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size:12px;
	padding-right:10px;
	}

	#dropdownmenu{
	height:65px;
	float:right;
	position:relative; /*--Fix layer issue in IE7--*/
	z-index:99999; /*--Fix layer issue in IE7--*/


	}
		ul#dropdownmenu 
			{
		list-style: none;
		padding-top:16px;
		
	}

		
		#dropdownmenu li { 
		float: left; 
		display: inline-block; 
		list-style: none; 
		text-align:left;
		/*max-width:75px;*/
		position: relative; 
		padding:44px 16px 12px 8px;
		height:14px;
		background-image:url(img/ombra_menu.png);
		background-repeat:no-repeat;
		background-position: bottom right;
		border-left:1px solid  #ededed;

}
		
		#dropdownmenu li a { 
		display: block;
		color:#273f5b;		
		font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
		font-size: 11px;
		text-decoration: none;
		/*color: #595959;
		font-weight:bold;
		text-transform:uppercase;*/
		}
		#dropdownmenu li a.on { 
		color: #78abe0;
		/*font-weight:bold;
		text-transform:uppercase;*/
		}
		
		#dropdownmenu li a:hover {
		color: #78abe0; 
		}

		#dropdownmenu li ul { 
		background-image: url(img/freccina_menu.png); 
		background-position:top left; 
		background-repeat:no-repeat; 
		/*background-color: #ffffff;*/ 
		width:170px; 
		margin: 0px; 
		padding: 5px; 
		padding-top: 15px; 
		margin-top: 20px; 
		position: absolute; 
		top:42px;
		left:0; 
		z-index: 99999;
		white-space: nowrap; 
		visibility: visible; 
		display: none; }
		
		#dropdownmenu li ul li { 
		float: left;
		width: 168px; 
		text-align:left;   
		margin-top:5px; 
		margin-bottom:5px; 
		margin-left:-4px;  
		z-index: 99999;
		padding:0px 5px;
		height:25px;
		background-image:none;
		border-left:0px solid  #ededed;

		}
		
		#dropdownmenu li ul li a { padding:8px 5px; background: #EEEEEE; color: #666666;  margin:0; text-transform:none; font-weight:normal; font-size:13px; }
		
		#dropdownmenu li ul li a:hover { background: #dee5ed; color: #3b6593;  }

		#dropdownmenu li ul.grande { 
		background-image: url(img/freccina_menu_grande.png); 
		background-position:top left; 
		background-repeat:no-repeat; 
		/*background-color: #ffffff;*/ 
		width:305px; 
		margin: 0px; 
		padding: 5px; 
		padding-top: 15px; 
		margin-top: 20px; 
		position: absolute; 
		top:42px;
		left:0; 
		z-index:999;
		white-space: nowrap; 
		visibility: visible; 
		display: none; }
		
		#dropdownmenu li ul.grande li { 
		float: left;
		width: 300px; 
		text-align:left;   
		margin-top:5px; 
		margin-bottom:5px; 
		margin-left:-4px;  
		z-index:999;
		padding:0px 5px;
		height:25px;
		background-image:none;
		}
		
		#dropdownmenu li ul.grande li a { padding:8px 5px; background: #EEEEEE; color: #666666;  margin:0; text-transform:none; font-weight:normal; font-size:13px; }
		
		#dropdownmenu li ul.grande li a:hover { background: #dee5ed; color: #3b6593;  }
 



	.flash{
	float:left;
	margin:15px 0px 0;
	z-index:0;
	border:1px solid #cecece;
	}	
	
	#bannerone_int_content{
	float:left;
	/*border:1px solid red;*/
	margin-bottom: 20px;
	height:240px;
	width: 990px;
	
	}	
	.bannerone_int{
	float:left;
	
	/*z-index:0;border:1px solid #cecece;*/
	
	}	
	
/******* centro **************************************************************/


#content{
	margin-top:20px;
	margin-bottom:20px;
	float:left;
	text-align:left;
	width:990px;
	/*border:1px solid green;*/
	}
#col_sx{
	float:left;
	text-align:left;
	/*background-image: url(img/bg_col_sx.png);
	background-repeat:repeat-y;*/
	background-color:#ffffff;
	background-position: right;
	padding-right:40px;
	padding-top:0px;
	width:670px;
}
#col_dx{
	float:left;
	text-align:left;
	background-color:#ffffff;
	width:276px;
	padding-left:0px;
}

.video_hp{
	text-align:center;
	margin-bottom:10px;
	float:left;
	width:380px;
}
.content_script_video{
	text-align: justify;
	width:380px;
	margin-bottom:10px;
	line-height:1.6em;
	float:left;
}
#col_sx_int{
	float:left;
	text-align:left;
	background-image: url(img/bg_col_sx.png);
	background-repeat:repeat-y;
	background-color:#ffffff;
	background-position: right;
	padding-right:40px;
	width:690px;
	min-height:700px;
}
	#col_sx_int ul
	{
	list-style: none;
	margin-left:5px;
	width:690px;
	}

	#col_sx_int li
	{
	/*padding:12px 20px;*/
	padding:0px 8px 8px 16px;
	background-image:url(img/freccina_ul_testo.png);
	background-repeat:no-repeat;
	background-position: top left;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 13px;
	text-decoration:none;
	text-align:justify;
	color:#284461;
	line-height: 1.5em;
	}
	#col_sx_int li a
	{
	color:#284461;
	font-weight:bold;
	}
	#col_sx_int li a:hover
	{
	color:#284461;
	font-weight:bold;
	text-decoration:underline;
	}
.container_box{
	float:left;
	margin-bottom:10px;
	margin-top:10px;
	width:690px;

}

.photogallery_swf{
	background-color:#FFFFFF;
	border:1px solid #c5c5c5;
	padding:5px;
	float:left;

}

.box_immagine{
	background-color:#FFFFFF;
	border:1px solid #c5c5c5;
	padding:5px;
	float:left;
	margin-right:20px;

}
.box_testo_dettaglio{
	background-color:#FFFFFF;
	margin-top:5px;
	float:left;
	width:500px;
}
.titolo_dettaglio{
			font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
			font-size: 14px;
			font-weight:bold;
			color:#35608d;
			text-transform:uppercase;

}
.titolo_documento_pdf{
			font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
			font-size: 14px;
			font-weight:bold;
			margin-bottom:10px;
			color:#35608d;
			float:left;
}
.testo_documento_pdf{
			font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
			font-size: 12px;
			color:#3a3a3a;
			line-height:1.2em;
			float:left;
			margin-top:10px;
			width:525px;
			text-align:justify;
}
.bottone_scarica_pdf{
	float:right;

}
#col_dx_int{
	float:left;
	text-align:left;
	background-color:#ffffff;
	width:260px;
	padding-left:0px;
}

		.bottone{
			text-align:left;
			padding-top:6px;
			color:#595959;
			font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
			font-size: 18px;

		}
		.bottone a{
			color:#FFFFFF;
		}
		.colonna_dxwrap
		{
			padding: 0px 0px 0px 2px;
			margin-top:-10px;
			
		}

		.colonna_dxwrap ul
		{
			list-style: none;
			margin-top: 10px;
			margin-bottom: 20px;
		}
		.colonna_dxwrap li
		{
			padding: 8px 20px;
			margin:5px 0px;
			background: #f6f2f1 url(img/freccina_menu_ul.png) center left no-repeat;
			
		}
		.colonna_dxwrap a
		{
			color: #5f8bb8;
			text-decoration: none;
			font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;

			font-size: 13px;
		}

		.colonna_dxwrap a:hover
		{
			color: #001143;
		}


		.colonna_dxwrap li.selected
		{
			padding: 8px 20px;
			margin:5px 0px;
			background: #f6f2f1 url(img/freccina_menu_ul_selected.png) center left no-repeat;

		}

		.colonna_dxwrap li.selected a
		{
			color: #3a3a3a;
		}
	.img_qualita{
	padding-right:10px;
	padding-top:3px;
	border:0;
	
	}
	.calcolatrice{
	border:0;
	float:right;
	margin-top:0px;
	margin-left:5px;
	}
	.note_calendario{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 11px;
	color:#7a7a7a;
	float:left;
	margin-top:15px;
	margin-left:10px;
	}
	.centropagina_elenco ul{
	margin: 0;
	padding-left: 0;
	list-style-image:none;
	}
	.centropagina_elenco li{
	margin: 0;
	padding: 1px 0px 0px 12px;
	font-family: verdana; 
	font-size: 14px;
	line-height:1.2em;
	color:#673e8e;
	background-image:url(img/pallino_on.gif);
	background-repeat:no-repeat;
	margin-top:1px;
	}
	.centropagina_elenco2 ul{
	margin: 0;
	padding-left: 0px;
	list-style-image:none;
	}
	.centropagina_elenco2 li{
	margin: 0;
	padding: 14px 0px 12px 55px;
	font-family: verdana; 
	font-size: 12px;
	font-weight:bold;
	line-height:1.2em;
	color:#2f4b6b;
	}
	.centropagina_elenco2 li a{
	font-family: verdana; 
	font-size: 16px;
	font-weight:bold;
	color:#fff;
	}
	.centropagina_elenco2 li a:hover{
	font-family: verdana; 
	font-size: 16px;
	font-weight:bold;
	color:#fff;
	}

		.bottone_pdf{
			background-image:  url(img/bg_bottone_doc.png);
			background-repeat:no-repeat;
			text-align:left;
			padding-top:15px;
			padding-left:10px;
			height:45px;
			width:220px;
			color:#FFFFFF;
			font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
			font-size: 13px;
			font-weight:bold;
			margin-bottom:10px;

		}
		.bottone_pdf a{
			color:#FFFFFF;
			font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
			font-size: 13px;
			font-weight:bold;

		}
.ico_video{
		margin-right:15px;
		margin-bottom:15px;
		border:0;
		float:left;
}		
.ico_video_last{
		margin-right:0px;
		margin-bottom:15px;
		border:0;
		float:left;
}		
/*** fascia servizio blu ***************************************************/
#fascia_servizio_hp_container {
    background: url("img/bg_fascia_blu.png") repeat-x scroll center top ;
    bottom: 0;
    height: 110px;
    position: relative;
}
	
#fascia_servizio_hp { 
    background: url("img/bg_fascia_blu_serv.png") repeat-x scroll center top ;
	position:absolute;
	width:990px;
	left:50%;
	margin-left:-495px;
	height:104px;
	/*background-color:#d5d6d7;border:2px solid #339900;*/
}
#fascia_servizio_hp img{
	float:left;
	border:0;
	
}
/*** fascia servizio bianca ***************************************************/
#fascia_servizio_container {
    background: #ffffff repeat-x scroll center top ;
    bottom: 0;
    height: 110px;
    position: relative;
}
	
#fascia_servizio{ 
    background: url("img/bg_fascia_bianca.png") repeat-x scroll center top ;
	position:absolute;
	width:990px;
	left:50%;
	margin-left:-495px;
	height:104px;
	/*background-color:#d5d6d7;border:2px solid #339900;*/
}
#fascia_servizio img{
	float:left;
	border:0;
	
}



/*** footer ***************************************************/
#footer_container {
    background: url("img/bg_footer_nuovo.png") repeat-x scroll center top #FFFFFF;
    bottom: 0;
    height: 400px;
    position: relative;
}
	
#footer { 
	position:absolute;
	width:990px;
	left:50%;
	margin-left:-495px;
	padding-bottom: 5px;
	margin-top:10px;
	/*background-color:#d5d6d7;border:2px solid #339900;*/
}
#footer_container_landing {
    background-color::  #FFFFFF;
	border-top:1px solid #d8dadc;
    bottom: 0;
    height: 150px;
    position: relative;
	margin-top:15px;
}
#footer_landing { 
	height:188px;
	padding-bottom: 5px;
	padding-left:36px;
	background-image: url(img/bg_footer_nuovo.png);
	background-repeat:no-repeat;
	position:relative;
	margin-left:1px;
	/*border:2px solid #339900;*/
}

.footer_box{
	float:left;
	text-align:left;
	width:165px;
	margin-left:8px;
	color:#7a7a7a;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 11px;
 	line-height:1.2em;
	padding:10px 4px;

}
.footer_box_vuoto{
	float:left;
	text-align:left;
	width:230px;
	height:180px;
	margin-left:8px;

}

.footer_box a {
	color:#7a7a7a;
	text-decoration:none;
	font-size: 11px;
}
.footer_box a:hover {
	color:#384e64;
	text-decoration:underline;
}

.footer_box2{
	margin-top:50px;
	float:left;
	text-align:left;
	width:165px;
	color:#7a7a7a;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 11px;
 	line-height:1.2em;
	padding:5px 4px 5px 8px;
	/*border-left:1px solid white;*/
	border-left:1px solid #d8dadc;
	
	height:120px;


}
.footer_box2 a{
	color:#7a7a7a;
	text-decoration:none;
	font-size: 11px;
}
.footer_box2 a:hover {
	color:#384e64;
	text-decoration:underline;
}

.content_coryright{
	margin-left:8px;
	margin-top:8px;
	padding-top:16px;
	/*border-top:1px solid white;*/
	border-top:1px solid #d8dadc;
}
.content_coryright_footer{
	margin-left:8px;
	margin-top:8px;
	padding-top:16px;
	/*border-top:1px solid white;*/
	float:right;
	width:470px;
}


.box_copyright{
	background-image: url(img/bg_copyright_new.png);
	background-repeat:no-repeat;
	/*right:20px;
	bottom:50px;
	position:absolute;*/
	float:right;
	width:190px;
	height:18px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 10px;
	padding:4px 0 0 10px;
	color:#7a7a7a;
}

.box_accreditamento{
	/*right:20px;
	bottom:25px;
	position:absolute;*/
	float:right;
	width:330px;
	height:18px;
	color:#6b93ae;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 11px;
	padding:2px 0px 0 5px;
	text-align:right;
	clear:both;
}
.testo_bottom{
	margin-left:8px;
	background-color:none;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 10px;
	color:#7a7a7a;
	text-decoration:none;
	text-align:justify;
}
.testo_bottom a{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 10px;
	color:#7a7a7a;
	text-decoration:none;
}
 .cdweb_hp{
 text-align: right; 
 padding-right:5px;
 float:right;
 width:200px;
 
 }
 .cdweb{
 text-align: right; 
 padding-right:5px;
 padding-top:15px;
 float:right;
 width:200px;
 
 }
 .seguici{
 text-align: left; 
 padding-right:5px;
 float:left;
 width:400px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 10px;
	color:#7a7a7a;
 }
 .content_num_verde{
 float:left; 
 padding-top:10px;
 }
 .content_num_verde img{ 
 float:left; 
 margin-right:3px;
 }
 .content_num_verde p{ 
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12px;
	color:#3a3a3a;
	text-decoration:none;
	line-height:1.2em;
	font-weight:normal;
	text-align:justify;
 }
 
 .content_num_verde a{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12px;
	color:#5482b1;
	text-decoration:none;
	line-height:1.1em;
	text-align:justify;
	}

 
 
 


/*** stili testi ***************************************************/

.note, .note a{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 10px;
	color:#3e3e3e;
	line-height:1.1em;
}
.azzurro, .azzurro a{
	/*font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 13px;	*/
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 13px;
	color:#5482b1;
	text-decoration:none;
	}
.azzurroo, .azzurroo a{
	/*font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 13px;	*/
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12px;
	color:#1a76d5;
	text-decoration:none;
	line-height:1.6em;
	}
.bluu, .bluu a{
	/*font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 13px;	*/
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12px;
	color:#0253a6;
	text-decoration:none;
	line-height:1.6em;
	}
.azzurrobig, .azzurrobig a{
	/*font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 13px;	*/
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 16px;
	color:#5482b1;
	text-decoration:none;
	}
.big, .big a{
	/*font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 13px;	*/
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 16px;
	color:#3a3a3a;
	text-decoration:none;
	}
.esperto{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12px;
	color:#5482b1;
	text-decoration:none;
	}
.blu{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12px;
	color:#001143;
	text-decoration:none;
	}
	
.blu a{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12x;
	color:#001143;
	font-weight:bold;
	text-decoration:underline;
	}
.blu a:hover{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12px;
	color:#001143;
	font-weight:bold;
	text-decoration:underline;
	}
.blu_contatti_hp, .blu_contatti_hp strong {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12px;
	color:#3a3a3a;
	text-decoration:none;
	line-height:1.1em;
	}

.piccolo, .piccolo strong {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 11px;
	color:#676767;
	text-decoration:none;
	line-height:1.1em;
	}
.rosso{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-weight:bold;
	color:#1b466a;
	}
	
.testo{
	color: #526068;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12px;
	text-align:justify;
	line-height:1.2em;

	}

		#sitemap
		{
			padding:5px;
			width:500px;
		}

		#sitemap ul
		{
			list-style: none;
			margin-bottom: 5px;
		}

		#sitemap li
		{
		    width:500px;
			padding: 2px 25px ;
			
		}
		#sitemap li.voce1
		{
			padding: 0px 25px ;
			width:500px;
			margin-left:20px;
			background:  url(img/site_tree.gif)  no-repeat center left;

		}
		#sitemap li.voce2
		{
			padding: 0px 25px ;
			width:500px;
			margin-left:40px;
			background:  url(img/site_tree.gif)  no-repeat center left;

		}

		#sitemap li.voce1 a, #sitemap li.voce2 a
		{
			color: #001143;
		}

		
		#sitemap li a
		{
			color: #001143;
			text-decoration: none;
			font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
			background: !IMPORTANT url(img/site_tree.gif) no-repeat center left;
			font-size: 12px;
		}

		#sitemap li.voce1 a:hover, #sitemap li.voce2 a:hover
		{
			color: #F71857;
		}
/************************************************** css x toggle (testo a scomparsa) ********************************************/
#panel, #panel2, #panel3, #panel4, #panel5, #panel6, #panel7, #panel8, #panel9, #panel10, #panel11, #panel12 {
	display: none;
}
.slide, .slide2, .slide3, .slide4, .slide5, .slide6, .slide7, .slide8, .slide9, .slide10, .slide11, .slide12  {
	margin-left: 0px;
	padding: 0;
}
.btn-slide, .btn-slide2, .btn-slide3, .btn-slide4, .btn-slide5, .btn-slide6, .btn-slide7, .btn-slide8, .btn-slide9, .btn-slide10, .btn-slide11, .btn-slide12 {
	background: url(img/arrow.png) no-repeat right -50px;
	text-align: center;
	height: 31px;
	padding-left: 270px;
	display: block;
	font: 11px "Trebuchet MS", verdana;
	color: #e56f18;
	text-decoration: none;
}
.btn-slide span, .btn-slide2 span, .btn-slide3 span, .btn-slide4 span, .btn-slide5 span, .btn-slide6 span, .btn-slide7 span, .btn-slide8 span, .btn-slide9 span, .btn-slide10 span, .btn-slide11 span, .btn-slide12 span {
	display: none;
}

.active, .active2, .active3, .active4, .active5, .active6, .active7, .active8, .active9, .active10, .active11, .active12 {
	background-position: right 10px;
}
/************************************************** css x landing ********************************************/
#content_landing{
	width:970px;
	border:1px solid #d1d1d1;
	background-image:url(img/bg_landing.png);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#d4d5d6;
	padding:10px;
	margin-top:3px;
}
.bimbo_landing{
	float:left;
	margin-bottom:2px;
	
}
.bg_content_frecce_landing{
	/*background-image:url(img/bg_content_frecce_landing.png);
	background-repeat:no-repeat;
	background-position:top;*/
	background-color:#FFFFFF;
	padding:10px;
	margin-top:10px;
	float:left;
	width:950px;
	}
.frecce_landing{
	float:left;
	margin:4px 5px 1px 0px;
	
}
.form_landing{
	float:left;
	width:311px;
	height:255px;
	padding:5px 10px;
	margin-top:10px;
	/*background-image:url(img/bg_form_landing.png);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#FFFFFF;*/
}

.bg_content_video_landing {
    background-color: #B8D2ED;
    float: left;
    margin-top: 10px;
    padding: 10px;
    width: 950px;
}


.bg_family {
    background-color: #F9FCFF;
    background-image: url("img/bg_family.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    float: left;
    margin-right: 10px;
    padding: 10px;
    width: 930px;
}

.form_landing_nuovo3 {
    background-image: url("img/bg_form_hp3.jpg");
    float: left;
    height: 265px;
    padding: 80px 10px 5px 15px;
    width: 235px;
	border-bottom: 1px solid #cccccc;
}