@import url('reset.css');

/* general CSS */
@font-face
{
	font-family: 'CandelaBook';
	src: url('CandelaBook-webfont.eot');
	src: local('?'), url('CandelaBook-webfont.woff') format('woff'), url('CandelaBook-webfont.ttf') format('truetype'), url('CandelaBook-webfont.svg#webfontJQGwUvI4') format('svg');
	font-weight: normal;
	font-style: normal;
}

html
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;	
}

body 
{ 
	font-size: 1.35em;
	color: #333235;
}

#wrapper
{
	width: 940px;
	margin: 0 auto;
}

a
{
	color: #8F8353;
}

strong
{
	font-weight: bold;
}

h1, h2, h3
{
	display: block;
	font-family: CandelaBook, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #877B47;
	font-size: 22px;
	text-transform: uppercase;
}

h2
{
	font-size: 14px;
}

p
{
	margin: 0.75em 0px 0.75em 0px;
}

blockquote
{
	display: block;
	margin: 1.75em 0px 0.75em 0px;
	padding: 30px 30px 30px 30px;
	background-color: #EAEAEA;
	background-image: url('../images/quote_top.png'), url('../images/quote_bottom.png');
	background-position: top left, bottom right;
	background-repeat: no-repeat;
	font-style: italic;
}

.clr
{
	clear: both;
	width: 0px;
	height: 0px;
}

/* CSS for header */
#header
{
	position: absolute;
	top: 0;
	height: 630px;
	width: 940px;
}

#top_bar
{
	background-color: #DBD7C7;
	overflow: hidden;
	padding: 8px 15px 8px 15px;
	margin: 0px 0px 25px 0px;
}

#webcam
{
	float: left;
	display: block;
	width: 61px;
	height: 17px;
	font-size: 10px;
	padding: 3px 0px 0px 35px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url('../images/webcam.png');
	background-position: top left;
	background-repeat: no-repeat;
}

#languages
{
	width: 220px;
	float: right;
	text-align: right;
	color: #70602B;
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight: bold;
	height: 20px;
	margin: 3px 0px 0px 0px;
	overflow: hidden;
}

#languages ul
{
	float: right;
	list-style-type: none;
	overflow: hidden;
	margin: 0px 0px 0px 6px;
}

#languages ul li
{
	float: left;
	margin: 0px 4px 0px 4px;
}

#logo
{
	display: block;
	width: 250px;
	height: 98px;
	margin: 0 auto;
}

#main_pic
{
	display: block;
	width: 940px;
	height: 305px;	
}

/* CSS for menu */
#menu
{
	font-family: CandelaBook, Arial, Helvetica, sans-serif;
	list-style-type: none;
	padding: 25px 0px 0px 0px;
}

#menu li
{
	float: left;
	width: 156px;		
}

#menu li#home
{
	width: 160px;		
}

#menu li a
{
	display: block;
	text-decoration: none;
	font-weight: bold;		
	text-align: center;
	color: #000000;	
	font-size: 13px;
	text-transform: uppercase;
	line-height: 2em;
	letter-spacing: 0.05em;
}

#menu li:hover a
{
	background-color: #dddddd;
}

#menu li ul
{
	display: none;
	position: absolute;
	list-style-type: none;
	width: 156px;	
	z-index: 1;	
	background-color: transparent;
	background-image: url('../images/bg_menu.png');
}

#menu li:hover ul
{
	display: block;		
}

#menu li:hover ul li a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	text-align: left;
	padding: 0px 0px 0px 15px;
	line-height: 2.75em;	
	background-color: transparent;
}

#menu li:hover ul li a:hover
{
	background-image: url('../images/bg_submenu.png');
}

/* CSS for submenu */
#submenu
{
	list-style-type: none;
	margin: 0px 0px 19px 0px;
}

#submenu li
{
	margin: 0px 0px 1px 0px;
}

