html, body { height: 100%; }

body
{
	background-color: #FFF;
	background-image: url(/images/bg_body.png);
	background-position: center top;
	background-repeat: repeat-x;
}

#container
{
	position: relative;
	width: 960px;
	height: 100%;
	margin: 0 auto;
}

#logo
{
	position: absolute;
	width: 187px;
	height: 268px;
	top: 47px;
	left: 0px;
}

#address
{
	position: absolute;
	width: 187px;
	top: 320px;
	left: 0px;
}
#hours
{
	position: absolute;
	width: 187px;
	top: 320px;
	left: 0px;
	display: none;
}
#address h1, #hours h1
{
	font-family: 'forgotten_futurist';
	font-size: 140%;
	font-weight: bold;
	text-align: center;
	line-height: 100%;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
}
#address p, #hours p
{
	font-size: 85%;
	text-align: center;
	line-height: 120%;
	margin-top: 0px;
	margin-bottom: 9px;
	padding: 0px;
}
#address dl, #address dt, #address dd,
#hours dl, #hours dt, #hours dd
{
	font-size: 85%;
	line-height: 120%;
	margin-top: 0px;
	margin-bottom: 9px;
	padding: 0px;
}
#address dl dt, #hours dl dt { float: left; display: block; margin-right: 4px; clear: both; text-align: right; font-weight: bold; }
#address dl dt { width: 60px; }
#hours dl dt { width: 80px; }

dl.contact-address, .contact-address dt, .contact-address dd,
dl.contact-hours, .contact-hours dt, .contact-hours dd
{
	line-height: 15px;
	margin-top: 0px;
	margin-bottom: 9px;
	padding: 0px;
}
.contact-address dt, .contact-hours dt { float: left; display: block; margin-right: 4px; clear: both; text-align: left; font-weight: bold; }
.contact-address dt { width: 100px; padding-left: 25px; background-position: 0px 0px; background-repeat: no-repeat; }
.contact-hours dt { width: 170px; }

.contact-address dt.address { background-image: url(/images/icon_address.png); }
.contact-address dt.phone   { background-image: url(/images/icon_phone.png); }
.contact-address dt.fax     { background-image: url(/images/icon_fax.png); }
.contact-address dt.email   { background-image: url(/images/icon_email.png); }
 
#workarea
{
	position: relative;
	width: 781px;
	height: 100%;
	margin: 0 0 0 auto;
}

