@charset "utf-8";
/* Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;outline:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none;list-style-type:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}
*{font-weight:normal;}
input, select {vertical-align:middle;}
table, tr, td, table *{vertical-align:top;}
strong, b{font-weight:bold;}
input:focus {outline: none;}
input {outline-width: 0;}
body {
	background:#fff url(../images/bodyBg.jpg) no-repeat center top;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

@font-face {
    font-family: 'metamedium';
    src: url('../fonts/metamedium.eot');
    src: url('../fonts/metamedium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/metamedium.woff') format('woff'),
         url('../fonts/metamedium.ttf') format('truetype'),
         url('../fonts/metamedium.svg#metamedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

#container {
	width: 960px;
	margin: 0 auto;
}

/*-------------------
	HEADER
-------------------*/
#hdr {
	height: 130px;
}

#hdr a#logo {
	display: block;
	width: 228px;
	height: 99px;
	background: transparent url('../images/logo.png') no-repeat left top;
	text-indent: -5000px;
	line-height: 18px;
	float: left;
	margin-top: 15px;
}

#hdr #hdrLeft {
	float: left;
	padding: 35px 0 0 30px;
	width: 250px;
}
	
	/*-------------------
		HEADERLANG
	-------------------*/	
	#hdrLeft #hdrLang {
		position: relative;
		z-index: 12;
		
	}	
		#hdrLang #hdrLangSelect, #hdrLoginBtn {
			background: transparent url('../images/btnBg.png') repeat-x left top;
			border: 1px solid #d0d0d0;
			-webkit-border-radius: 15px;
			-moz-border-radius: 15px;
			border-radius: 15px;
			height: 27px;
			width: 150px;
			position: absolute;
			z-index: 5;
		}
		
			#hdrLoginBtn {
				position: static;
				width: 80px;
				position: relative;
				z-index: 12;
			}
			
			#hdrLang #hdrLangSelect {
				z-index: 12;
			}
		
		#hdrLang span {
			background: #fff url('../images/langEN.png') no-repeat center center;
			display: block;
			width: 40px;
			height: 27px;
			float: left;
			border-right: 1px solid #d2cdcc;
			-webkit-border-top-left-radius: 15px;
			-webkit-border-bottom-left-radius: 15px;
			-moz-border-radius-topleft: 15px;
			-moz-border-radius-bottomleft: 15px;
			border-top-left-radius: 15px;
			border-bottom-left-radius: 15px;
		}
		
			#hdrLang span.nl {
				background: #fff url('../images/langNL.png') no-repeat center center;
			}
			#hdrLang span.fr {
				background: #fff url('../images/langFR.png') no-repeat center center;
			}
			#hdrLang span.de {
				background: #fff url('../images/langDE.png') no-repeat center center;
			}
		
		#hdrLeft a.hdrBtn {
			display: block;
			padding: 5px 30px 4px 0px;
			color: #9d9391;
			font-size: 10px;
			font-weight: bold;
			text-transform: uppercase;
			background: transparent url('../images/iconArrowDown.png') no-repeat right center;
			float: right;
			text-decoration: none;
		}
		
		#hdrLang ul {
			width: 130px;
			position: absolute;
			top: 10px;
			left: 10px;	
			padding-top: 20px;
			background-color: #fff;
			border: 1px solid #d2cdcc;
			border-top: none;
			-webkit-border-bottom-right-radius: 10px;
			-webkit-border-bottom-left-radius: 10px;
			-moz-border-radius-bottomright: 10px;
			-moz-border-radius-bottomleft: 10px;
			border-bottom-right-radius: 10px;
			border-bottom-left-radius: 10px;
			z-index: 10;
			display: none;
		}
		
			#hdrLang ul.actief, #hdrLogin #hdrLoginModal.actief {
				display: block !important;
			}
		
			#hdrLang ul li {
				float: left;
				
			}
			
			#hdrLang ul span {
				border: none;
			}
			
			#hdrLang ul a {
				padding: 5px 0;
				display: block;
				float: left;
				text-decoration: none;
				color: #2c448c;
			}
			
		#hdrLang ul p.loginError {
			padding: 10px;
			padding-bottom: 0px;
			color: red;
			text-align: center;
		}
			
	/*-------------------
		HEADER LOGIN
	-------------------*/			
	#hdrLogin {
		float: right;
		position: relative;
		z-index: 12;
	}
	
		#hdrLogin #hdrLoginModal {
			position: absolute;
			top: 15px;
			left: -60px;
			background-color: #fff;
			padding: 15px;
			padding-top: 30px;
			border: 1px solid #d2cdcc;
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
			border-radius: 10px;
			z-index: 10 !important;
			display: none;
			
		}
		
		#hdrLogin input {
			margin-bottom: 10px;
			border: 1px solid #d0d0d0;
			padding: 7px 10px;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			font-weight: bold;
			color: #9d9391;
			width: 150px;
		}
		
		#hdrLogin input.verzenden {
			background-color: #263e87;
			color: #fff;
			border: none;
			box-shadow: 0px 2px 3px #e3e3e3;
			width: 170px;
			font-weight: bold;
			font-size: 13px;
			
		}
		
		p.loginError {
			color: red;
		}
	
	/*-------------------
		HEADER SEARCH
	-------------------*/			
	#hdrSearch {
		float: left;
		background: #dbdbdb url('../images/btnBg.png') repeat-x left top;
		border: 1px solid #d0d0d0;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
		margin-top: 10px;
		width: 247px;
	}
	
		#hdrSearch input {
			padding: 6px 15px;
			height: 16px;
			border: 0;
			-webkit-border-top-left-radius: 15px;
			-webkit-border-bottom-left-radius: 15px;
			-moz-border-radius-topleft: 15px;
			-moz-border-radius-bottomleft: 15px;
			border-top-left-radius: 15px;
			border-bottom-left-radius: 15px;
			margin-left: -1px;
			border-left: 1px solid #d0d0d0;
			font-weight: bold;
			color: #9d9391;
			background-color: #fff;
			width: 180px;
		}
		
		#hdrSearch input.verzenden {
			-webkit-border-radius: 0px;
			-moz-border-radius: 0px;
			border-radius: 0px;
			background: transparent url('../images/iconSearch.png') no-repeat 7px 2px;
			border: none;
			text-indent: -5000px;
			line-height: 18px;
			width: 20px;
		}
		
	/*-------------------
		MINI NAV
	-------------------*/
	#hdr #miniNav ul {
		float: right;
		border-top: 4px solid #f1f0ef;
		padding-top: 5px;
	}
	
		#hdr #miniNav ul li {
			float: left;
			
		}
		
			#hdr #miniNav ul li a {
				display: block;
				text-decoration: none;
				color: #9d9391;
				font-size: 10px;
				text-transform: uppercase;
				font-weight: bold;
				padding-left: 15px;
				background: transparent url('../images/iconHome.png') no-repeat left 3px;
				padding-right: 15px;
			}
			
				#hdr #miniNav ul li a.sitemap {
					background: transparent url('../images/iconSitemap.png') no-repeat left 3px;
				}
				#hdr #miniNav ul li a.disclaimer {
					background: transparent url('../images/iconDiscl.png') no-repeat left 3px;
					padding-right: 0;
				}
			
				#hdr #miniNav ul li a:hover {
					text-decoration: underline;
				}
	
	/*-------------------
		HEADER SLOGAN
	-------------------*/
	#hdrSlogan {
		float: right;
		padding-top: 20px;
		clear: right;
	}
		#hdrSlogan img {
			float: left;
			padding-left: 10px;
		}
		
