#footer {
	font-size: 12px;
	color: #909090;
}

#footer_container {
	width: 100%;
	height: 48px;
	background: url(../img/bg_footer.png);
	position: absolute;
	top: 29px;
	z-index: 10;
}

#footer_menu {
	float: left;
	margin-top: 12px;
	margin-left: 10%;
	font-size:11px;
}

#footer_menu ul {
	list-style-type: none;
}

#footer_menu ul li {
	float: left;
	margin-right: 10px;
}

#footer_menu ul li a,
#footer_menu ul li a:link,
#footer_menu ul li a:visited {
	color: #909090;
	text-decoration: none;
}

#footer_dx {
font-size:11px;
	float: right;
	margin-top: 18px;
	margin-right: 10%;
}

#footer_dx a,
#footer_dx a:link,
#footer_dx a:visited {
	color: #909090;
	text-decoration: none;
}

#bollino_footer {
	width: 100px;
	height: 55px;
	/*background: url(../img/bollino_footer.png) no-repeat top center;*/
	position: absolute;
	z-index: 10;
	margin-top: 10px;
}

#bollino_footer img {
	display: block;
	margin: 0 auto;
	position: relative;
	cursor: pointer;
}

#footer_box {
	height: 258px;
	width: 100%;
}

#footer_box_container {
	width: 80%;
	margin-left: 10%;
}

.box_footer {
	width: 22%;
	height: 210px;
	margin-top: 20px;
	float: left;
}

.footer_box_margin {
	margin-right: 4%;
	
}

#box_sotto_2 .footer_box_titolo {
	color: #c20020;
}

.footer_box_titolo {
	text-align: center;
	color: #ffffff;
	line-height: 30px;
}

.footer_box_slides {
	width: 198px;
	margin: 0 auto;
	position: relative;
}

.rslides_nav {
	position: absolute;
	float: left;
	top: 65px;
	height: 25px;
	width: 25px;
	display: block;
	z-index: 5;
	text-indent: -9999px;
	white-space: nowrap; 
}

#titolo_box_sotto_1_content .prev,
.footer_box_slides .prev {
	background: url(../img/prev_slide.png) no-repeat center;
	left: -14px;
}

#titolo_box_sotto_1_content .next,
.footer_box_slides .next {
	background: url(../img/next_slide.png) no-repeat center;
	right: -14px;
}

.titolo_slide {
	/*margin-top: 130px;*/
	color: #c20020;
}

.testo_slide {
	color: #ffffff;
}

#cambia_lingua {
	cursor: pointer;
	line-height: 25px;
}

#cambia_lingua img {
	margin-right: 10px;
}

.rslides a img {
	margin-bottom :5px;
}









