/* css tags */
body {
	margin:0px;
	background-image:url(../images/sfondo.jpg);
	background-repeat:repeat-x;
	background-color:#333333;
	text-align:center;
	padding:0px;
	border:0px;
	width:100%;
	height:100%;
}

/* css layers */
#menu {
	position:absolute;
	width:100%;
	height:140px;
	top:0px;
	left:50%;
	text-align:center;
	z-index:1;
	margin-left:-50%;
}

#pagina {
	position:absolute;
	width:100%;
	left:50%;
	top:140px;
	text-align:center;
	z-index:2;
	margin-left:-50%;
}

#menu_inizio_out {
	width:72px;
	height:30px;
	position:absolute;
	z-index:3;
	left:50%;
	margin-left:213px;
	top:110px;
	visibility:visible;
}

#menu_inizio_on {
	width:72px;
	height:30px;
	position:absolute;
	z-index:4;
	left:50%;
	margin-left:213px;
	top:110px;
	visibility:visible;
}

#menu_collezione_out {
	width:105px;
	height:30px;
	position:absolute;
	z-index:5;
	left:50%;
	margin-left:286px;
	top:110px;
	visibility:visible;
}

#menu_collezione_on {
	width:105px;
	height:180px;
	position:absolute;
	z-index:6;
	left:50%;
	margin-left:286px;
	top:110px;
	visibility:visible;
	background:url(../images/menu_collezione_sfondo.jpg);
}

#menu_azienda_out {
	width:105px;
	height:30px;
	position:absolute;
	z-index:7;
	left:50%;
	margin-left:112px;
	top:110px;
	visibility:visible;
}

#menu_azienda_on {
	width:105px;
	height:180px;
	position:absolute;
	z-index:8;
	left:50%;
	margin-left:112px;
	top:110px;
	visibility:visible;
	background:url(../images/menu_collezione_sfondo.jpg);
}

#menu_contatti_out {
	width:88px;
	height:30px;
	position:absolute;
	z-index:9;
	left:50%;
	margin-left:392px;
	top:110px;
	visibility:visible;
}

#menu_contatti_on {
	width:88px;
	height:30px;
	position:absolute;
	z-index:10;
	left:50%;
	margin-left:392px;
	top:110px;
	visibility:visible;
}


/* css styles */
.testo_inizio_introduzione {
	color:#ffffff;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	font-weight:normal;
	line-height:15px;
	text-align:justify;
}

.testo_classic_caratteristiche_titolo {
	color:#44151d;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:15px;
}

.testo_classic_caratteristiche_descrizione {
	color:#333333;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:15px;
	font-weight:normal;
	line-height:15px;
	text-align:justify;
}

.testo_modern_caratteristiche_titolo {
	color:#423f3f;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:15px;
}

.testo_modern_caratteristiche_descrizione {
	color:#333333;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:15px;
	font-weight:normal;
	line-height:15px;
}

.testo_sliding_caratteristiche_titolo {
	color:#60534e;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:15px;
}

.testo_sliding_caratteristiche_descrizione {
	color:#333333;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:15px;
	font-weight:normal;
	line-height:15px;
}

.testo_home_caratteristiche_titolo {
	color:#21213f;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:15px;
}

.testo_home_caratteristiche_descrizione {
	color:#333333;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:15px;
	font-weight:normal;
	line-height:15px;
}

.testo_enopoint_introduzione {
	color:#333333;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	font-weight:normal;
	line-height:15px;
	text-align:justify;
}

.testo_enopoint_caratteristiche_titolo {
	color:#b92c30;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:15px;
}

.testo_enopoint_caratteristiche_descrizione {
	color:#333333;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:15px;
	font-weight:normal;
	line-height:15px;
}

.testo_winebag_caratteristiche_titolo {
	color:#2e2e31;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:15px;
}

.testo_winebag_caratteristiche_descrizione {
	color:#333333;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:15px;
	font-weight:normal;
	line-height:15px;
}

/* zoom */
#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #d9d9d9;
}

.lbLoading {
	background: #fff url(carica.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 0px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight:normal;
	color: #333333;
	text-align: left;
	border: 15px solid #d9d9d9;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: url(../images/chiudi_en.gif) no-repeat center;
	margin: 0px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}