/*-------------------
	NAV
-------------------*/
#nav {
	float: left;
	width: 100%;
	height: 47px;
	background: transparent url('../images/navBg.png') repeat-x left top;
	padding-top: 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

	#nav ul {
		padding-left: 4px;
	}
	
	#nav ul li {
		float: left;
	}
	
	#nav ul li a {
		font-family: 'metamedium', Arial, Verdana, Helvetica, sans-serif;
		color: #fff;
		font-size: 15px;
		text-transform: uppercase;
		text-decoration: none;
		padding: 14px 8px;
		display: block;
		border-left: 1px solid #213984;
		border-right: 1px solid #394b89;
	}
	
		#nav ul li a.actief, #nav ul li a:hover {
			background: transparent url('../images/iconPointer.png') no-repeat center bottom;
		}
	
		#nav ul li.last a {
			border-right: none;
			padding-right: 0;
		}
		
		#nav ul li a.first {
			border-left: none;
			
		}
		
/*-------------------
	SUBNAV
-------------------*/
#subNav {
	padding-bottom: 20px;
}

body.producten #subNav {
	margin-bottom: 15px;
}

	#subNav ul li {
		border-bottom: 1px solid #dce0ea;
		text-align: left;
	}
	
	#subNav ul li a {
		text-decoration: none;
		color: #6381c1;
		font-size: 15px;
		text-transform: uppercase;
		font-family: 'metamedium', Arial, Verdana, Helvetica, sans-serif;
		padding: 5px 0;
		padding-left: 10px;
		display: block;
		background: transparent url('../images/iconSubnav.png') no-repeat right center;
		width: 235px;	
	}
	
		body.page #subNav ul li a {
			width: auto;
		}
	
		#subNav ul li a, .quickNavItemLeft span.arrow, .quickNavItem h3 {
			-webkit-transition: all  250ms ease-in-out;
			-moz-transition: all 250ms ease-in-out;
			-o-transition: all 250ms ease-in-out;
			-ms-transition: all 250ms ease-in-out;
			transition: all 250ms ease-in-out;
		}
	
		#subNav ul li a:hover, body.producten #subNav ul li.actief a {
			padding-left: 20px;
			background: #253d86 url('../images/iconSubnav-h.png') no-repeat right center;
			color: #fff;
		}
		
		#subNav ul li.actief {
			border-bottom: none;
		}
		
		body.page #subNav ul li.actief, body.producten #subNav ul li.actief {
			border-bottom: 1px solid #dce0ea;
		}
		
			body.page #subNav ul li.actief a {
				color: #fff;
				background: #253d86 url('../images/iconSubnav-h.png') no-repeat right center;
			}
		
		#subNav ul li a.activeParent {
			background: #253d86 url('../images/iconSubnav-a.png') no-repeat right center;
			border-bottom: 1px solid #333;
			color: #fff;
		}
		
		#subNav ul ul li a.actief, #subNav ul ul li a:hover {
			background-image: none;
			background-color: #F4F5F8;
			color: #253d86;
			
		}
		#subNav ul ul li a.actief {
			border-bottom: 1px solid #dce0ea;
		}

	#subNav ul ul li a {
		font-size: 11px;
		color: #636A80;
		padding-left: 20px;
		background-image: none;
		
	}
	
	#subNav ul.niv2 {
		display: none;
	}
	
	#subNav ul.niv1 li.actief ul.niv2 {
		display: block;
	}
		
