/*--------------------------------------------------------
GENERALI
------------------------------------------------------*/
body{
	height: 100%;
	width: 100%;
	background:#fff;
	font-family: 'merriweatherregular';
	padding:0;
	margin:0;
	background-image: url(../images/bg-header.jpg);
	background-repeat: repeat-x;
}
.clearfix{clear: both;}
img{border: none;}
/*--------------------------------------------------------
CONTENITORE
------------------------------------------------------*/
#wrapper{
	width:100%;
	z-index:0;
}
#box-esserini{width:100%; height:254px; position:absolute; z-index:10;}
#box-esserini-inner{width:970px; margin:auto; padding-top:152px;}
#box-esserini-inner img{float:right;}
/*--------------------------------------------------------
CONTENUTI
------------------------------------------------------*/
#contenuti{
	width:970px;
	height:630px;
	margin:auto;
}
#wrapper #contenuti img {
	margin-top: 40px;
}
#contenuti p{color:#666; font-size:22px;}

/*--------------------------------------------------------
HEADER
------------------------------------------------------*/
#header{
	width:100%;
	height:110px;
	display:block;
}
#header-inner{
	width:970px;
	margin:auto;
	height: 100%;
}
#wrapper #header #header-inner p {
	font-size: 30px;
	color: #666;
	text-align: center;
	margin-top: 20px;
	font-family: 'merriweatherlight';
	background: none;
}
#wrapper #header #header-inner p span {
	font-family: 'merriweatherbold';
	font-size: 48px;
}

/*--------------------------------------------------------
FOOTER
------------------------------------------------------*/
#footer{
	width:100%;
	display:block;
	position:fixed;
	bottom:0;
}
.btn-linguetta{width:121px; height:78px; display:bloc; margin:auto;}
.btn-linguetta a {display:block; width: 121px;height: 78px; background:url(../images/linguetta.jpg) no-repeat top left;}
.btn-linguetta a:hover {background-position: top right;}
#footer-inner{width:970px; margin:auto; text-align:center; }
#linguetta{width:477px; min-height:100px; position:absolute; bottom:0; left:50%; margin-left:-238px;}
#footer-inner img{margin:auto;}
#address{width:477px; height:58px; display:block; margin:auto; background-color:#f5f5f5; padding-top:25px;}
#address p{font-size:12px; color:#999; line-height:15px;}
#address p a{color:#999; text-decoration:none;}
#address p a:hover{text-decoration:underline;}
#wrapper #contenuti .home-txt {
	float: left;
	width: 455px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#wrapper #contenuti .home-txt p {
	font-family: merriweatherlight;
	color: #666;
	text-decoration: none;
	text-align: justify;
	font-size: 14px;
	line-height: 24px;
}
#wrapper #contenuti .home-txt p a {
	color: #666;
	text-decoration: none;
}
#wrapper #contenuti .home-txt p a:hover {
	font-style: italic;
	color: #333;
}
