/* CSS Document */
body{
	margin:0;
	padding:0;
	background:url(../immagini/sfondobodymoz.jpg) repeat-y center 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
}

#centrato{
	margin-left:auto;
	margin-right:auto;
	width:900px;
	position:relative;
}
#barralogo{
	width:900px;
	height:180px;
	background-image:url(../immagini/barralogo.jpg);
	position:relative;
	left:0;
	top:0;
}
#barracentrale{
	width:900px;
	height:550px;
	left:0;
	top:-30;
}
#barratasti{
	width:200px;
	height:550px;
	float:left;
}
#barratesto{
	width:700px;
	height:550px;
	float:left;
	background:url(../immagini/sfondo1.jpg);
	color:#FFFFFF;
}
#barratestocontatti{
	width:700px;
	height:550px;
	float:left;
	background:url(../immagini/sfondocontatti.jpg);
	color:#FFFFFF;
}
#barratestodove{
	width:700px;
	height:550px;
	float:left;
	background:url(../immagini/sfondodove.jpg);
	color:#FFFFFF;
}
#barratestoristorante{
	width:700px;
	height:550px;
	float:left;
	background:url(../immagini/sfondoristorante.jpg);
	color:#FFFFFF;
}
#barratestomenu{
	width:700px;
	height:550px;
	float:left;
	background:url(../immagini/sfondomenu.jpg);
	color:#FFFFFF;
}
#barratestogallery{
	width:700px;
	height:550px;
	float:left;
	background:url(../immagini/sfondogallery.jpg);
	color:#FFFFFF;
}
#boxtesto{
	width:400px;
	height:510px;
	padding:10px;
	margin-top:10px;
	margin-left:10px;
	filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;
	background-color:#FFFFFF;
}
#boxtitolo{
	width:400px;
	height:50px;
	color:#000000;
	font-size:140%;
	font-family:"Britannic Bold", Verdana;
}
#boxtestonero{
	color:#000000;
	font-size:80%;
	width:400px;
	height:460px;
	overflow:auto;
	color:#333333;
	scrollbar-face-color:#FFFFFF;
    scrollbar-track-color:#FFFFFF;
    scrollbar-arrow-color:#000;
    scrollbar-highlight-color:#FFFFFF;
    scrollbar-3dlight-color:#FFFFFF;
    scrollbar-shadow-color:#FFFFFF;
    scrollbar-darkshadow-color:#FFFFFF;
	text-align:justify;
}
#barrachiusura{
	width:680px;
	padding-left:210px;
	padding-right:10px;
	padding-top:10px;
	text-align:center;
	font-size:70%;
	color:#CCCCCC;
}
#barrachiusura a{
	text-decoration:underline;
	color:#CCCCCC;
}
#barrachiusura a:hover{
	text-decoration:underline;
	color:#FFFFFF;
}


/*  TASTI GENERALI  */
#dlmenu {height:10em;}
#menu {
list-style-type:none; 
margin:20px 0 10px 0; 
padding:0; 
position:absolute; 
width:200px; 
z-index:100;
text-align:right;
font-size:11px;
font-weight:bold;
}
#menu li {
display:block; 
padding:0; 
margin:0; 
position:relative; 
z-index:100;
}
#menu li a, #menu li a:visited {
display:block; 
text-decoration:none;
}
#menu li dd {
display:none;
}
#menu li:hover, #menu li a:hover {
border:0;
}
#menu li:hover dt a , #menu li a:hover dt a {
color:#000; 
}
#menu li:hover dd, #menu li a:hover dd {
display:block;
}
#menu li:hover dl, #menu li a:hover dl {
height:auto; 
}
#menu table {
border-collapse:collapse; 
padding:0; 
margin:0; 
}
#menu dl {
width: 180px; 
margin: 0; 
 
cursor:pointer;
}
#menu dt {
margin:0; 
padding: 0; 
}
#menu dd {
margin:0; 
padding:0; 
text-align:right; 
}
.gallerylaterale dt a, .gallerylaterale dt a:visited {
display:block; 
color:#333; 
padding:0px 10px 10px 0px; 

}
.gallerylaterale dd a, .gallerylaterale dd a:visited {
color:#999; 
text-decoration:none; 
display:block; 
padding:0px 10px 2px 0px; 

}
.gallerylaterale dd a:hover {

color:#CC3300;
}

/*  PAGINA CONTATTI  */ 

/** PAGINA CONTATTI **/

.fieldcontatti{
	text-align: left;
	float:left;
	border:0;
	width:390px;
	padding:0px;
	font-size:85%;
}
.testopiccolo{
	font-size:90%;
	float:left;
	width:100%;
	color:#777;
}
.tastocentrato{
	width:100%;
	text-align:center;
}
fieldset label { 
	color: #333;
	text-align:left;
}
form{
	margin:0;
	padding:0;
}
#contactform label,  #contactform textarea, #contactform p { 
	clear: both; 
	display: inline; 
	float: left; 
	margin: 0; 
	padding: 0; 
}
#contactform input{
	clear: both; 
	display: inline; 
	margin: 0; 
	padding: 0; 
	float: left; 
}
/*
background-color:#E1AACD;
background-color:#F1DEFA;

*/
#centerrow{
width:390px;
text-align:center;
}
#contactform .nonobbligatorio{
	background: #FFFFFF; 
	border: 1px solid #999; 
	margin: 0 0 0 0; 
	font-family: Verdana, Arial, sans-serif; 
	font-weight:bold;
	font-size:100%;
	padding:2px;
}
#contactform .obbligatorio{
	background: #666; 
	border: 1px solid #999; 
	margin: 0 0 0 0; 
	font-family: Verdana, Arial, sans-serif; 
	font-weight:bold;
	font-size:100%;
	padding:2px; 
	color:#FFFFFF;
}
#contactform p { 
	padding: 0; 
	text-align:justify;
}
#contactform .formbutton { 
	clear: both; 
	margin: 0 0 20px 0; 
}
.chkbx{ 
	padding:0; 
	margin:0;  
}



/* CHECK BOX */
.checboxbiance{
	border:1px solid #FFF;
}



/* immagini javascript */


#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 0px; right: 0px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(immagini/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(immagini/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="immagini/overlay.png", sizingMethod="scale");
}

