/* CSS Document */
/* tag */
body {
	margin: 0px;
	background-color: #E9E9E9;
/*	overflow: hidden; */
}
/* classi varie */
.cella_centrale_home {
	width: 760px; 
	background: #FFFFFF url(images/immagine_verde.jpg) no-repeat; 
	padding: 5px
}
.cella_centrale {
	width: 760px; 
	background: #FFFFFF url(images/immagine_arancio.jpg) no-repeat; 
	padding: 5px
}
.cella_outlet {
	background: url(images/corpo_outlet.jpg) no-repeat; 
	padding: 10px;
}
.cella_elenco_notizie {
	background: url(images/corpo_notizie.jpg) no-repeat;
	width: 434px; 
	height: 450px;
	padding: 10px;
}
.cella_chisiamo {
	background: url(images/corpo_chisiamo.gif) no-repeat;
	width: 455px;
	height: 450px;
	padding: 10px;
}
.cella_city {
	background: url(images/corpo_city.jpg) no-repeat; 
	width: 359px; 
	height: 375px; 
	padding: 10px;
}
.news_home {
	background: url(images/sfondo_news_home.jpg) no-repeat;
}
.city_home {
	background-image: url(images/sfondo_city_home.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.bodyhome {
	background: url(images/sfondo_home.jpg) no-repeat top center;
	background-color: #E9E9E9;
}
.body {
	background: url(images/sfondo.jpg) no-repeat top center;
}
.puntini_verdi_destra {
	background: url(images/puntino_verde.gif) repeat-y top right;
}
.menu_gigli {
	background: url(images/spazio_gigli.jpg) no-repeat; 
	padding: 5px;
	width: 115px;
	height: 160px;
}
.immaginedx {
	margin-left: 5px;
	border: 1px solid #666666;
	float: right;
	margin-bottom: 5px;
}
.immaginesx {
	border: 1px solid #666666;
	margin-right: 5px;
	float: left;
	margin-bottom: 5px;
}
.gallery_outlet {
	background: url(images/sfondo_gallery.jpg) no-repeat; 
	border-bottom: 10px solid #751611;
}
#didascalia {
	position:absolute;
	left:10px;
	top:10px;
	z-index:1;
	border: 1px solid #666666;
	padding: 5px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}.bordi_bruni {
	border: 1px solid #750E05;
}