/*-------------------
	HEADER SLIDER
-------------------*/
#hdrSlider {
	width: 960px;
	height: 360px;
	float: left;
	margin-top: 10px;
	position: relative;
	z-index: 8;
}

	#hdrSliderOverlay {
		position: absolute;
		top: 0;
		left: 0;
		background: transparent url('../images/hdrOverlay.png') no-repeat left top;
		width: 960px;
		height: 360px;
		z-index: 5000;
	}
	
	#hdrSliderNav {
		position: absolute;
		bottom: 15px;
		right: 0;
		z-index: 5005;
	}
	
		#hdrSliderNav li {
			float: left;
			padding-left: 5px;
		}
		
		#hdrSliderNav li a {
			text-decoration: none;
			text-indent: -5000px;
			line-height: ;
			width: 8px;
			height: 8px;
			display: block;
			background: transparent url('../images/hdrNav.png') no-repeat left top;
		}
		
			#hdrSliderNav li.activeSlide a {
				background: transparent url('../images/hdrNav-a.png') no-repeat left top;
			}

/*-------------------
	BREADCRUMB
-------------------*/
#breadcrumb {
	padding: 15px;
	background-color: #f4f5f8;
	float: left;
	width: 930px;
	margin-top: 10px;
	margin-bottom: 15px;
}

	#breadcrumbLeft {
		float: left;
	}
	
		#breadcrumb h2 {
			padding-bottom: 0;
		}
	
	#breadcrumbRight {
		float: right;
	}
	
		#breadcrumbRight a {
			color: #636A80;
			text-decoration: none;
		}
		
		#breadcrumbRight a:hover {
			text-decoration: underline;
		}
		
		#breadcrumbRight span {
			padding: 0 10px;
			background: transparent url('../images/iconArrowS.gif') no-repeat center center;
		}

/*-------------------
	QUICKNAV
-------------------*/
#quickNav {
	float: left;
	width: 100%;
	margin-top: -15px;
	margin-bottom: 20px;
	position: relative;
	z-index: 8;
}

	body.producten #quickNav {
		margin-top: 0px;
	}

#quickNavContent {
	background-color: #f4f5f8;
	width: 930px;
	overflow: hidden;
	padding: 25px 15px;
	padding-top: 0;
}

	.quickNavRow {
		float: left;
		width: 100%;
	}
	
	.quickNavItem {
		float: left;
		padding-right: 20px;
		margin-top: 20px;
		display: block;
		text-decoration: none;
	/*	height: auto; */
		overflow: hidden;
		width: 440px;
	}
	
		.quickNavItem.last {
			padding-right: 0;
		}
		/*
		.quickNavItem.first {
			clear: both;
		}
	*/
		.quickNavItem .quickNavItemLeft {
			float: left;
			position: relative;
		}
		
			.quickNavItemLeft span.arrow {
				position: absolute;
				top: 10px;
				right: 10px;
				background: transparent url('../images/iconArrow.png') no-repeat left top;
				width: 28px;
				height: 28px;
				
			}
			
			.quickNavItem:hover span.arrow {
				right: 40px;
			}
			
			.quickNavItem:hover h3 {
				background-color: #253D87;
				color: #fff;
			}
		
		.quickNavItem h3 {
			padding-bottom: 0 !important;
			width: 120px;
			font-size: 16px;
		}
		
		.quickNavItem p {
			float: left;
			width: 275px;
			font-size: 11px;
			line-height: 16px;
			color: #253d87;
			padding-left: 10px;
			margin-left: 10px;
			border-left: 1px solid #c6cbdd;
			padding-bottom: 0 !important;
		}
		
/*-------------------
	40 YEARS BANNER
-------------------*/
#banner40 {
	width: 960px;
	height: 144px;
	background: transparent url('../images/40yrsBg.jpg') no-repeat left top;
	float: left;
}	

	#banner40Left {
		float: left;
		padding: 30px 25px;
	}
	
		#banner40Left h2 {
			color: #fff;
			font-size: 35px;
			line-height: 25px;
		}
		
		#banner40Left h2 span {
			display: block;
			color: #aeb3c2;
			font-size: 20px;
		}
	
	#banner40 p {
		float: left;
		width: 470px;
		color: #fff;
		line-height: 15px;
		padding-top: 25px;		
	}
	
