@charset 'utf-8';
/*
 * Title: Screen & Print styles
 * Author: Sterc Internet & Marketing ✰ http://www.sterc.nl
 */

/* reset */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }
html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }
::-moz-selection { background: #3d66f3; color: #fff; text-shadow: none; }
::selection { background: #3d66f3; color: #fff; text-shadow: none; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }
form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="text"], input[type="password"], 
input[type="date"], input[type="datetime"], 
input[type="email"], input[type="number"], 
input[type="search"], input[type="tel"],
input[type="time"], input[type="url"], textarea{ border-radius: 0; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }
table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }
.chromeframe { position: absolute; top: 0.2em; left: 0.5%; width: 99%; margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; text-align: center; }
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/*
 * Sterc ✰ Fonts
 */


/*
 * Sterc ✰ User styles
 */

/* Set the global defaults here */
h1, h2, h3 { margin: 0 0 20px 0; padding: 0; }
h4, h5, h6 {  }
p { font-family: 'ArialMT', 'Arial MT', 'Arial', sans-serif; }
a { color: #013888; text-decoration: none; }
a:hover { text-decoration: underline; }
a:hover, a:active { outline: 0; }
input:focus, textarea:focus{ outline: none; }
input[type="radio"]{margin-right: 7px;}
.clear{clear: both; }
.nopad{padding: 0;}
.block{ margin: 0 0 20px 0; display: block;}
.fancybox{ cursor: pointer; }
.doublepadbot{padding-bottom: 20px;}
.subline{
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 11px;
}
.inner{
	margin: 0 auto;
	width: 980px;
}
body{
	background: #c5e2f2 url('/assets/images/web_bg.jpg') repeat-y center top;
	font-size: 13px;
	line-height: 18px;
	font-family: 'ArialMT', 'Arial MT', 'Arial', sans-serif;
}
 
/** Navigation **/

#nav ul{list-style: none; padding: 0; display: block;}
#nav ul li{display: inline-block;}
#nav ul li a{ display: block; padding: 5px 10px; text-decoration: none; font-size: 16px; }

/* Main CSS */

#header {

}

#header .logo{
	float: left;
	width: 222px;
	height: 248px;
}

#header .headerimage{
	width: 740px;
	float: right;
	/*height: 140px;*/
	margin-top: 40px;
}

#breadcrumbs span.title, #breadcrumbs ul{
	float: left;
	display: block;
	margin: 0 5px 0 0;
}

#breadcrumbs{
	margin: 0 0 10px 0;
}

#breadcrumbs a{
	text-decoration: none;
	color: #013888;
}

#nav{
/* 	float: right; */
	width: 740px;
}

#nav ul, #breadcrumbs ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav ul li, #breadcrumbs ul li{
	display: inline-block;
	*float: left;
	*margin-right: 5px;
}



#nav ul li a{
	background: #535c9f;
	border-radius: 20px 20px 0px 0px;
	text-align: center;
	padding: 7px 14px 7px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	color: #ffffff;

}
#nav ul li.webshop a{ background: #40af35; }

#nav ul li a:hover{ background: #008ac9; }
#nav ul li.webshop a:hover{ background: #4cbe40; }
#nav ul li.active a{ background: #013888; }

#subnav ul{
	padding: 0;
	margin: 2px 0 10px 57px;
	list-style: none;
}

#subnav ul li{
	background: url('/assets/images/menu_fold.png') no-repeat 123px top;
	padding: 10px 0 0 0;
}

#subnav ul li a{
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	background: #535c9f;
	display: block;
	padding: 5px;
	width: 148px;
	margin: 0 0 10px 0;
}
#subnav ul li a.cart{ background: #40af35; }
#subnav ul li a.cart:hover{ background: #4cbe40; }
#subnav ul li a:hover{ background: #029be1; }
#subnav ul li.active a{ background: #013888; }


#main {
	
}

#wrapper{
	float: right;
	margin-top: -17px;
}

#content {
	width: 680px;
	min-height: 400px;
	background: #e0f4ff;
/* 	background: #9fd3eb; */
	padding: 30px;
	color: #555555;
	position: relative;
}

#slider{
	/*margin: -30px 0 30px -30px;*/
	/*height: 140px;*/
	overflow: hidden;
	width: 740px;
}

#gallery{
	margin: 10px 0;
}

#gallery a{
	text-decoration: none;
	display: block;
	float: left;
	padding: 3px;
	border: 1px solid #cccccc;
	margin: 0 7px 7px 0;
}

