html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #604d40;
}

body {
	margin-bottom: 40px;
	font: normal 15px/21px Georgia, "Times New Roman", Times, serif;
	color: #604d40;
}

.bg-top {
	background: #fff url(../img/bg-top.jpg) repeat-x center 0;
}
.bg-bottom {
	/*padding-bottom: 40px*/
}

.bg-bottom .bg-bottom {
	background: #d5c9b4;
	padding: 0;
}

.wrap {
	margin: 0 auto;
	width: 984px;
	position: relative;
	z-index: 1;
}



#content {
}


#header {
	padding: 0 10px;
	height: 200px;

}

#header .logo {
	display: block;
	float: left;
	margin: 5px 0;
	padding: 0;
	width: 230px;
	height: 150px;
	background: url(../img/logo-villa-pettirossi.png) no-repeat 0 0;
	text-indent: -9999px;
	outline: none;
	position:relative;
	z-index: 99;
}

#header h1 { 
	margin: 0;
	padding: 0;
}
#header h2 { display: none }

#header ul.nav-lang {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
	position: absolute;
	top: 0;
	right: 20px;
	height: 45px;
	line-height: 45px;
}

#header ul.nav-lang li {
	float: left;
	margin: 0;
	padding: 0;
	margin-left: 12px;
	padding-top: 15px
}

#header ul.nav-lang a {
	display: block;
	width: 24px;
	height: 16px;
	text-decoration: none;
	text-indent: -9999px;
}

ul.nav-lang .lang-it a,
ul.nav-lang .lang-en a {
	background: url(../img/flags.png) no-repeat 0 0;
}
ul.nav-lang .lang-en a {
	background-position: -24px 0;
}

#header .slug {
	position: absolute;
	top: 0;
	right: 120px;
	margin: 0;
	padding: 0;
	line-height: 45px;
	color: #fff;
	text-align: right;
	font-size: 13px;
	font-style: italic;
}

ul#nav-main {
	list-style: none;
	list-style-type: none;
	float: right;
	margin: 47px 0;
	padding: 0;
	width: 730px;
}

ul#nav-main li {
	float: left;
	margin-left: 5px;
}

ul#nav-main a {
	float: left;
	padding: 25px 6px 0;
	height: 125px;
	background: #fff;
	font-size: 18px;
	color: #604d40;
	text-decoration: none;
}

ul#nav-main a,
ul#nav-main a span {
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
ul#nav-main p { margin: 0; }
ul#nav-main span {
	display: block;
	font-size: 13px;
	line-height: 14px;
	font-style: italic;
	color: #9c927f;
}
.interna ul#nav-main a:hover { 
	background: #604d40; 
	color: #fff; 
}
.interna ul#nav-main a:hover span { 
	color: #fff; 
}

.home ul#nav-main a:hover {
	color: #BC0B27; 
	text-shadow: 0 1px 2px rgba(96,77,64,0.5);
}
.home ul#nav-main a:hover span {
	color: #604d40; 
	text-shadow: none;
}


ul#nav-main .current a { background-color: #3D3129; color: #fafafa; }
ul#nav-main .current span { color: #f1f1f1 }

#content {
	margin-top: -50px
}

#slides {
	/* mask size: 984 x 421 */
	position: relative;
	z-index: 2;
	margin-bottom: 20px;
	padding-top: 10px;
	width: 984px;
	height: 411px;
	background: url(../img/mask.png) no-repeat 0 100%;
}
#slides .mask {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	width: 984px;
	height: 421px;
	background: url(../img/mask.png) no-repeat 0 0;
}
#slides .slideshow {
	position: relative;
	margin: 0 auto;
	width: 960px;
	height: 400px;
}
#slides img {
	position: absolute;
	top: 0;
	left: 0;
}
#slides .next,
#slides .prev {
	position: absolute;
	z-index: 100;
	top: 246px;
	width: 28px;
	height: 40px;
	text-indent: -9999px
}
#slides .next {
	right: 0;
}
#slides .prev {
	left: 0;
}

