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

body {
	background-attachment:fixed;
	background-image:url(../images/background/background.jpg);
	background-position:center;
	margin: 0px;
	text-align:center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333300;
	font-size:13px;
	line-height:18px;
}

img {
	border: none;	
	
}

div.dark_panel {
	background-image: url(../images/lightdark_panel.png);
	background-repeat: repeat;
	background-color: transparent;
	text-align:center;
	z-index:100; 
}

div#menu_bar {
	background-image: url(../images/bright_panel.png);
	background-repeat: repeat;
	background-color: transparent;
/*	width: 945px;  ORIGINAL WIDTH W/O LEFT PADDING*/
	width: 659px;
	height: 51px;
	margin-top: 399px;
	position:absolute;
	z-index:101;
	padding-left: 286px;
}

a:link, a:hover, a:visited, a:active {
	color:black;
	text-decoration:underline;
}

div.menu_item {
	float:left;
	padding:5px;
	padding-top: 16px;
	height:30px;
	
}

div.menu_item_down {
	float:left;
	padding:5px;
	padding-top: 16px;	
	height:30px;
	background-image:url(../images/menu_active_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
}

div.menu_item img {

	vertical-align:middle;
}

div.menu_separator {
	float:left;
	border-left:1px solid #660000;
	width: 9px;
	height:27px;
	margin-left: 8px;
	margin-top: 11px;
}

div#header {

	height: 92px; 
	position:absolute;
	width:100%	
}

div#z_hack {
	position:absolute; width:100%; height:505px;  z-index:102;	
}

div#header_wrap {
	margin: 0px auto 0px auto;
	width: 945px;
}

div#logo {
	float:left;	
	margin-left: 100px;
	padding-top:5px;
}

div#header_text {
	float:left;	
	margin-left:30px;
	padding-top:20px;
}

div#language {
	float: right;
	width: 167px;
	height: 36px;
	background-image:url(../images/language_bg.png);
	margin-top: -403px;
	margin-right: 28px;
}

div#language div {
	float: left;
	width: 60px;
	height: 22px;
	color:white;
	margin-top:8px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;

}

div#language div a {
	text-decoration:none;
	color:white;
	font-size:14px;
}

div.lang_down {
	background-color:#968D85;

}

div.lang_up {
	
}

div#lang_it {
	
	margin-left:21px;
	
}

div#lang_en {
	margin-left: 7px;
}

div.clear {
	clar:both;	
}

div#wrap {
	margin: 0px auto 0px auto;
	width: 945px;
}

div#header_image {
	text-align:left;	
	/* background:url(../images/header_images/header1.jpg) center no-repeat; */
	width: 945px;
	height:450px;
	overflow:hidden;

}

img.banner {
	
}

div#front_banner {
	width: 193px;
	height: 78px;
	background-image:url(../images/front_banner.png);
	background-repeat:no-repeat;
	background-position:left;
	margin-left: -20px;
	margin-top: 427px;
}


div#content {
	text-align:left;
	background-color:#FFF;
	width:945px;
	min-height: 355px;
	padding-bottom: 20px;
	
}

div#menu_items_container {
	float:left;
	margin-left: 256px;
	margin-top: -28px;
}

div#bottom_shadow {
	background-image:url(../images/bottom_shadow_light.png);
	background-repeat:repeat-x;
	background-color: transparent;
	width:945px;
	height:10px;
}

div#services_menu {
	width: 450px;
	margin-left:450px;
	margin-top:40px;
	display:block;
}

div#content_left {
	float:left;
	height: 341px;
	width: 732px;
	
}

div#booking_box {
	float:left;
	width: 212px;
	height: 350px;
	background-image:url(../images/booking_bg.png);
	background-repeat:no-repeat;
	background-position:top;
	margin-top:-9px;
}

div#booking_box img {
	vertical-align:bottom;
}

div#booking_box_hori img {
	vertical-align:bottom;
}

div#booking_box form{
	margin-left: 50px;	
}


div.ui-datepicker{
 font-size: 11px;
}

div#content1 {
	float:left;	
	padding-top:30px;
	width:280px;
}

div#content1 p {
	margin-left: 50px;	
	padding-right: 30px;
}

div#content2 {
	float:left;
	width:250px;
}

div#content2 p {
	margin-left: 30px;	
	padding-right: 30px;
}

div#content3 {
	float:left;
	width:250px;
}

div#content3 p {
	margin-left: 30px;	
	padding-right: 30px;
}

div#marriage {
	float:right;	
	margin-top: -4px;
}

