html, body {
	font-family:Arial, Tahoma, Verdana;
	font-size:12px;
	color:#606060;
	background:#07220d;
}

img,ul,li,p,h1,h2,h3,h4,form,table,input,textarea,html,body,hr {
	border:0px;
	margin:0px;
	padding:0px;
	list-style:none;
}

input {
	padding:3px;
	color:#252525;
	font-size:12px;
	border:1px solid #cccccc;
	border-right:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
	font-family:Arial, Tahoma, Verdana;
}

textarea {
	padding:3px;
	color:#252525;
	font-size:12px;
	border:1px solid #cccccc;
	border-right:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
	font-family:Arial, Tahoma, Verdana;
}

hr {
	margin:10px 0;
	border-bottom:1px dashed #909090;
}

a {
	text-decoration:none;
	color:#252525;
}

a:hover {
	text-decoration:underline;
	color:#555555;
}

.clear {
	display:block;
	clear:both;
	line-height:1px;
	font-size:1px;
}

#background {
	width:100%;
	height:460px;
	position:absolute;
	top:0px;
	left:0px;
	background:#ffffff;
	z-index:0;
	background:url(../images/bgHead.jpg) no-repeat center top #ffffff;
}

#background.page {
	height:159px;
}

#header {
	width:990px;
	height:120px;
	margin:0 auto;
	position:relative;
}

#logo {
	margin:20px 0 0 0;
}

#language {
	position:absolute;
	bottom:10px;
	left:0px;
}

#language li {
	margin:0 0 0 10px;
	display:inline;
} 
#language li img {
	opacity: 0.4;
	transition: opacity 2s;
	-moz-transition: opacity 2s; 
	-webkit-transition: opacity 2s;
	-o-transition: opacity 2s; 
} 

#language li img:hover, #language li img.hover {
	opacity: 1;
}

#social {
	position:absolute;
	top:20px;
	right:0px;	
}

#social li {
	margin:0 0 0 10px;
	display:inline;
}

#social li img:hover {
	opacity:0.4;
}

#menu {
	width:660px;
	height:40px;
	margin:0 auto;
}

#menu li {
	display:block;
	float:left;
	position:relative;
}

#menu li ul {
	position:absolute;
	z-index:50;
	top:39px;
	left:0;
	width:200px;
	background: #07220d; /* Old browsers */
	background: -moz-linear-gradient(top, rgba(79,88,81,1) 0%, rgba(7,34,13,1) 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(79,88,81,1)), color-stop(50%,rgba(7,34,13,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(79,88,81,1) 0%,rgba(7,34,13,1) 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(79,88,81,1) 0%,rgba(7,34,13,1) 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(79,88,81,1) 0%,rgba(7,34,13,1) 50%); /* IE10+ */
	background: linear-gradient(top, rgba(79,88,81,1) 0%,rgba(7,34,13,1) 50%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f5851', endColorstr='#07220d;',GradientType=0 );*/ /* IE6-9 */
}
#menu li ul li {
	width:200px;
	display:block;
	float:none;
}
#menu li ul li a {
	width:160px;
	color:#FFFFFF;
}


#menu li a {
	text-transform:uppercase;
	color:#07220d;
	font-size:15px;
	line-height:20px;
	display:block;
	float:left;
	padding:10px 20px;
}

#menu li a:hover {
	color:#ffffff;
	text-decoration:none;
	background:#07220d;
}
#menu li:hover {
	color:#ffffff;
	text-decoration:none;
	background:rgba(79,88,81,1);
}

#menu li a.hover {
	color:#ffffff;
	text-decoration:none;
	background:#07220d;
}

#contSlide, .mapBig {
	width:95%;
	max-width:1250px;
	height:430px;
	overflow:hidden;
	margin:0 auto 20px;
	position:relative;
}

#slide {
	width:100%;
	height:100%;
	max-width:1250px;
	margin:0 auto;
	position:relative;
}

#slide img {
	width:100%;
	position:absolute;
	top:0;
	left:0;
	display:none;
}

#slide img.slideimgcurr {
	z-index:25;
}

#slide .loadingslide {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0.8;
	background: url("../images/ajax-loader.gif") no-repeat center center #fff;
	z-index:30;
}

#slide .navigationslide {
	position:absolute;
	right:30px;
	height:25px;
	bottom:30px;
	z-index:30;
	background:#fff;
	opacity:0.8;
	width:auto;
	padding:2px 5px;
	border-radius:12px;
}