#main {
	margin: 0 12px;
	padding: 13px 0 21px;
}

.boxes {
	margin-bottom: 20px;
	padding-bottom: 13px;
	background-position: 0 100% !important;
}

a.box {
	float: left;
	display: block;
	position: relative;
	z-index: 1;
	margin: 0 9px;
	border: 1px solid #d5c9b4;
	width: 220px;
	height: 160px;
	overflow: hidden;
	text-decoration: none 
}

a.box .title {
	margin: 0;
	padding: 0;
	width: 90%;
	height: 78%;
	padding: 22% 5% 0;
	background: #fff url(../img/bg-box.png) no-repeat center 26px;
	position: absolute;
	left: 0;
	top: 0;

	text-align: center;
	font-size: 24px;
	text-transform: uppercase;
	color: #604d40;
	line-height: 24px;

	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

a.box:hover .title {
	position: absolute;
	left: 0;
	top: 100%;
	opacity: 0.5;
}

a.box img {
	opacity: 0;
	-moz-transition: 1s;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s
}

a.box:hover img {
	opacity: 1;
}

#footer {
	position: relative;
	z-index: 1;
	padding-top: 28px;
	height: 102px;
}

#footer a {
	color: #604d40;
}

#footer .vcard {
	padding-left: 80px;
	line-height: 16px;
	font-size: 13px;
	background: url(../img/logo-footer.gif) no-repeat 0 center;
	width: 430px;
	margin-bottom: 26px;
}

#footer .vcard p {
	margin-bottom: 1px;
	text-align: left;
	white-space: nowrap;
}
#footer .tel .type { display: none; }

#footer p.org {
	font-size: 14px;
	font-weight: bold;
}
#footer p.org span {
	display: block;
}

#footer .vcard .email,
#footer .vcard .tel {
	display: block;
	line-height: 32px;
	font-size: 14px;
	padding-left: 36px;
	background: url(../img/ico-contacts.png) no-repeat 0 0;
}
#footer .vcard .email {
	background-position: 0 100%;
}

#footer .left {
	padding: 5px 10px 5px 0;
	margin-left: 20px;
	border-right: 2px dotted #988877;
}

#footer .copyright {
	color: #fff;
	font-size: 12px;
	line-height: 40px;
}
#footer .copyright a {
	color: #fff;
}

#footer .reqform {
	position: absolute;
	z-index: 1;
	top: -32px;
	right: 0;
	width: 292px;
	height: 200px;
	background: url(../img/bg-booking.png) no-repeat 0 0;
}
#footer .reqform form {
	margin: 35px 15px 0;
}



#footer .reqform .title {
	margin-bottom: 5px;
	margin-left: 45px;
	font-size: 16px;
	font-weight: bold;
	line-height: 42px;
	color: #604d40;
}

#footer .reqform .left,
#footer .reqform .right {
	float: left;
	margin: 0;
	border: 0;
	padding: 0;
	width: 60%;
}
#footer .reqform .right {
	float: right;
	width: 40%
}

#footer .reqform input[type="text"],
#footer .reqform input[type="number"],
#footer .reqform select {
	border: 1px solid #ccc;
	float: left;
	padding: 1px 3px;
	width: 30px;
	height: 16px;
	font: normal 11px/12px Arial, Verdana, sans-serif;
}

#footer .reqform .left input {
	width: 60px;
}

#footer .reqform select {
	width: 90px;
	height: 20px;
}

#footer .reqform label {
	float: left;
	margin-right: 5px;
	width: 60px;
	font: normal 13px/18px Arial, Verdana, sans-serif;
	text-align: right;
	color: #050505;
}

#footer .reqform .button {
	font-size: 13px;
	float: right;
	padding: 2px 8px;
}

#footer .reqform .row-date:after {
	content: "";
	display: block;
	float: left;
	margin: 2px 0 0 2px;
	width: 16px;
	height: 16px;
	background: url(../img/ico-calendar.png);
}

.reqform .row {
	clear: both;
	height: 28px;
}

