body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
h1 {
	font-size: 12px;
	color:#666666;
	font-weight:bold;
	text-align:center;
}

/*/////////////////////////////////// new */
body {
	background-color: #053d4b;
	margin: 0px;
	padding: 0px;
	width: 990px;
	margin-left:auto;
	margin-right:auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
.clr {
	clear:both;
}
#logo-sit {
	width: 247px;
	height:146px;
	background-image: url(img/bg-logosit.gif);
	background-repeat: no-repeat;
	float:left;
}
#logo-sit img{
	margin-left:55px;
	margin-top:10px;
}

#head {
	width: 743px;
	height:146px;
	background-image: url(img/bg-head.gif);
	background-repeat: no-repeat;
	float:left;
	background-position: left bottom;
	text-align:center;
}
#box {
	width: 990px;
	height: auto;
	background-image: url(img/bg-box.gif);
	background-repeat: repeat-y;

}
#sx {
	width: 247px;
	height:100%;
	background-image: url(img/bg-sx.gif);
	background-repeat: repeat-y;
	float:left;
}
#menusx {
	background-image: url(img/bg-menusx.gif);
	background-repeat: repeat-x;
	width: 199px;
	margin-left:22px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #d9d6d6;
	border-left-color: #d9d6d6;
}
#bottomsx {
	background-image: url(img/bottom-sx.gif);
	background-repeat: no-repeat;
	width: 203px;
	height:18px;
	margin-left:22px;

}
#contenuto {
	width: 743px;
	height:100%;
	background-image: url(img/bg-content.gif);
	background-repeat: repeat-y;
	float:left;
	background-position: right;
	background-color:#FFFFFF;
}
#contenuto-2 {
	width: 900px;
	height:100%;
	background-image: url(img/bg-content.gif);
	background-repeat: repeat-y;
	float:left;
	background-position: right;
	background-color:#FFFFFF;
	margin-left:40px;
}
#footer {
	width: 990px;
	height:20px;
	background-image: url(img/bg-footer.gif);
	background-repeat: no-repeat;
}

a:link.button, a:visited.button {
	background-image: url(img/but-link.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 199px;
	height:26px;
	display: block;
	text-decoration:none;
	text-align:center;
	color:#053c4b;

}
a:hover.button {
	background-image: url(img/but-over.gif);
	background-repeat: no-repeat;
	display: block;
}
/*/////////////////////////////////// new */
a:link, a:visited {
	color: #CCCCCC;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

a.menu-sx:link,a.menu-sx:visited,a.menu-sx:active {
	color: #808080;
	text-decoration:none;
 }
a.menu-sx:hover {
	text-decoration:underline;
}

#dettagli:link,#dettagli:visited,#dettagli:active {
	color: #808080;
	text-decoration:none;
 }
#dettagli:hover {
	color: #800000;
	text-decoration:underline;
}

.cercaDettagli:link,.cercaDettagli:visited,.cercaDettagli:active {
	color: #404040;
	text-decoration:none;
 }
.cercaDettagli:hover {
	color: #800000;
	text-decoration:underline;
}

.nascosto {
	display: none;
}
#lucidi {
	display: none;
	position:absolute;
	top:0px;
	left:0px;

	width: 210px;
	height: auto;
	background-color:#33FF00;

}

li {
list-style:none;
}

ul {
	padding-left:0px;
	padding-top:0px;
}