@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
#contenitore {
	width: 100%;
	height: 100%;
}
#contenitore_header {
	width: 396px;
	height: 85px;
	background-color: #FFFFFF;
	padding-left: 366px;
}
#contenitore_body {
	width: 100%;
	clear: both;
	background-color: #FFFFFF;
}
#header {
	background-image: url(../images/logo.png);
	background-position: left center;
	height: 85px;
	width: 200px;
	background-repeat: no-repeat;
	clear: both;
}
#colonna_sx {
	background-image: url(../images/polaroid.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	height: 414px;
	width: 356px;
	clear: both;
}
#colonna_dx {
	width: 394px;
	margin-left: 10px;
	float: left;
	margin-top: 0px;
}
.grassetto {
	font-weight: bold;
}
#colonna_dx a:link{
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
#colonna_dx a:visited{
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
#colonna_dx a:hover{
	font-weight: bold;
	color: #F29400;
	text-decoration: underline;
}
#contenitore2_body {
	width: 760px;
	clear: both;
	background-color: #FFFFFF;
}
#contenitore_footer {
	width: 396px;
	height: 20px;
	clear: both;
	bottom: 0px;
	right: 0px;
	padding-left: 366px;
}
#slider {
	height: 235px;
	width: 225px;
	margin-top: 59px;
	margin-left: 67px;
	position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
    width: 225px; /* important to be same as image width or wider */
    position: absolute;
	margin:0px;
	padding:0px;

}
.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;}
li {
	list-style-position:inherit;
	left:0px;
}

img {
	border:0px;
	outline:0px;
	margin:0px;
	outline:0px;
}

a {

	color: #333333;
	margin:0px;
	padding:0px;
	text-decoration:none;
	outline:0px;
}
a:hover{
	color: #F29400;
	text-decoration: underline;
}
