body {
	font-family : "Times New Roman",Georgia,Serif;
	font-size:1em;
	background-color : #fff;
	background: url("sfondo.png") repeat;
	color : #353433;
	font-weight:bold;
	letter-spacing: 0.1em;
	word-spacing: 0.1em;
	line-height:1.3em;
	margin-top : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
}

h1 {
	font-size:1.5em;
	margin-bottom:8px;
	color:#6F6F6F;
}
h2 {
	font-size:1.4em;
	margin-bottom:6px;
	color:#6F6F6F;
}
h3 {
	font-size:1.3em;
	margin-bottom:0px;
	color:#6F6F6F;
}
h4 {
	font-size:1.1em;
	margin-bottom:0px;
}
h5 {
	font-size:1em;
	margin-bottom:2px;
	border-top:solid 1px #c0c0c0;
}

a:link {
	color:#7f90a0;
	
	
}
a:visited {
	color:#6F6F6F;
	text-decoration:none;
}
a:hover {
	color:#3399ff;
	text-decoration:none;
}
a:active {
	color:#F00;
	text-decoration:underline;
}

img {
	border:0px;

}


/*######## stili comuni ########*/
.date {
	color:#c0c0c0;
	font-style:italic;
}
.footer {
	margin-top:50px;
	padding-top:9px;
	color:#333;
  margin-left:35px;
	font-size:0.7em;
	font-weight:normal;
}
.paragraph {
	font-size:0.8em;
	max-width:490px;
	margin-bottom:15px;
}
.floatEnd {
	clear:both;
	padding-bottom:3px;
}

/*######## stili personalizzati ########*/
.didascalia {
	margin-top:18px;
	margin-bottom:5px;
	width:700px;
}
.main {
background: url("sfondo-barra.png");
background-repeat: repeat-x;


}
.maintable {
	background-repeat:repeat-y;
	background-position:top right;
}
.menu {
	height:67px;
	margin-bottom:20px;
	padding-top:20px;
}

a:hover.menuArch {
	padding-top: 67px;
	padding-bottom: 67px;
   overflow: hidden;
   background-image: url(./menu_arch.gif);
   background-repeat: no-repeat;
   background-position:center center;
   height: 0px !important; /* for most browsers */
   height /**/:67px; /* for IE5.5's bad box model */
}
a:hover.menuGraph {
	padding-top: 67px;
	padding-bottom: 67px;
   overflow: hidden;
   background-image: url(./menu_graph.gif);
   background-repeat: no-repeat;
   background-position:center center;
   height: 0px !important; /* for most browsers */
   height /**/:67px; /* for IE5.5's bad box model */
}
a:hover.menuWeb {
	padding-top: 67px;
	padding-bottom: 67px;
   overflow: hidden;
   background-image: url(./menu_web.gif);
   background-repeat: no-repeat;
   background-position:center center;
   height: 0px !important; /* for most browsers */
   height /**/:67px; /* for IE5.5's bad box model */
}
a:hover.menuStaff {
	padding-top: 67px;
	padding-bottom: 67px;
   overflow: hidden;
   background-image: url(./menu_staff.gif);
   background-repeat: no-repeat;
   background-position:center center;
   height: 0px !important; /* for most browsers */
   height /**/:67px; /* for IE5.5's bad box model */
}
a:hover.menuCont {
	padding-top: 67px;
	padding-bottom: 67px;
   overflow: hidden;
   background-image: url(./menu_cont.gif);
   background-repeat: no-repeat;
   background-position:center center;
   height: 0px !important; /* for most browsers */
   height /**/:67px; /* for IE5.5's bad box model */
}

.sxtable {
	width:390px;
	height:750px;
	background-repeat:no-repeat;
	background-position:43% 70%;
}

/*######## slideshow jquery ########*/
#slider {

	/* You MUST specify the width and height */
	width:450px;
	height:270px;
	position:relative;
	overflow:hidden;
}

#mask-gallery {

	overflow:hidden;
}

#gallery {

	/* Clear the list style */
	list-style:none;
	margin:0;
	padding:0;

	z-index:0;

	/* width = total items multiply with #mask gallery width */
	width:900px;
	overflow:hidden;
}

	#gallery li {


		/* float left, so that the items are arrangged horizontally */
		float:left;
	}


#mask-excerpt {

	/* Set the position */
	position:absolute;
	top:0;
	left:0;
	z-index:500px;

	/* width should be lesser than #slider width */
	width:100px;
	overflow:hidden;


}

#excerpt {
	/* Opacity setting for different browsers */
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;

	/* Clear the list style */
	list-style:none;
	margin:0;
	padding:0;

	/* Set the position */
	z-index:10;
	position:absolute;
	top:0;
	left:0;

	/* Set the style */
	width:100px;
	background-color:#000;
	overflow:hidden;
	font-family:arial;
	font-size:10px;
	color:#fff;
}

	#excerpt li {
		padding:5px;
	}



.clear {
	clear:both;
}
