/* code by Filippo Montanari - www.develil.com */
/* modifiche Orange grafica - www.orangegrafica.it */
body {
	margin: 0; padding: 0;
	text-align: center;
	font: 12px Arial, Helvetica, sans-serif;
}
address {
	font-style: normal;
	width: 487px;
	border-right: 5px solid White;
	padding: 20px 0;
	float: left;
}
p {
	margin: 0;
	padding: 20px 0 35px 0;
}
a { color: Black; }
a:hover { color: #333; }
#header {
	background: url(../images/header.gif) no-repeat top;
	width: 820px; height: 192px;
	margin: 0 auto;
	text-indent: -9999px;
}
#container {
	background: url(../images/bgr_container.gif) repeat-y;
	width: 820px;
	margin: 0 auto;
}
#main {
	width: 720px;
	margin: 0 auto;
	font: bold 14px Arial, Helvetica, sans-serif;
}
#footer {
	background: url(../images/bgr_footer.gif) no-repeat bottom;
	padding-bottom: 23px;
}
#footer-cont {
	border-top: 5px solid White;
	margin: 0 20px;
}
#gMaps {
	width: 334px;
	height: 304px;
	border: 5px solid White;
}
#contattaci {
	background: url(../images/mail.jpg) no-repeat left;
	padding: 25px 40px 25px 120px;
	font: bold 18px Arial, Helvetica, sans-serif;
	text-decoration: none;
	float: right;
}
.box {
	float: left;
	width: 340px;
}
.box img { border: 5px solid White; }
.clear { clear: both; }
.floatL { float: left; }
.floatR { float: right; }

/* SLIMBOX */

#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: #fff;
}

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

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px 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(../images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

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

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 79px;
	height: 14px;
	background: transparent url(../images/closelabel.gif) no-repeat center;
	outline: none;
}

#lbCaption, #lbNumber {

}

#lbCaption {
	font: 11px Arial;
	color: #999999;
}
#lbCaption h2 {
	color: #cc0000;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 20px;
	padding: 0 0 5px 0; margin: 0;
}
