@charset "utf-8";
body{
	background: url(../images/background.gif) repeat;
}
body, h1,h2,h3,h4,h5,h6,span,p{
	margin:0;
	padding:0;
	font-family: Verdana, Arial, "MS Trebuchet", sans-serif;
	font-size:12px;
	color:#fff;
}
ul, li{
	margin:0;
	padding:0;
	list-style-type: none;
}
#container{
	position:relative;
	width:900px;
	margin:0 auto;
}
#head{
	position:relative;
	width:100%;
	height:238px;
	background: url(../images/head.jpg) no-repeat;	
}

#logo{
	position:absolute;
	width:269px;
	height:131px;
	top:80px;
	left:45px;
}
#logo img{
	behavior: url(./js/iepngfix.htc);	
}

#claim{
	position:absolute;
	width:345px;
	height:55px;
	top:158px;
	right:45px;
}
#claim h1{
	color:#a09c8d;
	font-size:25px;
	font-weight:lighter;
}
#claim h2{
	color:#757575;
	font-size:18px;
	font-weight:lighter;
}
#menu{
	position:relative;
	width:100%;
	height:28px;
	margin-top:20px;
	background: url(../images/back-menu.jpg) repeat-x;
	color:#9f8484;
	font-size:14px;
}
#menu ul{
	width:90%;
	padding-top:3px;
	margin:0 auto;
}
#menu ul li{display:inline;padding-right:60px;}
#menu ul li#contatti{padding-right:0;}

#menu ul li.current a{
	text-decoration:none;
	color:#fff;
}

#menu ul li a{
	text-decoration:none;
	color:#9f8484;
}
#menu ul li a:hover{
	text-decoration:none;
	color:#fff;
}

#content{
background: #000 url(../images/back_content.jpg) no-repeat bottom left;
}

#footer{
	height:81px;
	background: url(../images/back-footer.jpg) no-repeat;		
}
#footer p{
	text-align:center;
	font-size:10px;
	padding-top:35px;
}

#footer a{
	color:#A7A9AC;
	text-decoration:none;
}

#footer a:hover{
	color:#fff;
	text-decoration:none;
}

#section_container{
	padding-top:30px;
	padding-left:220px;
	padding-bottom:30px;
}
#section{
	position:relative;
	float:left;
	width:520px;
	background:#201f1c;
	border-bottom:2px solid #fff;
	padding:30px 45px;
	font-size:15px;
	line-height:18px;
}
#section h1{
	text-transform: uppercase;
	color:#b11116;
	font-size:18px;
	margin-bottom:20px;
	font-weight:lighter;
}
#section h2{
	color:#b11116;
	font-size:12px;
	font-weight:lighter;
}
#section p{
	color:#a7a9ac;
	margin-bottom:15px;	
}

#section p.azienda{
	line-height:21px;
}

#section ul{
	color:#a7a9ac;
	font-size:12px;
}

#foto{
	position:absolute;
	top:25px;
	left:420px;
	width:220px;
	height:220px;
}
#foto img{
	behavior: url(./js/iepngfix.htc);
}
.testo{
	position:relative;
	float:left;
	width:350px;
}

#prodotto{
	position:relative;
	float:left;
	width:610px;
	margin-top:30px;
	border-bottom:2px solid #989586;
}
.eti{
	height:28px;
	background: url(../images/back-menu.jpg) repeat-x;
	padding-left:10px;
	padding-top:5px;
}
.title_eti{
	color:#8f8484;
}
#news{
	position:relative;
	float:left;
	margin-top:30px;	
	width:610px;
	height:230px;
}

#logo-bianco{
	height:300px;
	background:  url(../images/logo-bianco.jpg) no-repeat bottom right;
}

#gallery{
	width:545px;
	height:410px;
}

#gallery li{
	float: left;
    margin-bottom: 12px;
	display: inline;
	text-align:center;
	margin-right:12px;
}
#gallery li img{
	width: 120px;
	border:2px solid #414042;
}

.evi{
	color:#b11116;
}
.address{
	position:relative;
	float:left;
	width:250px;
	margin-left:10px;
	margin-top:20px;
}
.clearer{
	clear:both;
}