/*-------------------
	CLIENTS
-------------------*/
#clients {
	float: left;
	width: 100%;
	padding-bottom: 20px;
}

	#clients h2 {
		float: left;
		width: 250px;
		text-align: right;
		padding-top: 25px;
		line-height:23px;
	}
	
	#clientsLogos {
		float: left;
		padding-left: 31px;
		width: 660px;
	}
	
		.clientLogosRow {
			float: left;
		}
	
		.clientLogo {
			float: left;
			 position: relative;	
			 padding-right: 50px;
		}
		.clientLogoSapa {
			margin-left: 20px;
		}
		.clientLogo:hover {
			cursor:normal;
		}
	
			.clientLogo.last {
				padding-right:0px;
			}
	
	     .des {
		    position: absolute;
		    top:0;
		    left:0;
		    z-index: 10;
		 }
		 .color {
		    z-index: 15 !important;
		 }

/*-------------------
	FOOTER
-------------------*/
#ftr {
	background-color: #f4f5f8;
	width: 100%;
	float: left;
}

	#ftr a {
		color: #000;
		text-decoration: none;
	}
	
		#ftr a:hover {
			text-decoration: underline;
		}

	#ftrLeft {
		float: left;
		padding: 15px;
	}
	
	#ftrRight {
		float: right;
		padding: 15px;
	}

/*-------------------
	CONTENT
-------------------*/
#content {
	padding-bottom: 20px;
	float: left;
	width: 100%;
}

body.page #content, body.producten #content {
	padding-top: 20px;
}

	#contentLeft {
		float: left;
		width: 250px;
	}
	
	#contentRight {
		float: right;
		width: 680px;
	}
	
	body.page #contentLeft {
		float: left;
		width: 300px;
	}
	
	body.page #contentRight {
		background-color: #f7f8fa;
		padding: 15px;
		width: 570px;
		padding-left: 30px;
		padding-right: 30px;
	}
	
		.columns {
			-moz-column-count: 2;
			-moz-column-gap: 20px;
			-webkit-column-count: 2;
			-webkit-column-gap: 20px;
			column-count: 2;
			column-gap: 20px;
		}
		
		#productVisual {
			padding-bottom: 10px;
		}
		
	#contentFull {
		
	}

/*-------------------
	PRODUCT LIST
-------------------*/
#productList {
	padding-top: 15px;
}

	#productList a.productThumb {
		display: block;
		width: 202px;
		height: 134px;
		background-color: #fff;
		padding: 4px;
		border: 1px solid #b8b8b8;
		text-decoration: none;
		color: #253d86;
		overflow: hidden;
		float: left;
		margin-right: 14px;
		margin-bottom: 16px;
		box-shadow: 0px 2px 6px #DDD;
	}
	
		.productThumb .productThumbImg {
			display: block;
			width: 100%;
			height: 98px;
			background-size: cover !important;
		}
		
		.productThumb .productThumbTitle {
			width: 100%;
			height: 25px;
			background-color: #f4f5f8;
			font-size: 14px;
			font-weight: bold;
			text-align: center;
			text-transform: uppercase;
			padding-top: 10px;
		}
		
		#productList a.productThumb:hover .productThumbTitle {
			background-color: #253d86;
			color: #fff;
		}


/*-------------------
	PRODUCT CONTENT
-------------------*/
#productSlider {
	position: relative;
}

	ul#productSliderNav {
		position: absolute;
		top: -25px;
		right: 20px;
		width: auto !important;
		overflow: visible !important;
	}
		
		ul#productSliderNav li {
			width: 70px !important;
			height: 85px;
			position: relative;
			float: left;
			border: 3px solid #fff;
			margin-left: 15px;
			z-index: 10;
			background: none !important;
			padding: 0 !important;
			clear: none !important;
		}
		
			ul#productSliderNav li a {
				display: block;
				overflow: hidden;
				width: 70px;
				height: 85px;
				position: relative;
			}
			
			ul#productSliderNav li a img {
				position: absolute;
				left: -100%;
				top: -80%;
			}
			
			ul#productSliderNav li span {
				background: transparent url('../images/iconPointer2.png') no-repeat left top;
				display: none;
				width: 18px;
				height: 16px;			
				position: absolute;
				bottom: -18px;
				left: 25px;
			}
			
			ul#productSliderNav li.activeSlide span {
				display: block;
			}

#productDetail {
	padding: 15px;
	background-color: #eff0f4;
}


	a[href $='.pdf'] { 
	   color: #22377c;
	   font-weight: bold;
	   text-decoration: none;
	   font-size: 13px;
	   background: transparent url('../images/iconPDF.png') no-repeat left top;
	   padding-left: 25px;
	   display: inline-block;
	   height: 16px;
	}
	
		a[href $='.pdf']:hover {
			text-decoration: underline;
		}

table#history {
	border-collapse:  separate;
	border-spacing: 10px;
	color: #4d5366;
}

	table#history td.year {
		padding-left: 0;
		font-weight: bold;
		width: 50px;
		border-right: 1px solid #D0D0D0;
		margin-right: 10px;
		vertical-align: middle;
	}

