@charset "utf-8";
*{margin:0; padding:0;}
body{
	background-image: url(immagini/bg_home.png);
	background-repeat: repeat-x;
	background-color: #50311B;
}
#container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#contenitore_corpo{
	background-image: url(immagini/sfondo_corpo_home.jpg);
	background-repeat: no-repeat;
	background-position: 0px 33px;
	height: 563px;
	
}
/*----------------menu----------------*/
#wrapper-menu-home{
	padding-left:82px;
}
#imageMenu {
	position: relative;
	width: 808px;
	height: 282px;
	overflow: hidden;
}
#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 282px;
	width: 850px;
}
#imageMenu ul li {
	float: left;
}
#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:160px;
	height: 282px;
}
#imageMenu ul li.uno a {
	background-attachment: scroll;
	background-image: url(immagini/p_chisiamo.jpg);
	background-repeat: repeat;
	background-position: 0%;
}
#imageMenu ul li.due a {
	background-attachment: scroll;
	background-image: url(immagini/p_prodotti.jpg);
	background-repeat: repeat;
	background-position: 0%;
}
#imageMenu ul li.tre a {
	background-attachment: scroll;
	background-image: url(immagini/p_offerte.jpg);
	background-repeat: repeat;
	background-position: 0%;
}
#imageMenu ul li.quattro a {
	background-attachment: scroll;
	background-image: url(immagini/p_dove.jpg);
	background-repeat: repeat;
	background-position: 0%;
}
#imageMenu ul li.cinque a {
	background-attachment: scroll;
	background-image: url(immagini/p_contatti.jpg);
	background-repeat: repeat;
	background-position: 0%;
}
#footer_home {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #FFF;
	text-align: center;
	margin-top: 27px;
}



/*---------------------------------*/
.testo_home {
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 17px;
	margin-right: 80px;
	margin-left: 80px;
	margin-top: 15px;
}
.titolo01{
	color: #ffdd74;
	font-size: 15px;
	font-weight: bold;
	text-transform: none;
	font-variant: small-caps;
}
.testo_home2 {
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 17px;
}

