*{ 
	margin:0; 
	padding:0;
}

body{ 
	background-color:#ff6e02; 
	background-image:url(Images/bg.jpg); 
	background-repeat:no-repeat;
	background-position:top center; 
	margin:20px 0 0 0; 
	color:#FFF;
}

#wrapper{ 
	width:831px; 
	margin:0 auto; 
	padding:0px; 
	font-family:Verdana, Geneva, sans-serif;
}

#header{ 
	width:831px; 
	margin:0 auto; 
	background-image:url(Images/loghi_vettoriali.png); 
	height:71px; 
	max-height:71px;
	background-repeat:no-repeat;
}

#corpo{ 
	width:671px; 
	margin:0 auto; 
	padding:13px 80px; 
	color:#333; 
	text-align:left; 
	line-height:1.4;
	background-image:url(Images/body.png);
	background-repeat:repeat-y;
	clear:both;
}

#footergraf{
	width:831px;
	margin:0 auto;
	background-image:url(Images/foot.png);
	background-repeat:no-repeat;
	margin-bottom:15px;	
}
#footer{ margin:20px; color:#333; font-weight:bold; font-size:10px; text-align:center; font-size:8px;}
#footer a,
#footer a:visited{ color:#FFF}


/*-------- Tipografia -------------*/

h1{ color:#c00; font-size:24px; }
h2{ color:#333; font-size:18px; }
h3{ color:#333; font-size:15px; }
h4{ color:#333; font-size:10px; }
p{ margin-bottom:20px; }



#forminvio{ width:400px; height:400px; margin:0 auto; display:block; background-image:url(Images/form.jpg); overflow:visible;}

#forminvio .table{ margin-left:-40px; position:relative;}
input{ border:3px solid #CCC; padding:5px; height:50px; line-height:30px; font-size:27px;}
.bottone{background-image:url(Images/pul.png); width:240px; height:63px; background-repeat:no-repeat; border:none; }


/* classi speciali */
.evidenziato{ background-color:#FF0; color:#000;}
.sottolineatura{ text-decoration:underline;}
.barrato{ text-decoration:line-through;}


/* allineamenti */
.centrato{ text-align:center;}
.a_sinistra{ text-align:left;}
.a_destra{ text-align:right;}


ul{ list-style-image:url(Images/star_yellow_preferences.png);}
ul li{ margin:15px 0;}
.tr_giallo{ border: 3px dashed #FC0; padding:10px; }
/* testimonianze */
.speech{ border:2px solid #ccc; color:#000; background-color:#FFF; clear:both; -moz-border-radius:8px; -webkit-border-radius:8px; padding:10px; margin:0 auto;}
.sp{ margin:0 0 -3px 50px; clear:both; height:30px; }
.sp img{ float:left; margin:0 0 -2px 0;}
