/*------------------------------------------------------------------
// LA BAUME CSS FILE
//
// * Created by Lavagraphics
// * on 090125
//
 ------------------------------------------------------------------*/
* {
	font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, sans-serif;
}
html {
	height: 100%;
}
body {
	height:100%;
	margin: 0;
	background: #3d0b00 url(../img/core/bg-body.jpg) repeat-x center 0;
	height: 100%;
	color: #f0f0f0;
	padding:0;
	font-size: 11px;
	line-height: 16px;
	letter-spacing: 0.5px;
}
img {
	border: none;
}
a {
	color: #00AEEF;
	text-decoration: none;
}
a:hover {
	color: #00AEEF;
	text-decoration: underline;
}
:focus {
	-moz-outline-style: none;
}
#lavacontainer {
	width:100%;
	float:left;
	position:fixed;
}
#lava {
	float: right;
	margin: -22px 10px 0 0;
	z-index: 9999999;
	display: block;
}
#lava img {
	width: 25px;
	height: 17px;
}
#lava:hover {
	padding: 0;
	background: none;
}
h1, h2 {
	color: #00AEEF;
	font-size: 21px;
	line-height: 24px;
	font-weight: lighter;
	margin: 0 0 10px 0;
	padding: 0;
}
h1 {
	color: #F1BB1B;
}
h3 {
	font-size: 21px;
	line-height: 24px;
	font-weight: lighter;
	color: #FFF;
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
	background: url(../img/core/dashed-line.png) repeat-x left bottom;
}
h4 {
	font-size: 21px;
	line-height: 24px;
	font-weight: lighter;
	color: #FDBB11;
	margin: 0;
	padding: 0;
}
#validateform h3 {
	margin-bottom: 15px;
}
p {
	margin: 0 0 18px 0;
	padding: 0;
}
input.textfield, .textarea {
	background: #642D03;
	border: 0;
	padding: 2px 4px;
	color: #FFF;
	margin: 0 0 2px 0;
}
.textarea {
	height:60px;
	width:420px;
	font-size: 11px;
	overflow: hidden;
}
input.submit, a.submit {
	background: url(../img/core/bg-button.png) repeat-x;
	height: 22px;
	padding: 0 5px;
	border: 0;
	width: auto;
	float: right;
	cursor: pointer;
	color: #FFF;
}
dl {
	padding: 0;
	float: left;
	width: 100%;
	margin: 0;
}
dt {
	text-align: right;
	margin: 0 30px 0 0;
	padding: 0;
	float: left;
	width: 140px;
	line-height: 18px;
}
dd {
	padding: 0;
	float: left;
	margin: 0;
}
dd input {
	width: 420px;
}
form {
	float: left;
	margin: 0;
	padding: 0;
}
/* ------------------------------------------------------------------ 
*
* HANDLE BLOCKS
*
 ------------------------------------------------------------------*/
div#wrap {
	margin:0 auto;
	width: 980px;
	height:100%;
} /* width: 1090px;  */
div#header {
	background: url(../img/core/bg-header.png) no-repeat 0 0;
	width: 100%;
	height: 167px;
	margin-top: 45px;
	float: left;
}
div#container {
	width: 980px;
	margin:-40px auto 35px auto;
	float: left;
}
div#footer {
	width: 980px;
	background: url(../img/core/footer-line.png) repeat-x top left;
	margin:0 auto 15px auto;
	float: left;
	font-size: 10px;
}
/* ------------------------------------------------------------------ 
*
* HANDLE NAVIGATION
*
 ------------------------------------------------------------------*/
ul#navigation {
	list-style: none;
	margin: 65px 15px 0 0;
	padding: 0;
	float: right;
}
ul#navigation li {
	font-weight: lighter;
	font-size: 14px;
	float: right;
	margin: 0 0 0 40px;
	padding: 0;
	list-style: none;
}
ul#navigation li a {
	text-decoration: none;
	color: #FFF;
	font-size: 14px;
	padding-top: 3px;
	display: block;
}
ul#navigation li a:hover, ul#navigation li a.sel {
	background: url(../img/core/nav-over.png) repeat-x top left;
}
/* ------------------------------------------------------------------ 
*
* HANDLE CONTAINER
*
 ------------------------------------------------------------------*/
div#polaroid {
	width: 672px;
	height: 353px;
	float: left;
}
div#container div#polaroid p {
	margin: 0 0 0 60px;
	padding: 0;
}
div#slogan {
	width:276px;
	height: 352px;
	float: left;
	margin: 10px 0 0 20px;
}
img#map {
	width:345px;
	height: 220px;
	margin: 15px 30px 0 10px;
	float:left;
}
div#container p {
	float: left;
	width: 500px;
}
/* ------------------------------------------------------------------ 
* Accommodation page
 ------------------------------------------------------------------*/