#submenu li a
{
	display: block;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;	
	background-color: #3E3D40;
	color: #FFFFFF;
	line-height: 2em;
	padding: 0px 0px 0px 10px;
}

#submenu li a:hover
{
	background-color: #000000;
}

/* CSS for reservation */
#reservation
{
	background-image: url('../images/bg_reservation.png');
	overflow: hidden;
}

#reservation h2
{
	display: block;
	float: left;
	font-family: CandelaBook, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #877B47;
	font-size: 25px;
	text-transform: uppercase;
	margin: 15px 0px 10px 20px;
}

#reservation form
{
	width: 600px;
	float: right;
	overflow: hidden;
	padding: 5px 0px 0px 0px;	
}

#reservation form fieldset
{
	float: left;
}

#reservation form legend
{
	display: none;
}

#reservation form label
{
	display: block;
	line-height: 2em;
	font-size: 75%;
	font-weight: bold;
}

#reservation form select
{
	float: left;
	width: 40px;
	border: 0;
}

#reservation form .date_select
{
	float: left;
	width: 14px;
	height: 18px;	
}

#reservation form div
{
	float: left;
	overflow: hidden;
	margin: 0px 35px 0px 0px;
}

#reservation form #am, #reservation form #dm
{
	width: 100px;
	margin: 0px 12px 0px 12px;
}

#reservation form input
{
	display: block;
	float: right;
	width: 150px;
	height: 31px;
	border: 0;
	font-family: CandelaBook, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 17px;
	text-transform: uppercase;
	background-image: url('../images/button.png');
	background-position: top left;
	background-repeat: no-repeat;
	margin: 10px 20px 10px 0px;
	text-align: center;
}

#hoteliers
{
	display: none;
	width: 940px;
	height: 600px;
}

#reservation_message
{
	width: 600px;
	float: right;
	font-size: x-small;
	margin: -5px 0px 5px 0px;
}

/* CSS for breadcrumbs */
#breadcrumbs
{
	display: block;
	list-style-type: none;
	margin: 7px 0px 7px 0px;
	overflow: hidden;
}

#breadcrumbs li
{
	display: block;
	float: left;
	width: 196px;
	background-image: url('../images/breadcrumb.png');
	background-position: top left;
	background-repeat: no-repeat;
	text-align: center;
	line-height: 1.5em;
	margin: 0px -12px 0px 0px;
	font-weight: bold;
	color: #3E3D40;
}

#breadcrumbs li a
{
	display: block;
	text-decoration: none;
}

/* CSS for footer */
#footer
{
	background-color: #DBD7C7;
	overflow: hidden;
	padding: 1em 0px 1em 15px;
	text-transform: uppercase;
	color: #70602B;
	font-size: 0.8em;
	margin: 20px 0px 0px 0px;
}

#footer #address
{
	float: left;
}

#footer a
{
	text-decoration: none;
}

#footer span
{
	margin: 0px 10px 0px 0px;
	line-height: 2em;	
}

#footer #links
{
	margin: 0px 10px 0px 0px;
}

#footer #social_media
{
	float: right;
	width: 250px;
	margin: 0px 10px 0px 0px;
}

/*#footer #social_media img
{
	margin: 0px 5px 0px 5px;
}*/

#footer #social_media .twitter-follow-button
{
	margin: 5px 0px 5px 0px;
}

/* CSS for sidebar */
#sidebar
{
	float: right;
	width: 295px;
}

#sidebar h2
{
	font-size: 22px;
}

#ratings_content
{
	overflow: hidden;
	background-color: #E9E9E9;
	padding: 0px 0px 10px 0px;
}

#ratings_content .rating
{
	float: left;
	display: block;
	width: 127px;	
	overflow: hidden;
	margin: 10px 10px 0px 10px;
}

#ratings_content .rating_site
{
	float: left;
	width: 90px;
	height: 37px;
	background-color: #FFFFFF;
	text-align: center;
	color: #3E3D40;
}