/*-------------------
	MATERIALS MODULE
-------------------*/
#materials {
	padding-top: 20px;
}

	#materialsLeft {
		width: 250px;
		float: left;
	}
	
		#materialsLeft .selector {
			margin-bottom: 25px;
		}
		
		#colorList li {
			float: left;
			margin-right: 0px;
			margin-bottom: 0px;
			height: 50px;
			width: 80px;
			display: block;
		}
		
		#colorList li span {
			display: block;
			width: 65px;
			height: 35px;
			text-indent: -5000px;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
			cursor: pointer;
			margin: 2px;
		}
		
			#colorList li span.actief, #colorList li span:hover {
				border: 2px solid #fff;
				box-shadow: 0px 0px 5px #8d8b8b;
				border: 2px solid #6b6868\9;
				margin: 0;
			}
			
		#colorTooltip {
			display: block;
			padding: 15px;
			background: #3f3f3f;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
			float: left;
			color: #fff;
			font-weight: bold;
			font-size: 16px;
			position: relative;
			margin-left: 40px;
			margin-top: 10px;
		}
		
			#colorTooltip span {
				background: transparent url('../images/iconArrow2.png') no-repeat center top;
				display: block;
				width: 100%;
				height: 10px;
				position: absolute;
				top: -9px;
				left: 0;
			}
	
	#materialsRight {
		width: 675px;
		float: right;
		position: relative;
		min-height: 400px;
	}
		
		#materialsRight #colorImg {
			float: left;
			width: 420px;
			position: relative;
		}
		
		#materialsRight #colorImg .colorImgOverlay {
			width: 420px;
			height: 250px;
			position: absolute;
			top: 0;
			left: 0;
			background-color: #fff;
			display: none;
		}
		
		#materialsRight #materialDetail {
			display: none;
		}
		
		#materialsRight #materialDetailContent {
			float: right;
			width: 230px;
		}
		
		#MaterialBottomDescription {
			clear:both;
			padding-top:22px;
		}
		
		
		#materialGallery {
			float: left;
			width: 100%;
			padding-top: 30px;
		}
	
#materials h2 {
	font-size: 15px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	border-bottom: 1px solid #dfe0e3;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

#materials h3 {
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align: left;
	color: #4D5366;
	font-weight: bold;
	padding-bottom: 5px;
}

.materialEmpty {
	width: 676px;
	height: 255px;
/*	background: #fff url('../images/materialEmpty1.png') no-repeat left top; */
	float: right;
	display: block;
}

	#materialGallery .materialEmpty {
		width: 676px;
		height: 220px;
	/*	background: #fff url('../images/materialEmpty2.png') no-repeat left top; */
	}

	/*-------------------
		GALLERY
	-------------------*/
	#materialGallery, #pageGallery {
		height: 240px;
		overflow: hidden;
	}
	
	#pageGallery {
		height: 190px;
		margin-top: 15px;
		float: left;
	}
	
	#materialGalleryWrapper, #pageGalleryWrapper {
		height: 210px;
		position: relative;
		overflow: hidden;
	}
	
	.galleryThumbCycle {
		width: 675px !important;
	}
	
	#pageGallery .galleryThumbCycle {
		width: 565px !important;
	}
	
	#materialGalleryContent, #pageGalleryContent {
		float: left;
		*margin-bottom: 15px;
	}
	
	#materialGalleryContent .galleryThumb, #pageGalleryContent .galleryThumb {
		width: 120px;
		height: 70px;
		display: block;
		margin-right: 15px;
		margin-bottom: 15px;
		background-repeat: no-repeat;
		background-size: cover;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		float: left;
		position: relative;
	}
	
	#pageGalleryContent .galleryThumb {
		margin-right: 20px;
	}
	
		.thumbHover {
			width: 120px;
			height: 70px;
			position: absolute;
			top: 0;
			left: 0;
			background: #000 url('../images/iconZoom.png') no-repeat center center;
			background-color: rgba(0, 0, 0, .5);
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
			display: none;
		}
		
		#materialGallery .gallerySliderNav, #pageGallery .gallerySliderNav {
			width: 675px;
			text-align: center;
			height: 20px;
			overflow: hidden;
			float: left;
		}	
		
		#pageGallery .gallerySliderNav {
			width: 540px;
		}
			
			#materialGallery .gallerySliderNav a, #pageGallery .gallerySliderNav a  {
				display: inline-block;
				width: 10px;
				height: 10px;
				margin-right: 5px;
				background-color: #DFE0E3;
				line-height: 5000px;
				-webkit-border-radius: 10px;
				-moz-border-radius: 10px;
				border-radius: 10px;
				*display: inline;
				zoom: 1;
				z-index: 7;
				position: relative;
			}
			
			#materialGallery .gallerySliderNav a.activeSlide, #pageGallery .gallerySliderNav a.activeSlide {
				background-color: #253D87;
			}
		
		#gallerySliderNav {
			width: 675px;
			position: absolute;
			bottom: 25px;
			left: 0;
			display: none;
		}
		
		#pageGallery #gallerySliderNav {
			width: 555px;
		}
			
			a.gallerySliderPrev, a.gallerySliderNext {
				display: block;
				background: transparent url('../images/iconPrev.png') no-repeat left top;
				width: 16px;
				height: 16px;
				float: left;
				cursor: pointer;
			}
			
			a.gallerySliderNext{
				background: transparent url('../images/iconNext.png') no-repeat left top;
				float: right;
				margin-right: 15px;
			}
	