div#footer_info {
	text-align:left;
	font-size:12px;
	color: #660000;
	padding-left: 15px;
}

div#footer a, div#footer a:hover, div#footer a:active,div#footer a:visited {
	text-decoration:none;
	color: #660000;
	font-size:16px;
	font-weight:bold;
}

div#footer {
}

span#footer_info {
	color: #4C3C25;
	text-align:center;
}

span.button {
	color: white;
	background-image:url(../images/menu_active_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding:5px 10px 5px 10px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:15px;
}
span.button_bright {
	
	background-image:url(../images/menu_active_bg_bright.gif);
	color: #A1988F;
	background-repeat:repeat-x;
	background-position:bottom;
	padding:8px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:18px;
}

span.button_bright a, span.button_bright a:hover,span.button_bright a:visited, span.button_bright a:active {
	text-decoration:none;
	color:#A1988F;	
}

span.button a, span.button a:hover,span.button a:visited,span.button a:active {
	text-decoration:none;
	color:#white;
}

/** Forms **/

input, select, button {
	font-size:14px;
	font-family:inherit;
	color:#666;
}


/** Booking: **/

div#booking_content {
	background-color:#A1988F;
	margin:5px 20px 0px 20px;
	padding: 10px;
	min-height:300px;
}

div#booking_status {
	padding-top: 7px;
	height:30px;
	margin-left:286px;	
}

span.booking_status_active {
	color: #333300;
}
span.booking_status_inactive {
	color: #989898;
}


/* SUBMENUs */

ul.submenu {
	padding:0;
	margin:0;
	color:#fff;
	white-space:nowrap;
	list-style-type:none;
	font-size:14px;
	border-top: 1px solid #A1988F;
	border-bottom: 1px solid #A1988F;
	height:22px;
	padding-left:20px;
	
}

ul.submenu li { 
	display:inline;
	height:20px;
}

ul.submenu li a {
	padding-top:2px;
	color:#660000;
	text-decoration:none;
	float:left;
}

ul.submenu li a img {
	margin-top: -3px;
	margin-left:6px;
	margin-right:6px;
	vertical-align:middle;
}

ul.submenu li a:hover {
	color:#333300;
}

/* PAGE: rooms.html */

div#rooms_content_left {
	float:left;	
	padding-top:30px;
	width:378px;
}

div#rooms_content_left p {
	margin-left: 50px;	
	margin-right: 50px;	
	
}
div#content_right_rooms {
	width:300px;
	float:left;
	margin-top:20px;
}

div#booking_box_hori {
	margin-top:20px;
	width: 526px;
	height: 103px;
	background-color: #A1988F;
	padding-top: 20px;
	padding-left: 20px;
	white-space: nowrap;
}

div.float_left {
	float:left;	
	margin-right:15px;
	white-space: nowrap;
}

div#rooms_image_gallery {
	margin-top:40px;
	width: 526px;
	height: 123px;
	overflow-x: auto;
	overflow-y: hidden;
	text-align:right;
	white-space: nowrap;
	
}


div#rooms_image_gallery img {
	white-space: nowrap;
}

div#gallery_desc {
	width:160px;
	position:relative;
	margin-top:-50px;
	margin-left:376px;
	padding:5px;
	height:20px;
	background-image: url(../images/bright_panel.png);
	background-repeat: repeat;
	background-color: transparent;
	font-size:12px;
	color:#4C3C25;
	text-align:right;
}

div#content_weddings {
	
	background-image:url(../images/content/weddings/it/background_right_left.jpg); 
	background-position:bottom right;
	background-repeat:no-repeat; 
	text-align:left;
	background-color:#FFF;
	width:945px;
	min-height: 355px;
	padding-bottom: 20px;
}

div.form_row {
	margin-top:10px;
}

div.form_row textarea {
	
}

div.form_row div {
	float:left;
	width:100px;
	text-align:right;
	padding-left:10px;
}

.error {
	background-color: #CEC5C4;
}

div#content p {
	text-align:justify;	
}

div#image_placeholder {
	overflow:hidden;
	width: 546px;
	height: 290px;
	background-position:center;
}


div#conditions {
	width:600px;
	margin-left:150px;
	height: 300px;
	overflow:auto;
}

div#conditions p {
	margin:15px;
}

div#rates table {
	width:800px;
	margin-left:70px;
	border-spacing: 0px;
    border-collapse: collapse;
}
div#rates table th {
	vertical-align:top;	
}

div#rates table 	tr:nth-child(even) {background: #CCC}

