body {
	/*background-color: #fff;
	background-image: url(../images/sf.jpg);
	background-position: 100% 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;*/
	text-align:center;
}


hr {
	display:none;
}

.box {
	width:740px;
	margin:auto;
	text-align:left;
	background:#fff;
}


/***************************************** HEADER */

.header {
	background-color:#fff;	
	background-image: url(../images2/logo.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.header span {
	display:none;
}

.header h1 a {
	display: block;
	background-image: url(../images2/logo_scritta.gif);
	background-position: left center;
	background-repeat: no-repeat;
	width:250px;
	
	width: 300px;
	height: 30px;
	margin-top:20px;
}

.header h1 a span {
	display:none;
}

.header ul {
	display: block;
	width:650px;
	font: 8pt arial,Helvetica, sans-serif;
	color:#747474;
	margin:0px;
	padding:0px;
	margin-top:10px;
	border:solid 1px #fff;
	
	margin-left:30px;
}

.header ul li {
	margin:0px;
	padding:0px;
	display:block;
	float:left;
	width:70px;
	background-color: #E2E2E2;
	text-align:center;
	margin:1px;
}

.header ul li a {
	text-decoration:none;
	color: #747474;
	display: block;	
}

.header ul li a:hover {
	background:#f0f0f0;
	color:#000;
	color:#003466;
}

/***************************************** MENU */

.menu {
	display:block;
	width:100%;
	background: #003466;
}

.menu ul {
	margin:0px;
	padding:0px;
	display:block;
	float:left;
	width:100%;	
	background: #003466;
	color:#fff;
}

.menu ul li{
	margin:0px;
	padding:0px;
	display:block;
	float:left;	
	list-style-type: none;
}

.menu ul li a{
	display: block;
	width:80px;
	text-align: center;
	font: 10pt arial narrow,Helvetica, sans-serif;
	line-height: 18pt;
	color:#fff;
	text-decoration:none;
	margin-top:2px;
	margin-bottom:2px;
	
		border-top:solid 1px #fff;
}

.menu ul li a:hover {
	background: #cccccc;
	color:#003466;
		background-color: #E2E2E2;
		
}

.menu ul li #ultimo {
	border-right: solid 1px #fff;
}

/***************************************** CONTENT */

.content {
	display:block;
	float:left;
	background: #F1F1F1;
	margin-top:5px;
}

.content .lista li {
	list-style-image: url(../images2/square-blue.gif);
	line-height: 2em;
}


.content a, .content ul a{
	color: #4784C3;
	text-decoration: none;
}

.content h2 {
	font-family: Arial, Helvetica, sans-serif;
	color:#808080;
	padding-left:40px;
	color: #fff;
	background: #636363;
	background-image: url(../images2/frecciagiu.gif);
	background-position: left top;
	background-repeat: no-repeat;
	line-height:1.3em;
}

.content h3 {
	color:#DE800D;
}

.content .testo {
	background:#fff;
	display:block;
	/*width: 370px !important;
	width: 390px;*/
	width: 515px !important;
	width: 535px;
	
	float: right;
	/*margin-right:175px !important;
	margin-right:88px;*/
	
	margin-right: 30px !important;
	margin-right: 17px;
	
	padding:10px;
	padding-top:0px !important;
	padding-top:10px;
	
	font-family:arial,sans-serif;
}

.content .testo p{
	font-family:arial,sans-serif;
	text-align:justify;
	color:#000;
	line-height:1.5em;
	text-indent: 1.5em;	
	font-size: 75%;
	line-height:1.5em;	
}

.content .testo ul {
	font-size: 75%;
	line-height:1.5em;
	list-style-type: square;
}

.content .testo ol {
	font-size: 9pt;
	line-height:1.5em;
}

.content .testo ol li {
	margin-bottom: 10px;
}


.content .immagine {
	display:block; 
	float:right; 
	margin:0px; 
	padding:0px; 
	border-bottom:5px solid #fff; 
	display:block; 
	width:565px;
	float:right;
	
	filter:blendTrans(duration=3);
}

.img_c {
	display: block;
	text-align: center;
	margin: auto;
}

.img_dx {
	float: right;
	padding:5px;
}

.img_sx {
	float: left;
	padding:5px;
}

.next {
	display:block;
	width: 300px;
	border-right: solid 2px #000;
	border-top: solid 2px #000;
	text-align: right;
	float: right;
	padding: 5px;
	padding-right: 20px;
	margin-top: 20px;
	text-decoration: none;
	color: #4784C3;
	
	background-image: url(../images2/bullet1.gif);
	background-repeat: no-repeat;
	background-position: 98% center;
}

.next:hover {
	text-decoration: underline;
}

.pg2 {
	background: #1B5083;
}


.content #inviomail {
	font-size: 75%;
	padding-left: 25px;
}


.content #inviomail input,select,textarea {
	width: 300px;
	border: solid 1px #4784c3;
	background: #f1f1f1;
}

.content #inviomail label {
	padding-top: 10px;
	display: block;
}

.content #inviomail #submit {
	width:100px;
}

/***************************************** SX */

.sx {
	display:block;
	width:150px; 
	float:left;
	color: #636363;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	padding:5px;
}

.sx ul {
	font-family: arial narrow,arial,sans-serif;
	list-style-image: url(../images2/bullet1.gif);
	margin:0px;
	padding:0px;	
	margin-bottom:30px;
}

.sx ul li {
	margin-top:5px;
	margin-left:20px;
	margin-right:0px;
	padding:0px;
}

.sx ul li a {
	text-decoration: none;
	color: #4784C3;
}

.sx ul li a:hover {
	text-decoration:underline;
}

.titlista {
	display: block;
	margin-bottom: 10px;
}

.mnu2 .pg {
	color:#1b5083;
}


.sx form {
	display: block;
	width: 140px;
	background: #e2e2e2;
	border: solid 1px #4784c3;
	border-bottom: solid 2px #4784c3;
	border-right: solid 2px #4784c3; 
	padding: 5px;
}

.sx form #word {
	border: solid 1px #4784c3;
	width: 95%;
}

.sx form #invio {
	position: relative;
	margin-top: 5px;
	
	border: solid 1px #000;
}


dl {
	font-size: 75%;
}

dl dt {
	font-weight: bold;
	padding-left:20px;
	border-bottom: solid 1px #4784c3;
	background-image: url(../images2/square-blue.gif);
	background-repeat: no-repeat;
	background-position: left;
}

dl dd {
	margin-top: 5px;
	margin-bottom:20px;
}

dl dd a {
	display: block;
	background-image: url(../images2/bullet1.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
}

/***************************************** FOOTER */
.footer {
	clear: both;
	top:0px;
	padding-top: 5px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	position:relative;
	border-top: solid 2px #5a5a5a;
	color:#4784c3;
}