.button {
	padding: 2px 10px;
	border: 1px solid;
	border-color: #604d40 !important;
	background: #604d40;
	font: normal small-caps 14px/14px Georgia, "Times New Roman", Times, serif;
	color: #fafafa;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
}

.button:hover {
	background: #826d5f;
}

.bg-dots {
	background: url(../img/bg-dots.png) repeat-x 0 0;
}

.left { float: left }
.right { float: right }

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

h1, h2, h3 {
	margin: 0 0 21px;
	font: normal 36px/42px Georgia, "Times New Roman", Times, serif;
	color: #bd0927;
}

h2 {
	margin-top: 21px;
	font-size: 28px;
}

h3 {
	font-size: 18px;
	line-height: 21px;
	margin-bottom: 0
}

p {
	margin-bottom: 21px;
}

ul {
	margin: 21px 0;
	margin-left: 3em;
	list-style: disc;
	list-style-position: outside;
}

ul li {
}

a {
	color: #BD0927;
}

a:hover {
	color: #da343b	
}

.gallery img,
.gallery2 img,
.img {
	margin: 0 21px 22px 21px;
	padding: 10px;
	border: 1px solid #d9d9d9;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
a .img {
	background: #fff;
	-moz-transition:    .5s;
	-webkit-transition: .5s;
	-o-transition:      .5s;
	transition:         .5s;
}
a:hover .img {
	background: #f5f2e2
}
.gallery,
.gallery2 {
	margin-left: -28px;
	margin-bottom: 21px;
	zoom: 1;
}
.gallery img,
.gallery2 img {
	float: left;
	margin-right: 0;
	margin-left: 28px;
}

.gallery2 img {
	padding: 7px;
}

/*.gallery2v {
	width: 300px;
	float: right;
}
.gallery2v img {
	float: none;
	display: block;
}*/

.column-l,
.column-r {
	float: left; 
	width: 480px;
}

.column-r {
	float: right;
	width: 200px;
}
.column-r .gallery2 {
	margin-left: 18px;
}
.column-r .gallery2 img {
	margin-bottom: 42px;
}



img.right { margin-right: 0; }
img.left { margin-left: 0; }

.page-bg-top {
	padding-top: 80px;
	position: relative;
	z-index: 1;
	zoom: 1;
	background: url(../img/page-bg-top.png) no-repeat 0 0;
	padding-bottom: 42px;
}

.page-bg {
	background: url(../img/page-bg.png) repeat-y 0 0;
}

.page-bg-bottom {
	clear: both;
	height: 27px;
	background: url(../img/page-bg-bottom.png) no-repeat 0 0;
}

#sidebar {
	float: left;
	margin-left: 16px;
	width: 200px;
}
#page {
	float: right;
	width: 680px;
	margin: -50px 44px 0 0
}

.nav-page,
.nav-page li {
	margin: 0;
	padding: 0;
	width: 100%;
	overflow:hidden;
	list-style: none;
}
.nav-page a {
	display: block;
	margin-left: 30px;
	margin-bottom: 5px;
	text-align: center;
	background: #d5c9b4;
	color: #604d40;
	text-decoration: none;
	line-height: 34px;
	font-size: 15px;

	-moz-border-radius: 	8px 0 0 8px;
	-webkit-border-radius: 	8px 0 0 8px;
	border-radius: 			8px 0 0 8px;

	-moz-transition: 	.15s;
	-webkit-transition: .15s;
	-o-transition: 		.15s;
	transition: 		.15s;
}

.nav-page a:hover {
	background: #816c5e;
	color: #fafafa;
}

.nav-page .current a {
	background: #604d40;
	color: #fafafa;
	-moz-box-shadow:    2px 0 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 2px 0 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 2px 0 10px rgba(0,0,0,0.5);
}

.appartamento p.first-child {
	height: 9.8em;
}

.appartamento {
	margin-bottom: 42px
}