#ratings_content .rating_score
{
	float: left;
	width: 37px;
	height: 29px;
	background-color: #DBD7C7;
	font-size: 18px;
	font-weight: bold;
	padding: 8px 0px 0px 0px;
	text-align: center;
	color: #3E3D40;
}

#latest_news
{
	margin: 0px 0px 20px 0px; 
}

#preferred_hotel
{
	background-image: url('http://www.hoteliers.com/_img/seals/preferredhotel_strandhotel-cadzand.png');
	background-position: top left;
	background-repeat: no-repeat;
	width: 201px;
	height: 66px;
	margin-top: 10px;
}

#preferred_hotel span
{
	display: block;
	margin: 0px 0px 0px 70px;
	padding: 10px 0px 0px 0px;
	width: 131px;
	line-height: normal;
	text-align: center;
	font-size: 80%;
	font-weight: bold;
}

#preferred_hotel span a
{
	text-decoration: none; 
	color: #333235;
}

/* CSS for newsletter */
#newsletter
{
	margin: 20px 0px 20px 0px;
}

#newsletter legend
{
	display: block;
	font-family: CandelaBook, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #877B47;
	font-size: 22px;
	text-transform: uppercase;
}

#newsletter div
{
	background-color: #DBD7C7;
	overflow: hidden;
	padding: 10px 10px 10px 10px;
}

#newsletter div p
{
	margin: 0px 0px 10px 0px;
	font-size: x-small;
}

#newsletter input
{
	float: left;
	width: 162px;
	font-size: 12px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #B9B6A8;
	color: #A5A0A0;
}

#newsletter .button
{
	display: block;
	float: left;
	width: 85px;
	height: 25px;
	border: 0;
	font-family: CandelaBook, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 11px;
	text-transform: uppercase;
	background-image: url('../images/button_small.png');
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 10px;
	text-align: center;
}

#confirmation
{
	display: none;
	width: 200px;
	text-align: center;
	font-weight: bold;
	color: #877B47;
	padding: 20px 0px 20px 0px;
}

#mailing img
{
	float: right;
	padding: 0px 0px 20px 20px;
}

#delete_email input
{
	display: block;
	float: left;
	width: 85px;
	height: 25px;
	border: 0;
	font-family: CandelaBook, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 11px;
	text-transform: uppercase;
	background-image: url('../images/button_small.png');
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0px 10px 0px 0px;
	text-align: center;
}

/* CSS for content */
#main
{
	margin: 630px 0px  0px 0px;
	overflow: hidden;
}

#content
{
	float: left;
	width: 620px;
	text-align: justify;
}

#content ul
{	
	margin: 1.12em 0px 1.12em 40px;
}

#photos
{
	background-color: #DBD7C7;
	padding: 5px 20px 5px 20px;
	margin: 20px 0px 20px 0px;
}

#photos img
{
	margin: 5px 5px 5px 5px;
}

#video
{
	font-family: CandelaBook, Arial, Helvetica, sans-serif;
	display: block;
	width: 53px;
	height: 32px;
	font-size: 14px;
	padding: 7px 0px 0px 57px;
	margin: 20px 0px 20px 0px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url('../images/video.png');
	background-position: top left;
	background-repeat: no-repeat;
}

/* CSS for contact */
#contact
{
	width: 580px;
	overflow: hidden;
	margin: 40px 0px 0px 0px;
	padding: 20px 20px 20px 20px;
	background-color: #EAEAEA;;
}

#contact legend
{
	display: none;
}

#contact label, #contact input, #contact textarea
{
	float: left;
	width: 378px;
	padding: 2px 5px 2px 5px;
	margin: 0px 0px 2px 0px;
	border: 1px solid #656565;
}

#contact label
{
	width: 190px;
	padding: 2px 0px 2px 0px;
	border: 0;
}

#contact #gender_box
{
	float: left;
	width: 373px;
	overflow: hidden;
	margin: 0px 0px 0px 190px;
}

