
body{
	padding: 0px;
	margin: 0px;
	font-family: Verdana;
	font-size: 12px;
	background-color: #E5E5E5;
	text-align: center;
}

img{
	border: none;
}

.logo{
	position: absolute;
	width: 156px;
	height: 47px;
	left: 137px;
	top: 48px;
	text-decoration: none;
}

.link:link, .link:visited{
	color: #D55500;
}

.link:hover{
	color: #4286D6;
}



#container{
	background-color: #E5E5E5;
	position: absolute;
	left: 50%;
	margin-left: -386px;
	top: 10px;
	width: 770px;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}




.header{
	display: block;
	width: 770px;
	height: 280px;
}

#animazione{
	float: left;
	background-color: #4286D6;
	border: solid 2px #CCCCCC;
	margin-right: 10px;
	margin-bottom: 10px;
}


#mainmenu{
	margin: 0px;
	padding-left: 10px;
	padding-right: 4px;
	padding-top: 9px;
	padding-bottom: 32px;
	list-style: none;
	height: 30px;
	background-image: url(../images/mainmenu_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: left;
}

#mainmenu li{
	float: left;
	height: 30px;
	line-height: 30px;
	padding-left: 7px;
}

#mainmenu li a{
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	padding-right: 7px;
}

#mainmenu .nf a:hover,
#mainmenu .npa a:hover,
#mainmenu .npn a:hover{
	color: #FFFF00;
}

#mainmenu .nf{
	background-image: url(../images/mainmenu_nlf.jpg);
	background-repeat: no-repeat;
	background-position: left TOP;
}

#mainmenu .nf a{
	background-image: url(../images/mainmenu_nr.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}

#mainmenu .npa{
	background-image: url(../images/mainmenu_nla.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

#mainmenu .npa a{
	background-image: url(../images/mainmenu_nr.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}

#mainmenu .npn{
	background-image: url(../images/mainmenu_nln.jpg);
	background-repeat: no-repeat;
	background-position: left center;

}

#mainmenu .npn a{
	background-image: url(../images/mainmenu_nr.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}

