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


body{
	font-family: Arial, sans-serif;
	font-size:12px;
	color: #333;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-color: #666666;
	

}



/*HEADER*/

div#header{
	height: 80px;
	background-image: url(../images/header.jpg);
	background-position: top center;
	font-size: 30px;
	color: white;
	font-family: Times, serif;
	font-style: italic;
	padding:110px 0px 0px 0px;
}

.sonetto{
	font-size: 24px;
	display: block;
	margin: auto;
	width:960px;
	text-align: right;
}

/*MAIN*/
div#main{
	height: 200px;/*------------------------ DA ELIMINARE-------------------*/
	margin: auto;
	margin-top:100px;
	width:940px;
	font-size:10px;
	color: #ccc;
}


div#main a{color: #ccc;}

div#main h1{font-size: 12px; margin: 10px 0px;}


div#text{}

div#main ul{
	width:960px;
	display:block;
	margin: 10px 0px;
	list-style: none;
}

div#main ul li{display:block;float:left;width: 270px;}

div#main ul li a{display:block;float:left;color: #ccc;}

div#main ul li a:hover{}


/*TEASER*/
div#teaser{
	height: 646px;
	background-position: right top;
	margin: auto;
	background-repeat: no-repeat;
}

div#wrapper{
	width: 960px;
	margin: auto;

}

div#abstract, #form,#wrapper-utility{float: left;}

div#abstract{
	width: 531px;
	height: 610px;
	background-image: url(../images/abstract.jpg);
	background-repeat: no-repeat;
}


#abstract a{display: block; position: absolute; width: 200px; height: 15px; }
#promo1{margin: 457px 0px 0px 227px; }


div#utility{
	margin:450px 0px 0px 0px;
	height:200px;
	position: absolute;
	width: 100%;
	text-align: center;
}

#wrapper-utility{
	margin:auto;
	width: 429px;
	height: 200px;
	padding:0px 0px 0px 0px;
	background-image: url(../images/teaser.jpg);

}

div#teaser ul{
	display: block;
	height: 160px;
	width: 420px;
	margin:55px 0px 0px 0px;
	}

div#teaser ul li{
	display: block;
	height:15px;
	width: 200px;
	float: left;
	margin:5px 5px 5px 0px;
}

div#teaser ul li a{display: block; height: 15px; }

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

#form{
	height: 318px;
	width: 344px;
	background-image: url(../images/form.jpg);
	background-repeat: no-repeat;
	padding:111px 41px 0px 41px;
	font-size: 16px;
}


#form p{
	display: block;
	height:43px;
	width: 348px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	color: #333;
}



#form p label, #form p input{display: block; float: left;}
#form p label{width: 70px; padding:5px 13px 0px 0px;height: 20px;text-align: right;}
#form p input, #form p textarea{height: 20px; width: 245px; border: 1px solid #999; font-size: 12px;padding:5px 5px 0px 5px;}
#form p textarea{height:90px;}
#form p.textArea{height: 110px;} 
#form p.licence{color: #993300;font-size: 11px;width: 170px; margin: 10px 0px 0px 0px;}
#form p.licence input{width: 15px;border: none;}
#form p.licence label{width: 140px; padding:3px 0px 0px 0px;}

#form .submit{
	width: 148px;
	height: 50px;
	position: absolute;
	margin: -60px 0px 0px 195px;
	padding:0px;
	border: 0px;
	background-image: url(../images/invia.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
	cursor: hand;
}

.error{color: red;font-size: 10px; }

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





/*FOOTER*/
div#footer{
		}
	
div#footer a{}
/*CLASSI*/

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