@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
}
a{
	color:#7E7E7E;
	text-decoration: none;

}
a img{
	
	text-decoration: none;
	border: none;
}

.gallery {
	list-style: none;
	margin: 0 0 0 0px;
	padding: 0;
}
.gallery li {
	margin: 60px 40px 50px 60px;
	padding: 0 30px;
	float: left;
	position: relative;
	width: 160px;
	height: 107px;
	
}
.gallery img {
	background: #fff;
	border: solid 1px #ccc;
}

.gallery a {
	text-decoration: none;
}

/* immagini centrali */
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	border: none;
	text-decoration: none;
	left: -80px;
	top: -98px;
	visibility: hidden;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 1px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -175px;
left: -87px; /*position where enlarged image should offset horizontally */

}
/* immagini sul bordo sinistro */

.thumbnail_sx{
position: relative;
z-index: 0;
}

.thumbnail_sx:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail_sx span{ /*CSS for enlarged image*/
	position: absolute;
	border: none;
	text-decoration: none;
	left: -175px;
	top: -123px;
	visibility: hidden;
}

.thumbnail_sx span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 1px;
}

.thumbnail_sx:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -175px;
left: -173px; /*position where enlarged image should offset horizontally */

}

#chisiamo {
	position:absolute;
	width:64px;
	height:114px;
	z-index:1;
	visibility: hidden;
}
#dovesiamo {
	position:absolute;
	width:133px;
	height:69px;
	z-index:2;
	visibility: hidden;
}
#Layer3 {
	position:absolute;
	width:235px;
	height:154px;
	z-index:3;
	visibility: hidden;
}
#negozio {
	position:absolute;
	width:210px;
	height:110px;
	z-index:3;
	visibility: hidden;
}
#Layer5 {
	position:absolute;
	width:130px;
	height:156px;
	z-index:4;
	left: 964px;
	top: 285px;
}
#prodotti {
	position:absolute;
	width:175px;
	height:165px;
	z-index:4;
	visibility: hidden;
}
.footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #7E7E7E;
	text-align:right;
	margin-right:8px;
}


