/* HTML5 */
article, aside, dialog, figure, figcaption, footer, header, hgroup, menu, nav, section { display: block; margin: 0; padding: 0; }

/* Reset */
body, form, ol, ul, dl, li, dt, dd, td, th ,tr, h1, h2, h3, h4, h5, h6, p, pre, blockquote, address, input, textarea{ margin: 0; padding: 0; }
html, body { height: 100%; width: 100%; }
ol, ul { list-style: none; }
img { border: 0; display: block; }
fieldset { margin: 0; padding: 0; border: 0; }
input, select, textarea { font-size: 100%; }
table { border-collapse: collapse; border-spacing: 0; }


/* Afrondingen CSS3 gewijs */
#content, #tabs-nav li, #newsbox {
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
}
header nav li:first-child, header nav li:first-child a {
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
}
#banner {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

/* Text styles */
h2 {
	color: #EF5636;
	font: bold 32px/36px Arial, sans-serif;
	letter-spacing: -1.2pt;
	padding-bottom: 6px;
}
/*
h2, h3 {
	color: #333;
	font: normal 18px/20px Arial, sans-serif;
	letter-spacing: -0.6pt;
	padding-bottom: 10px;
}
*/
h3 em {
	color: #e75113;
	font-style: normal;
}
h4 {
	font: bold 14px/20px Arial, sans-serif;
}

p {
	padding-bottom: 10px;
}
ul li {
	background: url(../i/layout/bullet.gif) 0 0 no-repeat;
	padding-left: 15px;
}
a { color: #0051A3; }
a:hover, a:focus { color: #EF5636; }

a.button {
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #003d8f;
	display: block;
	height: 20px;
	font-weight: bold;
	padding-left: 16px;
	text-decoration: none;
}
a.button:hover {
	color: #e75113;
	position: relative;
	top: 1px;
}
a.magnify { background-image: url(../i/layout/icon-magnify.gif); }
a.download { background-image: url(../i/layout/icon-download.gif); }
a.contact { background-image: url(../i/layout/icon-contact.gif); }

a.more {
	background: url(../i/layout/bg-more.gif) top right no-repeat;
	float: left;
	font-weight: bold;
	padding-right: 12px;
	text-decoration: none;
}

/* Structure 
	container
		header
			nav
		content
			main
			sidebar
		footer		
*/
body {
	background: #fff url(../i/layout/bg-body.jpg) top center repeat-x;
	color: #666;
	font: 14px/20px Arial, sans-serif;
	text-align: center;
}
#container {
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
	text-align: left;
	width: 960px;
}

/* Header */
header {
	background: url(../i/layout/bg-header.jpg) 0 0 no-repeat;
	height: 120px;
	position: relative;
	width: 960px;
}

header h2 {
	padding: 25px 0 0 200px;
}
header p { padding-left: 200px; }


header h1 {
	background: url(../i/layout/logo.jpg) 0 0 no-repeat;
	height: 90px;
	left: 10px;
	padding: 0;
	position: absolute;
	top: 10px;
	width: 180px;	
}
header h1 a {
	display: block;
	height: 90px;
	overflow: hidden;
	text-decoration: none;
	text-indent: -999em;
	width: 180px;	
}
#skipnav { display: none; }
header nav {
	background: #c33016 url(../i/layout/bg-nav.gif) 0 0 repeat-x;
	height: 50px;
	left: 0px;
	position: absolute;
	top: 120px;
	width: 960px;
}
header nav li {
	background: #c33016 url(../i/layout/bg-nav-li.gif) 100% 0% no-repeat;
	display: inline;
	float: left;
	font: normal 18px/20px Arial, sans-serif;
	letter-spacing: -0.6pt;
	padding: 0 2px 0 0;
}
header nav li a {
	background: #c33016 url(../i/layout/bg-nav-li.gif) 0 -50px repeat-x;
	color: #fff;
	display: block;
	float: left;
	height: 20px;
	padding: 15px 20px;
	text-decoration: none;
}
header nav li a:hover, header nav li a:focus, header nav li.active, header nav li.active a { 
	background-color: #e65013;
	background-position: 0 -100px;
	color: #fff;
}

header nav li.active, header nav li.active a { 
	background-color: #e65013;
	background-position: 0 - 150px;
	cursor: default;
}

/* Content */
#content {
	display: inline;
	float: left;
	width: 960px;
}
#home #content {
	background: none;
	border: 0;
}
#main {
	float: right;
	padding: 20px 20px 20px 40px;
	width: 660px;
}

