@charset "iso-8859-1";

/* CSS Document */


body {
	margin:0 1px 0 0; 
	background-color:#FFFFFF;
	background-image:url(../immagini/alberoBN1000.jpg);
	background-repeat:no-repeat;	
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px;
}

body.homePage {
	margin:0 1px 0 0; 
	background-color:#FFFFFF;
	background-image:url(../immagini/sfondo_home1.jpg);
	background-repeat:no-repeat;	
	background-position:center center;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px;
}	


hr {
	display:none;
}


#header { 
	/*background-image:url(../immagini/sfondoTestata.jpg);
	background-repeat: no-repeat; 
	background-position:0 0; */ 
	margin:0 1px 0 0;
	height:102px; 
	background-color:transparent; /*#ffffff;*/  
	/*border-bottom: 2px #FF3300 solid;*/
}

	

.box {
	padding-left: 75px;
	padding-right: 25px;
	padding-top: 10px;
	position:absolute;
	left: 180px;	
	top: 130px;
}
	
.boxChiSiamo {
	padding-left: 75px;
	padding-right: 25px;
	padding-top: 10px;
	position:absolute;
	text-align:justify;
	left: 180px;	
	top: 130px;
	line-height: 200%;
}


.boxThumbs {
	padding-top: 10px;
	padding-left: 25px;
}

.boxFoto {
	padding-top: 10px;
	padding-left: 150px;
}

#footer { 
	position:absolute;
	bottom: 0px;
	top: 750px; 
	margin-top: 0;
/*	margin:0 auto;*/ 
	clear:left; 						 /* clear > I.E.  */
	height:30px;
	width:100%;
}

#footerBanner { 
	position:absolute;
	bottom: 0px;
	top: 750px; 
	margin-top: 0;
/*	margin:0 auto;*/ 
	clear:left; 						 /* clear > I.E.  */
	height:90px;
	width:100%;
}
	

#footerHome {
	position:absolute; margin-top: 20px; width:100%;
}	

#colonna-sx { 
	top: 120px;
	left: 10px;
	background-color: transparent;
	position: fixed;
	margin-top: 40px; 
	margin-left:10px;
	height: 100%;
	float: left; 
	width: 170px; 
}

	
#principale { 
	/*height: 800px;*/
	/*background-color:#E0E0E0;*/ 
	float:left; 
	width:82%;
	margin-top: 40px; 
	top:110px;
	margin-right:-1px;  	/*  margin-right > I.E.   */
}

#fotoGrande { 
	height: 600px;
	/*background-color:#E0E0E0;*/ 
	float:left; 
	width:82%;
	margin-right:-1px;  	/*  margin-right > I.E.   */
}

#listino {
  position:absolute;
  margin-left: 400px;
	padding: 0 10px;
}

IMG.floatRight {

	position:relative; 
	float: right;
	vertical-align: bottom;
	border: 2px green outset;
}

