/** CSS GENERALI */
html, body, div, a,span, img, hr, h1, h2, h3, h4, ul, li, form, fieldset, legend, input, textarea, object,p{
	border:0;
	margin : 0;
	padding:0;
}


.clearL{	clear:left; }

.clear{	clear:both; }

.clearR{ clear:right; }


body{
   font-size:12px;
	color:#000;
	font-family:  Arial,Verdana, Helvetica, sans-serif;
	background-color:#fff ;
}

a, A:link,active,visited,hover  {
	text-decoration: none;
	color:#000;
	font-weight:bold;
}


#layout {
	margin:5px auto 0px auto;
	width: 980px;
	background-color: transparent;
}


#header{
display:none;
}

#header_print{
}


#layout_pagina{	
	width:980px;
	clear: both;
	background-color: #fff;
}

/** STANDARD **/
#left_standard{
	float:left;
	width:200px;
	text-align: center;
}
#center_standard{
	float:right;
	width:770px;
}

/**** FOOTER ****/
#footer{
	width:980px;
	height:26px;
	background-color: #000;
}

.footer_sx{
	float: left;
	margin-left:10px;
	_margin-left:7px;
	text-align: left;
	color:#DCDCDC;
	height:20px;
	margin-top:6px;
	_height:23px;
	_margin-top:3px;
}

.footer_dx{
	display:none;
}

#footer_snb{
	margin-top:10px;
	width:980px;
	text-align:center;
	color:#ababab;
}
#footer_snb A{
	color:#ababab;
}
/************************************************/

/* TESTI */

H1{
	color:#000;
	font-size:18px;
	font-family: Arial;
	font-weight:bold;	
	border-bottom: 2px solid #8f8f8f;
	padding-bottom: 5px;
}

.descrizione{
	padding-top:10px;
	color:#818181;
	font-size:13px;
	font-weight:normal;
}

/* ELENCO FOTO */
.elenco_foto{
	width:100%;
	margin-top:10px;
}

.thumb {
	width: 120px;
	height: 90px;
	margin-right:20px;
	margin-top:10px;
	float:left;
	
}


/** FINE ELENCO FOTO **/

#home{
	width:980px;
	height:265px;
	margin-top: 85px;
	margin-bottom: 85px;
	background-position: center;
	background-image: url(../images/home.jpg);
	background-repeat: no-repeat;

}

#menu_alto{
	position: absolute;
	margin-left:150px;
	margin-top:58px;
	width:680px;
}

#menu_basso{
	position: absolute;
	margin-left:150px;
	margin-top:168px;
	width:680px;
}

.voce_sx{
	float:left;
	width:200px;
}

.voce_sx A{
	font-family:Verdana;
	font-size: 25px;
	font-weight: bold;
	color: #ababab;
}

.voce_dx{
	float:right;
	width:200px;
	text-align: right;
}

.voce_dx A{
	font-family:Verdana;
	font-size: 25px;
	font-weight: bold;
	color: #ababab;
}