/* Crumbs */
#crumbs {
	font: 12px/14px Arial, sans-serif;
	padding-bottom: 5px;
}
#crumbs a {
	color: #052a88;
	text-decoration: none;
}
#crumbs a:hover { color: #e75113; }

/* Sidebar */
aside {
	background: #f5f5f5 url(../i/layout/bg-sidebar.jpg) bottom left no-repeat;
	float: left;
	overflow: hidden;
	padding: 0 0 120px;
	width: 240px;
}
aside nav { margin-bottom: 20px; }
aside nav h3 {
	background: #c22f16 url(../i/layout/gradient.jpg) 0 0 repeat-x;
	color: #fff;
	padding: 10px 20px;
}
aside nav li {
	background: url(../i/layout/bg-subnav.gif) 0 0 no-repeat;
	font-weight: bold;
	padding: 0;
}
aside nav li ul {
	background: url(../i/layout/bg-subnav.jpg) bottom left no-repeat;
	display: none;
	padding-bottom: 1px;
}
aside nav li.open ul { display: block; }
aside nav li li {
	background: none;
	border-bottom: 1px solid #ddd;
}

aside li li li { 
	background: url(../i/layout/bullet-subnav.gif) 24px 0 no-repeat;
	border: 0;
	font-weight: normal; 
}
aside nav li a {
	background: url(../i/layout/bg-subnav.gif) 0 0 no-repeat;
	color: #666;
	display: block;
	line-height: 20px;
	padding: 10px 40px 10px 20px;
	text-decoration: none;
}
aside nav li a:hover {
	background-position: 0 -40px;
	color: #333;
}
aside nav li.open a {
	background-position: 0 -80px;
}
aside nav li.hassubs.open a, aside nav li.hassubs.open a:hover {
	background-position: 0 -120px;
}
aside li li a {  
	background: none;
	padding: 5px 20px;

}
aside li li li a {  
	background: url(../i/layout/bullet-subnav.gif) 24px 0 no-repeat;
	padding: 0px 20px 0px 35px;
}
aside li li ul { 
	background: none; 
	padding: 0 0 5px 0; 
}
aside li.active li a, aside li.active li li a { color: #666; } 
aside li.active li a:hover, aside li.active li li a:hover { color: #333; }
aside li.active a,
aside li li.active a, aside li li.active a:hover, 
aside li li li.active a, aside li li li.active a:hover { color: #e75113; }

aside #contactbox {
	margin: 10px;
}
#tabs-nav {
	z-index: 20;	
}
#tabs-nav li {
	background: #e5e5e5 url(../i/layout/bg-tabs.jpg) 0 0 repeat-x;
	border: 1px solid #ddd;
	border-bottom: 0px;	
	float: left;
	font-weight: bold;
	height: 35px;
	margin: 0 5px 0 0;
	padding: 0;
	position: relative;
	z-index: 20;
}
#tabs-nav .active {
	background: #fff;
}
#tabs-nav li a {
	display: block;
	float: left;
	height: 35px;
	line-height: 35px;
	padding: 0 19px;
}
#tabs-nav li a em {
	color: #e75113;	
	font-style: normal;
}

#tabs-nav li a, #tabs-nav li a:hover, #tabs-nav li a:focus {
	color: #666;
	text-decoration: none;
}
#tabs-nav li a:hover, #tabs-nav li a:focus { color: #333; }
#tabs-nav li.active a { color: #e75113; }
#tabs-nav .active a { outline: none; }

