/* CSS Document */
body{
	font-family:"Trebuchet MS", Trebuchet, Arial, Verdana, Helvetica, sans-serif;
	margin:0;
	padding:0;
	SCROLLBAR-FACE-COLOR: #eeeeee;
	SCROLLBAR-HIGHLIGHT-COLOR: #eeeeee;
	SCROLLBAR-SHADOW-COLOR: #eeeeee;
	SCROLLBAR-3DLIGHT-COLOR: #eeeeee;
	SCROLLBAR-ARROW-COLOR: #000000;
	SCROLLBAR-TRACK-COLOR: #ffffff;
	SCROLLBAR-DARKSHADOW-COLOR: #eeeeee;
	color:#000;
	font-size:small;
	background:url(../img/grigio.jpg) repeat-x;
}

ul, li{list-style-type:none;}
li:before{content:"*"}
ul{padding:0;margin:0;}
p{

}

a{
	text-decoration:none;
	color:#666;
}
a:hover{
	color:#333;
}

hr{
	clear:both;
	visibility:hidden;	
}
img{
	border:none;
}
.acapo{
	clear:both;
}
/*
*headers
*/
#header h1{
	visibility:hidden;
	text-align:center;
}
/*
*CUSTOM LAYOUT
*/
#wrapper{
	margin:0 auto;
	padding:0;
	width:950px;
		background:url(../img/logo_grigio.gif) no-repeat 50% 50%;
}
#header{
	background:url(../img/logo_small.gif) no-repeat 50% 50%;
	height:100px;
}
#footer{
	width:950px;
	margin:0 auto;
	font-size:10px;
	text-align:left;
	color: #666;
	font-family: Verdana; 
	line-height: 12px;
	text-align:center;
}

/*
LISTE
*/
.boxleft ul ul{
	display:none;
}
#lingua ul,#lingua li{
	display:inline;
}
#lingua li{
	border-left:1px solid;
	padding:0 5px;
}
#lingua li.noborder{
	border:none;
}
/*
*CUSTOM STYLING
*/
.selez{
	color: #f60;
	font-weight: bold;
	letter-spacing: 1px;
}
.contentbox{
	padding:0;
	margin:0;
}
.cerca{
	display:none;
}
.boxleft, .boxright{
	margin:0;
	padding:6px;
	float:left;
	width:180px;
}
.boxright{
	width:300px;
}
.path{
	font-size:0.8em;
}
/*
*
*/
.path li{
	list-style-type:none;
	display:inline;
}