* {
	margin:0;
	padding:0;
}

.closer {
	clear: both;
}

a:active {
  outline: none;
}

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

a:hover {
	text-decoration: underline;
}

img {
	border:none;
}

.color {
	color: #f58220;
	font-weight: bold;
}

body {
	font-size: 11px;
	font-family: "lucida grande", arial, tahoma, verdana, sans-serif;
}

#loading {
	position: absolute;
	top: 49.5%; 
	left: 49.5%;
	z-index: 3;
	width: 24px; 
	height: 24px;
	text-indent: -999em;
	background-image: url('../img/p.gif');
}

#supersize {
	position:fixed;
}

#supersize img, #supersize a {
	height:100%;
	width:100%;
	position:absolute;
	z-index: 0;
}

#supersize .prevslide, #supersize .prevslide img {
	z-index: 1;
}

#supersize .activeslide, #supersize .activeslide img {
	z-index: 2;
}

#page {
	z-index: 3;
	width: 960px;
	position: absolute;
	top: 100px;
	left: 50%;
	margin: 0 0 0 -480px;
	background: transparent url('../img/pb.png') repeat-y top left;
}

#page a {
	color: #222;
	text-decoration: none;
}

#page a strong {
	color: #f58220;
	font-weight: bold;
}

#banner {
	position: relative;
	top: 0;
	left: 0;
}

#logo {
	float: left;
	position: absolute;
	top: -20px;
	left: -20px;
	z-index: 90;
	clear: none;
}

#menu {
	width: 960px;
	height: 40px;
	background: #f58220;
}

#menu ul {
	list-style: none;
	float: right;
}

#menu ul li {
	display: inline;
}

#menu ul li a {
	font-size: 12px;
	color: #000;
	float: left;
	font-weight: bold;
	display: block;
	height: 20px;
	padding: 10px;
	width: 112px
}

#menu ul li a:hover, #menu .selected {
	background-color: #231f20;
	color: #f58220;
}

#sidebar {
	float: left;
	width: 260px;
	padding: 20px;
	z-index: 3;
	background: #fff url('../img/cbg.png') no-repeat top left	;
	margin-top: -14px;
}

#bannerino {
	margin: 80px 0;
	background: #fff;
}

#content {
	float: right;
	width: 600px;
	padding: 20px 30px 20px 20px;
	z-index: 3;
}

#content h2 {
	color: #000;
	font-size: 12px;
}

#content p {
	margin: 10px 0;
	color: #222;
	text-align: justify
}

#content p a {
	font-weight: bold;
	color: #f58220;
}

#content p a:hover {
	color: #000;
	text-decoration: underline;
}

.alloggio {
	float: left;
	width: 210px;
	margin: 40px
}

.partner {
	float: left;
	width: 140px;
	margin: 25px
}

.mapdida {
	float: right;
	margin: 0 0 20px 20px;
}

#map, #map2 {
	width: 300px;
	height: 200px;
}

#map .dida {
}

#map div span {
	display: none;
}

.alloggio h2 {
	border-bottom: 2px solid #f58220;
}

#content ul {
	margin: 0 0 0 20px;
	list-style: url(../img/b.gif);
}

.foto {
	float: left;
	margin: 0 25px 25px 0;
}

h2.date {
	padding: 10px;
	text-align: center;
	background-color: #f58220;
	color: #fff;
	margin: 20px 0 10px 0;
}

h3 {
	margin: 20px 0 10px 0;
	color: #333;
	border-bottom: 2px solid #f58220;
}

#footer {
	clear: both;
	width: 880px;
	padding: 10px 40px;
	background: #f58220;
	text-align: right;
	font-size: 10px;
}

/* contatti form */

.error {
	font-size: 10px;
	background-color: #ffc0c0;
	color: #a00;
	font-weight: bold;
	border: 2px solid #a00;
	padding: 5px;
	margin: 5px;
	display: none;
	width: 406px;
}

.ok {
	font-size: 10px;
	background-color: #90ee90;
	color: #080;
	font-weight: bold;
	border: 2px solid #080;
	padding: 5px;
	margin: 5px;
	display: block;
	width: 406px;
}

#contactform, #preventivoform {
	width: 420px;
	margin: 0 0 20px 10px;
}
#contactform *, #preventivoform * {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#contactform input, #contactform textarea, #preventivoform input, #preventivoform textarea {
	font-size: 10px;
}

#contactform ol, #preventivoform ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
#contactform li, #preventivoform li {
	margin: 0 0 5px 0;
	padding: 5px;
}
#contactform li.buttons, #preventivoform li.buttons {
	margin: 0;
	overflow: hidden;
}
#contactform label, #preventivoform label {
	margin: 0;
	width: 120px;
	display: inline;
	float: left;
	padding: 5px 10px 2px 0;
	font-size: 9px;
	font-weight: bold;
}

label span {
	color: #a00;
	font-weight: bold;
}

#contactform input.text, #preventivoform input.text {
	width: 274px;
	border: 1px solid #D4D4D4;
	padding: 2px;
	margin: 0;
}
#contactform textarea, #preventivoform textarea {
	width: 274px;
	border: 1px solid #D4D4D4;
	padding: 2px;
	height: 80px;
	background: #FDFDF7;
	font-size: 10px;

}
#contactform li.buttons input, #preventivoform li.buttons input {
	float: right;
	margin: 0 0 0 5px;
	width: auto;
	background-color: #fff;
	border: 1px solid #d4d4d4;
	font-size: 10px;
	font-weight: bold;
}


ol.forms {
	float: left;
	list-style: none;
	width: 500px;
	padding: 10px;
}

ol.forms li {
	clear: left;
	float: left;
	line-height: 1.5em;
	margin-bottom: 1em;
	width: 100%;
}

ol.forms label {
	cursor: pointer;
	display: block;
	float: left;
	line-height: 1.5em;
	padding-right: 1%;
	text-align: left;
	width: 70px;
	font-weight: bold;
	text-align: right;
}

ol.forms input { width: 39%; border: 1px solid #d4d4d4; margin-left: 20px;}

ol.forms textarea {
	height: 20em; 
	width: 64%; 
	border: 1px solid #d4d4d4;
	margin-left: 20px;
}

#emailFrom, #recapitotelefonico {
	margin-top: 14px;
}

ol.forms .error { 
	display: block;
	margin: 0.25em 0 0 11%;
}

ol.forms li.buttons {
	padding-left: 11%;
	width: 89%;
}

#submit {
	background: #F58220 ;
	padding: 2px;
	margin: 0 0 0 40px;
	color: #fff;
	border: none;
	font-size: 11px;
}

#submit:hover {
	background-color: #231f20;
	color: #f58220;
}
/* contatti form end */
