@charset "iso-8859-1";
/* CSS Document */
html {
	font-size:100%;
	}

body {
	font-size:1em;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color:#333;
	/*background:#e6a158;*/
	padding: 0;
	margin:0;
	text-align:center;
	/*background-color: #c37e7b;*/
	background-color: #fff;

}
img {
	border:0;
}
a:link {
	color: #000;
	/*font-weight: bold;*/
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

h1 {
	font-size: 2em;
	color: #F00;
	visibility:hidden;
}
h2 {
	font-size: 1.6em;
	color: #F00;
	visibility:hidden;
}

img a{
	border:none;
	}

.menu_accessibile {
	visibility: hidden;
	z-index:10;
	position:absolute;
	
}	

#container {
	width:60em; /* 960 px */
	margin:auto;
	margin-top:-0.5em;
	text-align:left;
		}
#container #main_hp{
	height:16.25em;
	background-color:#FFFFFF;
	
	}
#container #header{
	background-image:url(../img/header.gif);
	/*background-image:url(../img/header.gif);*/
	width:60em;
	height:13.5em;
	clear:both;
	}

#container #main{}	
#container #main #menu_primo{ 
	height:2.4em;
	border-top-style:solid;
	border-top-color:#999;
	border-top-width:0.125em;
	border-bottom-style:solid;
	border-bottom-color:#999;
	border-bottom-width:0.125em;
	}
#container #main #menu_primo .menuNavigazione{
	margin:0;
	padding:0;
	list-style:none;
	height:2em;
	} 
#container #main #menu_primo .menuNavigazione li{
	float:left;
	border-right-style:solid;
	border-right-color:#999;
	border-right-width:0.125em;
	margin-top:0.2em;
	}
#container #main #menu_primo .menuNavigazione a{
	float:left;
	height:2em;
	line-height:2em;
	padding:0 0.7em;
	text-decoration:none;
	white-space:nowrap;
	}
#container #main #menu_primo .menuNavigazione li.current a{
	color:#F00;
	}

#container #main #menu_primo .menuNavigazione ul{
	margin:0;
	padding:0;
	list-style:none;
	width:17em;
	position:absolute;
	top:2em;
	left:-1px;
	}	

#container #main #menu_primo .menuNavigazione ul li{
	float:none;
	border:none;
}

#container #main #menu_primo .menuNavigazione ul a.menu_terzo{
	float:none;
	display:block;
	height:1em;
	color:#000000;
	font-size:1em;
}

#container #main #menu_primo .menuNavigazione ul a.current{
	float:none;
	display:block;
	height:1em;
	color:#000000;
	font-size:1em;
	color:#F00;
}


#container #main #menu_primo .menuNavigazione .current{
	position:relative;
	}
	

#container #main #menu_secondo{
	height:5.5em;
	border-bottom-style:solid;
	border-bottom-color:#999;
	border-bottom-width:0.125em;
	}

#footer{
	margin-top:2em;
	border-top-style:solid;
	border-top-color:#999;
	border-top-width:0.125em;
	}

#breadcrumbs {
	color:#333;
	}
	
#breadcrumbs a {
	color:#F00;
	}	
/**/
a#title {
	display:none;
}
 /* place the dds in the correct absolute position */
#imap dd {
  position:relative; 
  padding:0; 
  margin:0;
  }
#imap #picp {
  left:720px;
  margin-top:150px;
  z-index:20;

  }
#imap #pica {
  left:840px; 
  margin-top:40px;
  z-index:20;
 
  }

  
/* style the dd a links physical size and the background image for the hover */
#imap a#privati, #imap a#aziende{
  display:block; 
  width:85px; 
  height:25px; 
  /*background:transparent url(/img/hover.png) -100px -100px no-repeat; */
  text-decoration:none; 
  z-index:20;
  }  

 /* style the span text so that it is not initially displayed */
#imap a span, #imap a:visited span {
  display:none;
  } 
/* move the link background image to position 0 0 when hovered */
#imap a#privati:hover, #imap a#aziende:hover {
  background-position:0 0;
  }
 /* define the common styling for the span text 
#imap a:hover span {
  position:absolute;  
  width:388px; 
  display:block; 
  font-family:arial; 
  font-size:12px; 
  background:#fff; 
  color:#000; 
  border:1px solid #000; 
  padding:5px;
  }*/
/* the hack for IE pre IE6 */
* html #imap a:hover span {
  width:400px; w\idth:388px;
  }   
 /* move the span text to a common position at the bottom of the image map 
#imap a#privati:hover span {
  left:-670px; 
  top:50px;
  }
#imap a#aziende:hover span {
  left:-800px; top:30px;
  }
*/
 /* add the style for the link span text - first line 
#imap a span:first-line {
  font-weight:bold; 
  font-style:italic;
  }  */
  
 /*Fotogallery*/ 
 
#fotogallery {
	margin-top: -2.5em;
}

#f_left, #f_right, #thumbnail{
	float:left;
}

#f_left, #f_right{
	font-size:1.5em;
	font-weight:bold;
	padding-top:2.5em;
	}

#foto1, #foto2, #foto3, #foto4{ 
	float:left;
	margin-right:1em;
} 
#foto4{
	margin-right:0;
	}