#slide .navigationslide a {
	border-radius:10px;
	display:block;
	float:left;
	margin:2px 3px;
	width:20px;
	height:20px;
	box-shadow:1px 1px 2px #aaa;
	text-align:center;
	line-height:20px;
}

#slide .navigationslide a.currentpagslide {
	background: #07220d;
	color:#fff;
}

.container {
	width:990px;
	margin:0 auto;
}

.box {
	padding:20px;
	margin:0 0 30px 0;
	border-radius:10px;
	box-shadow:0 0 10px -6px #000000;
	font-size:13px;
	line-height:20px;
	background:#ffffff;
}

.box small {
	height:20px;
	padding:0 0 10px 0;
	margin:0 0 20px 0;
	display:block;
	border-bottom:1px dotted #606060;
	font-size:16px;
	color:#07220d;
}

.box small a {
	padding:2px 20px 0 0;
	float:right;
	display:block;
	font-size:14px;
	background:url(../images/more.jpg) no-repeat right 9px;
}

.box small a:hover {
	color:#07220d;
	text-decoration:none;
}

#boxChiSiamo {
	width:600px;
	height:395px;
	float:left;
}

#boxChiSiamo img {
	margin:0 20px 0 0;
	float:left;
	border:5px solid #4F5851;
}

#boxChiSiamo img:hover {
	border:5px solid #07220d;
}

#boxNews {
	width:280px;
	height:395px;
	float:right;
}

#boxNews div {
	margin:0 0 12px 0;
}

#boxNews div img {
	margin:0 20px 0 0;
	float:left;
	border:5px solid #4F5851;
}

#boxNews div img:hover {
	border:5px solid #07220d;
}

#boxNews div strong {
	display:block;
	margin:0 0 5px 0;
}

a.continua {
	margin:0 0 0 20px;
	color:#07220d;
}

a.continua:hover {
	text-decoration:none;
	color:#808080;
}

#boxDoveSiamo {
	width:440px;
	height:240px;
	float:left;
}

#boxDoveSiamo #map {
	width:220px;
	height:180px;
	margin:0 20px 0 0;
	float:left;
	border:5px solid #4F5851;
}

#boxDoveSiamo strong {
	margin:0 0 5px 0;
	display:block;
}

#boxDoveSiamo a.indicazioni {
	text-decoration:underline;
}

#boxDoveSiamo a:hover {
	text-decoration:none;
}

#boxGallery {
	width:440px;
	height:240px;
	float:right;
}

#boxGallery img {
	margin:0 5px 10px 5px;
	float:left;
	border:5px solid #4F5851;
}

#boxGallery img:hover {
	border:5px solid #07220d;
}

#boxPrenotazione {
	width:600px;
	height:240px;
	float:left;
}

#boxPrenotazione p {
	width:200px;
	height:53px;
	float:left;
}

#boxPrenotazione p input {
	width:170px;
	margin:2px 0 0 10px;
	background:#f9f9f9;
}

#boxPrenotazione p input.giorno {
	width:85px;
	float:left;
}

#boxPrenotazione p select.orario {
	padding:3px 0 2px 0;
	margin:2px 0 0 12px;
	float:left;
}

#boxPrenotazione p.text {
	width:520px;
	height:auto;
	float:left;
}

#boxPrenotazione p textarea {
	width:500px;
	height:50px;
	margin:2px 0 0 10px;
	background:#f9f9f9;
}

#boxPrenotazione p.submit {
	width:68px;
	height:auto;
	float:left;
}

#boxPrenotazione p.submit input {
	width:47px;
	height:57px;
	padding:0px;
	margin:22px 0 0 22px;
	border:0px;
	background:url(../images/prenota.png) no-repeat 0 0 #4F5851;
	cursor:pointer;
}

#boxPrenotazione p.submit input:hover {
	background:url(../images/prenota.png) no-repeat 0 0 #07220d;
}

#boxNewsletter {
	width:280px;
	height:240px;
	float:right;	
}

#boxNewsletter input {
	width:280px;
	padding:10px 0;
	text-align:center;
	background:#f9f9f9;
}

#boxNewsletter input.iscriviti {
	width:110px;
	padding:5px 0;
	margin:0 0 0 89px;
	background:#07220d;
	color:#ffffff;
	text-transform:uppercase;
	border:1px solid #07220d;
	border-radius:5px;
	cursor:pointer;
}

#boxNewsletter input.iscriviti:hover {
	background:#4F5851;
	color:#ffffff;
}

#mappaSito {
	height:15px;
	margin:0 0 20px 0;
}

