html,body{
    margin:0px;padding:0;
	width:100%;
}

body {
	font-family: verdana,Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #818181;
	/*background-image: url(sfondo.gif);
	background-color: #8EA5B3;*/
	BACKGROUND: url(Sfondo.jpg) #517AB0 no-repeat 50% top; COLOR: #3e4c5b;
	position: Absolute;
	top:38px;
}

div#container{
    width:850px;
	margin: 0 auto;
	border-right:1px solid #23519E;
	border-bottom:2px solid #23519E;
	background: url(sfuma.gif) repeat-x;
	background-color:#FFFFFF;
	padding-top:2px;
	
}

div#header{
    width:800px;
	margin: 0 auto;
	margin-bottom:0px;
	text-align: left;
	padding-top:14px;
	padding-bottom:0px;
	/*background: url(sfuma.gif) repeat-x;*/
}

div#header img{
	vertical-align:top;
}
/******************************************************/
/* MENU DI NAVIGAZIONE
/******************************************************/

#vdividermenu ul{
margin: 0;
padding: 0;
margin-bottom: 0px;
margin-left:2px;
width: 797px;
/*border: 1px solid #625e00;*/
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight:bold;
background-color: #2D71A4;
background: transparent url(bkgd_topnav.gif) center right repeat;
}

* html #vdividermenu ul{ /*IE only rule, reduce menu width*/
width: 90%px;
}

#vdividermenu ul li{
display: inline;
line-height:22px;
height:22px;
}

#vdividermenu ul li a{
color: #ffffff;
padding: 3px 12px;
text-decoration: none;
background: transparent url(separater_topnav.gif) right no-repeat;
}

#vdividermenu ul li a:visited{
}

#vdividermenu ul li a:hover{
background-color: #3589C8;
margin: 0;
}
/****** fine menu top ******/
/******************************************************/
/* MAIN
/******************************************************/
div#main{
	width:800px;
	margin: 0 auto;
}


div#titolo{
	width:100%;
	margin: 0 auto;
	line-height:27px;
	text-align: left;
	min-height: 27px;
	height: auto !important;
	height: 27px;
	background: url(sfuma.gif) repeat-x;
	border-top:1px solid #E4E4E4;
	border-bottom:1px solid #E4E4E4;
	}
div#titolo a{
	color:#818181;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
	padding-left:10px;
	line-height:27px;
	text-align: left;
}
.markermenu{
list-style-type: none;
margin: 0px 0;
padding: 0;
width: 100%px;
border-bottom: 1px solid #E4E4E4;
}

.markermenu li a{
background: url(sfuma.gif) repeat-x;
font: bold 12px Verdana;
color:#818181;
display: block;
width: auto;
padding: 3px 0;
line-height:27px;
padding-left: 10%;
text-decoration: none;
border-bottom: 1px solid #E4E4E4;
}


* html .markermenu li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 90%;
}

.markermenu li a:visited, .markermenu li a:active{
color:#818181;
}

.markermenu li a:hover{
color: black;
background: url(sfuma.gif) repeat-x; /*onMouseover image change. Remove if none*/
}


div#caseHistory {
	color:#FFFFFF;
	min-height: 100px;
	height: auto !important;
	height: 100px;
	background: url(sfondo_case_history.gif) repeat-x;
	padding:10px 20px 0px 20px;
}
div#caseHistory a{
	color:#FFFFFF;
	text-decoration:none;
	text-align: left;
}
div#caseHistory a:hover{
	text-decoration:underline;
}
div#caseHistory li{
	font-size:11px;
}

div#content{
	line-height:15px;
	padding:0px 17px 20px 17px;
}

.list{
	display: block;
	vertical-align:top;
	text-decoration:none;
	color: #3C657B;
}

.dettagli{
	position:relative;
	text-indent:200px;
	top:-10px;
}
.Stile1 {
	color: #3C657B;
	font-weight: bold;
}
.titolo_categorie {
	color: #3C657B;
	font-weight: bold;
	text-decoration:underline;
	background-image:url(arrow.gif);
	background-attachment:fixed;
	background-position:left;
	background-repeat:no-repeat;
	padding-left:6px;
}
.titolo_categorie1 {
	font-size:13px;
	color: #3C657B;
	font-weight: bold;
	text-decoration:none;
}

/******************************************************/
/* COPY
/******************************************************/
div#footer{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	width:800px;
	margin: 0 auto;
	padding:16px 0px 16px 0px;
}
div#footer p{
	margin-left:8px;
}
div#footer a{
	color: #818181;
	text-decoration:none;
}
div#footer a:hover{
	color: #818181;
	text-decoration:underline;
}
div#footer img{
vertical-align:middle;
}
