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


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
 caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
table, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1.4em;
	color: #ffffff;
	font-family: 'HelveticaNeueW01-UltLt', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 13px;
	background-attachment: scroll;
	background-color: #000;
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: lighter;
	letter-spacing: 1px;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* ----- Colori e stili ----- */
a, a:link, a:visited {
color:;
	text-decoration:underline;
	color: #dddddd;
}
a:hover {
color:;
text-decoration:none;
}
h1, h2 {
	line-height:1.4em;
	font-weight:normal;
}
h3 {
	line-height:1.0em;
	font-weight:normal;
}
a.btn {
	background-color: #a05c61;
	margin: 0px;
	height: auto;
	width: auto;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-size: 14px;
	color: #FFF;
	display: block;
	cursor: pointer;
	border: 2px solid #414042;
	-webkit-border-radius: 3px;
    border-radius: 3px;
	text-align:center;
	text-decoration:none;
}
a.btn:hover {
	background-color: #BD6F76;
}
#content p.success, #content p.alert, #content p.advise {
	font-weight: normal;
	color: #333;
	width: auto;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 26px;
	box-shadow: 2px 2px 5px #222;
	clear:both;
	line-height:20px;
}
#content p.success {
	background-color: #CCFFCC;
	background-image: url(../img/ok.png);
	border:1px #BEE6BE solid;
}
#content p.alert {
	background-color: #FFD2D2;
	background-image: url(../img/alert.png);
	border:1px #E6B4B4 solid;
}
#content p.advise {
	background-color: #FFFFAA;
	background-image: url(../img/advise.png);
	border:1px #F0F033 solid;
}
.ocra, #content .ocra {
	color:#DCC600;
}
/* ----- Fine Colori e stili ----- */
/* ----- Grafica ----- */
#content p.text_right, .text_right {
	text-align:right;
}
.text_small {
	font-size:0.8em;
}
.text_big {
	font-size:1.2em;
}
#wrapper {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 956px;
}
#logo {
	margin: 0px;
	height: auto;
	width: 186px;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 18px;
	padding-left: 0px;
}
#sidebar {
	margin: 0px;
	float: left;
	height: auto;
	width: 190px;
	padding-top: 0px;
	padding-right: 34px;
	padding-bottom: 100px;
	padding-left: 23px;
}
#content {
	margin: 0px;
	float: left;
	height: auto;
	width: 645px;
	padding-top: 0px;
	padding-right: 32px;
	padding-bottom: 50px;
	padding-left: 32px;
}
#content h1 {
	padding:5px 0 20px 0;
	font-size:28px;
}
#content h2 {
	padding:5px 0 15px 0;
	font-size:22px;
}
#content h3 {
	padding:10px 0 2px 0;
	font-size:18px;
	color:#fff;
}
#content p {
	padding-bottom:12px;
	text-align:justify;
	vertical-align: top;
}
#content p strong, #content p span {
	vertical-align: top;
}
#content_sx {
	margin: 0px;
	float: left;
	height: auto;
	width: 439px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#content_dx {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 186px;
	text-align: left;
}
#content #content_dx p {
	padding-bottom:3px;
	text-align: left;
}
#social {
	margin: 0px;
	height: 22px;
	width: auto;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 18px;
	padding-left: 0px;
}
#social ul {
	padding:0;
	margin:0;
	float: right;
}
#social li {
	position: relative;
	list-style: none;
	padding: 0px;
	height: 22px;
	width: 23px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	float: left;
}
#social li a {
	height: 22px;
	display: block;
	text-decoration:none;
	text-align: left;
	line-height: 22px;
	color: white;
	font-weight: normal;
	font-size: 6px;
	margin: 0px;
	padding: 0px;
	text-indent: -5555px;
	width: 23px;
	background-attachment: scroll;
	background-image: url(../img/social.png?v=0.1);
	background-repeat: no-repeat;
}
#social li a:hover {
	text-decoration:none;
}
#social li#socialFacebook a {
	background-position:0px 0px;
}
#social li#socialTwitter a {
	background-position:-23px 0px;
}
#social li#socialGoogle a {
	background-position:-46px 0px;
}
#social li#socialFoursquare a {
	background-position:-69px 0px;
}
#social li#social2Spaghi a {
	background-position:-92px 0px;
}
#social li#socialTripAdvisor a {
	background-position:-115px 0px;
}


