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;
}
.logo{
	float:left;
}
.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;
}*/

.pagedescription{
	font-size:48px;
	padding-bottom:15px;
}

.left{
	width:200px;
	padding:10px;
	float:left;
	font-size:22px;
}

.center{
	width:710px;
	padding:5px;
	float:right;
	font-size:12px;
}

.page-body{
	width:200px;
	float:left;
}

.page-body p{
	margin: 0px 0px 10px 0px;
}

.progetti{
	width:480px;
	padding:0px 15px;
	float:right;
}

.progetto{
	width:215px;
	float:left;
	padding:0px 10px 10px 0px;
}

.titolo-progetto{
	width:215px;
	height:20px;
	overflow:hidden;
}

.titolo-progetto a{
	font-size:13px;
	font-weight:bold;
	line-height:20px;
	color:#2f2e24;
}

.titolo-progetto a:hover{
	background-color:#f39600;
	border-bottom:dashed thin #f39600;
}

.titolo-progetto a:visited{
	color:#2f2e24;
	border-bottom:dashed thin #f39600;
}

.titolo-progetto a:link{
	color:#2f2e24;
	border-bottom:dashed thin #f39600;
}

.sottotitolo-progetto{
	width:215px;
	height:15px;
	overflow:hidden;
	font-size:12px;
	color:#7c795f;
}

.footer{
	font-size:11px;
	margin-top:35px;
	margin-left:15px;
}

.footer font{
	font-size:11px;
}

.footer a, .footer a:hover, .footer a:active, .footer a:link, .footer a:visited {
	color:#2f2e24;
}

.clear{
	clear:both;
}



#slide_box{
	position:relative;
	height:490px;
	width:460px;
	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: 500px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
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. */
}

.page-active {
	font-weight: bold;
}