#contact .radio_label
{
	float: left;
	width: 75px;
	text-align: left;
	padding: 0px 5px 0px 0px;
}

#contact .radio
{
	width: 1em;
	margin: 0px 10px 0px 0px;
	border: 0;
	background-color: transparent;
}

#contact textarea
{
	height: 100px;
}

#contact br
{
	clear: both;
}

#contact .button
{
	display: block;
	float: right;
	width: 150px;
	height: 31px;
	border: 0;
	font-family: CandelaBook, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 17px;
	text-transform: uppercase;
	background-image: url('../images/button.png');
	background-position: top left;
	background-repeat: no-repeat;
	margin: 10px 0px 0px 0px;
	text-align: center;
}

#contact_address
{
	float: left;
	width: 200px;
	margin: 0.75em 0px 0px 0px;
}

#google
{
	float: right;
	width: 400px;
	text-align: right;
	margin: 0.75em 0px 0px 0px;
}

#google iframe
{
	display: block;
}

#google a
{
	font-size: x-small;
}

/* CSS for packages */
.package
{
	width: 500px;
	padding: 20px 0px 20px 0px;
	border-top: 1px solid #877B47;
}

#first_package
{
	border: 0;
}

.prices
{
	background-color: #EAEAEA;
	border-collapse:collapse;	
	margin: 20px 0px 0px 0px;
}

.prices th, .prices td
{
	border: 0;	
	width: 120px;
	padding: 5px 10px 5px 10px;
}

.prices th
{
	font-weight: bold;
}

#package_information
{
	width: 100%;
	background-color: #DBD7C7;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 20px 0px;
}

#package_information table
{
	width: 275px;
	border-collapse:collapse;	
	margin: 0px 0px 10px 0px;
	font-size: x-small;
}

#package_information table th, #package_information table td
{
	vertical-align: top;	
	padding: 3px 3px 3px 3px;
}

#package_information table th
{
	width: 20px;
	font-weight: bold;	
}

#package_menu
{
	list-style-type: none;
	margin: 0px 0px 19px 0px;
}

#package_menu li
{
	margin: 0px 0px 1px 0px;
}

#package_menu li a
{
	display: block;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;	
	background-color: #DBD7C7;
	color: #FFFFFF;
	line-height: 2em;
	padding: 0px 0px 0px 10px;
}

#package_menu li a:hover
{
	background-color: #877B47;
}

/* CSS for twitter */
#twitter .tweet, #twitter .follow
{
	display: block;
	background-color: #E9E9E9;
	padding: 10px 35px 10px 10px;
	text-decoration: none;
	color: #333235;
	margin: 0px 0px 1px 0px; 
}

#twitter
{
	margin: 0px 0px 20px 0px;
}

#twitter .follow
{
	background-color: #DBD7C7;
	font-weight: bold;
	overflow: hidden;
	font-style: italic;
}

#twitter .follow img
{
	display: inline-block;
	margin: 0px 0px -3px 2px;
}

/* CSS for news */
#latest_news a
{
	display: block;
	background-color: #E9E9E9;
	padding: 10px 35px 10px 10px;
	background-image: url('../images/bg_news.png');
	background-position: center right;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #333235;
	font-weight: bold;
	font-size: 1.25em;
	margin: 0px 0px 1px 0px; 
}

#latest_news .date
{
	display: block;
	margin: 0px 10px 0px 0px;
	font-weight: normal;
	font-size: x-small;
}

#latest_news a:hover
{
	background-color: #DADADA;
}

.news
{
	width: 500px;
	padding: 20px 0px 20px 0px;
	border-top: 1px solid #877B47;
}

.news_header
{
	overflow: hidden;
}

.news h2
{
	float: left;
}

.news .date
{
	float: right;
	display: block;
	font-family: CandelaBook, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #877B47;
	font-size: 14px;
	text-transform: uppercase;
}

#first_news
{
	border: 0;
}
