

*{
	border: 0px;
	margin: 0px;
	padding: 0px;
}

body{
	background-color: white;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #444;
}

/*==============	content		================*/

div#container{
	width: 1018px;
	margin: auto;
}

/*===========	Fine Content	==============*/

/*==============	Header		================*/

div#header{
	height: 99px;
	background-color: #eee;
	border-bottom: 1px solid #e4e4e4;
}

div#logo{
	height: 99px;
	width: 988px;
	margin: auto;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

div#logo ul{
	margin: 20px 0px 0px 0px;
	padding:0px 10px 0px 0px;
	list-style: none;
	float: right;
	text-align: right;
	border-right: 2px solid #ae1803;
}

div#logo a{
	color: #444;
	text-decoration: none;
}


/*===========	Fine Header	==============*/

/*==============	menu		================*/

div#menu{
	height:160px;
	padding:20px 0px 0px 0px;
}

div#menu ul{
	list-style: none;
	width: 960px;
	margin:auto;
	
}

div#menu ul li{
	display: block;
	width: 320px;
	height: 30px;
	float: left;
}

div#menu ul li a{
	display: block;
	background-image: url(../images/botons.jpg);
	background-repeat: no-repeat;	
	height: 18px;
	width: 215px;
	background-position:0px -30px;
	text-decoration: none;
	padding:7px 5px 5px 20px;
	color: #444;
}

div#menu ul li a:hover{background-position:0px 0px;}

/*===========	Fine menu	==============*/



/*==============	main		================*/

div#main{}

/*===========	Fine main	==============*/

/*==============	footer		================*/

div#footer{
	clear: both;
	padding:20px;
	background-color: #eeeeee;
	border-top:1px solid #e3e3e3;	
	font-size: 10px;
}

#footerCont{width: 960px; margin: auto;}

#footerCont ul{list-style: none; }

#footerCont ul li{float: left; margin:0px 5px 0px 0px;}

#footerCont ul li a{text-decoration: none; color:silver;}

div#footer h1{
	display: block;
	margin: auto;
	font-size: 12px;
}


.foout {
clear:both;
margin-top:10px;
text-align:right;
font-size:10px;
}

.foout img {
vertical-align:middle;
}

.foout a {
color:silver;
}

/*===========	Fine footer	==============*/




/*==============	FORM		================*/


div#sx, div#middle{float:left; width: 270px;}


#form{
	height: 208px; /*240*/
	width: 895px;/*1018*/
	padding:32px 0px 0px 123px;
	display: block;
	background-image: url(../images/form.jpg);
	background-repeat: no-repeat;
}

div.error {
     margin:-30px 0px 0px 0px;
     
    padding:3px; 
    background:#f00; 
    color:#fff;
	z-index:100;
}
#form p {
	margin:0px 0 0 0px;
	padding:0px 0px;
	width: 370px;
	height: 44px;
}

.imput {
	width:164px;
	padding:2px 5px;
	height:23px;
	font-size:14px;
	background-color: transparent;
	margin:0px 0px 30px 0px;
}
.liabel {
	float:left;
	width:80px;
	height:22px;
	font-size:14px;
	text-align: right;
	color: white;

	padding:3px 10px 0px 0px;
}
.fieldesc {
	color:#aaa;
	font-style:italic;
	font-size:10px;
	margin:6px 0px 0px 10px;
	
}
#richiesta {
	height:73px;
	width:280px;
	font-size: 12px;
	background-color: transparent;
	padding: 5px;
	font-family: Verdana, sans-serif;
	margin: 0px 0px 0px -7px;
}
#form #checkp {
	color: white;
	width: 390px;
	margin:40px 0px 0px 0px;
	font-size: 11px;
}

#form .matita{
	height: 120px;
}

#privacy{width: 350px;}

#compiuto{
	margin:125px 0px 0px 0px !important;
	color: white;
}

#daghine{
	background-color: transparent;;
	position: absolute;
	width: 345px;
	height: 65px;
	display: block;
	margin:-12px 0px 0px 515px;
	cursor: pointer;
}
/*
*:first-child+html #daghine{margin:25px 0px 0px -228px;} *//*per IE7 e IE8 compatibility*/





/*===========	Fine FORM	==============*/

/*==============  teaser  ================*/

div#teaser{
	height: 502px;
	background-image: url(../images/teaser.jpg);
	background-position: center;
	background-repeat: no-repeat;
	
}

div#teaser p, div#teaser h1{
	padding: 10px 0px 0px 320px;font-size: 11px;

}
div#teaser h1{font-size: 12px;}
/*===========	Fine teaser	==============*/


/*==== CLASSI ====*/

.clear{
	display: block;
	clear: both;
	margin: 0px;
	padding:0px;
	border: 0px;
}
