body {
	margin: 0;
	background: #9E005D;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
}

img {
	border: 0;
}

#site-wrapper {
	position: relative;
}

#site {
	width: 880px;
	margin: 20px auto;
	box-shadow: 0 0 15px #333;
	background: #fff;
	padding: 20px;
	-webkit-border-bottom-right-radius: 30px;
	-webkit-border-bottom-left-radius: 30px;
	-moz-border-radius-bottomright: 30px;
	-moz-border-radius-bottomleft: 30px;
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 30px;
}

#site p {
	margin-left: 60px;
}

#site h1 {
	margin-left: 40px;
	font-style: italic;
	color: #3a1c00;
}

h2 {
	color: #59004B;
}

#logo {
	margin: 0 auto;
	display: block;
}

#home-photos-table {
	margin: 0 auto;
}

#home-photos-table img {
	margin: 10px;
	box-shadow: 0 6px 4px #999;
	border: 1px solid #bbb;
	background-color: #fbfbfb;
	padding: 8px;
}

#home-photos-table {
	text-align: center;
}

#map_canvas {
	width: 100%;
	height: 300px;
	margin: 20px 0;
}

#in-footer {
	text-align: center;
	color: #aaa;
	font-size: 12px;
	margin-top: 20px;
}

#in-footer p {
	margin: 0;
}

#out-footer {
	margin: 20px auto;
	width: 800px;
	color: #c4ad99;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#out-right-footer {
	float: right;
}

#maps-note h1 {
	margin: 5px 0;
}

#maps-note p {
	margin: 5px 0;
}

#review-wrapper {
	width: 468px;
	margin: 15px auto 10px;
}

.choco-buttons {
	margin-top: 2px;
}

.choco-buttons a {
	display: block;
	margin: 0 auto;
	width: 158px;
	height: 36px;
	line-height: 24px;
	text-align: center;
	background: url('../images/vtour-button.png') no-repeat center center;
	color: white;
	text-decoration: none;
	padding: 2px 10px 2px 4px;
	position: relative;
}

.choco-buttons a .miniback {
	position: absolute;
	left: 15px;
	top: 4px;
}

.section {
	margin: 10px 40px;
}

.section h2 {
	border-bottom: 1px solid #aa8c71;
}

.quote {
	margin: 15px 35px;
	font-style: italic;
	font-size: 14px;
	font-family: sans-serif;
	padding: 8px 10px;
	background: #ece6e0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-weight: bold;
	color: #9b7451;
}

.comic {
	font-style: italic;
	color: #b52;
	font-weight: bold;
}

#balcony-image {
	width: 230px;
	float: right;
	background-color: #FBFBFB;
	border: 1px solid #BBBBBB;
	box-shadow: 0 8px 2px -4px #7A5C41;
	margin: 0 0 0 40px;
	padding: 4px;
}

.find-us {
	padding: 30px;
}

.clear {
	clear: both;
}
.address {
	float: left;
	font-weight: bold;
}
.phones {
	text-align: right;
	font-weight: bold;
}
.phone-separator {
	padding: 0 10px;
}
#wsbookingform{ width:70%;margin: 0 auto;}
/*
#wsbookingform fieldset:nth-child(1),
#wsbookingform fieldset:nth-child(2) { border-bottom: 0; }
*/
#wsbookingform label{display:inline; width: 48%; float:left;font-weight: 700; font-size: 14px;}
#wsbookingform input{ width:48%; float:right;margin:0;padding:0;}
#wsbookingform select{ width:48%; float:right; margin:0;padding:0;}
#wsbookingform textarea{ width:48%; float:right;margin:0;padding:0; }
#wsbookingform .linecont{ margin:5px 0 ; display:block; width:100%; height:20px; clear:both;}
#wsbookingform .linecontarea{ margin:5px 0 ; display:block; width:100%; height:80px;clear:both;}
#wsbookingform .lineamount{ margin:18px 0 5px 0; display:block; width:100%; height:20px;clear:both;}
#wsamount{ text-align:right;}
#wsbookingform .lineconf{ margin:5px 0; font-size:14px; display:block; width:100%; clear:both;}
#wsbookingform .lineconf input{width:5%; float:left;}
#wsbookingform .lineconf label{display:inline; width: 95%; float:right;}
#wsbookingform .error_msg {float: right; color: red; font-size: 14px;}

#wsbookingform #wssubmit {
	background: #9E005D;
	border: 0;
	padding: 10px;
	text-transform: uppercase;
	color: #FFF;
	display: block;
	margin-top: 10px;
	cursor: pointer;
}

#ui-datepicker-div{font-family: "Trebuchet MS", "Helvetica", "Arial",  "Verdana", "sans-serif"; 	font-size: 62.5%;}

ul.terms{list-style-type:none;}

/* 2016-08-10 Case 8594 */
#header{
	position: relative;
}
#langlinks{
	position: absolute;
	bottom: 5px;
	right: 5px;
}
#langlinks a{
	color: #9E005D;
}