.tab-content {
	background: #fff;
	border: 1px solid #ddd;
	clear: both;
	top: -1px;
	padding: 10px 19px;
	position: relative;
	z-index: 10;
}
.tab-content {display: none;}
.tab-content.active {display: block;}
.tab-content strong { color: #003d8f; }

/* Footer */
footer {
	color: #fff;
	clear: both;
	font-size: 12px;
	position: relative;
	width: 960px;
}
footer ul {
	background: #c22f16 url(../i/layout/gradient.jpg) 0 0 repeat-x;
	height: 40px;
	padding-left: 10px;
	width: 950px;
}
footer li {
	background: none;
	border-right: 1px solid #ffa98d;
	display: inline;
	float: left;
	line-height: 12px;
	margin: 14px 0;
	padding: 0 10px;
}
footer li a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

footer p {
	text-align: right;
	line-height: 40px;
	position: absolute;
	right: 20px;
	top: 0;
}

footer p a {
	color: #666;
	text-decoration: none;
}
footer p a:hover, footer p a:focus { color: #333; }

/* PAGES */
/* Homepage */
#banner {
	background: #fff;
	border: 1px solid #ddd;
	height: 560px;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 4px;
	position: relative;
	width: 950px;
}

#newsbox {
	background: #e9e9e9 url(../i/layout/bg-newsbox.jpg) 0 0 repeat-x;
	float: left;
	overflow: hidden;
	width: 525px;
}
#newsbox h3 {
	line-height: 46px;
	padding: 0 20px 10px;
}
#newsbox div {
	overflow: hidden;
	padding: 0 20px 20px;
}
#newsbox h4 a {
	color: #003D8F;
	text-decoration: none;
}
#newsbox h4 a:hover { 
	color: #e75113;
	text-decoration: underline;
}

#newsbox img {
	background: #fff;
	border: 1px solid #ddd;
	float: right;
	margin: -20px 0 0 10px;
	padding: 4px;
}
#newsbox p { padding: 0; }
#newsbox ul {
	clear: both;
}
#newsbox ul li {
	background: none;
	border-top: 1px solid #ddd;
	font-size: 12px;
	font-weight: bold;
	padding: 0;
}
#newsbox ul li span { font-weight: normal; }
#newsbox ul li a {
	color: #666;	
	display: block;
	padding: 5px 20px;
	text-decoration: none;
}
#newsbox ul li a:hover {
	color: #e75113;
	background: #F1F1F1;
}
span.minidate {
	background: #fff;
	color: #999;
	display: block;
	float: left;
	font-size: 12px;
	line-height: 14px;
	padding: 2px;
	margin: 1px;
	margin-right: 10px;
}

#home #contactbox {
	float: right;
	width: 415px;
}
#home #tabs-nav li {
	font: normal 18px/20px Arial, sans-serif;
	letter-spacing: -0.6pt;
}
#home #tabs-nav li, #home #tabs-nav li a {
	height: 45px;
	line-height: 45px;
}
#home .tab-content {
	border-bottom: 0px;
	padding: 0;
}
#home .tab-content p {
	padding: 10px 19px;
}
#home .tab-content img {
	position: absolute;
	right: 20px;
	top: 20px;
}

.hours {
	font-size: 12px;
	position: relative;
	width: 413px;
}
.hours ul {
	overflow: hidden;
	padding: 0 0 0 83px;
}
.hours li {
	background: url(../i/layout/arrow.gif) bottom left no-repeat;
	float: left;
	height: 30px;
	line-height: 30px;
	padding: 0;
	width: 30px;
}
.hours dl {
	background: url(../i/layout/bg-hours.gif) 0 0 repeat-y;
	line-height: 20px;
	overflow: hidden;
	padding: 0;
	width: 100%;
}
.hours dt {
	color: #e95c22;
	clear: both;
	float: left;
	font-weight: bold;
	height: 20px;
	padding-right: 10px;
	text-align: right;
	width: 73px;
}
.hours dd {
	background: #666;
	display: block;
	float: left;
	height: 8px;
	margin-bottom: 6px;
	margin-top: 6px;
	text-indent: -999em;
	overflow: hidden;
}
#tab-turnhout .hours dd {
	margin-left: 15px;
	width: 120px;
}
#tab-turnhout .hours dd.afternoon {
	margin-left: 30px;
}
#tab-deurne .hours dd.closed {
	background: none;
	float: none;
	width: 10px;
}

