html, body {
	background:#FFF;
	padding-top: 0px;
	margin:0 auto;
	width:auto;
	height:100%;
}
input {
	font-family:Arial, Helvetica, sans-serif;
	color:#336699;
}
form {
	margin:0;
	padding:0;
}
img {
	border:0;
}
body {
	width:100%;
	color:#616568;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	width:100%;
}
a:link, a:visited {
	color:#999999;
	text-decoration:none;
}
a:hover, a:visited:hover {
	color:#d31727;
	text-decoration:none;
}
#total {
	width: 100%;
	text-align:center;
	background:url(../img/bg_large_head.gif) top repeat-x;
	margin: 0 auto;
	float: left;
}
#header {
	background:url(/images/background/bg_top.jpg) repeat-x top;
	height:100px;
	width:100%;
	float:left;
}
#main {
	width:580px;
	margin: 0 auto;
	text-align:center;
	clear:both;
}
#main #cnt {
	width:100%;
	float:left;
	margin:0 auto;
}
.intestazione {
	width:100%;
	float:left;
	clear:both;
}
.intestazione img {
	float:left;
}
.intestazione .top88 {
	margin-top:88px;
	float:left;
}
.txt_block {
	width:100%;
	margin-top:35px;
	float:left;
	display:inline;
	clear:both;
}
.col_sx {
	width:465px;
	border-right:1px solid #cccccc;
	padding-right:10px;
	float:left;
	text-align:left;
}
.col_sx p {
	margin:0;
	padding:0;
	margin-bottom:20px;
}
.col_sx span, .col_sx a {
	color:#616568;
	font-weight:bold;
}
.col_dx {
	float:left;
	margin-left:20px;
	display:inline;
	text-align:left;
}
.col_dx ul {
	margin:0;
	padding:0;
	float:left;
	width:80px;
}
.col_dx li {
	display:block;
	margin-bottom:10px;
	background:url(/images/element/point.gif) 0 6px no-repeat;
	padding-left:12px;
}
.col_dx li.nomelista {
	font-weight:bold;
	color:#616568;
	background:none;
	padding:0;
}
.loghi {
	width:100%;
	height:145px;
	float:left;
	text-align:left;
	clear:both;
}
.loghi img {
	margin-right:30px;
	float:left;
}
#bottom {
	background:url(/images/background/bg_bot.jpg) repeat-x top;
	float:left;
	width:100%;
	height:196px;
}
#bottom .center {
	width:980px;
	margin: 0 auto;
	text-align:center;
	clear:both;
	margin-top:55px;
	font-size:11px;
	color:#848a8e;
}
.footer_sx {
	width:70%;
	float:left;
	text-align:left;
}
.footer_sx span {
	color:#85c9eb;
	font-weight:bold;
}
.footer_dx {
	width:30%;
	float:left;
	text-align:right;
}
.footer_dx p {
	margin:0;
	padding:0;
	margin-top:30px;
	margin-bottom:10px;
}


div.popupdiv {
	position: absolute; 
	z-index: 10000;
	top: 300px;
	left: 32%;
	background: #FFFFFF;
	border-left: 1px solid #85c9eb;
	border-top: 1px solid #85c9eb;
	border-right: 2px solid #85c9eb;
	border-bottom: 2px solid #85c9eb;
}
div.popupdiv .close{
	margin: 5px 5px 0 0; 
	text-align: right;
}
div.popupdiv .close a:link, div.popupdiv .close a:visited{
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	background-color: #EEEEEE;
	padding: 0 4px;
	font-weight: bold;
	font-size: 14px;
}
div.popupdiv .testo{
	padding: 10px 30px 30px 30px;
}
