@charset "utf-8";

body {
	background-image: url(../images/sfondo.jpg);
	background-repeat: repeat-x;
	background-color:#FFF;
	margin: 0px;
	padding: 0px;
}
.corpo {
	width: 1000px;
	margin-left: -500px;
	position: absolute;
	left: 50%;
	padding: 0px;
	margin-top: 0px;
}
.menu {
	position: relative;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#f6901e;
	width: 100%;
	text-align: center;
	color:#FFF;
	width: 1000px;
	font-size: 16px;
	margin-top: 10px;
}
.menu a:link, .menu a:visited, .menu a:active {
	color:#FFF;
	text-decoration: none;
}
.menu a:hover {
	background-color:#666;	
	color:#FFF;
	text-decoration: none;
}
.top {
	position: relative;
	width: 1000px;
	
}
.logo {
	position: relative;
	width: 211px;
	float:left;
	margin-top: 40px;
}
.top_testo {
	position: relative;
	width: 740px;
	margin-left: 45px;
	font-family:"Times New Roman", Times, serif;
	text-align: center;
	line-height: 75px;
	float:left;
	margin-top: 9px;
}
.corpo2 {
	position: relative;
	width: 1000px;
	margin-top: 50px;
	float:left;
}
.frase {
	position: relative;
	width: 215px;
	font-family:"Times New Roman", Times, serif;
	text-align: left;
	float:left;
	font-size: 28px;
	color: #646464;
}
.linea {
	position: relative;
	float:left;
}
.testo {
	position: relative;
	width: 520px;
	font-family:"Times New Roman", Times, serif;
	text-align: left;
	float:left;
	font-size: 14px;
	color: #646464;
	text-align: justify;
	padding-left: 10px;
	padding-right: 10px;
}
.testo h1 {
	font-family:"Times New Roman", Times, serif;
	text-align: left;
	font-size: 22px;
	color: #646464;
	margin-top: 0px;
	margin-bottom: 10px;
}
.parole_chiave {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	float:left;
	font-size: 12px;
	color: #989898;
	width: 210px;
	margin-left: 0px;
	line-height: 16px;
	margin-top: 50px;
	border: 1px solid #CCC;
	padding: 5px;
	width: 200px;
}
.parole_chiave a:link, .parole_chiave a:visited, .parole_chiave a:active {
	color:#989898;
	text-decoration: none;
}
.parole_chiave a:hover {
	background-color:#f6901e;	
	color:#FFF;
	text-decoration: none;
}
.parole_chiave2 {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	float:left;
	font-size: 12px;
	color: #989898;
	width: 210px;
	margin-left: 0px;
	line-height: 16px;
}
.parole_chiave2 a:link, .parole_chiave2 a:visited, .parole_chiave2 a:active {
	color:#989898;
	text-decoration: none;
}
.parole_chiave2 a:hover {
	background-color:#f6901e;	
	color:#FFF;
	text-decoration: none;
}
.footer {
	background-image: url(../images/foter.png);
	background-repeat: repeat-x;
	height: 22px;
	color:#FFF;
	position:relative;
	float:left;
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
	width: 1000px;
}
.contatti {
	background-color:#808285;
	color:#FFF;
	position:relative;
	float:left;
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top: 2px;
	margin-left: 10px;
}
.spiweb {
	background-color:#808285;
	color:#FFF;
	position:relative;
	float: right;
	margin-top: 2px;
	margin-right: 10px;
}