#sidebar {
	width: 240px;
	float: left;
	position: relative;
}

#sidebar .rotated{
	
	background: #535c9f;
	border-radius: 20px 20px 0px 0px;
	display: block;
	padding: 7px 0 7px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	color: #ffffff;
	width: 150px;
	text-decoration: none;
	text-align: center;
	
	transform: rotate(270deg);
	-ms-transform: rotate(270deg); /* IE 9 */
	-webkit-transform: rotate(270deg); /* Safari and Chrome */
	-o-transform: rotate(270deg); /* Opera */
	-moz-transform: rotate(270deg); /* Firefox */
}
#sidebar .rotated:hover{ background: #008ac9; }

#sidebar .groot{
	position: absolute;
	top: 70px;
	left: -47px;
}

#sidebar .henk{
	position: absolute;
	top: 390px;
	left: -47px;
}

#sidebar .studio{
	position: absolute;
	top: 230px;
	left: -47px;
}

.ie7 .groot, .ie8 .groot{
position: relative !important;
top: 270px !important;
	left: 0px !important;
}

.ie7 .henk, .ie8 .henk{
position: relative !important;
top: 290px !important;
	left: 0px !important;
}

.left{
	width: 50%;
	float: left;
}

.right{
	width: 50%;
	float: right;
}

.form{
	margin-bottom: -30px;
}

.form .formRow{
	margin: 0 0 20px 0;
}

.form .formRow label{
	width: 150px;
	display: inline-block;
}

.form .formRow input[type="text"]{
	padding: 3px;
	width: 250px;
	border: 1px solid #cccccc;
}

.form .formRow textarea{
	padding: 3px;
	width: 250px;
	border: 1px solid #cccccc;
}

.left .formRow label{ width: 100px; }
.left .formRow input[type="text"]{ width: 200px; }
.left .formRow textarea{ width: 200px; }

.form .formRowSubmit input{
	background: #535c9f;
	border-radius: 20px 20px 0px 0px;
	display: block;
	padding: 7px 0 7px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	color: #ffffff;
	width: 150px;
	text-decoration: none;
	text-align: center;
	border: none;
}
.form .formRowSubmit input:hover{ background: #008ac9; }

.form span.error{
	width: 250px;
	padding: 5px 0 0 155px;
	display: block;
	color: red;
}

.left span.error{
	width: 200px;
	padding: 5px 0 0 105px;
}

.product{
	border: 1px solid #535c9f;
	padding: 20px;
	width: 170px;
	float: left;
	margin: 0 20px 20px 0;
	height: 280px;
	position: relative;
}
.product.last{ margin: 0 0 20px 0; }
.product:hover{ border: 1px solid #008ac9; }

.product strong{
	margin: 10px 0 0;
	display: block;
}

.product .submitBtn, .prodform .submitBtn{
	background: #535c9f;
	border-radius: 20px 20px 0px 0px;
	display: block;
	padding: 7px 0 7px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	color: #ffffff;
	width: 210px;
	text-decoration: none;
	text-align: center;
	border: none;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.product .submitBtn:hover, .prodform .submitBtn:hover{ background: #008ac9; }

#cart .ordertd{
	border-bottom: 1px solid #cccccc;
}

#footer {
	
}

#footer .inner{
	width: 740px;
	padding: 0 0 0 240px;
}

#footer .inner p{
	padding: 0;
	margin: 5px;
	float: right;
}

.orderBtn{
	background: #535c9f;
	border-radius: 20px 20px 0px 0px;
	display: block;
	padding: 7px 0 7px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	color: #ffffff;
	width: 210px;
	text-decoration: none;
	text-align: center;
	border: none;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.backBtn{
	background: #8C8FA3;
	border-radius: 20px 20px 0px 0px;
	display: block;
	padding: 7px 0 7px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	color: #ffffff;
	width: 210px;
	text-decoration: none;
	text-align: center;
	border: none;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.orderBtn:hover, .backBtn:hover{
	background: #008ac9;
	text-decoration: none;
}

/* print inlined, which saves a html request */
@media print {
	* { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; }
	a, a:visited { text-decoration: underline; }
	a[href]:after { content: " (" attr(href) ")"; }
	abbr[title]:after { content: " (" attr(title) ")"; }
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; }
	tr, img { page-break-inside: avoid; }
	img { max-width: 100% !important; }
	@page { margin: 0.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3 { page-break-after: avoid; }
}