body {
	font-family: 'Raleway', sans-serif;
	font-size:1em;
	background-color : #fff;
	background: url("sfondo.png") repeat;
	color : #353433;
	font-weight:bold;
	letter-spacing: 0.1em;
	word-spacing: 0.1em;
	line-height:1.3em;
	margin-top : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
}

h1 {
	font-size:1.5em;
	margin-bottom:8px;
	color:#6F6F6F;
}
h2 {
	font-size:1.4em;
	margin-bottom:6px;
	color:#6F6F6F;
}
h3 {
	font-size:1.3em;
	margin-bottom:0px;
	color:#6F6F6F;
}
h4 {
	font-size:1em;
	margin-bottom:0px;
	color:#6F6F6F;
}
h5 {
	font-size:1em;
	margin-bottom:2px;
	border-top:solid 1px #c0c0c0;
}

a:link {
	color:#7f90a0;
	
	
}
a:visited {
	color:#6F6F6F;
	text-decoration:none;
}
a:hover {
	color:#3399ff;
	text-decoration:none;
}
a:active {
	color:#F00;
	text-decoration:underline;
}

img {
	border:0px;

}


/*######## stili comuni ########*/
.date {
	color:#c0c0c0;
	font-style:italic;
}
.footer {
	margin-top:50px;
	padding-top:9px;
	color:#333;
  margin-left:35px;
	font-size:0.7em;
	font-weight:normal;
}
.paragraph {
	font-size:0.8em;
	max-width:490px;
	margin-bottom:15px;
}
.floatEnd {
	clear:both;
	padding-bottom:3px;
}

/*######## stili personalizzati ########*/
.didascalia {
	margin-top:18px;
	margin-bottom:5px;
	width:700px;
}
.main {
margin-top:15px;


}
.maintable {
	background-repeat:repeat-y;
	background-position:top right;
}
.menu {
	height:67px;
	margin-bottom:20px;
	padding-top:20px;
}
.testoRistorante{
	
	background:url("vinicio.png") top left no-repeat;
	min-height:500px;
	padding-left:200px;
}

a:hover.menuArch {
	padding-top: 67px;
	padding-bottom: 67px;
   overflow: hidden;
   background-image: url(./menu_arch.gif);
   background-repeat: no-repeat;
   background-position:center center;
   height: 0px !important; /* for most browsers */
   height /**/:67px; /* for IE5.5's bad box model */
}
a:hover.menuGraph {
	padding-top: 67px;
	padding-bottom: 67px;
   overflow: hidden;
   background-image: url(./menu_graph.gif);
   background-repeat: no-repeat;
   background-position:center center;
   height: 0px !important; /* for most browsers */
   height /**/:67px; /* for IE5.5's bad box model */
}
a:hover.menuWeb {
	padding-top: 67px;
	padding-bottom: 67px;
   overflow: hidden;
   background-image: url(./menu_web.gif);
   background-repeat: no-repeat;
   background-position:center center;
   height: 0px !important; /* for most browsers */
   height /**/:67px; /* for IE5.5's bad box model */
}
a:hover.menuStaff {
	padding-top: 67px;
	padding-bottom: 67px;
   overflow: hidden;
   background-image: url(./menu_staff.gif);
   background-repeat: no-repeat;
   background-position:center center;
   height: 0px !important; /* for most browsers */
   height /**/:67px; /* for IE5.5's bad box model */
}
a:hover.menuCont {
	padding-top: 67px;
	padding-bottom: 67px;
   overflow: hidden;
   background-image: url(./menu_cont.gif);
   background-repeat: no-repeat;
   background-position:center center;
   height: 0px !important; /* for most browsers */
   height /**/:67px; /* for IE5.5's bad box model */
}

.sxtable {
	width:390px;
	height:750px;
	background-repeat:no-repeat;
	background-position:43% 70%;
}

/*######## slideshow jquery ########*/
#slider {

	/* You MUST specify the width and height */
	width:450px;
	height:270px;
	position:relative;
	overflow:hidden;
}

#mask-gallery {

	overflow:hidden;
}

#gallery {

	/* Clear the list style */
	list-style:none;
	margin:0;
	padding:0;

	z-index:0;

	/* width = total items multiply with #mask gallery width */
	width:900px;
	overflow:hidden;
}

	#gallery li {


		/* float left, so that the items are arrangged horizontally */
		float:left;
	}


#mask-excerpt {

	/* Set the position */
	position:absolute;
	top:0;
	left:0;
	z-index:500px;

	/* width should be lesser than #slider width */
	width:100px;
	overflow:hidden;


}

#excerpt {
	/* Opacity setting for different browsers */
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;

	/* Clear the list style */
	list-style:none;
	margin:0;
	padding:0;

	/* Set the position */
	z-index:10;
	position:absolute;
	top:0;
	left:0;

	/* Set the style */
	width:100px;
	background-color:#000;
	overflow:hidden;
	font-family:arial;
	font-size:10px;
	color:#fff;
}

	#excerpt li {
		padding:5px;
	}



.clear {
	clear:both;
}

	#nav {
	
		padding:0; 
		list-style:none;
		margin: auto;
		width: 730px;
	}	
	
		#nav li {
			float:left; 
			display:block; 
			width:180px; 
			background:#E0E0E0; 
			position:relative;
			z-index:500; 
			margin:0 1px;
			-webkit-transition: all 0.1s ease-in-out;
		}
		#nav li.first {
			border-radius:5px 0 0 5px;
			-moz-border-radius:5px 0 0 5px;
			}
		#nav li.last {
			border-radius:0 5px 5px 0;
			-moz-border-radius:0 5px 5px 0;
			}
		#nav li li.last {
			border-radius:0 0 5px 5px;
			-moz-border-radius:0 0 5px 5px;
			}
		#nav li a {
			display:block; 
			padding:8px 5px 0 5px; 
			font-weight:700;  
			height:23px; 
			text-decoration:none; 
			text-align:center; 
			color:#333;
		}

		#nav li a:hover {
			color:#C00;
		}
		#nav li li:hover {
			-webkit-transform: translate(+10px,0);
			}
	/
		#nav a.selected {
			color:#C00;
		}
	
		#nav ul {
			position:absolute; 
			left:0; 
			display:none; 
			margin:0 0 0 -1px; 
			padding:0; 
			list-style:none;
		}
		
		#nav ul li {
			width:180px; 
			float:left; 
			border-top:1px solid #fff;
		}
		
		#nav ul a {
			display:block;  
			height:auto;
			padding: 8px 5px; 
			color:#666;
		}

