@charset "UTF-8";
/* CSS Document */

html,body{
	margin: 0;
	padding:0;
	background-color:#FFFFFF;
	height:100%;
	text-align:center;
	background-repeat: repeat-x;
}
body{
	font-family: arial, sans-serif;
	font-size: 76%;
	text-align:center;
	background-image:url(images/sfondo.jpg);

}


#container
{
	position:relative;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: -84;
	width:960px;
	height:100%;
}

#logo-01_ {
	position:absolute;
	left:0px;
	top:0px;
	width:482px;
	height:151px;
	background-image:url(images/logo_01.jpg);
}

#slide-02_ {
	position:absolute;
	left:482px;
	top:0px;
	width:478px;
	height:239px;
	background-image:url(images/slide_02.jpg)
}

#menu-03_ {
	position:absolute;
	left:0px;
	top:151px;
	width:482px;
	height:36px;
	background-image:url(images/menu_03.jpg);
	padding-top: 12px;
}

#index-04_ {
	position:absolute;
	left:0px;
	top:183px;
	width:482px;
	height:56px;
	background-image:url(images/indext_04.jpg);
}

#index-05_ {
	position:absolute;
	left:0px;
	top:239px;
	width:482px;
	height:446px;
	background-image: url(images/indext_05.jpg);
}

#index-06_ {
	position:absolute;
	left:482px;
	top:239px;
	width:478px;
	height:444px;
	background-image: url(images/indext_06.jpg);
}

#footer-07_ {
	position:absolute;
	left:0px;
	top:683px;
	width:960px;
	height:37px;
	background-image:url(images/footer_07.jpg);
}


a:link {  color: #333333; text-decoration: underline}
a:visited {  color: #333333; text-decoration: underline}
a:hover {  color: #333333; text-decoration: none}
.text {
	font-family: Tahoma;
	font-size: 11px;
	text-align: justify;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 0px;
	height: auto;
	letter-spacing: normal;
	line-height: 1.7em;
}
.title {  font-family: Tahoma; font-size: 14px; font-weight: bold; color: #333333;text-align: justify;}
.text1 {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333
}
.textFooter {
	font-family: Tahoma;
	font-size: 9px;
	text-align: center;
	
}
a.a:link {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}
a.a:hover {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #CC0033;
}
a.a:visited {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}
.foto {
	padding: 40px;
}
/* css per slide di foto con testo */
#slider {
    width: 410px; /* important to be same as image width */
    height: 300px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
    width: 410px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 384px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    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;}

