body
{
	margin: 0 auto;
	padding: 0;
	background-color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	line-height:150%;
}

#main {
	width: 100%;
	left: 0;
	top: 0;
}

.background01

{
	margin: 0 auto;
	position: relative;
	z-index:0;
	width: 888px;
	height: 144px;
	
}


.background02

{
	margin: 0 auto auto;
	margin-top: 0px;
	position: relative;
	z-index:0;
	width: 888px;
	height: 246px;
	
}

.logo

{
	margin: 0 auto;
	position: absolute;
	z-index:0;
	width: 296px;
	left: 286px;
	top: -1px;


	
}
.logo_vb{
	margin: 0 auto;
	position: absolute;
	z-index:0;
	width: 98px;
	left: 5px;
	top: 7px;


	
}


.menu_top
{
	position: relative;
	width: 300x;
	top: 115px;
	


	
}

.menu_bar
{
	margin: 0 auto;
	position: relative;
	z-index:0;
	width: 888px;
	height: 61px;
	
}

.testata

{
	margin: 0 auto;
	margin-top: 1px;
	position: relative;
	z-index:0;
	width: 865px;
	height: 282px;
	background-color:#ffffff;
	
}

.corpo

{
	margin: 0 auto;
	position: relative;
	z-index:0;
	width: 886px;
	
	background-color:#4eabe6;
	
}

.contenuti
{
	
	margin: 0 auto;
	position: relative;
	z-index:0;
	width: 865px;
	background-color:#FFFFFF;
	
}

.testatina
{
	margin: 0 auto;
	position: relative;
	z-index:0;
	width: 211px;
	float:right;
	left:-5px;


	
}
.testatina img
{
	border:0;
	width:214px;


	
}
.testatina_menu
{
	margin: 0 auto;
	position: relative;
	z-index:0;
	text-align:right;
	float:left;
	border:0;
	width:214px;


	
}
.testatina_menu img
{
	border:0;
	width:214px;


	
}
.titoli
{
	margin: 0 auto;
	z-index:0;
	position:relative;
	width: 520px;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#0066FF;


	
}

.img
{
	margin-left: 5px;
	margin-top: 10px;
	position:absolute;
	width: 300px;
	height: 200px;
	background-color:#FF0000;
	left: 10px;
	top: 40px;
	
	
}

.descrizione
{
	margin: 0 auto;
	z-index:0;
	position:relative;
	width: 520px;
	left: 160px;
	text-align:justify;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000033;
	padding-left:5px;
	padding-bottom: 5px;

	
}


.gallery
{
	margin: 0 auto;
	position:relative;
	width: 840px;
	height: 415px;
}

.foto1
{
	
	position:absolute;
	width: 275px;
	height: 200px;
	background-color:#CCFF00;


	
}
.foto2
{
	
	position:absolute;
	width: 275px;
	height: 200px;
	left: 280px;
	background-color:#FF0000;


	
}

.foto3
{
	
	position:absolute;
	width: 275px;
	height: 200px;
	left: 560px;
	background-color: #0000FF;


	
}
.foto4
{
	
	position:absolute;
	width: 275px;
	height: 200px;
	top: 210px;
	background-color:#00FFFF;



}

.foto5
{
	
	position:absolute;
	width: 275px;
	height: 200px;
	top: 210px;
	left: 280px;
	background-color:#FF00CC;


	
}
.foto6
{
	
	position:relative;
	width: 275px;
	height: 200px;
	top: 210px;
	left: 560px;
	background-color:#00FF00;


	
}

.paginazione
{
	padding-top: 5px;
	width: 865px;
	height: 26px;
	text-align:center;

	
}


.paginazione a, .paginazione a:link, .paginazione a:visited, .paginazione a:hover
{
	
	text-decoration:none;
	outline:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	
	
}




.spacer
{
	margin: 0 auto;
	z-index:0;
	width: 886px;
	height: 10px;
	background-color:#4eabe6;
	
}

.footer
{
	padding-top: 5px;
	width: 600px;
	left:210px;
	height: 26px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	position: absolute;
	top: 3px;
	
	
}
.languages
{
	padding-top: 2px;
	position: absolute;
	width: 200px;
	height: 26px;
	left: 768px;
	top: 80px;
	z-index:99999;
}






div.scrollable { 
 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
    width: 700px;
	left:60px;
    height:160px; 
	float:left;
} 
 
/* 
    root element for scrollable items. Must be absolutely positioned 
    and it should have a extremely large width to accomodate scrollable items. 
    it's enough that you set width and height for the root element and 
    not for this element. 
*/ 
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.scrollable img {
	float:left;
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	cursor:pointer;
	width:150px;
	height:150px;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

 
/* 
    a single item. must be floated in horizontal scrolling. 
    typically, this element is the one that *you* will style 
    the most. 
*/ 
div.scrollable div.items div { 
    float:left; 
} 
 
/* you may want to setup some decorations to active the item */ 
.scrollable .active {
	border:2px solid #91A9CF;
	z-index:9999;
	position:relative;
}

.photosmall {
	position: relative;
	width: 500px;
	height: 160px;
	background-color: #ffffff;
}
   
a.browse {
	background:url(../immagini/hori_large.png) no-repeat;
	float:left;
	display:inline-block;
	width:30px;
	height:30px;
	float:left;
	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; }
a.disabled {
	visibility:hidden !important;		
} 	

.contenuto_testo
{	
	padding: 10px 40px 20px 40px;
}
.form{
	display:inline-block;
	vertical-align:top;
	padding-bottom:6px;
}

#contact_form input {
	width:203px;
	height:13px;
	font-size:10px;
	color:#1C1615;
}
#contact_form textarea {
	width:203px;
	height:130px;
	font-size:10px;
	color:#1C1615;
}
#contact_form select {
	width:209px;
	font-size:10px;
	color:#1C1615;
}

#contact_form .form_label{
	display:inline-block;
	width:160px;
	margin-left: 0px;	
}
label.error{
	margin-left: 10px;	
}
.book_form_text {
	padding:0px;
	align-text:right;
}
.book_form {
	padding:10px;
	padding-left:4px;
}
#book_form{
	background-color:#4EABE6; 
	width:100%; 
	color:#fff; 
	margin-bottom:6px;
}