* { margin: 0; padding: 0; } /*Inizializza a zero tutti gli elementi*/
img {border: none;}
div.clear {clear: both;height: 0;font-size: 0;line-height: 0;}
a {text-decoration: none;}
a:hover {text-decoration: underline;}

body {
	font: 10pt arial;
	color: #444;
}

#top {
	width: 100%;
	height: 122px;
	margin: 0;
	padding: 0;
	background: url('../img/sfondo_top.jpg') transparent repeat-x 0 0;
	border-top: solid 10px #333;
}
	#top div {
		width: 950px;
		margin: 0 auto;
	}
		#top div img {
			display: block;
			float: left;
			width: 252px;
			height: 56px;
			margin: 50px 0 0 0;
		}
		#top div ul {
			float: right;
			margin: 92px 12px 0 0;
		}
			#top div ul li{
				display: inline;
				width: auto;
				padding: 0 3px;
				font-family: arial;
				font-size: 0.8em;
				font-weight: normal;
				color: #333367;
				text-transform: uppercase;
			}
			#top div ul li a{
				color: #26323c;
			}
			#top div ul li.sel {
				font-weight: bold;
			}

#spot {
	width: 100%;
	margin: 0;
	background: url('../img/sfondo_spot.jpg') #404a66 repeat-x 0 0;
	border-bottom: solid 1px #4E7BA3;
}
	#spot #spot_cnt {
		width: 950px;
		margin: 0 auto;
		padding: 20px 0;
		color: #fff;
		/*background: url('../img/sfondo_spot1.jpg') transparent no-repeat 0 0;*/
	}
		#spot #spot_cnt #spot_sx{
			float: left;
			width: 445px;
		}
			#spot #spot_cnt #spot_sx p.tit {
				padding: 20px 0 0 0;
				font-size: 1.4em;
				font-weight: bold;
				text-align: left;
				color: #fbff86;
			}
			#spot #spot_cnt #spot_sx p.stit {
				padding: 3px 0 10px 0;
				font-size: 1.1em;
				text-align: left;
				color: #fbff86;
			}
			#spot #spot_cnt #spot_sx p {
				font-size: 1.0em;
				text-align: left;
			}
			#spot #spot_cnt #spot_sx img {
				margin: 25px 0 0 0px;
				width: 322px;
				height: 32px;
			}
		
		#spot #spot_cnt #spot_dx{
			float: right;
			width: 470px;
		}
			#spot #spot_cnt #spot_dx img{
				float: right;
				width: 454px;
				height: 255px;
			}

#title {
	width: 100%;
	margin: 0;
	background: url('../img/sfondo_title.jpg') #404a66 repeat-x 0 0;
	border-bottom: solid 1px #4E7BA3;
}
	#title #title_cnt {
		width: 950px;
		margin: 0 auto;
		padding: 20px 0;
		color: #fff;
	}
		#title #title_cnt p{
			font-size: 2.2em;
		}

#grey {
	width: 100%;
	margin: 0;
	background: url('../img/sfondo_grey.jpg') #676C72 repeat-x 0 0;
	border-bottom: solid 10px #333;
	font-size: 0.9em;
}
	#grey #grey_cnt {
		width: 950px;
		margin: 0 auto;
		padding: 30px 0;
		color: #fff;
	}
		#grey #grey_cnt div.box01, 
		#grey #grey_cnt div.box02
		{
			float: left;
			width: 300px;
			padding: 0 50px 0 0;
			background: url('../img/sfondo_box01.jpg') transparent no-repeat 325px 10px;
		}
		#grey #grey_cnt .box03 {
			float: left;
			width: 250px;
		}
			#grey #grey_cnt div.box01 p.tit, 
			#grey #grey_cnt div.box02 p.tit, 
			#grey #grey_cnt div.box03 p.tit
			{
				padding: 0 0 5px 0;
				font-family: arial;
				font-size: 1.3em;
				font-weight: bold;
				color: #fbff86;
				text-align: left;
			}
			#grey #grey_cnt a 
			{
				display: block;
				padding: 10px 0 0 0;
				font-size: 1em;
				color: #fff;
				text-decoration: underline;
			}

#piede {
	width: 950px;
	margin: 0 auto;
	padding: 5px 0 30px 0;
	color: #666;
}
	#piede p.sx{
		float: left;
		width: 600px;
		font-size: 0.8em;
	}
	#piede p.dx{
		float: right;
		width: 150px;
		font-size: 0.8em;
		text-align: right;
	}
		#piede p.dx a{
			color: #666;
		}


/* Contatti */
#grey #grey_cnt p.intro {
	margin: 0 0 20px 63px;
	font-size: 1.1em;
}
	#grey #grey_cnt p.intro strong{
		font-size: 1.8em;
	}
#grey #grey_cnt p.intro1 {
	margin: 40px 0 20px 63px;
	font-size: 1.8em;
	border-bottom: solid 2px #999;
}


#grey #grey_cnt div.cont01
{
	float: left;
	width: 300px;
	padding: 0 50px 0 0;
	background: url('../img/sfondo_box01.jpg') transparent no-repeat 325px 10px;
}
	#grey #grey_cnt div.cont01 p.p2 {
		padding: 0 0 5px 63px;
		font: 1.4em;
		font-weight: bold;
	}
	#grey #grey_cnt div.cont02 p.p2,
	#grey #grey_cnt div.cont03 p.p2 {
		padding: 0 0 5px 0;
		font: 1.4em;
		font-weight: bold;
	}
	#grey #grey_cnt div.cont01 ul {
		margin: 0 0 0 63px;
	}
	#grey #grey_cnt div.cont01 ul li,
	#grey #grey_cnt div.cont02 ul li,
	#grey #grey_cnt div.cont03 ul li {
		padding: 0 0 5px 0;
	}

#grey #grey_cnt div.cont02
{
	float: left;
	width: 200px;
	padding: 0 50px 0 0;
	background: url('../img/sfondo_box01.jpg') transparent no-repeat 225px 10px;
}
#grey #grey_cnt .cont03 {
	float: left;
	width: 350px;
	padding: 0 0 0 0px
}
#grey #grey_cnt div.cont01 form {
	display: block;
	text-align: right;
}
	#grey #grey_cnt div.cont01 form p {
		padding: 0 0 5px 0;
	}
	#grey #grey_cnt div.cont01 form p.p1 {
		padding: 10px 0 0 0;
	}
	#grey #grey_cnt div.cont01 input,
	#grey #grey_cnt div.cont01 textarea
	{
		width: 230px;
		padding: 3px;
		border: solid 1px #444;
	}
	#grey #grey_cnt div.cont01 input#submit {
		width: 228px;
		height: 32px;
		margin-top: 15px;
		border: none;
	}
	#grey #grey_cnt div.cont01 textarea {
		height: 150px;
		overflow: auto;
		vertical-align: top;
	}
#grey #grey_cnt div.cont02 p {
	padding: 0 0 12px 0;
	font-size: 1.1em;
}
	#grey #grey_cnt div.cont02 p strong {
		font-size: 1.4em;
	}
