* {
	margin:0;
	padding:0;
}

body {
	color:#333;
	font-size:11px;
	text-align:center;
	font-family:arial, verdana, 'sans serif';
	line-height: 1.3em;
}

p {
	margin-bottom:10px;
}

a {
	font-weight:bold;
	color: #00b085;
	text-decoration:none;
}

a:hover {
	color: #e57f00;
}


/* LAYOUT 
*************************************************************************/
#container {
	width:761px;
	margin:10px auto;
	text-align:left;
	position:relative;
}

#testata {
	width:761px;
	height:158px;
	background: url(../img/testata.jpg) no-repeat 0 0;
}

#banner {
	height:135px;
	border-left:1px solid #dedede;
	border-right:1px solid #dedede;
	background: url(../img/bg-banner.gif) repeat-x 0 0;
}

#contents {
	border-left:1px solid #dedede;
	border-right:1px solid #dedede;
}

.testi {
	margin:0;
	padding:20px 10px 20px 20px;
}

#footer {
	z-index:0;
	padding-top:11px;
	background: url(../img/bg-footer.gif) no-repeat 0 0;
	position: absolute;
}


#banner table {
	margin:0 auto;
}

#banner td {
	padding:0 20px;
}

.navigatore {
	padding-top:91px;
	text-align:right;
	margin-right:250px;
}

.navigatore img {
	margin-left:1px;
	cursor:pointer;
}

#footer a{
	color:#b2b2b2;
	text-decoration:none;
}

#footer .copyright {
	loat:left;
	color:#b2b2b2;
	font-size:10px;
	padding-left:14px;
}

#footer .relatedlink {
	adding-top:15px;
	font-size:10px;
}

#footer .relatedlink li{
	display:inline;
	padding: 0 8px;
	margin:0;
	border-left: 1px solid #999;
}

#footer .relatedlink ul {
	list-style-type: none;
	padding: 0;
	float:right;
	margin: 0;
}

#footer .relatedlink li.noborder {
	border: 0;
}

#sitigruppo {
	position:absolute;
	z-index:4;
	width: 200px;
	height: 121px;
	top: -114px;
	left:530px;
	border: 1px solid #ccc;
	display: none;
	opacity:.88;
	-moz-opacity:.88;
	filter: alpha(opacity=88);
	background-color: #fff;
}

#sitigruppo_btn_chiudi {
	float: right;
	text-align: right;
	padding: 2px 2px 0 0;
}

#sitigruppo_btn_chiudi a{
	font-size:10px;
	color: #567893;
}

#sitigruppo ul {
	list-style-type: none;
	width: 140px;
	max-width: 140px;
	height: auto;
	margin: 15px 0 0 10px;
	padding:0;
	text-align: left;
	font-size:10px;
}

#sitigruppo ul li {
	line-height: 1.5em;
	display: block;
	border : 0;
}

#sitigruppo ul li a {
	display: block;
	color: #567893;
	text-decoration : none;
	width: 170px;
	padding: 0 0 0 10px;
	background: url(../img/menu2_arrow_dark.gif) no-repeat 3px 6px;
}

#sitigruppo ul li a:hover {
	color: #096;
	background:#e8e8e8 url(../img/arrow_green.gif) no-repeat 3px 6px;
}