/*-------------------
	GENERAL STYLING
-------------------*/
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
/*	background-color: rgba(255, 255, 255, .75); */
	z-index: 9;
	display: none;
}

	#overlay.actief {
		display: block;
	}

h1 {
	font-family: 'metamedium', Arial, Verdana, Helvetica, sans-serif;
	background-color: #253D86;
	padding: 10px 15px;
	font-size: 20px;
	color: #fff;
}

h2, .title {
	font-size: 23px;
	color: #253d87;
	font-family: 'metamedium', Arial, Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	padding-bottom: 20px;
	line-height: 23px;
}

	#contentRight h2, .title {
		padding-top: 15px;
		float: left;
		width: 100%;
	}

h3, .subTitle {
	font-size: 17px;
	color: #253d87;
	font-family: 'metamedium', Arial, Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	padding-bottom: 20px;
	text-align: right;
}

	h3 span {
		display: block;
		color: #aeb3c2;
	}
	
	#productDetail h3 {
		text-align: left;
		-moz-column-span: all;
		-webkit-column-span: all;
		column-span: all;
		font-size: 15px;
		padding-bottom: 10px;
	}
	
	#contentRight h3, .subTitle {
		text-align: left;
		float: left;
		width: 100%;
		padding-bottom: 10px;
	}

p {
	padding-bottom: 15px;
	color: #4d5366;
}

a {
	color: #253D86;
}

em {
	font-style: italic;
}

sup{font-size:xx-small; vertical-align: super;} 
sub{font-size:xx-small; vertical-align:sub;} 

body.page #contentRight p {
	width: 100%;
}

strong {
	color: #253d86;
}

#contentRight ul, #faqList .faqDescr ul, #contentRight ol {
	padding-left: 15px;
	color: #4D5366;
	font-size: 12px;
	overflow: hidden;
	padding-bottom: 10px;
	width: 100%;
}

	#contentRight ol {
		overflow: visible;
	}

	#contentRight ul li, #faqList .faqDescr ul li {
		background: transparent url('../images/arrowBullet.png') no-repeat left top;
		padding-left: 20px;
		padding-bottom: 10px;
		clear: both;
		width: 450px;
	}
	
		#faqList ul ul li {
			width: 450px;
		}
	
	#contentRight ol li {
		list-style-type: decimal;
		list-style-position: outside;
		padding-bottom: 5px;
	}

.video {
	width: 500px;
	margin: 0 auto;
}

/* --------------------------------
JQUERY TOOLTIP
----------------------------------- */
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background: #000;
	background: rgba(0, 0, 0, .8);
	padding: 5px;
	font-size: 11px;
	color: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
}
#tooltip h3, #tooltip div { margin: 0; }
#tooltip h3 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #fff;
	font-size: 12px;
	text-transform: none;
	padding-bottom: 0;
	padding: 0 10px;
}


/* --------------------------------
CONTACTFORM
----------------------------------- */
form#contactForm {
	float: left;
	width: 100%;
	padding-bottom: 10px;
}

form#contactForm ul li {
	padding: 0;
	padding-bottom: 10px;
	vertical-align: top;
	background: none;

}

	form#contactForm ul {
		padding-bottom: 30px;
		padding-left: 0;
	}

	form#contactForm ul label {
		width: 130px;
		display: inline-block;
		vertical-align: top;
		padding-top: 5px;
	}
	
	form#contactForm ul input {
		padding: 5px 10px 5px 10px;
		width: 200px;
		height: 15px;
		outline: none !important;
		border: 1px solid #e3e3e3;
	}
	
		form#contactForm ul input, form ul textarea {
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
			margin-right: 5px;
		}
	
	form#contactForm ul input.verzenden {
			background: transparent url('../images/btnBg.png') repeat left top;
			display: block;
			padding: 5px 15px;
			color: #253D87;
			font-size: 13px;
			font-weight: bold;
			text-decoration: none;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			float: left;
			border: 1px solid #D0D0D0;
			box-shadow: 0px 2px 2px #dedede;	
			width: 220px;
			height: auto;	
			cursor: pointer;
			margin-left: 134px;
	}
	
	form#contactForm ul input.error, form#contactForm ul textarea.error, form#newsletterForm input.error {
		border: 1px solid red;
	}
	
	form#contactForm ul textarea {
		height: 100px;
		padding: 5px 10px 5px 10px;
		margin-left: 4px;
		width: 200px;
		outline: none !important;
		font-family: Arial, Verdana, Helvetica, sans-serif;
		border: 1px solid #e3e3e3;
	}
	
	form#contactForm ul label.error, form#newsletterForm label.error {
		display: none !important;
	}

	.contactLeft, .contactRight {
		float: left;
		width: 270px;
	}
				
		.contactRight {
			padding-left: 20px;
			padding-bottom: 20px;
			border-left: 1px solid #e3e3e3;
		}
		
		.contactLeft a, .contactRight a {
			color: #253D86 !important;
		}

.contactUl {
	 float: left; 
	 padding-right: 20px;
	 width: 200px !important;
	 padding-bottom: 15px;
}

.clear {
	clear: both;
}

