/* CSS Document */
html, body {
	margin:0;
	padding:0;
}

body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#0033cc;
}

#wrapper {
	width:760px;
	min-height:450px;
	background:transparent url(../i/bgbody.gif) left top repeat;
}

#head {
	width:100%;
	height:145px;
	position:relative;
	background:transparent url(../i/bghead.gif) left top no-repeat;
}

#head ul { 
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	bottom:5px;
	left:20px;
}

#head li {
	display:block;
	float:left;
}

#head li a:link, #head li a:visited { 
	display:block; 
	width:80px;
	height:14px;
	color:#f6e830;
	text-align:center;
	text-decoration:none;
	border:0px solid #0099cc;
}

#head li a:hover, #active {
	height:12px;
	width:78px;
	color:#0393d2;
	border:1px solid white;
	background-color:#f6e830;
}

#head object {
	position:absolute;
	right:0;
	top:0;
}
#container {
	position:relative;
	width:100%;
}

#content {
	margin-left:226px;
	margin-right:118px;
	padding: 10px 0;
	background:none;
}
#content h3 { color:#009901; text-transform:uppercase; text-shadow:#333333; }
#content h4 { font-size:13px; font-weight:bold; }

#content a:link, #content a:visited, #content a:active {
	color:#008ee2;
}
#content a:hover  {
	color:#009901;
}

ul.lista_lunga {
	margin:0 0 0 10px;
	padding:0 0 0 10px;
}
.lista_lunga li {
	display:block;
	line-height:1.4em;
	margin: 0 0 18px 0;
} 

.important { color:#008ee2; }

.links {
	list-style:none; 
	}
.links li { margin-bottom: 10px; }
.links a:hover img { border:1px solid black; }

.right {
	display:block;
	float:right;
	text-align:right;
}

.right img, .right object {
	margin:3px 0 3px 7px;
	border:1px solid black;
	vertical-align:text-top;

}
#content p {
	padding:3px 0;
	text-align:left;
}

#right {
	float:right;
	width:110px;
	margin-top:30px;
}


#right input {
	margin-top:12px;
	margin-left:5px;
}
#right a img { border:0; }

#right fieldset a {
	display:block;
	width:42px;
	height:22px;
	position:absolute;
	right:3px;
	bottom:20px;
	border:0px solid black;
}

#right fieldset {
	margin:0;
	padding:0;
	border:0;
	background:transparent url(../i/blogin.gif) left top no-repeat;
	height:107px;
	width:107px;
	position:relative;
	padding-top:6px;

}
#right form { margin:0; padding:0; }

#leftmenu {
	float:left;
}

#footer {
	background: transparent url(../i/bgfooter_seo.gif) left top no-repeat;
	height:69px;
	clear:both;
	position:relative;
}
	#address {
		font-family: Arial, Helvetica, sans-serif;
		position:absolute;
		top:28px;
		left:245px;
		width:405px;
		height:30px;
		color:white;
	}

	#poweredby {
		position:absolute;
		bottom:14px;
		right:23px;
		width:76px;
		height:21px;
	}
	/*#poweredby a{
		display:block;
		width:75px;
		height:20px;
	}*/

#footer p { /* NONUSATO */
	position:absolute;
	right:0px;
	top:-26px;
	font-size:11px;
}

.lista_docs {

	table-layout:fixed;
	width:98%;
	border-collapse:collapse;

}
.lista_docs td { border-bottom:1px solid #0066CC; padding:3px }

.title2 {
	font-weight:bold;
	text-decoration:underline;
	color:#FF0000;
}