@charset "utf-8";
/* CSS Document */
body{
	font-family:RomanD, Arial;
	font-size:small;
	color:#333333;
}
a{
text-decoration:none;
color:#999999;
}
a:hover {
color:#CCCCCC;
	
}
a:active{
	color:#CCC ;
	text-decoration: underline;
}

ul {
	list-style-image: none;
	list-style-type: none;
}
img {
	border-style: none;
}
/*columns*/
#wrapper{
width:900px;
padding:0;
margin:0 auto;}

#col_sx{
float:left;
width:100px;
height:100%;
}


#centro{
width:700px;
margin:auto;
float:left;
text-align:center;}

#content{
	width:100%;
	text-align:left;
	padding-bottom: 20px;
}

#cont_video{
	width:100%;
	text-align:center;
	padding-bottom: 20px;
}

#col_dx{
float:right;
width:100px;
/*background-color:#003333;*/}


#footer{
border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CC9933;
color:#CC9933;
clear:both;
height:50px;
bottom:0px;
text-align:center;
font-size:xx-small;
padding-top: 10px;
}

/*styles*/
.spacer{
width:400px;}
.titolo{
text-align:left;
font-size:large;
text-transform:uppercase;
}
.titolo_s{
font-size:small;
text-transform:uppercase;
}
.testo_s{
	font-size: xx-small;
}

.cont_sx{
	/*background-color:#CCCCCC;*/
	width:50%;
	height:100%;
	text-align:left;
	float:left;}
.cont_dx{
	/*background-color:#FFFF00;*/
	width:50%;
	height:100%;
	text-align:right;
	float:right;}
.cont_footer{
	clear:both;
	text-align:center;
	font-size:xx-small;
	bottom:0px;
	padding-top: 10px;}
	
#slide-images{
	/*position:relative;
    display:block;
    /*margin:0px;
    padding:0px;*/
    width:500px;
    height:400px;
    overflow:hidden;
	margin: auto;
}

#slide-images li{
    /*position:absolute;
    display:block;*/
    list-style-type:none;
    /*margin:0px;
    padding:0px;*/
    background-color:#FFFFFF;
	
}

#slide-images li img{

    display:block;
    background-color:#FFFFFF;
}

