body
{
    margin: 0;
    background-color: #000;
    min-width: 907px;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    text-align: center;
}
a img
{
    border:0;
}
#Corpo
{
    width: 907px;
    margin: 0 auto;
    text-align: left;
}
#Intestazione
{
    float:none;
    background-image: url(images/head_bg.gif);
    background-repeat: no-repeat;
    width:907px;
    height:48px;
    margin:50px 0 20px 0;
    position:relative;
    
}
#Intestazione h1
{
    display:block;
    width: 339px;
    height: 124px;
    background-image: url(images/h1_logo.gif);
    background-repeat: no-repeat;
    float: left;
    margin: 0;
}
#Intestazione h1 span
{
    display:none;
}
#Intestazione #Nav
{
    position:absolute;
    left:220px;
    top:35px;
}
#Intestazione #Nav a img
{
    opacity:.8;
    -moz-opacity:.8;
    filter:alpha(opacity=80);    
}
#Intestazione #Nav a:hover img
{
    opacity:1;
    -moz-opacity:1;
    filter:alpha(opacity=100);    
}
.Indirizzo
{
    float:left;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    text-align:center;
    color:#3333CC;
    font-size:12px;
    margin:10px;
    padding:2px;
}
#Piedipagina
{
    color:#999;
    font-size:11px;
    text-align:center;
    clear:both;
    float:none;
    }
#Menu a
{
    display:block;
    float:left;
    width:121px;
    height:21px;
    color:#fff;
    text-align:center;
    text-decoration:none;
    font-size:12px;
    padding-top:3px;
    margin-right:6px;
    background-repeat: no-repeat;
}       
#Contenuto
{
    clear:both;
}
#Mosaic
{
    width:697px;/*572px;534px;
    background-color:#fc0;*/
    margin-left:auto;
    margin-right:auto;
    margin-top:50px;
    
}
#Mosaic div.thumbs
{
    width:125px;
    height:125px;
    float:left;
    margin:6px;
}
#Mosaic img
{
    border: solid 1px #333; 
    
}
#Gallery
{
    text-align:center;
    height:568px;
    width:auto;
    margin:10px 0 20px 0;
}
#GalleryThumbs
{
    position:relative;
    width:896px;
    height:185px;
    padding:0;
    float:left;
    margin-left:3px;
}
#Thumbnails
{
    width:848px;
    height:185px;
    overflow:hidden;
    float:left;
    position:relative;
    margin-left:8px;
    margin-right:8px;
}
#Thumbnails #Thumbs
{
    width:15700px;
    position:absolute;
}
#Thumbnails a img
{
   margin-top:auto;
   margin-bottom:auto;
   margin-left:3px;
   margin-right:3px;
   vertical-align:middle; 
}
#Thumbnails a:hover img
{
    opacity:.65;
    -moz-opacity:.65;
    filter:alpha(opacity=65);    
}
a.navigation
{
    display:block;
    float:left;
    margin-top:60px;
}
a#rightarrow
{
    position:absolute;
    right:0px;
}
a.navigation:hover
{
    opacity:.65;
    -moz-opacity:.65;
    filter:alpha(opacity=65);
}
#Testo
{
    color:#ccc;
    font-size:12px;
    margin-top:50px;
}
#Testo img
{
    float:left;
    margin-right:20px;
}
#Testo p:first-letter
{
    color:Orange;
    font-size:22px;
}
#Testo p strong
{
    color:#fff;
}
#Testo h2
{
    font-size:14px;
}
#Addresses
{
  float:left;
  font-size: 12px;
  color:#ccc;
  width:250px;
    margin-top:100px;
    padding-left:20px;
    border-left:solid 2px orange;
  }
#Addresses h4
{
  color:orange;
  font-size:14px;
  margin:20px 0 5px 0;
}
#Addresses address
{
  color:#ddd;

}
#map
{
	margin:50px 20px 0 0;
	border: 1px solid orange;
	float:left;
	width: 580px;
	height: 410px;
	font-size:11px
	
}
/*ACCORDION*/
	#accordion {
			/*border: 1px solid #1F669B;*/
			width: 600px;
			height: 110px;
			font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
			font-size: 11px;
			position:absolute;
			top:-53px;
			left:300px;
			display:block;
			overflow:hidden;
			background-image:url(images/aston.jpg);
			background-repeat:no-repeat;
			background-position:top left;
	}
	
	h3 {
			font-size: 12px;
			padding: 6px 6px 4px 18px;
			margin: 0;
			color:#fff;
			border-bottom:1px solid #333333;
			cursor:pointer;
			display:block;
			background-image:url(images/tab-left.gif);
			background-position:top left;
			background-repeat:no-repeat;
	}
	
	#visible {
			background-image:url(images/tab-left-active.gif);
			border-bottom:1px solid #f90;
	}
	
	.panel_body {
			height:80px;
			background-color:#333333;
			display:block;
			position:relative;
			color:#FFFFFF;
	}
	
	.panel_body div {
			padding:3px 5px;
	}
	
	.panel{
		bottom:0px;
		margin:0px;
		padding:0px;
		background-image:url(images/tab-right.gif);
		background-position:top right;
		background-repeat:repeat-x;
		background-color:#333333;
	    opacity:.85;
	    -moz-opacity:.85;
	    filter:alpha(opacity=85);		
	}
	.wrapper{
		bottom:0px;
		position:absolute;
	}
	.panel_body a
	{
	    display:block;
	    font-size:12px;
	    color:#fff;
	    text-decoration:none;
	}
	.panel_body a:hover
	{
	    color:#f90;
	}

    