@charset "utf-8";
/* CSS Document */
* {
	margin:0px;
	padding:0px;
}

/* heater */
.text{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	font-style:italic;
	color:#464646;
}
.text1{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#464646;
}
.heater {
	background:url(../grf/heather.gif) repeat-x top;
	height:286px;
}
.footer {
	background:url(../grf/footer.gif) repeat-x top;
	height:46px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#b8b6b6;
}
/*.content {
	background-color:#c79f76;
	height:130px;
	text-align:center;
}*/
.content1 {
	border-bottom:5px solid #FFF; 
	border-top:5px solid #FFF; 
	background-color:#c79f76; 
	height:200px;
}
.menu, .menu_active {
	font-family: Arial, Helvetica, sans-serif;
	font-size:25px;
	font-style:italic;
	color:#b48300;
	padding:10px;
	padding-top:10px;
	text-decoration:none;
	text-align:left;
	vertical-align:top;
}
a:hover.menu {
	font-weight:bold;
}
.menu_active {
	font-weight:bold;
	font-size:28px;
}
.title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	font-style:italic;
	text-align:left;
	color:#b8b6b6;
}
/* immagini */

.img_loc{
	border:6px solid #985b29;
	padding:6px;
	text-align:left;
}
.img{
	border:6px solid #985b29;
	text-align:left;
}

.zitem {
	width:170px;
	height:110px;
	border:4px solid #985b29;
	/* required to hide the image after resized */
	overflow:hidden;
	/* for child absolute position */
	position:relative;
	/* display div in line */
}
.zitem .caption {
	width:170px;
	height:30px;
	background:#464646;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	/* fix it at the bottom */
	position:absolute;
	left:0;
	bottom:-1px; /* fix IE issue */
	/* hide it by default */
	display:none;
	/* opacity setting */
	/*filter:alpha(opacity=70);     ie  */
	/*-moz-opacity:0.7;     old mozilla browser like netscape  */
	/* -khtml-opacity: 0.7;    for really really old safari */
	/*opacity: 0.7;     css standard, currently it works in most modern browsers like firefox,  */
}
.zitem .caption a {
	text-decoration:none;
	color:#fff;
	font-size:12px;
	/* add spacing and make the whole row clickable*/
	padding:5px;
	display:block;
}

