
/***************************************************************************************************************************  
	Website: www.lucalarenza.com
	Version: 3.0
	Design Author: qrnet mediastudio
	Author URI: http://www.qrnet.it/ 				                                                   				
 ***************************************************************************************************************************/	


*, body, h1, h2, h3, h4, h5, h6, table, form {
margin:0;
padding:0;
}

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
				   
.nascondi, hr {
display:none;
visibility:hidden;
}

.disabilita, h1, h2 span {
position:absolute;
margin-left:-3000px;
}

body {
background:#000;
font-family:Arial, Helvetica, sans-serif;
text-align:center;
margin: 0 auto 0;
color:#999;
}



/*************************************************************************************************************			*  HOME
 *	HOME  				                                                   				
 *************************************************************************************************************/		  
		  
#home { 
background:url("../images/home.jpg") no-repeat top center;
width:675px;
height:340px;
margin: 60px auto 0px;
padding: 0;
}



/*************************************************************************************************************			*  LINGUE
 *	LINGUE  				                                                   				
 *************************************************************************************************************/		  
		  
#lingue { 
width:750px;
margin: 20px auto 0;
padding: 0;
}

#lingue ul { 
width:750px;
}

#lingue ul li { 
list-style:none;
display:inline;
margin-left:10px;
margin-right:10px;
}

#lingue ul li a { 
font-family:Arial, Helvetica, sans-serif;
letter-spacing:1px;
font-size:10px;
font-weight:bold;
text-decoration:none;
text-transform:uppercase;
color:#ccc;
}

#lingue ul li a:hover { 
color:#555;
}