/* CSS BY EPIDEMIA LAB WWW.EPIDEMIALAB.IT */



body {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	color: #333333;
	background: url(../img/bg_body.png) #9acbd7 center top;
	font-size: 14px;
	margin: 0;
	padding: 0;
}
h1 {
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	color: #339999;
	padding: 0;
	margin: 0;
}
a {
	color: #999999;
	text-decoration:none;
}
a:hover {
	color: #000;
	text-decoration:none;
}
img {
	border: 0px;
}
#contmain {
	width: 844px;
	background: url(../img/bg_cont.png) repeat-y center top;
	position: relative;
	text-align: center;
	margin: auto;
	padding: 0;
}
#head {
	background: url(../img/head.jpg) no-repeat center;
	width: 844px;
	height: 366px;
	text-align: center;
	float: left;
}
#cont_testo {
	width: 370px; /*422*/
	float: left;
	padding: 30px 0 20px 52px;
	text-align: justify;
}
#box_dx_home {
	width: 422px;
	text-align: left;
	float: left;
	padding: 30px 0 0 0;
}
#box_dx {
	width: 378px; /*422*/
	text-align: left;
	float: left;
	padding: 30px 0 0 44px;
}
img.thumb {
	width: 150px;
	height: 112px;
	border: 4px solid #339999;
	margin: 5px;
}
img.thumb a {
	width: 150px;
	height: 112px;
	border: 4px solid #339999;
}
img.thumb a:hover {
	border: 4px solid #333333;
}
.footer_line {
	width: 100%;
	border-top: 1px dotted #a58a48;
	height: 8px;
	margin: 0;
	clear: both;
	float: left;
}
.footer_line span {
	display: none;
}
#footer, #footer_bot {
	clear: both;
	font-size: 10px;
	text-align: left;
	margin: 0;
	background: url(../img/footer.jpg) no-repeat;
}
#footer {
	width: 740px;
	height: 80px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 0 52px 0 52px;
}
#footer a {
	color:#339999
}
#footer a:hover {
	color:#336666
}
#footer_SX {
	width: 585px;
	padding: 12px 0 0 0;
	float: left;
}
#footer_DX {
	padding: 12px 0 0 20px;
	width: 134px;
	text-align: left;
	float: left;
	border-left: 1px dotted #a58a48;
}
#footer_bot {
	width: 844px;
	height: 38px;
	background: url(../img/footer.png) center;
}
span.black {
	color: #000;
}
/* FORM */



#contform {
	width: 350px;
	text-align: left;
	font-size: 12px;
}
label.form {
	width: 120px;
	margin: 5px 5px 0 0;
	text-align: left;
	float: left;
	color: #7c7c53;
}
input.form {
	width: 195px;
	text-align: left;
	font-size: 12px;
	margin: 5px 0 0 0;
	padding: 1px;
	border: 1px solid #cccc99;
	color: #006600;
	text-indent: 3px;
}
textarea.form {
	width: 195px;
	height: 100px;
	text-align: left;
	font-size: 12px;
	margin: 5px 0 0 0;
	padding: 1px;
	border: 1px solid #cccc99;
	color: #006600;
	text-indent: 3px;
}
input.btn_invia {
	padding: 1px;
	background: #FFFFFF url(../img/bg_btn.gif) no-repeat right;
	border: 1px solid #cccc99;
	color: #333333;
	cursor: pointer;
	margin: 0;
}