#tab-deurne .hours dd.morning {
	margin-left: 60px;
	width: 60px;
}
#tab-deurne .hours dd.afternoon {
	margin-left: 30px;
	width: 150px;
}
#tab-turnhout .hours dd.saturday, #tab-deurne .hours dd.saturday {
	margin-left: 60px;
	width: 180px;
}

/* Producten */
#properties {
	margin: 10px 0 40px 0;
	overflow: hidden;
	width: 380px;
}
#properties li {
	margin-bottom: 20px;
}
#properties a.button {
	float: left;
	margin-right: 20px;
}
#profilepic {
	display: inline;
	float: right;
	height: 320px;
	position: relative;
	width: 240px;
}
#profilepic figcaption {
	background: #c83515 url(../i/layout/bg-value.gif) 0 0 no-repeat;
	color: #fff;
	font: normal 16px/24px Arial, sans-serif;
	height: 70px;
	left: 10px;
	letter-spacing: -0.5pt;
	padding-top: 20px;
	position: absolute;
	top: 40px;
	text-align: center;
	width: 90px;
}
#profilepic figcaption span { font-size: 24px; }


#slider {
	background: #fff;
	border: 1px solid #ddd;
	display: inline;
	float: left;
	height: 300px;
	overflow: hidden;
	padding: 4px;
	position: relative;
	text-align: center;
	width: 400px;
}
#slider figure {
	float: left;
	left: 4px;
    text-align: center;
	width: 400px;
}
#slider #slidePrev, #slider #slideNext {
	background-image: url(../i/layout/bg-prevnext.gif);
	background-repeat: no-repeat;
	bottom: 18px;
	display: block;
	height: 30px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: -999em;
	text-decoration: none;
	z-index: 100;
	width: 30px;
}
#slider #slidePrev { right: 57px; background-position: top left; }
#slider #slideNext { right: 21px; background-position: top right; }
#slider #slidePrev:hover { background-position: bottom left; }
#slider #slideNext:hover { background-position: bottom right; }

#slider figcaption {
	background: url(../i/layout/bg-arrowup.gif) 0 0 no-repeat;
	bottom: 9px;
	color: #333;
	font: normal 18px/20px Arial, sans-serif;
	height: 20px;
	left: 9px;
	letter-spacing: -0.6pt;
	overflow: hidden;
	padding: 10px;
	padding-top: 20px; 
	position: absolute;
	text-align: left;
	width: 360px;
	z-index: 90;
}
#detail {
	float: left;
	margin: 15px 0;
}

/* Contact */
form {
	padding-top: 20px;
}

form h3.errorMsg {
	background: #ea1c1c;
	color: #fff;
	margin-bottom: 10px;
	padding: 10px;
	text-transform: none;
}
form div {
	float: left;
	padding-bottom: 10px;
	position: relative;
	width: 100%;
}
form p.errorMsg {
	background: url(../i/layout/bg-error.gif) 0 0 no-repeat;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	font-weight: bold;
	padding: 5px 10px 5px 20px;
	position: relative;
	float: right;
/*
	position: absolute;
	right: 0px;
	top: 0px;
*/
	width: 210px;
	margin-left: -10px;
}
label {
	display: block;
	font: bold 14px/30px Arial, serif;
	float: left;
	padding-right: 10px;
	text-align: right;
	width: 110px;
}
form span {color: #e75113; }

input, textarea {
	background: #ebebeb;
	border: 1px solid #ddd;
	border-bottom-color: #ccc;
	border-right-color: #ccc;
	color: #5d4e3a;
	height: 18px;
	float: left;
	font-family: inherit;
	padding: 5px 4px;
	width: 300px;
}
textarea { 
	height: 150px;
}
input.error, textarea.error, select.error, input:focus:invalid, textarea:focus:invalid { 
	background: #ffdfdf; 
	border-color: #fcc8c8;
	border-bottom-color: #ffb5b5;
	border-right-color: #ffb5b5;
}
button {
	margin-left: 120px;
}
#mapborder, #map {
	height: 320px;
	width: 650px;
}
#mapborder {
	background: #fff;
	border: 1px solid #ddd;
	margin-bottom: 20px;
	padding: 4px;
}