div#header{ 
	height:108px; 
	background-image:url(/immagini/bg_header.gif); 
	background-repeat:no-repeat; 
	background-position:bottom; 
	padding-top:20px;
	text-align:center;
	}
#wrapper{
	width:700px;
	margin:0 auto;
	}	
#entra {
	width:770px; 
	margin:0 auto;
	}
p{
	line-height:130%;
	margin:5px 0;
	}
#home #header{
	width:700px;
	height:90px;
	margin:0 auto;
	padding:0;
	text-align:left;
	}
#home #header a{
	float:left;
	margin-right:40px;
	display:inline;
	font-weight:normal;
	}
#home #header h1{
	margin-top:28px;
	font-size:18px;
	font-weight:normal;
	float:left;
	display:inline;
	color:#3a7849;
	}
#home #header #acquista{
	width:180px;
	float:right;
	margin:8px 0 0 0;
	}
#home #content{
	width:500px;
	float:left;
	margin:0 20px 0 0;
	}
#banner{
	margin-bottom:10px;
	}	
#evidenza{
	width:180px;
	float:right;
	}
#home #footer{
	background:none;
	}
#home a:hover{
	border:none;
	}
#home .items p{
	line-height:normal;
	margin:0;
	}
/* root element for scrollable */
.vertical {

	/* required settings */
	position:relative;
	overflow:hidden;
	/* vertical scrollers have typically larger height than width */
	height: 450px;
	width: 180px;
}

/* root element for scrollable items */
.items {
	position:absolute;
	/* this time we have very large space for height */
	height:20000em;
	margin: 0px;
	width:180px;
}

/* single scrollable item */
.items div {
	font-size:11px;
	text-align:center;
	margin-bottom:5px;
	height:145px;
}

/* elements inside single item */
.items h3 {
	margin:0;
	font-size:11px;
	color:#456;
	font-weight:normal;
}

hr{
	color:#3F7D4A;
	background-color:#3F7D4A;
	border:none;
	height:2px;
	}
	
	
