html, body { padding:0; margin:0; }
p { line-height:1.5em; }
.sx { float:left; } .dx { float:right; }

a:link, a:visited {
	color:#6F3737;
	text-decoration:underline;
}
.followme {
	float: right;
	height: 200px;
	width: auto;
	padding-top: 20px;
	margin-left: 15px;
}

a:hover, a:active {
	color:#6F3737;
	text-decoration:none;
}

.contenitore {
	margin: auto;
	width: 678px;
}

.nav {
	width: auto;
}

a#logo {
	height: 90px;
	display: block;
	width: 400px;
	margin: auto;
}

.alt {
	display: none;
}	

#header {
	width: 678px;
	position: relative;
	background-image: url(images/head.gif);
	height: 135px;
	margin-top: 10px;
}

#header ul { list-style:none; }
#header li {
	display:inline;
}
#header li a {
	position:absolute;
	text-decoration: none;
}

#header li.li-lang a {
	top:28px;
	right:22px;
	font:12px verdana,sans-serif;
}

.contenuto {
	background-repeat: repeat-y;
	width: 678px;
	background-image: url(images/bg_content.gif);
	overflow: hidden;
}


img#h-img {
	padding:6px;
	border:1px solid #CCCCCC;
}


#navbar{
	width:auto;
	height:36px;
	background:url(images/navbar-bg.png) left top repeat-x;
	margin-left: 34px;
	margin-right: 34px;
	margin-top: 20px;
	margin-bottom: 15px;
}
#navbar .inbar{
	display:inherit;
	height:36px;
	background:url(images/right-round.png) right top no-repeat;
}
#navbar ul, #navbar ul li{
	border:0px;
	margin:0px;
	padding:0px;
	list-style:none;
	height:36px;
	line-height:36px;
}
#navbar ul{
	background:url(images/left-round.png) left top no-repeat;
}
#navbar ul li{
	float:left;
	display:block;
	line-height:36px;
}
#navbar ul li a{
	color:#999999;
	text-decoration:none;
	font-weight:bold;
	display:block;
}
#navbar ul li a span{
	padding:0 20px 0 0;
	height:36px;
	line-height:36px;
	display:block;
	margin-left:20px;
}
#navbar .navhome a, #navbar .navhome a:hover{
	background:url(images/a-bg.png) left top no-repeat;
	height:36px;
	line-height:36px;
}
#navbar .navhome a span, #navbar .navhome a:hover span{
	color:#FFFFFF;
	background:url(images/span-bg.png) right top no-repeat;
	height:36px;
	line-height:36px;
}
#navbar ul li a:hover{
	background:url(images/ahover-bg.png) left top no-repeat;
	height:36px;
	line-height:36px;
}
#navbar ul li a:hover span{
	background:url(images/spanhover-bg.png) right top no-repeat;
	height:36px;
	line-height:36px;
}


#thumbs {
	margin-top:60px;
	padding-left: 99px;
}
#thumbs img {
	padding:4px;
	border:1px solid #CCCCCC;
	margin-right: 20px;
}


#footer {
	background: url("images/footer.gif") top center no-repeat;
	width: 678px;
	height: 96px;
	padding-bottom: 20px;
}



body {
	background-color: #EDEAD5;
	background-repeat: repeat;
	font: 12px "trebuchet ms",verdana,sans-serif;
	color: #6d6c6d;
}
#main {
	width: auto;
	text-align: justify;
}

#main .inner {
	padding:25px 35px 0;
}

#main h1 {
	color:#6F3737;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
}

#main h2 {
	color:#6F3737;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#indirizzo {
	width: 668px;
	padding-top: 70px;
	padding-left: 10px;
	text-align: center;
	font-size: 10px;
}


/* ---------- gallery styles start here ----------------------- */

.contenuto_gallery {
	background-repeat: repeat-y;
	width: auto;
	background-image: url(images/bg_content.gif);
	height: 900px;
	overflow: hidden;
}



.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery li {
	padding: 10px;
	margin: 0;
	float: left;
	position: relative;
	width: 180px;
	height: 120px;
}
.gallery li:hover img {
	border-color: #333333;
}
.gallery img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 5px;
}
.gallery em {
	background: #fff;
	color: #999999;
	font-style: normal;
	padding: 2px 8px 0 22px;
	display: block;
	position: absolute;
	top: 20px;
	left: 5px;
	border: 1px solid #999;
}
.gallery a {
	text-decoration: none;
}
.gallery span {
	width: 30px;
	height: 60px;
	display: block;
	position: absolute;
	top: 7px;
	left: 9px;
	background: url(images/paper-clip-mini.png) no-repeat;
	z-index: 3;
}
#map {
	margin: auto;
	width: auto;
}
#form {
	width: 400px;
}
