body, td, ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	}
	
body {
	margin:0;
	padding:0;
	background:url(/immagini/bg_background.jpg) repeat-x;
	background-color:#FFFFFF;
}

h1 {
	font-size:18px;
	display:none;
}

a {
	color:#4AAB3E;	
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color:#FF0000;
	text-decoration:underline;
}

a img{
	border:none;}
#container {
	margin:0 auto;
	width:899px;
}

p{
	margin:0;
	padding:0;
	}
#header {
	margin:0px;
	padding:0x;
	width:899px;
	height:218px;
	background:url(/immagini/bg_header_.gif) no-repeat;
}

#headermenu {
	padding-top:175px;
	text-align:center;
}
#wrapper {
	margin:0px;
	padding:0px;
	background:url(/immagini/bg_wrapper.gif) repeat-y;
}


div#content{
	padding:0;
	padding-right:35px;
	width:650px;
	margin:0;
	float:right;
}

div#navigation{
	width:200px;
	margin:0;
	padding:0;
	float:left;
}

#footer {
	margin:0 auto;
	padding:10px 10px 0 10px;
	height:79px;
	width:879px;
	background:url(/immagini/bg_footer_.gif) no-repeat bottom center;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
}

#footer a{
	color:#4AAB3E;
	text-decoration:none;
}

#footer a:hover{
	color:#EB778F;
	text-decoration:underline;
}

.clear {
	clear:both;
	height:1px;
	line-height:1px;
	font-size:1px;
	}

#header h2 {
	padding:0;
	color:#4AAB3E;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	display:inline;
	margin-left:15px;
}

#header h2 a {
	color:#4AAB3E;
	text-decoration:none;
}

#header h2 a:hover {
	color:#EB778F;
	text-decoration:underline;
}

#navigation h2 {
	text-align:center;
	font-size:15px;
	color:#EB778F;
	margin-bottom:8px;
}

#navigation h3 {
	text-align:center;
	font-size:15px;
	color:#EB778F;
	margin-bottom:8px;
}

#navigation p {
	padding:0;
	margin-top:5px;
	margin-bottom:5px;
	text-align:center;
	font-weight:bold;
	color:#4AAB3E;
	font-size:14px;
}

#navigation p a{
	color:#4AAB3E;
	text-decoration:none;
}

#navigation p a:hover{
	color:#EB778F;
	text-decoration:none;
}

#content p {
	padding:0;
	color:#000000;
	font-size:12px;
}	

#content p a:hover{
	color:#f00;
}

#content h1.TitoloPagina {
	text-align:center;
	display:block;
	color:#4AAB3E;
	font-size:15px;
}

#evidenza{
	width:800px;
	margin:0 auto;
	}
/* 
	root element for the scrollable. 
	when scrolling occurs this element stays still. 
*/
div.scrollable {
	/* required settings */
	position:relative;
	overflow:hidden;	 	
	width: 700px;	
	height:180px;
	margin-left:15px;	
}

/* 
	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-right: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;
}

/* 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;		
} 	



#slideshow{ 
	width:100%;
	display:block;
	margin:0 auto;
	}
#map{
	width:90%;
	margin:0 auto;
	height:400px;
	}	
div .gmnoprint{
	color:#000000;
	}	

