@charset "UTF-8";

html, body {
	height: 100%;
}

body {
	font-family: georgia, "Times New Roman", Times, serif;
	background-image: url(immagini/bg.jpg);
	background-repeat: repeat;
	text-align: center;
	margin: 0;
	padding: 0;
}

a:focus { -moz-outline-style: none; }

#vaialcontenuto {
	float: left;
	height: 50%;
	margin-top: -303px;
	width: 100%;
}

/* Contenitore */
#sposiacolori {
	clear: both;
	position: relative;
	width: 750px;
	height: 590px;
	text-align: left;
	margin: 0 auto;
}

#shadow {
	clear: both;
	width: 776px;
	height: 606px;
	margin: 0 auto ;
	padding: 8px 0 0 0;
	background-image: url(immagini/ombra.png);
	background-repeat: no-repeat;
}

/* Header */
#intestazione {
	width: 750px;
	height: 80px;
	background-color: #fff;
	/*overflow: hidden;*/
	position: relative;
	background-image: url(immagini/titolo.png);
	background-repeat: no-repeat;
}

#intestazione #contatti {
	position: absolute;
	left: -9999px;
	top: 0;
	height: 80px;
	margin: 0;
	padding: 0;
}

#intestazione #titolo {
	position: absolute;
	right: 9999px;
	top: 0;
	height: 80px;
	margin: 0;
	padding: 0;
	text-align: right;
}

/*#intestazione #telefono {
	display: block;
	margin: 20px 0 0 10px;
	font-weight: bold;
}*/

#intestazione address {
	display: block;
	margin: 5px 0 0 10px;
}

#intestazione h1 {
	font-size: 28px;
	margin: 10px 120px 0 0;
}

#intestazione h2 {
	font-size: 14px;
	margin: 10px 145px 0 0;
}

/* Navigazione */
#navigazione {
	width: 750px;
	height: 25px;
	background-color: white;
	overflow: hidden;
	position: absolute;
	z-index: 10;
	background-color: #1d3752;
	filter: alpha(opacity=75);
	opacity: 0.7;
	text-align: center;
}

#navigazione ul {
	margin: 3px 0 0 0;
	padding: 0;
}

#navigazione li {
	list-style: none;
	display: inline;
}

#navigazione a {
	font-family: georgia, Times New Roman, times, serif;
	height: 20px;
	width: 128px;
	text-decoration: none;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 5px;
	font-size: 90%;
}

#navigazione a:hover, #navigazione a.selected {
	border-bottom: 2px solid white;
}

/* Contenuto */
#contenuto {
	width: 750px;
	height: 472px;
	position: relative;
}

/* Fotografia + Testo */
.hidden {
	display: none !important;
}

.paragrafo {
	margin: 0;
	padding: 0;
	position: relative;
}

.paragrafo li {
	position: absolute;
	list-style: none;
	display: block;
	width: 750px;
	height: 500px;
	margin: 0;
	padding: 0;
}

.paragrafo img.fotografia {
	width: 750px;
	height: 500px;
}

.paragrafo img.navigazione {
	border: none;
}

.paragrafo div {
	display: block;
	width: 750px;
	height: 125px;
	position: absolute;
	bottom: 15px;
	left: 0px;
	background-color: white;
	margin: 0px;
	padding: 0;
	filter: alpha(opacity=85);
	opacity: 0.85;
	background-image: url(immagini/deco.gif);
	background-repeat: repeat-x;
}

.paragrafo p {
	font-size: 16px;
	margin: 10px 50px;
	padding: 0;
	filter: alpha(opacity=100);
	opacity: 1;
}

.evidenziato {
	color: red;
	font-weight: bold;
}

/* Footer */
#copyright {
	width: 750px;
	text-align: center;
	margin: 0 auto;
}

#copyright p {
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	color: #ccc;
}

#telefono {
	font-weight: bold;
}

.scorrimento {
	color: #1D3752;
	text-decoration: none;
	font-size: 80%;
	filter: alpha(opacity=50);
	opacity: 0.5;
	width: 25px;
	height: 60px;
}

#avanti {
	position: absolute;
	right: 10px;
	top: 35px;
}

#indietro {
	position: absolute;
	left: 10px;
	top: 35px;
}

#contatti {
	display: none;
	position: absolute;
	top: 105px;
	left: 0;
	height: 475px;
	width: 750px;
	background-color: transparent;
	background-image: url("immagini/contatti-bg.jpg");
	background-repeat: repeat;
	overflow: hidden;
}

#elenco_contatti {
	margin: 20px 40px;
}

#contatti h1 {
	font-size: 150%;
}

#contatti ul {
	margin: 0;
}

#contatti li {
	list-style: none;
	margin: 10px 0;
}

#contatti fieldset {
	border: 0px none;
	margin: 0;
}

#contatti fieldset.submit {
	
}

#contatti #labelForNumero {
	width: 300px;
	float: none;
	clear: both;
	display: inline;
}

#contatti #numero {
	width: 50px;
}

#contatti label {
	display: block;
	width: 150px;
	float: left;
	clear: both;
}

#contatti input.text {
	width: 300px;
}

#contatti .textarea {
	width: 450px;
	height: 75px;
}

#contatti li.submit {
	padding-left: 150px;
}

#contatti #ajaxLoader {
	display: none;
}

#contatti #contatti_intro {
	margin-top: 0px;
}

#contatti #response {
	color: red;
}
