	.intestazione {
	background-image: url(immagini/layout/intestazione.jpg);
	background-repeat: no-repeat;
}

	.piede {
	background-image: url(immagini/layout/piede.jpg);
	background-repeat: no-repeat;
}

	.sx {
	background-image: url(immagini/layout/img_sx.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

	body {
	background-color: White;
	margin-top: 0px;
}

	.testo_home {
	color: #848484;
	font-family: Tahoma;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: normal;
	line-height: 22px;

	}
	
	.titoli{
	color: navy;
	font-family: tahoma;
	font-size: 14px;
	font-variant: small-caps;
	font-weight: bold;
	letter-spacing: 1px;
	}
	
	.testo {
	color: #848484;
	font-family: Tahoma;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: normal;
	text-align: justify;
	}
	
	.titolo_home{
	color: navy;
	font-family: Tahoma;
	font-size: 11px;
	letter-spacing: 0px;
	text-align: center;
	line-height: 12px;
	}
	
	.titolo_galleria{
	color: navy;
	font-family: Tahoma;
	font-size: 12px;
	letter-spacing: 0px;
	line-height: 12px;
	}
	
	a:link.bottoni_galleria  {
	color: Navy;
	text-decoration: underline;
	font-family : Tahoma;
	font-size : 12px;
	line-height:15px;
}

a:visited.bottoni_galleria  {
	color: Navy;
	text-decoration: underline;
	font-family : Tahoma;
	font-size : 12px;
	line-height:15px;
}
a:hover.bottoni_galleria {
	color: navy;
	text-decoration: underline;
	font-family : Tahoma;
	font-size : 12px;
	line-height:15px;
}
	
	.puntoni{
	border : thin dotted;
	padding-left:2px;
	padding-right:2px;
	padding-top:2px;
	padding-bottom:2px;
		color: #e0dfe3;
	}
	
	.testo_novita{
	font-family: Tahoma;
	color: #848484;
	font-size: 10px;
	line-height: 14px;
	}	
	
	.testo_piede {
	color: #848484;
	font-family: Tahoma;
	font-size: 11px;
	letter-spacing: 1px;
	font-weight: normal;
	line-height: 15px;
	}
	
	td.bottoni_homepage {
	border : thin dotted;
	font-family : Tahoma;
	font-style : normal;
	font-size : 12px;
	color : Black;
}

	div {
	vertical-align: middle;
}
	
	a:link.bottoni_homepage  {
	color: Navy;
	text-decoration:none;
	font-family : Tahoma;
	font-size : 12px;
	font-weight : bold;
}

a:visited.bottoni_homepage  {
	color: Navy;
	text-decoration:none;
	font-family : Tahoma;
	font-size : 12px;
	font-weight : bold;
}
a:hover.bottoni_homepage {
	color: white;
	text-decoration: none;
	font-family : Tahoma;
	font-size : 12px;
	font-weight : bold;
	width: 100%;
	float: left; 
	background-color: Navy;
}

	a:link {
	color: #848484;
	text-decoration: underline;
	}

	a:hover {
	color: #848484;
	text-decoration: underline;
	position: relative;
	}
	
	a:visited {
	color: #848484;
	text-decoration: underline;
	}

	a span {
  display: none;   
  }

 a:hover span {
  display: block;
  z-index: 100;
  position: absolute;
  top: 2.5em;
  left: -3.5em;
  width: 95px;
  line-height: 1.5em;
  padding: 2px 2px 2px 2px;
  border:2px dotted navy;
  background-color: #d2d2d2;
  font-family: tahoma;
  font-size: 10px;
  font-weight: normal;
  color: black;
  text-align: left;
  filter:alpha(opacity=80);-moz-opacity:.80;
}

.thumbcell A:hover IMG {
 FILTER: Alpha(opacity=79); moz-opacity: 0.79
}

.tdniceon-thumb {
	BORDER-RIGHT: 4px solid #e0dfe3;
	BORDER-TOP: 4px solid #e0dfe3;
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	BORDER-LEFT: 4px solid #e0dfe3;
	BORDER-BOTTOM: 4px solid #e0dfe3;
	FONT-FAMILY: Verdana, Helvetica, Arial, sans-serif;
	TEXT-ALIGN: center
	 FILTER: Alpha(opacity=79);
	moz-opacity: 0.79;
}
.tdniceoff-thumb {
	BORDER-RIGHT: Navy 4px solid;
	BORDER-TOP: Navy 4px solid;
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	BORDER-LEFT: Navy 4px solid;
	BORDER-BOTTOM: 4px solid Navy;
	FONT-FAMILY: Verdana, Helvetica, Arial, sans-serif;
	TEXT-ALIGN: center
}

img.bordo {
	border: thin silver;
}

/* lightbox*/

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(../images/blank.gif) no-repeat; /* 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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	
/*fine lightbox*/



