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{
	position:relative;
	}
#header p{
	position:absolute;
	bottom:0;
	width:970px;
	text-align:center;
	font-size:15px;
	letter-spacing:1px;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	color:#454545;
	}
#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 10px;
	display:inline;
	}
#navbar ul li a{
	color:#feffe8;
	font-size:14px;
	font-weight:bold;
	}
#navbar ul li a:hover{
	background:none;
	}	
#banner{
	margin:10px 0;
	text-align:center;
	}
#content{
	float:left;
	width:720px;
	margin:0px 0px 0px 24px;
	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;
	clear:both;
	
	}			
.gmnoprint{
	color:#000000;
	}	
.clear{
	clear:both;
	/*height:15px;
	padding-top:10px;*/
	height:1px;
	line-height:1px;
	font-size:1px;
	}
.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:146px;
	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;
}
/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(/immagini/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:30px 10px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 				{ background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover 		{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } 


/* left */
a.left				{ margin-left: 0px; } 
a.left:hover  		{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }

/* up and down */
a.up, a.down		{ 
	float: none;
	margin: 10px 50px;
}

/* up */
a.up:hover  		{ background-position:-30px 0; }
a.up:active  		{ background-position:-60px 0; }

/* down */
a.down 				{ background-position: 0 -30px; }
a.down:hover  		{ background-position:-30px -30px; }
a.down:active  	{ background-position:-60px -30px; } 


/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	



