/* CSS Document */


*{
	font-family: Arial, "Trebuchet MS";
	font-size: 12px;
	line-height: 17px;
}

body {
	background-color: #D6D6D6;
}

h1 {
	font-size: 18px;
	font-weight: bold;
}

h2 {
	margin: 20px 0 5px 0; padding: 0;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
}

h3 {
	margin: 20px 0 5px 0; padding: 0;
	font-size: 13px;
	font-weight: bold;
}


p {
	margin: 5px 0 5px 0; padding: 0;
}

a, a:hover {
	color: black;
	text-decoration: none;
}

li {
	list-style-type: square;
}

a:hover{
	text-decoration: underline;
}


#layout{
	position: relative;
	margin: 0 auto; padding: 7px 5px 5px 5px;
	width: 748px;
	background: white url(immagini/bg-body.jpg) no-repeat top left;
}

.clear{
	clear: both;
}

.header{
	height: 117px;
	width: 748px;
	z-index: 1;
}

.centrale{
	margin-top: 8px;
	height: 210px;
}

.censin{
	float: left;
	width: 160px;
	height: 210px;
}

.img{
	float: left;
	width: 587px;
	height: 210px;
	text-align: right;
}

.contatti {
	position: absolute;
	left: 5px; bottom: 180px;
	width: 157px; height: 120px;
	font-size: 11px;
}

.contatti2 {
	position: absolute;
	right: 5px; bottom: 30px;
	width: 157px; height: 120px;
	font-size: 11px;
}
.contatti a, .contatti2 a { font-size: 11px; }

.centro {
	float: left;
	padding-left: 160px; 
	width: 415px;
}

.centro2 {
	float: left;
	padding-left: 160px; 
	width: 585px;
}

.boxLeft {
	float: left;
	width: 280px;
}

.boxRight {
	float: right;
	width: 280px;
}

.footer{
	margin-top: 73px;
	color: #FFFFFF;
	background: url(immagini/footer.jpg);
	width: 748px;
	height: 20px;
	text-align: center;
}

.menualto{
	height: 100px;
	background: url(immagini/menusopra.jpg) no-repeat;
	padding: 5px 0 0 10px;
}

.menubasso{
	height: 100px;
	background: url(immagini/menusotto.jpg) no-repeat;
	padding: 5px 0 0 10px;
}

.galleria{
	width: 425px;
}

.testo {
	margin: 10px 0 0 0;
	padding-left: 5px;
	line-height: 18px;
	color: #333333;
}

.testo ul {
	margin: 0 0 0 20px; padding: 0;
}

.sottomenu{
	padding-top: 60px;
	width: 160px;
	height: 200px;
	float: right;
}

.box{
	height: 93px;
	background: url(immagini/giallo.jpg) no-repeat;
	padding: 2px 0 0 10px;
}

#operario{
	position: absolute;
	width: 119px; height: 128px;
	top: 275px; left: 605px;
}

#menu{
position:absolute;
width:560px;
height:19px;
top:105px;
left:180px;
z-index:2;
}

#menu a{
display:block;
float:left;
color:#000000;
text-decoration:none;
text-align:center;
background:url(immagini/sfomenu1.jpg);
width:89px;
height:19px;
line-height:19px;
margin-left:1px;
}

#menu a:hover{
background:url(immagini/sfomenu2.jpg);
}

.thumb {
	padding: 2px;
	border: 1px solid #CCCCCC;
}