.infoblock {
	background: #642d03;
	float: left;
	width: 190px;
	padding: 5px 20px 15px 20px;
	margin-left: 20px;
}
.infoblock img {
	float: left;
	margin-right: 8px;
}
div#container .infoblock p {
	width: 190px;
}
.infoblock h2 {
	padding-top: 10px;
}
.infoblock a {
	color:#FDBB11;
}
#photoalbum {
	height: 355px;
	width: 100%;
	margin-bottom: 35px;
}
/* ------------------------------------------------------------------ 
* Policy page & Newsletter
 ------------------------------------------------------------------*/
body#ie6 {
	width: 300px;
	padding: 20px 0 0 10px;
	height: 150px;
	overflow: hidden;
}
body#newsletter, body#policy {
	width: 316px;
	padding: 20px 0 0 10px;
	height: 100%;
	overflow: hidden;
}
body#ie6 a, body#newsletter a, body#policy a {
	color: #F1BB1B;
}
body#ie6 p, body#newsletter p, body#policy p {
	margin-left: 10px;
	width: 290px;
}
body#newsletter dl {
	width: 300px;
}
body#newsletter dl dt {
	width: 130px;
}
body#newsletter input.textfield {
	width: 130px;
}
body#newsletter input.submit {
	margin:10px 15px 0 0;
}
body#newsletter div.error {
	width: 290px;
	margin-left: 10px;
	margin-right: 0;
}
body#newsletter div.error label.error {
	width: auto;
}
/* ------------------------------------------------------------------ 
* Availability page
 ------------------------------------------------------------------*/
 input.image {
	width: 165px;
	height: 86px;
	background: url(../img/core/calendar.png) no-repeat;
	border: 0 none;
	cursor: pointer;
}
 div#container #leftcolumn table#$ #footnote p {
margin:0;
padding:0;
margin-top: -1px;
width: auto;
float: left;
}
#leftcolumn {
	width: 230px;
	float: left;
	margin-right:50px;
}
#leftcolumn ul {
	list-style: none;
	margin: 0 10px;
	font-size: 10px;
	line-height: 20px;
	color: #CCC;
	padding: 0;
	float: left;
}
#leftcolumn ul li {
	padding: 0 0 0 20px;
	margin: 0;
}
#leftcolumn ul li.low {
	background: url(../img/core/check_low.png) 0 -41px no-repeat;
}
#leftcolumn ul li.middle {
	background: url(../img/core/check_middle.png) 0 -41px no-repeat;
}
#leftcolumn ul li.high {
	background: url(../img/core/check_high.png) 0 -41px no-repeat;
}
#leftcolumn h2 {
	background: url(../img/core/dashed-line.png) repeat-x left bottom;
	padding-bottom: 10px;
	width: 100%;
	float: left;
}
div#container #leftcolumn p {
	margin: 10px 0 30px 10px;
	width: 210px;
}
#leftcolumn form {
	margin: 0 0 0 10px;
	width: 210px;
}
#leftcolumn a {
	color: #FDBB11;
}
#leftcolumn img.head {
	width: 220px;
	background: url(../img/core/dashed-line.png) repeat-x left bottom;
	padding-bottom: 10px;
}
#dates {
	width: 700px;
	float: left;
}
/* 
 * .ui-radio-state-checked (simply checked) 
 * .ui-radio-state-checked-hover (checked and hovered/focused)
 * .ui-radio-state-hover (unchecked and hovered/focused)
 */
