@charset "utf-8";
* {	margin: 0; }

html, body {
	margin:0;
	padding:0;
	background-image: url(../immagini/back.jpg);
	height:100%;
	overflow:hidden;
	width:100%;
}
#bg table, #bg td {
	height:100%;
	overflow:hidden;
	width:100%;
	z-index:1;
}


/*BACKGROUND*/
#loader {
	top:48%;
	left:48%;
	position:absolute;
	z-index:0;
}
#bg div {
	height:200%;
	left:0;
	position:absolute;
	top:0;
	width:200%;
}

#bg img {
	margin:0 auto;
	min-height:50%;
	min-width:50%;
}

#bg td {
	text-align:left;
	vertical-align:top;
}

#footer {
	position: absolute;
	bottom: -5px;
	left:0px;
	text-align:center;
	background-image: url(../immagini/footer_back.jpg);
	width:100%;
	z-index:2;
	background-repeat: repeat-x;
}
#logo {
	z-index:1;
}
#cont {
	/* Definizione delle dimensioni fisse del box. */
	display: block;
	width: 1000px;
	height: 360px;
	
	/* Definizione della posizione del box (angolo in alto a sinistra) */
	position: absolute;
	top: 50%;
	left: 50%;
	
	/* Correzione dei margini per centrare correttamente il box. */
	/* Nota che utilizzo margini negativi grandi la metà delle dimensioni cui fanno riferimento.*/
	margin: -170px 0 0 -500px;
	
	background-image:url(../immagini/boxbg.png);
	
	-moz-box-shadow:1px  1px 8px #666;
	-webkit-box-shadow:1px 1px 8px #666;
    box-shadow:1px 1px 8px #666;
}
#contLeft {
	width:770px;
	float:left;
	
}
#contInt {
		width: 960px;
		height: 280px;
		margin:40px 40px 20px 0;
		overflow:auto;
}

.contImg{
	float:right;
	margin: 20px 40px 20px 0px;
	border: 3px solid #FFF;
	-moz-box-shadow:1px  1px 8px #666;
	-webkit-box-shadow:1px 1px 8px #666;
    box-shadow:1px 1px 8px #666;
	position:relative;
}
#gallery {
	margin-left:50px;	
}
.next {
	float:right;
	margin-right:25px;
	margin-top:30px;
}
.prev {
	float:left;
	margin-left:35px;
	margin-top:30px;
}
.galImg {
	border: 3px solid #FFF;
	-moz-box-shadow:1px  1px 8px #666;
	-webkit-box-shadow:1px 1px 8px #666;
    box-shadow:1px 1px 8px #666;
	margin-left:10px;
	width:90px;
	height:90px;
}
.homeImg{
	margin: 10px 40px 10px 40px;
	border: 3px solid #FFF;
	-moz-box-shadow:1px  1px 8px #666;
	-webkit-box-shadow:1px 1px 8px #666;
    box-shadow:1px 1px 8px #666;
}
.title {
	margin: 5px 40px 10px 30px;
}
div.clearer{clear: right}
#text {
	margin:0 auto;
	width:1000px;
}
#back_text {
	width:650px;
	float:right;
	padding:25px;
	background-image:url(../immagini/boxbg.png);
	text-align:right;
}
#map {
	position: relative;
	width: 490px;
	height: 280px;
	overflow: hidden;
}
/*STILE MENU*/
#menu {
	position: relative;
	width: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	background-image: url(../immagini/menu_back.jpg);
	text-shadow: 1px 1px 2px #2a2218;
	z-index:2;
	background-repeat: repeat-x;
}
#menu_int {
	width:1000px;
	margin: 0 auto;
}
#menu ul{
	list-style: none;
	top:0px;
	height: 69px;
	margin-left:238px;
	padding:0px;
	position:absolute;
}
#menu li{
display: inline;
height: 69px;
line-height:69px;
}
#menu ul a {
	float: left;
	color: #fff;
	line-height:69px;
	text-decoration: none;
	padding-right: 24px;
	padding-left: 24px;
}
#menu ul a:hover {
	background-image: url(../immagini/button_back.jpg);
	background-repeat: repeat-x;
}
.active {
	background-color:#605446;
	float: left;
	line-height:69px;
	padding-right: 24px;
	padding-left: 24px;
	color:#FFF;
}

/*STILE TESTO*/
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
	color: #352B1F;
	text-align:justify;
	padding:0 40px 0 40px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #352B1F;
	line-height: 26px;
	padding:6px 40px 0 40px;
	text-align:center;
}

h1 {
	color:#bc5f00;
	font-size: 20px;
	text-align:center;
	margin-top:20px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	color: #352B1F;
	line-height: 26px;
	padding:0 40px 0 40px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #352B1F;
	text-align:justify;
	padding:0 40px 0 40px;
	font-style: italic;
	font-weight: lighter;
}
div#cont ul {
	list-style-type: square;
	list-style-image: url(../images/bullet.gif);
	margin-left:55px;
	padding:0;
}
div#cont ul li p{
	margin-left:-35px;
	
}
div#cont a {
	color: #bc5f00;
	text-decoration: none;
	font-weight: bold;
}
div#cont a:hover{
	color: #352B1F;
	text-decoration: none;	
}

.spec {
	color: #bc5f00;
}
.italic {
	font-style: italic;
	font-weight: bold;	
}
a img { border:none; }