/* table */
table.prezzi {
	margin: 21px 0;
	border-collapse: separate;
	border-spacing: 1px;
	font-size: 12px;
	font-family: Arial, Verdana, Geneva, sans-serif;
	width: 100%
}
table.prezzi caption {
	display: none;
}
table.prezzi th {
	background: #e5d9c3;
	vertical-align: middle;
	font: normal 14px/18px Georgia, "Times New Roman", Times, serif;
	color: #B5372B;
}
table.prezzi .range { display: block }
table.prezzi .range th,
table.prezzi th .range {
	margin: 4px 10px 0;
	border-top: 1px dotted #9B9380;
	padding-top: 2px;

	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;

	font: normal 10px/14px Tahoma;
	color: #6B6453;
}
table.prezzi thead th {
	padding: 10px 0;
	font: normal 16px/21px Georgia, "Times New Roman", Times, serif;
	vertical-align: top;
}
table.prezzi tbody td {
	background: #edeada;
	text-align: center;
}
table.prezzi .alt td {
	background: #F5F2E2;
}

table.prezzi tbody th,
table.prezzi tbody td {
	width: 25%;
	padding: 5px;	
	vertical-align: middle;
	color: #614E41;
}

table.prezzi tbody td {
	font-size: 15px;
	color: #755E4F;
	font-family: "Times New Roman", Times, serif;
}

table.prezzi tbody th {
	background: #dbcfba;
	color: #483A30
}
table.prezzi .alt th {
	background: #e5d9c3;
	color: #483A30
}

table.prezzi .info {
	font: normal 11px/12px Tahoma, Arial, Verdana, sans-serif;
	color: #666
}
table.prezzi thead th:nth-child(2),
table.prezzi tbody tr:first-child th {
	-moz-border-top-left-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	border-top-left-radius: 8px;
}
table.prezzi thead th:last-child {
	-webkit-border-top-right-radius: 8px;
	-moz-border-top-right-radius: 8px;
	border-top-right-radius: 8px;
}

table.prezzi tbody tr:last-child th:first-child {
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-bottom-left-radius: 8px;
	border-bottom-left-radius: 8px;
}

table.prezzi tbody tr:last-child td:last-child {
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-bottom-right-radius: 8px;
	border-bottom-right-radius: 8px;
}

#ui-datepicker-div {
	-moz-box-shadow:    0 0 20px rgba(0,0,0, 0.3);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0, 0.3);
	box-shadow:         0 0 20px rgba(0,0,0, 0.3);
}

p.error { 
	color: #fff; 	
	background: #c66;
	padding: 10px 20px 11px;
	text-align:center;
}

/* FORM */
.form .row {
	clear: both;
}

.form label {
	font-weight: bold;
	color: #604D40
}

.form input[type=text],
.form input[type=number],
.form textarea {
	margin: 3px 30px 10px 0;
	border: 1px solid #C0AE8E;
	padding: 6px;
	color: #333;
	width: 300px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;

	-moz-box-shadow: inset 0 1px 5px rgba(0,0,0, 0.25);
	-webkit-box-shadow: inset 0 1px 5px rgba(0,0,0, 0.25);
	box-shadow: inset 0 1px 5px rgba(0,0,0, 0.25);
}

.form input[type=text]:focus,
.form input[type=number]:focus,
.form textarea:focus {
	color: #666;
	-moz-box-shadow:    0 0 10px rgba(96, 77, 64, 0.5);
	-webkit-box-shadow: 0 0 10px rgba(96, 77, 64, 0.5);
	box-shadow:         0 0 10px rgba(96, 77, 64, 0.5);
}

.form .field-indirizzo input {
	width: 150px;
}
.form .field-cap input {
	width: 52px;
}
.form .field-citta input {
	width: 100px;
}
.form .field-nazione input {
	width: 100px;
}

.form .field-data_arrivo input,
.form .field-data_partenza input,
.form .field-adulti input,
.form .field-bambini input {
	width: 126px	
}

.form textarea,
.form .privacy {
	width: 450px;
	height: 100px
}

.form .privacy {
	height: auto;
	font: normal 12px/16px Tahoma;
	margin: 3px 0 5px;
	padding: 10px;
	color: #666;
}
.form .field-privacy label {
	font-size: 12px;
}