.ui-helper-hidden-accessible {
	position: absolute;
	left: -999em;
}
td.low span.ui-checkbox {
	display: block;
	float: left;
	width: 15px;
	height: 15px;
	margin: 0 10px;
	background: url(../img/core/check_low.png) 0 -41px no-repeat;
}
td.middle span.ui-checkbox {
	display: block;
	float: left;
	width: 15px;
	height: 15px;
	margin: 0 10px;
	background: url(../img/core/check_middle.png) 0 -41px no-repeat;
}
td.high span.ui-checkbox {
	display: block;
	float: left;
	width: 15px;
	height: 15px;
	margin: 0 10px;
	background: url(../img/core/check_high.png) 0 -41px no-repeat;
}
span.ui-helper-hidden {
	display: none;
}
label {
	padding: 2px;
}
td.low input, td.middle input, td.high input {
	margin: 0;
	padding: 0;
}
/*low */
td.low span.ui-checkbox-state-hover {
	background: url(../img/core/check_low.png) 0 -115px no-repeat;
}
td.low span.ui-checkbox-state-checked {
	background: url(../img/core/check_low.png) 0 -2px no-repeat;
}
td.low span.ui-checkbox-state-checked-hover {
	background: url(../img/core/check_low.png) 0 -76px no-repeat;
}
/*middle */
td.middle span.ui-checkbox-state-hover {
	background: url(../img/core/check_middle.png) 0 -115px no-repeat;
}
td.middle span.ui-checkbox-state-checked {
	background: url(../img/core/check_middle.png) 0 -2px no-repeat;
}
td.middle span.ui-checkbox-state-checked-hover {
	background: url(../img/core/check_middle.png) 0 -76px no-repeat;
}
/* high */
td.high span.ui-checkbox-state-hover {
	background: url(../img/core/check_high.png) 0 -115px no-repeat;
}
td.high span.ui-checkbox-state-checked {
	background: url(../img/core/check_high.png) 0 -2px no-repeat;
}
td.high span.ui-checkbox-state-checked-hover {
	background: url(../img/core/check_high.png) 0 -76px no-repeat;
}
table.availability {
	width: 50%;
	padding: 0;
	float: left;
}
table.availability td {
	padding-bottom: 5px;
	height: 24px;
}
/* ------------------------------------------------------------------ 
* Reservation page
 ------------------------------------------------------------------*/
 #periods {
	width: 980px;
	float: left;
}
#periods .perioditem {
	width: 246px;
	float: left;
	margin-left: 90px;
}
#periods .periodblock {
	background: #642d03;
	width: 200px;
	padding: 15px 20px 15px 20px;
	float: left;
	height: 90px;
}
div#container #periods .periodblock p {
	width: 200px;
}
div.price {
	float: right;
	margin: -35px -50px 0 0;
	width: 100px;
	height: 56px;
	padding: 17px 0 0 5px;
	font-size: 19px;
}
div.price span {
	font-size: 9px;
}
#formholder {
	width: 700px;
	color: #905508;
	float: left;
	margin-bottom: 60px;
}
/* ------------------------------------------------------------------ 
* 404 page
 ------------------------------------------------------------------*/
 	ul#fourofour {
	float: left;
}
ul#fourofour li a {
	color:#FDBB11;
}
/* ------------------------------------------------------------------ 
*
* HANDLE FOOTER
*
 ------------------------------------------------------------------*/
#footer ul {
	margin: 0;
	padding: 15px 0;
	list-style: none;
}
#footer ul li {
	font-size: 10px;
}
#footer a {
	color: #FFF;
	text-decoration: none;
	font-size: 10px;
}
#footer a:hover {
	text-decoration: underline;
}
.footer-link {
	display:block;
	float:left;
	padding-right: 5px;
}
/* ------------------------------------------------------------------ 
*
* HANDLE VALIDATION
*
 ------------------------------------------------------------------*/
div.error, .booking div.error {
	float: left;
	color:#ccc;
	margin:0 15px 15px 15px;
	width: 670px;
	float: left;
	border: 1px solid #7d3b04;
}
div.error label.error, .booking div.error label.error {
	margin: 0;
	padding: 8px 5px 5px 28px;
	background: url(../img/core/label-error.png) no-repeat 8px 8px;
	float: left;
}
.booking div.error {
	width:100%;
	margin: 5px 0 10px 0;
	border: none;
}
.booking div.error label.error {
	border: 1px solid #7d3b04;
	width: 175px;
}

/* 12 November 2010 - Tom Van Assche */
/* ------------------------------------------------------------------ 
*
* language popup
*
 ------------------------------------------------------------------*/
#language
{
	border: #FFF 13px solid;
	width: 474px;
	height: 224px;
}

#langlogo
{
	position: relative;
	left: 51px;
	top: 25px;
}

#langpopnav
{
	position: relative;
	left: 76px;
	top: 45px;
	height: 25px;
	width: 335px;
	background: url(../img/core/lang/line.png) repeat-x top left;
}

#langpopnav ul
{
	margin: 0px;
	padding: 0px;
	padding-top: 7px;
	float: left;
}

#langpopnav li
{
	text-align: left;
	font-size: 15px;
	color: #FFF;
	display: inline;
	list-style-type: none;
	/*color: #c2bab4;*/
	color: #F0F0F0;
	float: left;
	margin-right: 28px;
}

#langpopnav li.last
{
	margin-right: 0px;
}

#langpopnav li a
{
	color: #F0F0F0;
	text-decoration: none;
	padding-top: 10px;
}

#langpopnav li img
{
	margin-right: 6px;
}

#langpopnav li a:hover {
	background: url(../img/core/nav-over.png) repeat-x top left;
}