#sliderframe
{
	position: relative;
	padding-top: 15px;
	background-image: url(/images/bg_photos.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}
#slider-area
{
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	width: 757px;
	height: 207px;
}
.theme-default #slider
{
    margin: 0 auto;
    width: 757px; /* Make sure your images are the same size */
    height: 207px; /* Make sure your images are the same size */
}

div#title
{
	position: relative;
	height: 66px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background-image: url(/images/bg_title.png);
}

#breadcrumb
{
	position: absolute;
	bottom: 0px;
	left: 10px;
}
#breadcrumb p { font-size: 90%; color: #8c9688; }

#title-text
{
	height: 66px;
	background-image: url(/images/bg_title_text.png);
	background-position: 210px 2px;
	background-repeat: no-repeat;
}

#main
{
	position: relative;
	width: 758px;
	min-height: 100%;
	margin: 0 auto;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background-color: #FFF;
	background-image: url(/images/bg_watermark.png);
	background-position: 0 130px;
	background-repeat: no-repeat;
}

#menu
{
	position: relative;
	height: 50px;
	margin-top: 1px;
	border-top: 1px solid #000;
	background-color: #072613;
}
#menu ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-left: 4px;
}
#menu li
{
	position: relative;
	display: block;
	float: left;
	margin: 0;
	padding: 0 1px 0 2px;
	background-image: url(/images/menu_divider.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#menu li:first-child { background: none; }
#menu li a
{
	display: block;
	text-decoration: none;
	padding: 5px 12px 5px 12px;
	margin-top: 10px;
	font-family: 'forgotten_futurist';
	font-size: 135%;
	line-height: 15px;
	text-align: left;
	color: #f4fcdc;
}
#menu li a:hover
{
	color: #98cf12;
}
#menu li a.active
{
	color: #072713;
	background-image: url(/images/bg_menu_active.png);
	background-repeat: repeat-x;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
#menu li a.active:hover
{
	background-image: url(/images/bg_menu_active_hover.png);
	background-repeat: repeat-x;
}

#left-image
{
	position: absolute;
	width: 300px;
	height: 300px;
	top: 155px;
	left: -165px;
	border: 1px solid #000;
	background-color: #FFF;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.7);
	z-index: 3;
}
#left-image2
{
	position: absolute;
	width: 300px;
	height: 300px;
	top: 520px;
	left: -165px;
	border: 1px solid #000;
	background-color: #FFF;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.7);
	z-index: 3;
}

#content
{
	position: relative;
	padding: 20px 30px 131px 180px;
	min-height: 630px;
}

#footer
{
	position: absolute;
	width: 100%;
	height: 131px;
	bottom: 0px;
	background-image: url(/images/bg_footer.png);
	z-index: 1;
}

#adverts
{
	position: absolute;
	left: -130px;
	bottom: 50px;
	padding: 5px;
	border: 1px solid #000;
	background-color: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.7);
	z-index: 2;
}
#adverts h1, #adverts p
{
	font-size: 130%;
	text-align: center;
	padding: 0;
	margin: 5px;
}
#adverts a
{
	display: block;
	width: 150px;
	height: 75px;
	border: 1px solid #FFF;
}
#adverts a.btn-bevo { background-image: url(/images/adv_btn_bevo.jpg); }
#adverts a.btn-bevo.hover { background-image: url(/images/adv_btnzoom_bevo.jpg); border: 1px solid #61b300; }
#adverts a.btn-aarts { background-image: url(/images/adv_btn_aarts_vanremoortere.jpg); }
#adverts a.btn-aarts.hover { background-image: url(/images/adv_btnzoom_aarts_vanremoortere.jpg); border: 1px solid #61b300; }

#adverts-overlay
{
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 10;
	background: rgba(0, 0, 0, 0.7);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#b3000000', endColorstr='#b3000000');
}
#adverts-large
{
	position: fixed;
	width: 640px;
	height: 420px;
	top: 50%;
	left: 50%;
	padding: 0px;
	margin: -210px auto auto -320px;
	border: 1px solid #000;
	background-color: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.7);
	z-index: 11;
}
#adverts-large p, #adverts-large h1 { text-align: center; }
#adverts-large a { font-family: 'forgotten_futurist'; font-size: 200%; }
#adverts-large .advert-bevo { display: none; }
#adverts-large .advert-aarts { display: none; }
#adverts-close
{
	position: absolute;
	width: 48px;
	height: 48px;
	right: -24px;
	top: -24px;
}

#photo-overlay
{
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 10;
	background: rgba(0, 0, 0, 0.7);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#b3000000', endColorstr='#b3000000');
}
#photo-large
{
	position: fixed;
	width: 820px;
	height: 640px;
	top: 50%;
	left: 50%;
	padding: 0px;
	margin: -310px auto auto -410px;
	border: 1px solid #000;
	background-color: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.7);
	z-index: 11;
}
#photo-large p
{
	text-align: center;
	margin: 20px 0px 0px 0px;
}
#photo-large p img
{
	border: 1px solid #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#photo-close
{
	position: absolute;
	width: 48px;
	height: 48px;
	right: -24px;
	top: -24px;
}

#logo-hout
{
	position: absolute;
	left: 70px;
	bottom: 70px;
	border: 1px solid #000;
	background-color: #FFF;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.7);
}

#social-share
{
	position: absolute;
	left: 70px;
	bottom: 25px;
	width: 400px;
}

#copyright p
{
	font-family: 'forgotten_futurist';
	font-size: 140%;
	text-align: right;
	line-height: 150%;
	padding: 90px 15px 10px 0px;
	background-image: url(/images/bg_copyright.png);
	background-position: 95% 80px;
	background-repeat: no-repeat;
}



/* Nivo slider */

.theme-default .nivoSlider {
	position:relative;
	background:#fff url(/images/loading.gif) no-repeat 50% 50%;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	position:absolute;
	right: 3px;
	bottom: 3px;
}
.theme-default .nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(/images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block;
	position: absolute;
	width:30px;
	height:30px;
	background:url(/images/arrows.png) no-repeat;
	text-indent:-9999px;
	z-index: 998;
	border:0;
}
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}