/* CSS BODY */
body {
	margin: 0px;
}

h3 {
	color: #990000;
}

h4 {
	color: #990000;
}



/* CSS SLIDE IMAGE */
#slider {
	width : 985px;
	height : 436px;
	position : relative;
	overflow : hidden;
	visibility : visible;
	z-index : 1;
}
#sliderContent {
   	width : 985px;
	position : absolute;
	top : 0;
	margin-left : 0;
}
.sliderImage {
	float : left;
	position : relative;
	display : none;
	width : 985px;
}
.sliderImage span {
   position : absolute;
	font : 10px/15px Arial, Helvetica, sans-serif;
	padding : 10px 13px;
	width : 985px;
	background-color : #000001;
	color : #fff;
	display : none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul { list-style-type: none;}
.testo11 {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}


.testo14bianco {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #FFFFFF;
}
.testo12bianco {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
}




.testo14nero {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #000000;
}
.testo12nero {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
}
.testo12rosso {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #990000;
}
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


a:link {
	text-decoration: none;
}
h2 {
	color: #990000;
}

