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;
	color:#333;
	background-color:#fffffe;
	background-image:url(/immagini/body_bg.png);
	background-repeat:repeat-x;
	
	}
h1{
	}
h2{
	}
h3{
	}
a{	
	color:#8f522e;
	text-decoration:none; 
	}
a:hover{
	color:#FFFFFF;
	background-color:#A70000; 
	}
a:active{
	outline:none;
	}
a:focus{
	-moz-outline-style:none; 
	}	
a img {
	border:0px;
	}
#container{
	width:970px;
	margin:0 auto;
	font-size:1.2em;
	}
#header{
	}
#navbar{
	background-image:url(/immagini/navbar_bg.jpg);
	background-repeat:no-repeat;
	text-align:center;
	padding-top:5px;
	}
#navbar ul{
	list-style:none;
	height:27px;
	}
#navbar ul li{
	margin:0 5px;
	display:inline;
	}
#navbar ul li a{
	color:#feffe8;
	}
#navbar ul li a:hover{
	background:none;
	}	
#banner{
	margin:10px 0;
	text-align:center;
	}
#content{
	float:left;
	width:740px;
	margin:0px 0px 10px 10px;
	display:inline;
	}
#content ul{
	margin-left:20px;
	}	
#navigation{
	float:left;
	width:200px;
	display:inline;
	margin-left:5px;
	}
#navigation h3{
	background-image:url(/immagini/menu_int_bg.jpg);
	background-repeat:no-repeat;
	color:#feffe8;
	height:25px;
	padding:3px 0 0 15px;
	font-size:1.2em;
	}
#navigation p{
	margin-top:3px;
	}	
#navigation a{
	color:#242424;
	}	
#navigation a:hover{
	color:#FFFFFF;
	}
#slideshow{ 
	width:100%;
	display:block;
	margin:0 auto;
	}
#map{
	width:90%;
	margin:0 auto;
	height:400px;
	}
#footer{
	text-align:center;
	font-size:0.9em;
	padding:0 10px;
	}			
.gmnoprint{
	color:#000000;
	}	
.clear{
	clear:both;
	height:15px;
	padding-top:10px;
	}
.TitoloPagina{
	color:333;
	font-size:1.4em;
	margin:10px 0;
	}
.pulsanteAcquisti{
	text-align:center;
	}	
/* 
	root element for the scrollable. 
	when scrolling occurs this element stays still. 
*/
div.scrollable {
	/* required settings */
	position:relative;
	overflow:hidden;	 	
	width: 840px;	
	height:180px;
	margin:0 auto;	
}

/* 
	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:163px;
	margin-right: 5px;	
}
/* active item */
div.scrollable div.items div.active {
	border:1px inset #ccc;		
	background-color:#fff;
}

