@charset "UTF-8";
/* CSS Document */

body {
	background: url(../img/bg.jpg) repeat-x #fff;
	margin:0;
	padding:0;
	color:#563516;
	font-family: 'Terminal Dosis', sans-serif;
}
@font-face {
	font-family: 'danielregular';
	src: url('daniel-webfont.eot');
	src: url('daniel-webfont.eot?#iefix') format('embedded-opentype'), url('daniel-webfont.woff') format('woff'), url('daniel-webfont.ttf') format('truetype'), url('daniel-webfont.svg#danielregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
a {
	text-decoration:none;
	color:#563516;
	font-size:18px;
}
a:hover {
	color:#915e36;
}
.clear {
	clear:both;
}
.floatl {
	float:left;
}
.floatr {
	float:right;
}
.last {
	margin-left:0
}
.nav {
	width:376px;
}
.nav li {
	text-transform:uppercase;
	display:inline;
	list-style:none;
	padding:15px 30px;
}
#logo {
}
ul {
	margin:61px 0 0 30px;
	padding:0;
}
#wrap {
	width:960px;
	margin: auto;
	background:url(../img/bg-wrap.jpg) no-repeat;
}
#header {
}
.headline {
	padding-top:50px;
	font-family: 'danielregular';
	font-size:30pt;
	text-align:center;
	color:#754c2b;
}
.neg {
	margin-top:-60px;
}
.pos {
	margin-top:30px;
}
#footer .box.lx {
	color:#666;
	min-height:30px;
	font-size:16px;
	line-height:10px;
	padding: 5px 0 0 40px;
}
#slide img {
	display:none;
}
#txt {
	min-height:410px;
	width:500px;
}
#mappa {
	width:660px;
	height:300px;
	border:2px solid #fff;
}
#social {
	text-align:center;
	width:460px;
}
#social img{
	padding-right:10px;
}

#big {
	width:730px;
	height:370px;
	}
#th {
	width:210px;
	}
#th img{
	margin-bottom:5px;
	}

.col{
	float:left;
	padding:50px 0;
}
#slider{
	background:transparent url(../img/slider.png) no-repeat;
	width:400px;
	padding:8px 0px 20px 25px;	
	margin-left:70px;
}
#slider #pics{
	width:375px;
	height:163px;
	display:block;
	overflow:hidden;
}
#slider #title{
	position:absolute;
	margin:10px 0px 0px 103px;
	width:262px;
	height:23px;
	background:transparent url(../img/bg_title.png) repeat-y top right;
	text-align:right;
	font-size:18px;
	font-weight:bold;
	color:#fff;
	padding:2px 10px 0px 0px;
	z-index:999;
}

.gall{
	margin-top:105px;
	width:670px !important;
	background:transparent url(../img/bg_galleria.png) no-repeat;
	height:403px;
	padding:10px 0px 0px 40px;
	}
.gall img{
	width:615px;
	height:380px;
	}
.thumbs{
	width:250px !important;
}

#slide_gall #prev, #slide_gall #next{
	width:30px;
	height:380px;
	position:absolute;
	z-index:99;
	dispaly:block;
	background:#000;
	cursor:pointer;
	background:transparent url('../img/g_prev.png') no-repeat;
}
#slide_gall #next{
	margin-left:585px;
	background:transparent url('../img/g_next.png') no-repeat;
}