@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:"Trebuchet MS";
}


.header{
	height:175px; 
	width:950px;
	background-image:url(images/header.png);
}


.back1{
	background-image:url(images/back_tl.png);
}

.back2{
	background-image:url(images/back_tl_2.png);
}

.back3{
	background-image:url(images/back_tl_3.png);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#004a9a;
}

.back4{
	 background-color:#396397;
	 background-image:url(images/back_tl_4.png);
	 background-repeat:repeat-x;
	 background-position:top;
}

.footer{
	 background-color:#396397;
	 background-image:url(images/footer.png);
	 background-repeat:no-repeat;
	 font-size:10px;
}

.footer_testo{
	 font-size:11px;
	 color: #333;
	 line-height:18px;
	 font-family:"Trebuchet MS";
}

.center{
	 background-image:url(images/back_center_1.png);
	  vertical-align:top;
}

#menu_footer{
	 text-align:center;
	 color:#FFF;

}

.tit_pink{
	font-family:Georgia;
	color:#233d90;
	height:30px;
	font-size:26px;
	text-align:left;
	}
	
.tit_black{
	font-family:Georgia;
	color: #000;
	height:30px;
	font-size:16px;
	line-height:26px;
	text-align:left;
	}	


.tit_pink_pic{
	color: #333;
	height:10px;
	font-size:10px;
	font-weight:bold;
	height:20px;
	vertical-align:top;
	}

.testo{
	font-size:13px;
	line-height:20px;
	color: #000;
	text-align: justify;
	vertical-align:top;
	font-family:"Trebuchet MS";
	}

	#testo li
		{
			margin-left:40px;
		}
		

.form{
	font-size:11px;
	line-height:30px;
	color: #000;
	text-align: justify;
	font-family:"Trebuchet MS";
	}
	
.contatti{
	font-size:11px;
	font-family:"Trebuchet MS";
	}



.menu {
	width:135px;
	text-decoration:underline;
}

#sddm
{	margin: 0;
	padding: 0;
	z-index: 30;
	font-size:12px;}

#sddm li
{		float: left;
		list-style: none;
		font: "Trebuchet MS";
		margin-left:0px;
		}

#sddm li a
{	display: block;
		padding:6px 5px 0px 5px;
		text-decoration: none;
		border-right: 1px dotted white;
		color: #000;
		vertical-align:middle;
		text-align:center;
		height:30px;		
		cursor: pointer;
		text-decoration: underline;
		}
		
#sddm li a:hover
{	background: #fff;
	color: #000;
	}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	width: 170px;;
	background: #fff;
	border: 1px dotted #f5bf04;}

	#sddm div a
	{	
		margin: 0;
		text-align: left;
		text-decoration: underline;
		color: #000;}

	#sddm div a:hover
	{	background: #e36d0e;
		color: #000;
	}