#mappaSito a {
	padding:0 15px 0 0;
	margin:0 10px 0 0;
	float:left;
	display:block;
	background:url(../images/more.png) no-repeat right 4px;
	color:#ffffff;
}

.boxAnteprima {
	width:270px;
	height:360px;
	margin:0 30px 30px 0;
	float:left;
}

.boxAnteprima img {
	margin:0 0 10px 0;
	border:5px solid #4F5851;
}

.boxAnteprima img:hover {
	border:5px solid #07220d;
}

.boxAnteprimaTre {
	margin:0 0 30px 0;
}

.boxAnteprima div strong {
	display:block;
	margin:0 0 5px 0;
}

#footer {
	height:230px;
	padding:20px;
	background:#FFFFFF;
	color:#07220D;
	text-align:center;
	font-size:13px;
}

#footer a {
	color:#07220D;
	text-decoration:underline;
}

#footer a:hover {
	color:#07220D;
	text-decoration:none;
}

#footer ul {
	margin:30px 0 0 0;
}

#footer ul li.main {
	padding:0 50px;
	display:inline;
	text-transform:uppercase;
	position:relative;
}

#footer ul li.main ul {
	width:150px;
	position:absolute;
	top:0px;
	left:50px;
	text-align:left;
	text-transform:none;
}

#footer ul li.main ul li {
	margin:0 0 5px 0;
}

#footer ul li.main ul li a {
	text-decoration:none;
}

#footer ul li.main ul li a:hover {
	text-decoration:underline;
}


/**gallery*/
#boxGalleryfull {
	width:990px;
	float:right;
}

#boxGalleryfull .gallery_sx {
	width:300px;
	margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
	float: left;
    height: 440px;
}
#boxGalleryfull .gallery_pag {
	left: 0;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
	width: 600px;
}
#boxGalleryfull .gallery_pag li {
	float: left;
    height: 370px;
    margin: 0;
    padding: 0;
    width: 300px;
}
#boxGalleryfull .gallery_pag li img {
	width:80px;
	height:80px;
}

#boxGalleryfull .gallery_nav {
    border-top: 1px solid #666666;
    bottom: -10px;
    height: 20px;
    line-height: 20px;
    list-style: none outside none;
    margin: 10px 13px;
    padding: 1px;
    position: absolute;
    right: 0;
    text-align: right;
    width: 272px;
}
#boxGalleryfull .gallery_nav li.currentpag {
    font-weight: bold;
}

#boxGalleryfull .gallery_nav li {
    cursor: pointer;
    float: left;
    height: 20px;
    opacity: 0.7;
    width: 20px;
}

#boxGalleryfull .gallery_dx .mainimg{
	background: url(http://www.toscanellaosteria.com/css/images/ajax-loader.gif) no-repeat center center transparent;
	/*width:660px;
	height:390px;*/
}
#boxGalleryfull .gallery_dx {
    background: none no-repeat scroll center center transparent;
    float: left;
    height: 440px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: center;
    width: 690px;
}

#boxGalleryfull .didascalia {
    border-top: 1px solid #666666;
    bottom: 0;
    height: 20px;
    line-height: 20px;
    padding: 1px;
    position: absolute;
    right: 70px;
    width: 550px;
}

#boxGalleryfull .gallery_pag img {
	margin:0 5px 10px 5px;
	float:left;
	border:5px solid #4F5851;
	background: url(http://www.toscanellaosteria.com/css/images/ajax-loader.gif) no-repeat center center #4F5851;
	opacity:0.8;
	transition: border-color 2s, opacity 1s;
	-moz-transition: border-color 2s, opacity 1s;
	-webkit-transition: border-color 2s, opacity 1s;
	-o-transition: border-color 2s, opacity 1s;
}

#boxGalleryfull .gallery_pag img:hover, #boxGalleryfull .gallery_pag img.currenttmb {
	border-color:#07230D;
	opacity:1;
}

#boxAperto {
	wisth:990px;
}

#boxAperto img.leftimg {
	margin:10px 20px 10px 0;
	float:left;
	clear:both;
	border:5px solid #4F5851;
	background: url(http://www.toscanellaosteria.com/css/images/ajax-loader.gif) no-repeat center center #4F5851;
}
#boxAperto img.rightimg{
	margin:10px 0px 10px 20px;
	float:right;
	clear:both;
	border:5px solid #4F5851;
	background: url(http://www.toscanellaosteria.com/css/images/ajax-loader.gif) no-repeat center center #4F5851;
}

#boxAperto img:hover {
	border:5px solid #07230D;
}

.testoinbox  p{
	margin:0 0 15px 0;
}