@charset "utf-8";
body {
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 22px;
	color: #ececec;
	background-color: #ececec;
	background-image: none;
	margin: 0px;
	padding: 0px;
}
a:link{
	color:#6C8F21;
	text-decoration:underline;
}
a:visited{
	color:#6C8F21;
	text-decoration:underline;
}
a:hover{
	color:#A8BA41;
	text-decoration:underline;
}
#container {
	width: 100%;
	height:auto;
	background-color: #334C4D;
	margin: 0px;
	padding: 0px;
}
#head {
	width: 910px;
	height: 78px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 24px;
	margin-left: auto;
}
#menu{
	width: 410px;
	font-size: 13px;
	color: #6C8F21;
	text-align: right;
	padding-top: 35px;
}

.item {
	float: left;
	display:inline;
	padding: 0px 15px;
	text-align: center;
	color:#000000;
}
.itemPipe{
	float: left;
	display:inline;
	color:#6C8F21;
}

#menu a:link{
	font-weight: bold;
	color:#000000;
	text-decoration:none;
}
#menu a:visited{
	font-weight: bold;
	color:#000000;
	text-decoration:none;
}
#menu a:hover{
	font-weight: bold;
	color:#6C8F21;
	text-decoration:underline;
}

#corpo {
	height: auto !important;
	height:453px;
	min-height:453px;
	width:910px;
	background-color: #1E2D2E;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ECECEC;
	margin: 0px auto;
}
.imgSX {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #ECECEC;
	border-right-color: #ECECEC;
	border-bottom-color: #ECECEC;
	border-left-color: #ECECEC;
}
#contenuto {
	font-size: 12px;
	padding: 36px;
	width: 528px;
	text-align:justify;
}
#contenuto a:link{
	color:#ECECEC;
	text-decoration:underline;
}
.selezionato{
	/*color:#FF0000;*/
	color:#b9cf8a;
	text-decoration:underline;
}
.nullo{
	text-decoration:inherit;
}
/**/
#contenuto a:visited{
	color:#ECECEC;
	text-decoration:underline;
}
#contenuto a:hover{
	color:#A8BA41;
	text-decoration:underline;
}
#textBox {
	color: #334C4D;
	line-height: 20px;
	background-color: #b9cf8a;
	width: 508px;
	padding: 10px;
	margin-bottom: 25px;
	height: auto;
}


#foot {
	font-size: 11px;
	color: #000000;
	padding: 20px 17px;
	width: 876px;
	margin: 0px auto;
	text-align: right;
	line-height: 18px;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #DBBB46;
	margin: 7px 0px;
}
p {
	margin-top: 7px;
	margin-bottom: 7px;
}
/*================= form ================= */
.formBoxTesto{
	height:18px;
	margin-top:3px;
	font-weight:bold;
	float:left;
	display:inline;
}
.formBoxInput{
	float:left;
	display:inline;
}
.formInput{
	outline: 0 none;
	width:100%;
	height:18px;
	border:1px solid #999;
	font-size:12px;
	font-family:"Trebuchet MS";
	color:#666;
}
.formTextarea{
	outline: 0 none;
	width:100%;
	height:90px;
	border:1px solid #999;
	font-size:12px;
	font-family:"Trebuchet MS";
	color:#666;
}
.ButtonSend{
	margin:0px;
	padding:0px;
	text-align:center;
	background-color:#1E2D2E;
	border:none;
	width:140px;
	height:22px;
	color:#ECECEC;
	font-size:12px;
	font-weight:bold;
	font-family:"Trebuchet MS";
}
