

#container {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}

.head {
	text-align: center;
	float: left;
	width: 1000px;
	height: 230px;
}

.main {
	width: 1000px;
	height: 300px;
	margin: 0;
	padding: 0;
	float: left;
}

.foot {
	text-align: center;
	float: left;
	width: 1000px;
	height: 50px;
}

.foot p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C05E02;
}

#ul.menu {
	margin: 0;
	padding: 0;
}

li {
	width: 305px;
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	text-align: center;
}

li span {
	display: none;
}

li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

li a:hover {
	color: #C05E02;
}

a.cleaservices, a.costruzione, a.immobiliare {
	width: 304px;
	height: 174px;
	margin: 0;
	padding: 0;
	float: left;
}

a.cleaservices {
	background: url(../img/logo-tgf-cleanservices.png) no-repeat top center;
}

a:hover.cleaservices {
	background: url(../img/logo-tgf-cleanservices.png) no-repeat bottom center;
}

a.costruzione {
	background: url(../img/logo-tgf-costruzzione.png) no-repeat top center;
}

a:hover.costruzione {
	background: url(../img/logo-tgf-costruzzione.png) no-repeat bottom center;
}

a.immobiliare {
	background: url(../img/logo-tgf-immobiliare.png) no-repeat top center;
}

a:hover.immobiliare {
	background: url(../img/logo-tgf-immobiliare.png) no-repeat bottom center;
}