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

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

}

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

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

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

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

div#header{
	height: 66px;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: left;
	clear: both;
	
}

div#header h1{
	font-family: Times, serif;
	font-size: 36px;
	font-style: italic;
	padding:0px;
	margin: 15px 0px 0px 0px;
	color: #4a4a4a;
	display: block;
	float: right;
}

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

div#sx, div#dx{float:left; height: 738px;}


div#sx{
	background-image: url(../images/sx.png);
	background-repeat: no-repeat;
	width: 427px;
}


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

#form{
	height: 320px;
	width: 425px;
	font-size: 16px;
	margin:95px 0px 0px 60px;
	padding:0px 0px 0px 0px;
	color: white;
	font-family: Arial, sans-serif;
}


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



#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{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.png);
	background-repeat: no-repeat;
}

.error{color: #ffc24b;font-size: 10px; text-shadow: 1px 1px 0px #000;}

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



div#dx{
	background-image: url(../images/dx.png);
	background-repeat: no-repeat;
	width: 533px;
}

div#dx ul{
	color: white;
	width: 270px;
	height: 105px;	
	display: block;
	margin: 340px 0px 0px 220px;
}

div#dx ul li{
	float: left;
	
}

div#dx ul li a{
	color: white;
	display: block;
	width: 130px;
	height:20px;
	margin:10px 0px;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
}


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

div#main{
	clear: both;
	color: #bebebe;
}

div#text{
	width: 500px;
	float: left;
	padding:20px 50px;
	font-size: 10px;
}

div#main ul{
	width:330px;
	display:block;
	float: left;
	margin: 0px 0px 15px 10px;
	list-style: none;
}

div#main ul li{display:block; float: left; margin-bottom: 3px;}

div#main ul li a{display:block;float: left; width: 100px; padding:0px 5px; font-size: 10px;color: #bebebe; text-decoration: none;}

div#main ul li a:hover{}

#categoriesTitle{
	display: block;
	font-size: 12px;
	margin:0px 0px 10px 0px;

}


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



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

.foout img {
vertical-align:middle;
}

.foout a {
color:silver;
}
/*===========	CLASSI	============*/

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

.mailInviata{
	display: block;
	color: white;
	margin: 100px 0px 0px 55px;
}