/*-------------------
	NEWS & EVENTS
-------------------*/
#newsLeft, #newsRight {
	float: left;
	width: 440px;
	padding: 20px;
	position: relative;
}

#newsList, .eventsList {
	margin-bottom: 15px;
	border-top: 1px solid #DFE0E3;
}


	
	#newsRight {
		margin-left: 0px;
	}
	
	#newsContent h2 {
		background-color: #253d87;
		padding: 15px;
		margin-bottom: 15px;
		color: #fff;
	}
	
	#newsContent .newsItem a, #newsContent .newsItem div {
		display: block;
		color: #4D5366;
		text-decoration: none;
	/*	margin: 15px; */
		padding-top: 15px;
		padding-bottom: 15px;
		border-bottom: 1px solid #dfe0e3;
		background: transparent url('../images/iconNews.png') no-repeat right center;
	}
	
	#newsContent .newsItem div {
		background: none;
	}
	
		#newsContent .newsItem  .last {
			border-bottom: 1px solid #dfe0e3;
			padding-bottom: 15px;
		}
		
		#newsContent .newsItem a:hover {
			background: transparent url('../images/iconNews-a.png') no-repeat right center;
		}
		
		#newsRight .newsItem a.first {
		/*	border-top: none;
			padding-top: 0; */
		}
		
	
	#newsContent h3, #faqList h3 {
		text-align: left;
		font-size: 14px;
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-weight: bold;
		text-transform: none;
		padding-bottom: 5px;

	}
	
		#newsContent a span.newsDescr {
			display: block;
		/*	padding-bottom: 10px; */
			padding-right: 40px;
		}
		
		#newsContent .noLink span.newsDescr {
			padding-right: 10px;
		}
		
		#newsContent span.newsDate {
			display: block;
			font-size: 11px;
			color: #aaa;
		}

.newsNav {
	width: 440px;
	text-align: center;
	height: 20px;
	overflow: hidden;
}	
	
	.newsNav a {
		display: inline-block;
		width: 10px;
		height: 10px;
		margin-right: 5px;
		background-color: #DFE0E3;
		line-height: 5000px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		*display: inline;
		zoom: 1;
		z-index: 7;
		position: relative;
	}
	
	.newsNav a.activeSlide {
		background-color: #253D87;
	}

#eventsTabsWrapper {
	border-bottom: 1px solid #DFE0E3;
	height: 15px;
}

	#eventsTabs {
		position: absolute;
		top: 79px;
		right: 35px;
		z-index: 100;
	}

	#eventsTabs a {
		padding: 7px 15px;
		padding-bottom: 4px;
		display: block;
		float: left;
		color: #737373;
		font-weight: bold;
		border: 1px solid #fff;
		border-bottom: none;
		text-decoration: none;
		-webkit-border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright: 5px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		margin-left: 5px;
		text-transform: uppercase;
	}
	
		#eventsTabs a.active {
			background-color: #fff;
			border: 1px solid #DFE0E3;
			border-bottom: none;
			font-weight: bold;
			color: #253D87;
		}
		
		#eventsTabs a:hover {
			color: #253D87;
		}
		
.eventsTabWrapperNav {
	display: none;
}

.eventsCycle {
	width: 440px !important;
}

.newsListNav {
	width: 415px;
	position: absolute;
	bottom: 25px;
	left: 30px;
	display: none;
	z-index: 5;
}

	#newsRight .newsListNav {
	/*	left: 10px;
		bottom: 5px; */
	}

	a.newsListPrev, a.newsListNext {
		display: block;
		background: transparent url('../images/iconPrev.png') no-repeat left top;
		width: 16px;
		height: 16px;
		float: left;
		cursor: pointer;
	}
	
	a.newsListNext {
		background: transparent url('../images/iconNext.png') no-repeat left top;
		float: right;
	}

/*-------------------
	FAQ
-------------------*/
#faqList {
	float: left;
	width: 100%;
}
#faqList ul {
	padding-left: 0;
	position: relative;
}

	#faqList ul li {
		float: left;
		background: transparent url('../images/iconPlus.png') no-repeat left 13px;
		border-top: 1px solid #dfe0e3;
		padding-top: 10px;
		width: 540px;
	}

	
	#faqList ul li.last {
		border-bottom: 1px solid #dfe0e3;
	}
	
		#faqList ul li.active {
			background: transparent url('../images/iconMin.png') no-repeat left 13px;
		} 
		
		#faqList ul li.active h3, #faqList ul li:hover h3 {
			color: #253d87;
		}
	
	#faqList ul ul li {
		border: none;
		padding-top: 0;
		width: auto;
	}
	
	#faqList h3 {
		cursor: pointer;
		color: #4d5366;
		font-size: 13px;
		padding-bottom: 0px;
	}
	
	#faqList .faqDescr {
		border-left: 4px solid #e3e3e3;
		float: left;
		padding: 10px;
		margin-top: 10px;
		display: none;
	}
	
	#faqList p {
		float: left;
		width: 100%;
	}

#faqList table {
	border-collapse:  separate;
	border-spacing: 10px;
}
	#faqList table td {
		padding-right: 15px !important;
	}

	#faqList table th {
		text-align: left;
		border-bottom: 1px solid #e3e3e3;
		margin-bottom: 0;
	}
	
