@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../_img/sfumatura_inside2.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;

	
}
body,td,th, div {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size:12px;
}

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #666666;
}
.intro {
	height: 590px;
}
.banner {
	height: 413px;
}
.centrato {
	margin: auto;
	width: 800px;
}
.titolo {
	width:580px;
	height:50px;
	/*padding-top: 20px;*/
	padding-right: 10px;
	/*padding-bottom: 20px;*/
	padding-left: 10px;
	font-size:26px;
	font-style:italic;
}
.testo {
	padding: 10px;
	/*font-size: 11px;*/
	text-align: justify;
}
.box {
	height: 160px;
	width: 180px;
	float: left;
	padding: 10px;
	background-image: url(../_img/lente.gif);
	background-repeat: no-repeat;
	background-position: 153px 110px;
	font-size:11px;
}
.box_x3 {
	width: 580px;
	float: left;
	/*padding-right: 5px;
	padding-left: 5px;*/
}
.lista {
	height:80px;
	padding-bottom: 10px;
	margin-bottom:30px;
	clear: both;
}
.submenu {
	background-image: url(../_img/menu.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 450px;
	/*font-weight:bold;*/
	font-size:11px;
}.submenu a, .submenu a:visited{
	text-decoration:none;
	outline:none;
}.submenu a:hover, .submenu a:focus{ 
	text-decoration:none;
	outline:none;
	color:#000;
}.submenu #active{
	text-decoration:none;
	outline:none;
	color:#000;
	font-weight:bold;
}
.nero {
	color: #000000;
}
.footer {
	color: #666666;
	text-align: center;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size:10px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.frame {
	border: 10px solid #F0F0F0;
	background-color: #F0F0F0;
}

.invalidInput{background-color: #FFECE6;}
.validInput{ border: 1px solid #DFDFDF;}

.inputText {
	width:200px;
	font-size: 10px;
	margin: 3px 0px 0px 0px;
	border: 1px solid #DFDFDF;
	color: #666666;
}
textarea {
	font-size: 10px;
	color: #666666;
	padding: 3px;
	margin: 3px 0px 0px 0px;
	border: 1px solid #DFDFDF;
}
.button {
	width:80px;
	padding:3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	border: 1px solid #CCCCCC;
	color: #666666;
}

.none { display:none; }


#nav {
	text-align:left;
	/*margin: 10px 0px 10px;
	padding: 2px;*/
	color:#9D9D9D;
	border-top: solid 1px #F2F2F2;
} #nav  a {
	font-size: 10px;
	display: inline;
	font-weight: normal;
	/*padding: 2px 7px;*/
	text-decoration: none;
	margin-right: 3px;
	color: #666666;	
} #nav #active {
	color: #000000;
	font-weight:bold;
	font-size:11px;		
} #nav  a:visited  {
	color: #666666;	
} #nav  a:hover {
	color: #000000;
	background-color:#DFDFDF;
	text-decoration:underline;
} 

