body {
	background-color: #52211A;
	background-image: url(../Img/parete.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
.LogoMenuColor {
	background-color: #CFA057;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.BodyDark {
	background-color: #9A7B5D;
	border-top: 0px none #775A59;
	border-right: 0px none #775A59;
	border-bottom: 1px solid #000000;
	border-left: 0px none #775A59;
	background-position: right;
	background-repeat: repeat;
	background-image: url(../Img/004/fondodark2.gif);
}
.BodyLight {
	padding: 2px;
	margin: 2px;
	text-align: justify;
	border-top: 1px none #62140C;
	border-right: 1px none #62140C;
	border-bottom: 1px solid #62140C;
	border-left: 1px none #62140C;
}
table {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
.Menu {
	display: none;
	font-weight: normal;
	color: #260E07;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	width: 970px;
}
a {
	font-weight: normal;
	color: #992419;
}
.myCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ECDFBC;
}


.foto {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	margin: 3px;
	padding: 3px;
}
.bottone {
	color: #D6C6A5;
	border: 1px solid #C2B195;
	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 25px;
	vertical-align: middle;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	background-color: #361B12;
}
.inputbox{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: 1px solid #000000;
	background-image: url(../Img/fondoinp.gif);
}
form {
	margin: 0px;
	padding: 0px;
}

.messaggi {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #958B77;
	border-right-color: #958B77;
	border-bottom-color: #958B77;
	border-left-color: #958B77;
}


.BodyLightBase {
	background-color: #D6C8AB;
	background-image: url(../Img/fondobody.jpg);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.title {
	font-size: 14px;
	font-weight: bold;
	color: #20110C;
	text-decoration: none;
}
.galleryhome {
	background-color: #D8D5B2;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #1B2703;
	border-right-color: #1B2703;
	border-bottom-color: #1B2703;
	border-left-color: #1B2703;
}
.linkfooter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #D1C7A9;
}

.linkfooter:HOVER{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #D1B768;
}

/*     lightbox   */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #29120C; }

