@charset "utf-8";
/* CSS Document */

html {
	background-image: url(../immagini/bg-sfumo.png);
	background-repeat: repeat-x;
	min-height:100%;
	height:auto !important;
	height:100%;
	background-color: #D8D9D6;
}
body {
	min-height:100%;
	height:auto !important;
	height:100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 76%;
	text-align: center;
	color:#4A4A4A;
	margin: 0;
	padding:0;
	background-image: url(../immagini/bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}
h1, h2, h3, h4, h5, h6 {
	padding:0;
	margin:0;
}
h1 {
	font-size:180%;
}
h2 { font-size:160%; font-weight: normal; 
}
h3 {
	font-size:140%;
}
h4 {
	font-size:120%;
}
h5 {
	font-size:110%;
}
h6 {
	font-size:100%;
}
p {
	padding:0px;
	margin:0px;
}
/******* hyperlink and anchor tag styles *******/
a {
	color:#6C0000;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
	color:#000000;
}
img {
	border: 0;

}
/********* form and related tag styles *********/
.cancella {
	clear: both;
}
.colore {
	background-color: #EFEFEF;
}
.center {
	text-align: center;
}
input, select, textarea {
	color:#06C;
	font-size:12px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.img-sx {
	float: left;
	margin-right: 30px;
}
.img-dx {
	float: right;
	margin-top: 5px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding: 5px;
	border: 1px solid #DCD3AD;
}
.box-float-left   {
	float: left;
	margin-right: 35px;
}

#all {
	width: 975px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	position: relative;
	margin-bottom: 0px;
}
#all #head {
	height: 72px;
}
#nav-bar {
	padding-top: 52px;
}

#nav-bar ul {
	list-style-type:none;
	padding:0px;
	margin: 0px;
}

#nav-bar li {
	float:right;
	padding:0 10px;
	color:#999999;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#nav-bar li a {
	text-decoration:none;
	font-weight: bold;
}
#nav-bar li a:link, #nav-bar li a:visited {
	color:#fff;
	font-weight: bold;
}
#nav-bar li a:hover, #nav-bar li a:active {
	color:#FC0;
	font-weight: bold;
}
#nav-bar li a.current:link, #nav-bar li a.current:visited {
	color:#000000;
	font-weight: bold;
}
#all #column-left {
	position: absolute;
	left: 0px;
	top: 3px;
	width: 230px;
	z-index: 30;
	height: 189px;
}
#all #column-left #reservation {
	background-color: #FFF;
	padding: 25px;
	margin-top: 245px;
}
#reservation h2 {
	font-size: 16px;
	padding-bottom: 10px;
	text-align: center;
}
#reservation label {
	line-height: 30px;
	text-transform: uppercase;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666;
}

#all #contenuto {
	padding-top: 25px;
	clear: both;
	margin-left: 260px;
}
#all #contenuto h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: normal;
	color: #333;
	margin-bottom: 20px;
}
#content p .icone {
	border: 3px solid #FFF;
	margin-top: 5px;
	margin-right: 8px;
	margin-bottom: 5px;
}

#all #contenuto p {
	text-align: justify;
	margin-bottom: 10px;
	width: 464px;
	line-height: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#content #gallery {
	padding-top: 15px;
	padding-bottom: 15px;
}
#content #gallery  img {
	padding-right: 2px;
}

#all #contenuto #content {
	width: 490px;
}
#form-contatti fieldset div {
	margin:0.3em 0;
	clear:both;
}
#form-contatti legend {
	color:#0b77b7;
	font-size:1.2em;
}

#form-contatti label {
	float:left;
	width:10em;
	text-align:right;
	margin-right:1em;
}
#form-contatti input, #form-contatti textarea, #form-contatti select {
	padding:0.15em;
	border:1px solid #ddd;
	background:#fafafa;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}
#form-contatti input:hover, #form-contatti input:focus, #form-contatti textarea:hover, #form-contatti textarea:focus, #form-contatti select:hover, #form-contatti select:focus {
	border-color:#c5c5c5;
	background:#f6f6f6;
}
#form-contatti .pulsante {
	margin-top:1em;
	width:120px;
	height:25px;
	overflow:hidden;
	border:0;
	display:block;
	cursor:pointer !important;
	cursor:hand;
	background-image: url(../immagini/button.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#form-contatti button {
	float: right;
	margin-left: 20px;
}

#form-contatti .pulsante:hover {
	background-position:0 -25px;
}



#all #contenuto #column-right {
	float: right;
	width: 200px;
	margin-left: 25px;
	height: 500px;
}

#column-right .box {
	padding-top:10px;
	background:white;
}
#column-right .box ul {
	margin:0 0 20px 0;
	padding:0 15px 10px;	
}
#column-right .box ul li {
	list-style-type:none;
	font:normal 13px "Trebuchet MS";
	color:#666;
	line-height:21px;
}

#column-right .box ul li a {
	color:#666;
}
#column-right .box ul li a.current:link {
	color: #000000;
}
#column-right .box ul li a.current:visited{
	color: #000000;
}
#column-right .box ul li a.fisso:link {
	color: #000000;
}
#column-right .box ul li a.fisso:visited{
	color: #000000;
}

#column-right .box ul li a:hover {
	color:#000000;
}

#column-right .box hr{
	margin:10px 0;
}

#footer ul {
	padding-left:0px;
	height:20px;
	line-height:12px;
	margin-right:30px;
}
#all #footer {
	clear: both;
	line-height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#all #contenuto #column-right img {
	margin-bottom: 14px;
}


#footer ul li {
	display:inline;
	margin:0 20px;
}
#footer ul a {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#886644;
	text-decoration:underline;
	font-size:12px;
}
#footer ul a:hover {
	color:#D3691A;
	text-decoration:none;
}
address {
	font-style: normal;
	line-height:1.5em;
	text-align:center;
	padding: 20px;
}
.imgsx {
	width: 180px;
	height: 184px;
}
.imgsx1 {
	height: 184px;
	width: 180px;
}
.Stile7 {
	font-size: 13px;
	color: #666;
}
.Stile8 {
	font-size: 13px
}
#all #contenuto #content #menu {
	list-style-image: url(../immagini/ristorante.gif);
	list-style-position: inset;
	list-style-type: none;
}
