@charset "utf-8";
/* CSS Document */
.img-shadow {
	float:right;
	background: url(../immagini/shadow_Alpha.png) no-repeat bottom right !important;
	background: url(../immagini/shadow.gif) no-repeat bottom right;
	z-index: -1;
	margin-top: 20px;
	margin-right: 10px;

	margin-bottom: 0;
	margin-left: 20px;
  }
.img-shadow img {
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin-top: -6px;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-left: -6px;
  }
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-image: url(img0.jpg);
	background-repeat: repeat;
	margin: 0px;
}
#titolo {
	background-color: #FFF;
	height: 92px;
	background-image: url(img4.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#titolo p{
	background-image: url(img5.jpg);
	height: 123px;
	width: 1060px;
	background-repeat: repeat-x;
	background-position: 1px bottom;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
#page {
	background-image: url(img2.jpg);
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	min-height: 600px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#page h1{
	padding-left: 15px;
}
#page ul{
}
#page li{
	display: block;
	font-size: 20px;
	margin: 15px;
}
#page li a{
	color: #000;
	text-decoration: none;
}
#page li a:hover{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0FC;
}

#page p {
	text-align: justify;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#menu {
	background-image: url(img5.jpg);
	height: 95px;
	width: 1060px;
	background-repeat: repeat-x;
	background-position: 1px bottom;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
#menu P {
	background-image: url(img1.jpg);
	background-repeat: no-repeat;
	float: left;
}

#menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}
#menu li{
	display: block;
	width: 150px;
	height: 80px;
	float: left;
	
}
#menu li a{
	display: block;
	font-weight: bold;
	text-decoration: none;
	width: 150px;
	height: 45px;
	text-align: center;
	color: #000;
	padding-top: 35px;
}
#menu li:hover {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #999;
	border-left-color: #999;
	background-color: #CCC;
	font-weight: bold;
	font-size: 13px;
}
#menu li:active {
	background-color: #00FEFE;	    
}
#piede {
	background-image: url(img3.jpg);
	background-repeat: no-repeat;
	height: 63px;
	margin-right: auto;
	margin-left: auto;
	width: 980px;
	padding-top: 63px;
	padding-right: 40px;
	padding-left: 40px;
	font-size: 10px;
	text-align: center;
}
.spot-image {      
	float: left;
	width: 200px;      
	height: 200px;      
	text-align: center;      
	overflow: hidden;  
	}   
.box-image {     
	margin: 0px;      
	width: 193px;      
	height: 193px;      
	overflow: hidden; 
	}     
.box-image img {      
	margin: 0px;      
	padding: 0px;      
	height: 193px;  
	}