@charset "UTF-8";

body {
	margin: 0px;
}
#wrapper{
	font-family: Lucida Grande, Helvetica, Verdana, Arial, sans-serif;
	width:930px;
	margin: 0 auto;
	line-height:1.5em;
	font-size: 0.75em;
}
#footer{
	line-height:1.2em;
	font-size: 0.8em;
	float: left;
	clear:both;
	width:900px;
	color:#333;
	margin-top:25px;
	padding: 15px;
	text-align: center;
	border-top: #666 1px solid; 
}
a {
color: #f29400;
text-decoration:none;
}
a:hover{
color: #f29400;
text-decoration:underline;
}
p {
	margin: 10px;
}
#colonnaTesto{
	float:left;
	width:465px;
}


/*header*/
#headerImg{
	height: 100px;
	width: 222px;
	float:left;
}
#headerLink{	
	float:right;
	height:100px;
}
.linkHead{
	float: left;
	text-align:center;
	margin: 60px 1px 0px 1px;
	background: #f29400;
	font-weight: bold;
	padding: 1px 10px 3px 10px;
}
.actualHead{
	color:#FFFFFF;
	float: left;
	text-align:center;
	margin: 60px 1px 0px 1px;
	background: #666;
	font-weight: bold;
	padding: 1px 10px 3px 10px;
}
.linkHead a{
	color:#FFF;
	text-decoration: none;
}
.linkHead a:hover{
	color: #333;
	text-decoration: underline;
}


/*personalizzazione parte centrale delle diverse pagine*/
#centrale{
	height: 500px;
	width: 100%;
	float: left;
	background-color: #666;
}
#centrale p{
	font-size: 2em;
	line-height: 1.4em;
	color:#FFF;
}


/*index*/
#campagna{
	height: 500px;
	width: 100%;
	float: left;
	align: center;
	background-color: #14191C;
	background-image: url(../img/campagna.jpg);
	background-repeat: no-repeat;
	background-position: center;
}


/*clienti*/
#centraleClienti{
	width: 100%;
	float: left;
	background-color: #666;
	text-align:center;
}
#clienti{
	float:left;
	margin: 15px auto;
	width: 930px;
	background-color:#FFF;
}
#clienti img{
	float:left;
	width: 150px;
	margin: 0;
	padding: 18px;
}

/*contatti*/
#dove{
	width: 127px;
	height: 130px;
	float: left;
	background:url(../img/images/dove.jpg);
}
#indirizzo{
	width: 803px;
	height: 130px;
	float: left;
	background:url(../img/images/ind.jpg);
}
#mailIco{
	width: 127px;
	height: 120px;
	float: left;
	background:url(../img/images/mailico.jpg);
}
#mail{
	width: 803px;
	height: 120px;
	float: left;
}
#numIco{
	width: 127px;
	height: 250px;
	float: left;
	background:url(../img/images/numbers-ico.jpg);
}
#num{
	width: 803px;
	height: 250px;
	float: left;
	background:url(../img/images/numbers.jpg);
}