#mainmenu .a{
	background-image: url(../images/mainmenu_al.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

#mainmenu .a a{
	background-image: url(../images/mainmenu_ar.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}



.sottomenu{
	position: absolute;
	left: 0px;
	top: 0px;
	margin-top: 8px;
	margin-left: -10px;
	z-index: 1000;
	background-image: url(../images/sottomenu_tr.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	visibility: hidden;
}

.sottomenu .bullet img{
}

.sottomenu .tl{
	width: 3px;
	height: 16px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(../images/sottomenu_tl.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.sottomenu .bl{
	width: 14px;
	height: 17px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-image: url(../images/sottomenu_bl.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.sottomenu .br{
	width: 14px;
	height: 17px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	background-image: url(../images/sottomenu_br.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.sottomenu .bottom{
	margin-left: 14px;
	margin-right: 14px;
	background-color: #D55500;
	background-image: url(../images/sottomenu_bottom.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.sottomenu ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: left;
}

.sottomenu ul .link{
	background-color: #D55500;
	border-left: solid 3px #FFFFFF;
	border-right: solid 3px #FFFFFF;
	line-height: 20px;
	padding-left: 22px;
	padding-right: 22px;
}

.sottomenu ul li a:link, .sottomenu ul li a:visited{
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}

.sottomenu ul li a:hover{
	color: #FFFF00;
}



#footer{
	width: 770px;
	background-color: #686A67;
	background-image: url(../images/footer_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 13px;
}

#footer .middle{
	background-image: url(../images/footer_middle.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	line-height: 93px;
}

#footer .middle{
	padding-bottom: 20px;
	line-height: 20px;
	color: #FD8600;
}

#footer .middle .title{
	font-weight: bold;
	color: #FD8600;
	text-transform: uppercase;
	display: block;
}

#footer .middle a:link, #footer .middle a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

#footer .middle a:hover{
	color: #FD8600;
}

#footer .bottom{
	width: 730px;
	padding-left: 10px;
	padding-right: 10px;
	height: 40px;
	line-height: 40px;
	background-image: url(../images/footer_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: auto auto;
	text-align: left;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 10px;
	position: relative;

	padding-top:10px;
	line-height:14px;
	text-align:center;
}

#footer .bottom a{
	float: right;
	color: #FFFFFF;
	text-decoration: none;
	margin-top:15px;
}




#loghi{
	width: 770px;
	height: 90px;
	line-height: 90px;
	background-image: url(../images/loghi_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	clear: both;
	vertical-align: middle;
}

#loghi a{
	margin-left: 15px;
	margin-right: 15px;
	color: #FD8600;
	font-weight: bold;
}

#loghi a img{
	vertical-align: middle;
}



#main{
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

#main .bottom{
	height: 14px;
	line-height: 14px;
	background-image: url(../images/main_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	clear: both;
}



#sidebar{
	width: 224px;
	float: left;
}



.sidemenu{
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	list-style: none;
	text-align: left;
	background-image: url(../images/sidemenu_middle.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

.sidemenu .sidemenu_top{
	height: 17px;
	line-height: 17px;
	background-image: url(../images/sidemenu_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.sidemenu .sidemenu_bottom{
	height: 17px;
	line-height: 17px;
	background-image: url(../images/sidemenu_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.sidemenu .active,
.sidemenu .normal{
	padding-left: 17px;
	padding-right: 17px;
	color: #FFFFFF;
	line-height: 20px;
}

.sidemenu .normal a:link, .sidemenu .normal a:visited{
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/sidemenu_n_bullet.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left: 7px;
	display: block;
}

.sidemenu .normal a:hover, .sidemenu .active a{
	color: #FFFF00;
	text-decoration: none;
	background-image: url(../images/sidemenu_a_bullet.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left: 7px;
	display: block;
}



.sidebar_box{
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	list-style: none;
	text-align: left;
	background-image: url(../images/sidebar_box_middle.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

.sidebar_box .sidebar_box_top{
	height: 17px;
	line-height: 17px;
	background-image: url(../images/sidebar_box_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.sidebar_box .sidebar_box_bottom{
	height: 17px;
	line-height: 17px;
	background-image: url(../images/sidebar_box_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.sidebar_box .sidebar_box_title{
	margin-left: 13px;
	padding-right: 13px;
	color: #D55500;
	line-height: 20px;
	padding-left: 20px;
	font-weight: bold;
	background-image: url(../images/sidebar_box_title_bullet.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

.sidebar_box .sidebar_box_title .normal:link, .sidebar_box .sidebar_box_title .normal:visited{
	color: #D55500;
	text-decoration: none;
}

.sidebar_box .sidebar_box_title .normal:hover, .sidebar_box .sidebar_box_title .active{
	color: #4286D6;
	text-decoration: none;
}

.sidebar_box .sidebar_box_link{
	padding-left: 13px;
	padding-right: 13px;
	color: #FFFFFF;
	line-height: 20px;
}

.sidebar_box .sidebar_box_link .normal:link, .sidebar_box .sidebar_box_link .normal:visited{
	color: #4286D6;
	padding-left: 20px;
	font-weight: bold;
	text-decoration: none;
/*	background-image: url(../images/servizi_bullet.jpg);
	background-repeat: no-repeat;
	background-position: 1px center;
*/
	background-image:none;padding-left:0px;margin-left:-6px;
}

.sidebar_box .sidebar_box_link .normal:hover, .sidebar_box .sidebar_box_link .active{
	color: #D55500;
	padding-left: 20px;
	font-weight: bold;
	text-decoration: none;
/*	background-image: url(../images/servizi_bullet.jpg);
	background-repeat: no-repeat;
	background-position: 1px center;
*/
	background-image:none;padding-left:0px;margin-left:-6px;
}

.sidebar_box .sidebar_box_link_2_n, .sidebar_box .sidebar_box_link_2_a{
	padding-left: 13px;
	padding-right: 13px;
	color: #FFFFFF;
	line-height: 20px;
	background-image: url(../images/casellario_interattivo_menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.sidebar_box .sidebar_box_link_2_n a:link, .sidebar_box .sidebar_box_link_2_n a:visited{
	color: #FFFFFF;
	padding-left: 20px;
	font-weight: bold;
	text-decoration: none;
/*	background-image: url(../images/casellario_interattivo_menu_bullet.gif);
*/	background-repeat: no-repeat;
	background-position: 1px center;

	padding-left: 0px;
	margin-left:  -5px;
}

.sidebar_box .sidebar_box_link_2_n a:hover{
	color: #FFFF00;
	text-decoration: none;
}

.sidebar_box .sidebar_box_link_2_a a{
	color: #FFFF00;
	padding-left: 20px;
	font-weight: bold;
	text-decoration: none;
/*	background-image: url(../images/casellario_interattivo_menu_bullet.gif);
*/	background-repeat: no-repeat;
	background-position: 1px center;
}

.sidebar_box .banner{
	display: block;
	margin-bottom: 20px;
	margin-top: 20px;
	color: #FD8600;
	font-weight: bold;
}



#focus{
	margin-top: 7px;
	padding-top: 56px;
	background-image: url(../images/focus_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#focus #contenitoreFocus{
	background-image: url(../images/focus_middle.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	overflow: hidden;
	height: 100px;
}

#focus #contenitoreFocus ul{
	margin: 0px;
	padding-left: 22px;
	padding-right: 22px;
	padding-top: 100px;
	padding-bottom: 100px;
	list-style: none;
	text-align: left;
}

#focus #contenitoreFocus ul li{
	padding-bottom: 10px;
}

#focus #contenitoreFocus ul li a:link, #focus #contenitoreFocus ul li a:visited{
	color: #2A578A;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}

#focus #contenitoreFocus ul li a:hover{
	color: #D55500;
}

#focus .focus_bottom{
	height: 26px;
	line-height: 26px;
	background-image: url(../images/focus_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}


#covenants{
	margin-top: 7px;
	margin-bottom: 7px;
	padding-top: 62px;
	background-image: url(../images/covenants_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#covenants #contenitoreCovenants{
	background-image: url(../images/covenants_middle.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	overflow: hidden;
}

#covenants #contenitoreCovenants ul{
	margin: 0px;
	padding-left: 22px;
	padding-right: 22px;
	padding-top: 0px;
	padding-bottom: 0px;
	list-style: none;
	text-align: left;
}

#covenants .covenants_bottom{
	height: 22px;
	line-height: 26px;
	background-image: url(../images/covenants_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}


#central{
	margin-left: 234px;
	text-align: left;
}


#central #logout:link,
#central #logout:hover,
#central #logout:visited{
	float: right;
	height: 28px;
	line-height: 28px;
	width: 105px;
	top:0px;
	margin-top: -35px;
	margin-right: 8px;
	text-decoration: none;
	color: #ffffff;
	background-image: url(../images/logout.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
}

#central #logout:hover{
	color: #ffffff;
	background-image: url(../images/logout_hover.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#breadcrumbs{
	margin: 0px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0px;
	padding-bottom: 15px;
	list-style: none;
	line-height: 15px;
	border-bottom: solid 1px #E5E5E5;
	font-size: 10px;
}

#breadcrumbs li{
	display: inline;
	color: #2A578A;
}

#breadcrumbs li a:link, #breadcrumbs li a:visited{
	color: #2A578A;
	text-decoration: none;
}

#breadcrumbs li a:hover{
	color: #FC6401;
	text-decoration: none;
}



.contenuto{
	padding: 10px;
	width: 510px;
	vertical-align: top;
}

.contenuto .contenuto_bottom{
	clear: both;
}



.titolo_sezione{
	background-image: url(../images/titolo_sezione_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.titolo_sezione h1{
	display: block;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 17px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 20px;
	background-image: url(../images/titolo_sezione_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.titolo_glossario{
	background-image: url(../images/titolo_sezione_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 10px;
}

.titolo_glossario h1{
	display: block;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 17px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 20px;
	background-image: url(../images/titolo_sezione_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}



.richiedi_informazioni{
	background-image: url(../images/richiedi_informazioni_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.richiedi_informazioni h1{
	display: block;
	margin: 0px;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 20px;
}

.richiedi_informazioni .richiedi_informazioni_bottom{
	height: 43px;
	background-image: url(../images/richiedi_informazioni_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: right;
	padding-right: 45px;
}

.richiedi_informazioni a:link, .richiedi_informazioni a:visited{
	line-height: 36px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.richiedi_informazioni a:hover{
	color: #FFFF00;
}



#testo{
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
}



.submit_button:link, .submit_button:visited,
.submit_button_large:link, .submit_button_large:visited{
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	border: none;
/*	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
*/	text-decoration: none;
	text-transform: lowercase;
	background-image: url(../images/button.png);
	background-repeat: no-repeat;
	background-position: center center;
	line-height: 32px;
	height: 32px;
	width: 93px;
	display:block;
	text-align: center;
}

.submit_button:hover,
.submit_button_large:hover{
	color: #FFFFFF;
	background-image: url(../images/button_hover.png);
	background-repeat: no-repeat;
	background-position: center center;
	line-height: 32px;
	height: 32px;
	width: 93px;
	display:block;
	text-align: center;
}

.submit_button_large:link, .submit_button_large:visited{
	background-image: url(../images/button_large.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 148px;
}

.submit_button_large:hover{
	background-image: url(../images/button_large_hover.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 148px;
}



.text_white_bg_blue{
	background-color: #D55500;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
}

.text_blue_strong{
	color: #D55500;
	font-weight: bold;
}