/*-----------------
    SEARCH RESULTS
-----------------*/
#results {
	float: left;
}

.resultItem {
	padding: 10px;
	padding-left: 0;
	border-top: 1px solid #DFE0E3;
	display: block;
	color: #4D5366;
	text-decoration: none;
}

	.resultItem.last {
		border-bottom: 1px solid #DFE0E3;
	}
	
	.resultTitle {
		font-weight: bold;
		font-size: 13px;
		color: #253D87;
	}
	
	.resultDescr {
		font-size: 12px;
		color: #4D5366;
	}

/*-----------------
    SITEMAP
-----------------*/
ul#idultree1 a {
	text-decoration: none;
	color: #4d5366;
}

	ul#idultree1 a:hover {
		text-decoration: underline;
	}
	
	#contentFull .trNoAnSpn0 {
		font-weight: bold;
		color: #253D86;
	}
	
	#contentFull .trNoAnSpn1 {
		font-weight: bold;
	}

ul#idultree1 li {
	font-size: 14px;
	display: block;
	background-color: #F4F5F8;
	margin-bottom: 15px;
	padding: 15px;
}

	ul#idultree1 li ul li {
		background: transparent url('../images/arrowBullet.png') no-repeat left 7px;
		list-style-type: none;
		padding-left: 25px;
		font-size: 12px;
		border-left: none;
		text-transform: capitalize;
		padding-top: 7Px;
		padding-bottom: 0px;
		margin-bottom: 0;
	}
	
	ul#idultree1 li ul li ul li {
		background: transparent url('../images/iconArrowS.gif') no-repeat left 9px;
		padding-bottom: 0;
		padding-top: 3px;
		padding-left: 15px;
	}

/*-------------------
	GALLERY
-------------------*/
	#jQueryGallery ul li {
		width: 235px;
		height: 120px;
		position: relative;
		overflow: hidden;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		float: left;
		margin-right: 20px;
	}
		#jQueryGallery ul li, #jQueryGallery .thumbTitle, #jQueryGallery .thumbHover, #newsContent .newsItem a, .productThumb .productThumbTitle {
			-webkit-transition: all 150ms ease-in-out;
			-moz-transition: all 150ms ease-in-out;
			-o-transition: all 150ms ease-in-out;
			-ms-transition: all 150ms ease-in-out;
			transition: all 150ms ease-in-out;
		}
	
		#jQueryGallery ul li:hover {
			background-position-y: -10px;
		}
		
		#jQueryGallery ul li a {
			width: 100%;
			height: 100%;
			display: block;
			text-decoration: none;
		}
		
		#jQueryGallery .thumbTitle {
			display: block;
			width: 215px;
			color: #fff;
			font-size: 14px;
			background-color: #000;
			padding: 10px;
			text-decoration: none;
			font-weight: bold;
			text-transform: uppercase;
			text-align: center;
			position: absolute;
			bottom: -25px;
			left: 0;
			-webkit-border-bottom-right-radius: 3px;
			-webkit-border-bottom-left-radius: 3px;
			-moz-border-radius-bottomright: 3px;
			-moz-border-radius-bottomleft: 3px;
			border-bottom-right-radius: 3px;
			border-bottom-left-radius: 3px;
		}
		
		#jQueryGallery ul li:hover .thumbTitle {
			bottom: 0;
		}
		
		#jQueryGallery .thumbHover {
			width: 100%;
			height: 100%;
			background: transparent url('../images/iconArrow.png') no-repeat center 30px;
			opacity: 0;
		}
		
			#jQueryGallery ul li:hover .thumbHover {
				opacity: 1;
			}
		
		.galleria-info-text {
			display: none !important;
		}
/*-------------------
	ANIMATIONS
-------------------*/
.hdrBadge {
	-webkit-transition: all 1000ms ease-in-out;
	-moz-transition: all 1000ms ease-in-out;
	-o-transition: all 1000ms ease-in-out;
	-ms-transition: all 1000ms ease-in-out;
	transition: all 1000ms ease-in-out;
	transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg); /* Safari and Chrome */
	-moz-transform: rotateY(360deg);
}
	.hdrBadge.animateFlip {
		transform: rotateY(0deg);
		-webkit-transform: rotateY(0deg); /* Safari and Chrome */
		-moz-transform: rotateY(0deg); /* Firefox */
	}

/* styles through classes */
.rounded{
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.border{
	border:5px solid #f8b333;
}


img.shadow {
	background: url(/content/coil/design/images/shadow.png) no-repeat right bottom;
	padding: 5px 10px 10px 5px;
}

img.ImgBordered {
	border:2px solid #F09100;
	padding:3px;
}

.imgLeft{
	display: block;
	float:left;
	margin-top:5px;
	margin-right:15px;
	margin-bottom:10px;
}

.imgRight{
	display: block;
	float:right;
	margin-top:1px;
	margin-left:15px;
	margin-bottom:10px;
}

/*-------------------
	CLEARFIX
-------------------*/
.group:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.group {display:inline-block;}
/* Hide from IE Mac \*/
.group {display:block;}
/* End hide from IE Mac */
