@charset "utf-8";
/* CSS Document */

html,body{
	margin: 0;
	padding:0;
	height:100%;
	}
body{
	background-color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:8px;
	margin:0px auto;
	position:relative;
	}
div#container{
	background-color:#FFF;
	height:70%;
	margin:0px auto;
	position:relative;
	}

div#contsito{
	margin:0px auto;
	width:960px;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.4em;										/* proprietà font */
	font-weight:normal;										/* proprietà font */
	}
div#sito{
	position:absolute;
	bottom:0px;
	width:960px;
	height:342px;
	overflow:hidden;
	}

#sinistra{
	float:left;
	height:100%;
	width:350px;
	}
#destra{
	float:right;
	height:100%;
	width:610px;
	}
#destra1{
	width:20px;
	float:left;
	}

#destra2{
	width:570px;
	margin: 0 20px;
}

#destra3{
	width:20px;
	margin-left:-20px;
	}

.text{
	padding:1em 2em 1em 1em;
	text-align:justify;
	}
#menu{
	margin:0px auto;
	position:relative;
	background-color: #000;
	height:28px;
	width:960px;
	line-height:28px;
	color:#555;
	font-size:1.5em;
	letter-spacing:2px;
	}
#logodxsotto{
	background-repeat:no-repeat;
	position:absolute;
	right:0px;
	top:0px;
	height:28px;
	width:390px;
	}
	
a:link, a:visited{
	color:#555;
	text-decoration:none;
	}

a:hover, a:focus{
	color:#ff003c;
	text-decoration:none;
	}


#menu a:link, #menu a:visited{
	color:#555;
	text-decoration:none;
	}

#menu a:hover, #menu a:focus{
	color:#ff003c;
	text-decoration:none;
	}
#menu a.pagesel{
	color:#ff003c;
	}
.pbox{
	margin:0em;
	padding-right:1em;
	text-align:right;
	}
.pbox a:link, .pbox a:visited{
		color:#ff003c;
		text-decoration:none;
		font-weight: bold;
		font-variant:small-caps;
	}
.imgsx{
	width:300px;
	float:left;
	margin:0em 1.2em 1em 0.9em;
	border:#CCCCCC 1px solid;
	}
.testobox{
	font-size: 0.9em;
	color: #999999;
	text-align:justify;
	padding:3em 1em 1em 1em;
	}

/*form*/
#contact-form p {
	margin:0;
	padding:0 0 10px 0;
	}
#cf_name, #cf_email, #cf_phone, #cf_subject, #cf_message {
	background:#efefef;
	border-top: solid 1px #bbb;
	border-left: solid 1px #bbb;
	border-right: solid 1px #dedede;
	border-bottom: solid 1px #dedede;
	padding:7px;
	color:#999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
#cf_name, #cf_email, #cf_phone, #cf_subject {
	width:90%;
	}
#cf_message {
	width:90%;
	}
.button-bg {
	float:right;
	color:#efefef;
	border:0;
	background:#ff003c;
	padding:3px 8px;
	margin-right:45px;
	}
img{
	border:none;
	}
