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

*{
	margin: 0;
	padding: 0;
	}
body {
	background: #003366;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#container {
	position:absolute;
	background:url(immagini/sfondo.jpg) repeat-x;
	height:378px;
	width: 100%;
	top: 50%;
	margin-top: -303px;
	align: center;
	clear:both;
	}
#contenuti {
	position:relative;
	height:378px;
	width: 770px;
	background: #ffffff;
	margin:0 auto;
	}
#testata {
	position:relative;
	width:770px;
	height:88px;
	background:url(immagini/header.jpg) no-repeat;
	}
/* Menu */

#menu {
	position:relative;
	float:left;
	width: 137px;
	height: 260px;
	background:url(immagini/menu.jpg) no-repeat #000000;
	clear:both;
}
#menu ul {
	margin: 0 0px;
	padding: 9px 0 0 0px;
	list-style: none;
	line-height: 1;
}
#menu li {
	float: left;
	height: 15px;
	padding: 15px 20px 0 20px;
}
#menu li.active {
	background: #ffffff;
}
#menu a {
	text-decoration: none;
	font-size: 12px;
	color: #FFFFFF;
	text-transform:uppercase;
	font-weight:bold;
}
#menu a:hover {
	text-decoration: underline;
	color:#ffcc00;
	width: 150px;
}

#corpo {
	float:right;
	position:relative;
	width:633px;
	height:260px;
	background:url(immagini/corpo.jpg) no-repeat;
}
#footer {
	position:relative;
	width:770px;
	height:30px;
	background:url(immagini/footer.jpg) no-repeat;
	}
#ind A:link {
	color: #a85b14;
	text-decoration: underline;
	}
#ind A:visited {
	color: #a85b14;
	text-decoration:underline;
	}
#ind A:hover {
	color: #a85b14;
	text-decoration:underline;
	
	}
#ind A:active {
	color: #a85b14;
	text-decoration:underline;
	}
#ind {
	position: absolute;
	height:40px;
	width: 100%;
	background: #003366;
	margin-top: 15px;
	color:#ffffff;
	text-align:center;
}
#motospazzole {
	position:relative;
	float:left;
	width: 160px;
	height: 172px;
	background:url(immagini/mospazzole.png) no-repeat;
	margin: 20px;
}
#azienda {
	position: relative;
	float:left;
	width: 340px;
	height: 200px;
	background: #ffffff;
	margin: 10px;
	padding: 20px;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
	overflow-y: auto;
	overflow-x: hidden;
}
#titoli {
	position: relative;
	float:left;
	width: 320px;
	height: 20px;
	background: #ff9900;
	padding-left:20px;
	color:#ffffff;
	font-weight:bold;
	text-transform:uppercase;
}
#aspira {
	position:relative;
	float:left;
	width: 160px;
	height: 206px;
	background:url(immagini/servizi.png) no-repeat;
	margin: 20px;
}
#servizi {
	position: relative;
	float:left;
	width: 340px;
	height: 200px;
	background: #ffffff;
	margin: 10px;
	padding: 20px;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
	overflow-y: auto;
	overflow-x: hidden;
}
#dove {
	position: relative;
	float:left;
	width: 340px;
	height: 200px;
	background: #ffffff;
	margin: 10px;
	padding: 20px;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
	overflow-y: auto;
	overflow-x: hidden;
}
#where {
	position:relative;
	float:left;
	width: 160px;
	height: 206px;
	margin: 20px;
	background:url(immagini/mappa.png) no-repeat;
}
#contatti {
	position: relative;
	float:left;
	width: 340px;
	height: 200px;
	background: #ffffff;
	margin: 10px;
	padding: 20px;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
	overflow-y: auto;
	overflow-x: hidden;
}
#cont {
	position:relative;
	float:left;
	width: 160px;
	height: 206px;
	margin: 20px;
	background:url(immagini/mail.png) no-repeat;
}