.form .field-casale {
	font-size: 12px;
	margin: 10px;
}

.form .checkboxgroup label[for="input-qualsiasi"],
.form .checkboxgroup {
	font: normal 12px/18px Tahoma;
}

.form .checkboxgroup {
	line-height: 42px;
	height: 42px;
}
.form .checkboxgroup label {
	color: #666;
	font-weight: normal;
}

.form-errors {
	border: 1px solid #c00;
	background: #c00;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;

	-moz-box-shadow: 0 0 10px    hsla(0, 100%, 40%, 0.9);
	-webkit-box-shadow: 0 0 10px hsla(0, 100%, 40%, 0.9);
	box-shadow: 0 0 10px         hsla(0, 100%, 40%, 0.9);
}
.form-errors .form-error-title {
	margin: 0 0 10px;
	font-size: 18px;
	color: #fafafa;
}
.form-errors .errors {
	margin: 0;
	padding: 0;
	list-style: circle;
	list-style-type: circle;
	list-style-position: inside;
	font-size: 11px;
	font-family: Tahoma;
	color: #fdd;
}
.form-errors .errors li {
	margin: 0; padding: 0;
}
.form label.error {
	color: #DB4747;
}
.form input.error,
.form textarea.error {
	border-color: #DB4747;
}
.form input.error:focus,
.form textarea.error:focus {
	-moz-box-shadow: 0 0 10px rgba(204, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 10px rgba(204, 0, 0, 0.5);
	box-shadow: 0 0 10px rgba(204, 0, 0, 0.5);
}
input:focus,
textarea:focus {
    outline: none;
}
.form .buttons {
	padding-top: 30px;
	text-align: right;
}
.form .button {
	padding: 5px 20px;
	font-size: 21px;
	font-variant: small-caps !important;
}

#form-dispo {
	position: relative;
}

#form-dispo .form-errors {
	position: absolute;
	top: 21px;
	right: 21px;
	padding: 14px;
	width: 260px;
}

.places {
	display: inline-block;
	vertical-align: middle;
	padding-bottom: 8px;
	line-height: 28px;
	height: 28px;
	margin-left: 5px
}

.places span {
	display: block;
	float: left;
	height: 28px;
}
.places .people {
	width: 13px;
	text-indent: -9999px;
	background: url(../img/people.png) repeat-x 0 0;
}

.places .plus { margin: 0 2px }

.places .people-2  { width: 26px; }
.places .people-3  { width: 39px; }
.places .people-4  { width: 52px; }
.places .people-5  { width: 65px; }
.places .people-6  { width: 78px; }
.places .people-7  { width: 91px; }
.places .people-8  { width: 104px; }
.places .people-9  { width: 117px; }
.places .people-10 { width: 130px; }

.mappa {
	border: 1px solid #ccc;
	padding: 20px;
	-moz-border-radius:    8px;
	-webkit-border-radius: 8px;
	border-radius:         8px;

	-moz-box-shadow:    0 0 15px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.2);
	box-shadow:         0 0 15px rgba(0,0,0,0.2);
}

.mappa #gmap {
	width: 636px;
	height: 300px;
	border: 1px solid #ddd;
}

.mappa .controls {
	margin: 21px 0 0;
}

.mappa .controls label {
	display: block;
	float: left;
	margin-left: 4.5%;
	width: 28%;
	line-height: 25px;
}
.mappa .controls input {
	float: left;
	margin-right: 1em;
	border: 1px solid #ccc;
	padding: 3px 5px;
	width: 36%;
	-moz-box-shadow: inset 0 1px 5px rgba(0,0,0, 0.25);
	-webkit-box-shadow: inset 0 1px 5px rgba(0,0,0, 0.25);
	box-shadow: inset 0 1px 5px rgba(0,0,0, 0.25);
}
.mappa .controls .button {
	line-height: 18px;
}

.mappa #directions {
	display: none;
	margin-top: 21px;
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 12px;
}

.mappa #directions table {
	width: 100%;
}