body{
	background-color:#FFFFFF;
	font-family:Verdana, Tahoma, Helvetica, Arial, sans-serif;
	color:#2f2e24;
}
a{
	text-decoration:none;
	outline: none;
}
.page{
	width:955px;
	margin-left:25px;
}

.header{
	width:100%;
	height:120px;
	margin:10px;
}

.menu{
	width:750px;
	padding:10px;
	float:right;
	/*position:relative;*/
}
.logo{
	float:left;
}

.sidebarmenu{
	/*top:0px;
	position:absolute;*/
	margin:0px;
	padding:0px;
}

.level{
	float:left;
	padding-right:35px;
}

.link{
	line-height:20px;
	padding:0px 5px;
	color:#7c795f;
	text-decoration:none;
}
/*
.link:hover{
	background-color:#f39600;
	color:#FFFFFF;
}*/

.link-sel{
	line-height:20px;
	padding:0px 5px;
	color:#7c795f;
	font-weight:bold;
	text-decoration:none;
}
/*
.link-sel:hover{
	background-color:#f39600;
	color:#FFFFFF;
}*/

.slogan{
	font-size:22px;
	padding:7px;
}

.left{
	width:480px;
	padding:15px 10px;
	float:left;
}

.img{
	margin-bottom:40px;
}

.left .img{
	width:480px;
	height:200px;
	position:relative;
}

.img .titolo{	
	width:357px;
	height:25px;
	margin:0px;
	padding:0px;
	position:absolute;
	bottom:0px;
	left:0px;
	color:#FFFFFF;
	padding: 10px 20px;
	font-weight:bold;
	font-size:18px;
	text-align:left;
}

.img .link-news{
	width:80px;
	height:25px;
	position:absolute;
	bottom:0px;
	right:0px;
	padding: 10px 0px;
	font-weight:bold;
	font-size:18px;
	text-align:center;
}

.sfondo{
	background-color:#999999;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: .5;
	opacity: .5;
}
.img .link-news a{
	color:#FFFFFF;
}
.img .link-news a:hover{
	color:#2f2e24;
}
.center{
	width:440px;
	padding:5px;
	float:left;
	font-size:12px;
}

.center a,.center a:link,.center a:hover,.center a:visited,.center a:active{
	color:#2f2e24;
	border-bottom:dashed thin #f39600;
}

.center .img a{
	border:none;
}

.right{
	width:0px;
	padding:0px;
}

.footer{
	margin-top:50px;
	margin-left:15px;
}
.footer font{
	font-size:11px;
}
.footer a, .footer a:hover, .footer a:active, .footer a:link, .footer a:visited {
	color:#2f2e24;
}
.news{
	width:480px;
	margin:5px 0px;
	color:#2f2e24;
}
.news-a{
	width:480px;
	margin:5px 0px;
	color:#2f2e24;
	background-image:url("img/bgelenconews.png");
}

.news:hover{
	background-image:url("img/bgelenconews.png");
}

.icona{
	float:left;
	margin-left:15px;
	padding:15px;
	border-left:solid #FFFFFF;
}

div.news-a div.icona{
	float:left;
	margin-left:15px;
	padding:15px;
	border-left:solid #FFFFFF;
}

.testo{
	float:right;
	width:320px;
	font-size:11px;
	padding:10px 0px;
}

.news-2{
	width:200px;
	margin:10px;
	float:left;
}
.titolo{
	font-weight:bold;
	font-size:16px;
	padding:0px 0px 10px 0px;
	color:#2f2e24;
}
.titolo a{
	text-decoration:none;
	border-bottom:dashed thin #f39600;
	line-height:22px;
	color:#2f2e24;
}
.titolo a:link{
	color:#2f2e24;
}
.titolo a:visited{
	color:#2f2e24;
}
.titolo a:hover{
	background-color:#f39600;
	color:#2f2e24;
}
.titolo a:active{
	color:#2f2e24;
}
.news-3{
	width:200px;
	margin:10px;
	float:left;
}
.categoria{
	color:#a8a480;
	padding-bottom:5px;
	font-size:14px;
}
.anteprima{
	font-size:12px;
}
.clear{
	clear:both;
}

#slide_box{
	position:relative;
	height:200px;
	width:480px;
	margin-bottom:12px;
}

#slide_box div.navigazione{
	padding:5px 15px;
	text-align:right;
}

#slide_box div.navigazione a{
	color:#000000;
	padding:5px;
}

.stepcarousel{
	position: relative; /*leave this value alone*/
	/*overflow: scroll;*/ /*leave this value alone*/
	width: 480px; /*Width of Carousel Viewer itself*/
	height: 200px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt, .stepcarousel2 .belt2{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
width: 480px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}