#social li#socialFacebook a:hover {
	background-position:0px -22px;
}
#social li#socialTwitter a:hover {
	background-position:-23px -22px;
}
#social li#socialGoogle a:hover {
	background-position:-46px -22px;
}
#social li#socialFoursquare a:hover {
	background-position:-69px -22px;
}
#social li#social2Spaghi a:hover {
	background-position:-92px -22px;
}
#social li#socialTripAdvisor a:hover {
	background-position:-115px -22px;
}
#slideshow {
    position:relative;
    height:420px;
	width:645px;
	padding:0 0px 5px 0;
	margin:0;
}

#slideshow img {
    position:absolute;
    top:0;
    left:0;
}

#slideshow #slideshow_text {
	position:absolute;
	top:0;
	right:0;
	width:170px;
	height:140px;
	z-index:18;
	background-attachment: scroll;
	background-image: url(../img/bg_black_75.png);
	background-repeat: repeat;
	background-position: 0px 0px;
	padding: 0px;
	letter-spacing: 0px;
	line-height: 1.3em;
}
#slideshow #slideshow_fixed_text {
	position: absolute;
	top: auto;
	right: 0;
	width: 96%;
	height: auto;
	z-index: 999;
	background-attachment: scroll;
	background-image: url(../img/bg_black_75.png);
	background-repeat: repeat;
	background-position: 0px 0px;
	letter-spacing: 0px;
	line-height: 26px;
	bottom: 5px;
	padding: 0 2%;
	font-style: italic;
}
#slideshow_text .text {
	position: absolute;
	left: 25px;
	top: 25px;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 120px;
}
#slideshow_text .text h3 {
	color: #FFF;
	font-size: 16px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#slideshow_text .text p {
	color: #939598;
	line-height: 16px;
	text-align: left;
}
.gallery {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 645px;
}
.gallery .thumb {
	margin: 0px;
	padding: 3px;
	float: left;
	height: auto;
	width: 209px;
}
.gallery .thumb a {
	margin: 0px;
	padding: 0px;
	height: 156px;
	width: 209px;
	display:block;
	position:relative;
}
.gallery .thumb a span {
	width: 201px;
	display: block;
	line-height: 16px;
	padding: 4px;
	margin: 0;
	background-image: url(../img/bg_black_75.png);
	position: absolute;
	top: 0;
	left: 0;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: left top;
}
.gallery .thumb a:hover span {
	text-decoration:underline;
}
#form {
	width: 500px;
}
#form p{
	margin: 0px;
	padding: 0px;
}
#form label {
	font-size: 14px;
	line-height: 16px;
	height: 16px;
	font-weight: normal;
	width: auto;
	margin: 0px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 0px;
	color: #fff;
	display: block;
}
#form input {
	line-height: 20px;
	color: #000000;
	height: 24px;
	width: 488px;
	border: 1px solid #000000;
	font-size: 14px;
	font-weight: normal;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	background-color: #F6F6F6;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
#form textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 5px;
	height: 120px;
	width: 488px;
	border: 1px solid #000000;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	color: #000000;
	background-color: #F6F6F6;
	float: left;
}
#form p.law {
	line-height: 16px;
	font-size: 12px;
	color: #fff;
	text-align: justify;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#form input.check {
	margin: 0px;
	height: 20px;
	width: auto;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	float: left;
	padding: 0px;
	line-height: 20px;
}
#form label.label_check {
	width: 200px;
	height: 20px;
	margin: 0px;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	line-height: 20px;
	float: left;
}
#form input.submit {
	background-color: #a05c61;
	margin: 0px;
	height: auto;
	width: auto;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-size: 14px;
	color: #FFF;
	display: block;
	float: right;
	cursor: pointer;
	border: 2px solid #414042;
	-webkit-border-radius: 3px;
    
    border-radius: 3px;
}
#form input.submit:hover {
	background-color: #BD6F76;
}
#footer {
}
/* ----- Fine Grafica ----- */
/* ----- Menu ----- */
/* ----- Fine Menu ----- */
