html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td {
	margin: 0;
	padding: 0;
}
body{
	font-size: 62.5%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#cbea88;
	background-image:url(../immagini/body_bg.png);
	background-repeat:repeat-x;
	}
h1{
	}
h2{
	}
h3{
	color:#637f26;
	margin-top:8px;
	}
a{
	color:#637f26;
	text-decoration:none;
	outline: none;
	}
a:hover{
	color:#646464;
	}
a img {
	border:0px;
	}
#header{
	width:970px;
	height:151px;
	background-image:url(../immagini/header.jpg);
	background-repeat:no-repeat;
	margin:0 auto;
	position:relative;
	}
#header h1{
	font-size:1.2em;
	color:#6c8c29;
	font-weight:normal;
	float:right;
	padding-top:20px;
	}	
#testo{
	display:block;
	position:absolute;
	top:100px;
	right:0;
	}	
#header h2{
	margin-left:10px;
	font-size:1.8em;
	color:#0b400c;
	}
#testo h2{
	font-size:1.4em;
	color:#0b400c;
	font-weight:bold;
	padding:0px;
	margin:0px;
	}
#testo h3{
	font-size:1.2em;
	font-weight:bold;
	}
				
#container{
	width:970px;
	margin:0 auto;
	border:4px solid #82a535;
	background-color:#FFFFFF;
	font-size:1.1em;
	}
/* Menù di navigazione ----- Start   */
#navbar{
	background-image:url(../immagini/navbar.gif);
	background-repeat:repeat-x;
	height:41px;
	}
ul#menu {
	width:402px;
	height:41px;
	list-style:none;
	margin:0 auto;
	padding:0;
	}
ul#menu li {
	float:left;
	margin:0;
	height:41px;
	display:inline;
	}
ul#menu li a {
	background:url(../immagini/sprite.png);
	background-repeat:no-repeat;
	background-position:top left; 
	display:block;
	height:41px;
	position:relative;
	}
ul#menu li a.home {
	width:80px;
	}
ul#menu li a.acquisti {
	width:80px;
	background-position:-80px 0px;
	}
ul#menu li a.servizi {
	width:80px;
	background-position:-160px 0px;
	}		
ul#menu li a.gallery {
	width:80px;
	background-position:-240px 0px;
	}		
ul#menu li a.contatti {
	width:82px;
	background-position:-320px 0px;
	}	
ul#menu li a span {
	background:url(../immagini/sprite.png) no-repeat scroll bottom left;
	display:block;
	position:absolute;
	top:0;
	left:0;
	height:41px;
	width:100%;
	z-index:100;
	}
ul#menu li a.home span {
	background-position:0px -41px;
	}
ul#menu li a.acquisti span {
	background-position:-80px -41px;
	}
ul#menu li a.servizi span {
	background-position:-160px -41px;
	}
ul#menu li a.gallery span {
	background-position:-240px -41px;
	}
ul#menu li a.contatti span {
	background-position:-320px -41px;
	}
ul#menu li a span:hover {
	cursor:pointer;
	}		
/* Menù di navigazione ----- End   */			
#content{
	float:right;
	width:750px;
	padding:10px;
	}
#slideshow{
	width:600px;
	margin:0 auto;
	display:block;
	}
#map {
	height:400px;
	}
		
#navigation{
	float:left;
	width:180px;
	padding:10px;
	}
#navigation a{
	color:#646464;
}	
#navigation a:hover{
	color:#637f26;
}
#footer{
	clear:both;
	width:100%;
	text-align:center;
	margin:5px 0;
	}
.TitoloPagina{
	font-size:1.3em;
	color:#637F26;
	font-weight:bold;
	margin:10px 0;
	}
/* 
	root element for the scrollable. 
	when scrolling occurs this element stays still. 
*/
div.scrollable {
	/* required settings */
	position:relative;
	overflow:hidden;	 	
	width: 660px;	
	height:180px;
	margin:10px auto;
	padding-top:10px;
	border:1px solid #ccc;	
}

/* 
	root element for scrollable items. Must be absolutely positioned
	and it should have a super large width to accomodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
div.scrollable div.items {	
	/* this cannot be too large */
	width:20000em;	
	position:absolute;
	clear:both;		
	/* decoration */
	margin-left:5px;
}

/* single scrollable item */
div.scrollable div.items div {
	float:left;
	/* custom decoration */
	text-align:center;
	width:160px;
	margin-right: 5px;	
}
/* active item */
div.scrollable div.items div.active {
	border:1px inset #ccc;		
	background-color:#fff;
}
