@charset "utf-8";
/* Stylesheet for WDS BV, by Media Solutions */

/* Table of Contents
1. Base Elements
2. Site
3. Header
4. Page
 4.1. Content
 4.2. Sidebar
 4.3. Menu
5. Display
6. Footer
7. Misc.
 7.1. Lightbox

/* 1. Base Elements */
a {color:#808080;}
a:hover {color:#555;}
a img {border:0;}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin:0;
	padding:0;
}

ul {
	margin:0;
	list-style:none;
}

body {
	padding-top:30px;
	font-size:110%; /* 16pt */
}

/* 2. Site */
#site {
	position:relative;
	margin:0 auto;
	padding:10px 10px 0;
	width:940px;
	font-family:verdana, sans-serif;
	font-size:0.625em; /* 10 / 16 = 0.625 */
}

/* 3. Header */
#header {
	position:relative;
	height:87px;
	background:url(../images/white.png);
	background:rgba(255,255,255,0.9) none;
}

	#header h1 {
		position:absolute;
		top:14px;
		left:26px;
		overflow:hidden;
		width:200px;
		height:56px;
		background:url(../images/logo1.png) no-repeat;
	}
	.particulier #header h1 {
		position:absolute;
		top:14px;
		left:26px;
		overflow:hidden;
		width:200px;
		height:56px;
		background:url(../images/Interieur.png) no-repeat;
	}
	.zakelijk #header h1 {
		position:absolute;
		top:14px;
		left:26px;
		overflow:hidden;
		width:200px;
		height:56px;
		background:url(../images/WDSafbouw.png) no-repeat;
	}
	
		#header h1 a {
			overflow:hidden;
			display:block;
			padding-top:56px;
			width:107px;
		}
		
	#header ul {
		position:relative;
		top:20px;
		margin:0 auto;
		width:313px;
		height:49px;
		list-style:none;
		font-size:2em;
	}
	
		#header li {
			float:left;
			width:154px;
			height:49px;
			background:url(../images/top-menu.png) 0 -17px no-repeat;
		}
		
		#header li.last-of-type {
			margin-left:5px;
			background-position: 0 -66px;
		}
		
			#header li a {
				display:block;
				padding:12px 0 0 22px;
				width:132px;
				height:37px;
				color:#fff;
				text-decoration:none;
			}
			
			#header li a:hover,
			#header li.active a,
			/* START DEV */
			.zakelijk #header li:last-of-type a,
			.particulier #header ul li:first-of-type a
			/* END DEV */ {
				background:url(../images/top-menu.png) 0 33px no-repeat;
			}

/* 4. Page */
#page {
	overflow:hidden;
	position:relative;
	margin:375px 0 0;
	padding:20px 20px 20px 20px;
	color:#808080;
	background:#fff;
}

/* 4.1. Content */
#content {
	position:relative;
	float:left;
	margin:0 0 0 30px;
	width:462px;
	background:#fff;
	font-size:110%;
}

	#content h2 {
		font-size:1.6em;
		font-weight:400;
	}
	
	#content h2.price {
		float:right;
		color:#f00;
		font-style:italic;
	}
	
	#content h3 {
		margin-bottom:0;
		font-size:1.1em;
	}
	
	#content h3 + * {
		margin-top:0;
	}
	
	#content p img {
		float:right;
		margin:0.5em 0 0.5em 0.5em;
		max-width:190px;
	}

	#content p {
		font-size:1.1em;
	}
	
	#content dl.info {
			padding:10px 0;
			border-bottom:1px dotted #DE4355;
		}
		
			#content dl.info a {
				text-decoration:none;
			}
			
			#content dl.info a:hover {
				color:#DE4355;
			}
			
			#content dl.info dt {
				float:right;
			}
			
			#content dl.info dd {
				margin-left:0;
			}
			
			#content dl.info dl {
				font-size:12px;
				margin_left:0px;
			}
		
				#content dl.info dl dt {
					float:left;
					width:100px;
				}
			
				#content dl.info dl dd {
					padding:0 0 0 50px;
				}
			
			#content dl.info h2 {
				margin-bottom:10px;
				font-size:17px;
				font-weight:bold;
				text-decoration:none;
				color:#DE4355;
			} 
			
		#content .submit {
					margin:5px 0 0 9px;
				}	
/* 4.2. Sidebar */
#sidebar {
	position:relative;
	float:right;
	margin-left:0;
	padding:0 0 10px 28px;
	width:190px;
	background:url(../images/schaduw.png) 0 0 repeat-y;
	font-size:110%;
}

	#sidebar div:hover {
		color:#555;
	}

	#sidebar a {
		text-decoration:none;
	}

	#sidebar h3 {
		margin:0 0 1.8em;
		font-size:1.1em;
	}
	
	#projecten {
		margin-bottom:1em;
		border-bottom:1px solid #e5e5e5;
	}
	
		.project a {
			color:#808080;
		}
		
		.project a:hover {
			color:#555;
		}
		
		.project h3 {
			margin:0.5em 0 1em !important;
			font-weight:400;
		}
	
		.project img {
			max-width:190px;
		}
		
		.photo {
			position:relative;
			width:190px;
		}
	
			.photo .magnifier {
				position:absolute;
				right:4px;
				bottom:4px;
				z-index:11;
				display:block;
				width:24px;
				height:24px;
				background:url(../images/magnifier.png);
			}
		
	#actueel {
	}
	
		#actueel h4 {
			font-size:1em;
		}
		
		#actueel p {
			margin-top:0;
			font-size:1em;
		}
		
		#actueel .item:hover a {
			color:#555;
		}

/* 4.3. Menu */
#menu {
	position:relative;
	float:left;
	width:178px;
	
}

	#menu a {
		padding:0 20px;
		color:#fff;
		text-decoration:none;
	}
	
	#menu li.active a,
	#menu a:hover {
		color:#b1b3b4;
		background:url(../images/arrow.png) left center no-repeat;
	}
	
	#menu .last-of-class {
		margin-bottom:1em;
	}
	
	#menu ul {
		padding:20px 0;
		font-size:1.25em;
		line-height:1.44em;
		background:#003283;
	}
	
	.zakelijk #menu ul {
		background:#de4355;
	}
	
	#menu .adres {
		margin-top:20px;
	}
	
	#menu .adres:hover {
		color:#555;
	}
	
	#menu .adres,
	#menu .adres ul {
		padding:0;
		background:#fff;
		line-height:17px;
	}
	
		#menu .adres ul {
			font-size:1.1em;
		}
	
		#menu .adres a {
			color:#808080;
			padding:0;
		}
	
		#menu li {
			
		}
	#menu li.head a {
		padding-left:30px;
	}
	
	#menu li.sub a {
		padding-left:40px;
	}

	.algemeen .zakelijk,
.algemeen .particulier,
.zakelijk .particulier,
.particulier .zakelijk {
	display:none;
}
	
#customer {
}
	
	#customer h3 {
		padding:20px 20px 10px;
	}

	#customer blockquote {
		margin:0px 0 0;
		padding:10px 20px;
		font-size:1.1em;
		line-height:1.8em;
		background:url(../images/quote.png) 0 0 no-repeat;
	}

/* 5. Display */
#display {
	position:absolute;
	top:0;
	left:0;
	width:960px;
}
	
	#display h2 {
		position:absolute;
		top:205px;
		right:155px;
		color:#fff;
		font-family:"Myriad Pro", "Helvetica", "Segoe UI";
		font-size:10em;
		font-weight:300;
		text-shadow:3px 3px 3px rgba(0,0,0,0.2);
		text-transform:capitalize;
		white-space:nowrap;
	}
	
	#display img {
		position:absolute;
		top:0;
		left:0;
	}
	
	#display ul {
		position:absolute;
		top:255px;
		right:0;
		width:140px;
		padding:0;
		list-style:none;
	}
	
		#display li {
			float:left;
			margin-right:7px;
			-webkit-box-shadow:3px 3px 3px rgba(0,0,0,0.2);
			-moz-box-shadow:3px 3px 3px rgba(0,0,0,0.2);
		}
		
			#display li a {
				display:block;
				width:23px;
				height:23px;
				color:#939495;
				font-weight:700;
				text-align:center;
				text-decoration:none;
				line-height:23px;
				cursor:pointer;
				background:#fff;
			}
			
			#display li.activate a,
			#display li a:hover {
				color:#fff;
				background:#003283;
			}
			
			.zakelijk #display li.active a,
			.zakelijk #display li a:hover {
				background:#de4355;
			}
	
/* 6. Footer */
#footer {
	position:relative;
	padding:10px;
	width:940px;
	height:30px;
	color:#fff;
	background:rgb(192,193,194);
}

	#footer a {
		color:#fff;
	}
	
	#footer a:hover {
		color:#808080;
	}

	#footer div {
		position:absolute;
		top:10px;
		left:228px;
	}
	
	#footer p {
		margin:0;
		font-weight:700;
	}

	#footer ul {
		float:left;
		padding:0;
		width:157px;
		list-style:none;
	}
		
	#media-solutions {
		float:right;
		display:block;
		width:200px;
	}

/* 7. Misc. */
hr.clear {
	clear:both;
	visibility:hidden;
}

img.right {
	float:right;
	margin:0 0 5px 5px;
}

/* 7.1. Lightbox */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ 
	height: auto;
	width: auto;
}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/* 7.2. Contact Info (footer + sidebar) */
.contact-info ul {
	margin-bottom:1em;
	padding-left:0;
}

.contact-info ul span {
	display:inline-block;
}

.contact-info .phone span {
	width:26px;
}

.contact-info .interwebs span {
	width:53px;
}

/* 7.3. Time Info */
.time-info {
	margin:1em 0;
	padding-left:0;
	width:220px;
	font-size:1.1em;
}

	.time-info span {
		display:inline-block;
		width:100px;
	}

/* 8. Pagina's */
/* Nieuws */
.date {font-style:italic;}

.news-items {
	margin-top:1em;
}

	.news-items ul {
		margin-top:0.5em !important;
		padding-left:0;
		border:solid #808080;
		border-width:1px 0;
		font-size:1.1em;
	}

	.news-items a {
		text-decoration:none;
	}

	.news-items li {
		border-top:1px dashed #868686;
		line-height:2em;
	}
	
	.news-items ul li:first-child {
		border-top:0;
	}

	.news-items li:hover,
	.news-items li:hover a,
	.news-items li.active,
	.news-items li.active a {
		color:#555;
	}

	.news-items span {
		float:right;
	}
	
/* WDS Luxe */
.photos {
	overflow:hidden;
	width:450px;
}
	
	.photos a {
		float:left;
		display:block;
		margin-left:12px;
		width:142px;
	}
	
	.photos a:first-child {
		margin-left:0;
	}

	.photos img {
		max-width:142px;
	}
	
/* Route */
#map {
	margin-top:1em;
	border:1px solid #d1d0cd;
}
 #route #submit {
 	position:relative;
	top:7px;
	margin:0 0 0 9px;
}	

/* Referenties */
.groups .category {
	float:left;
	margin:0 12px 12px 0;
	padding-bottom:1em;
	width:142px;
	border-bottom:1px solid #e5e5e5;
}

.groups .category:nth-of-type(3n) {
	margin-right:0;
}

.groups .nth-of-type_3n {
	margin-right:0;
}

	.category .photo {
		margin-bottom:0.5em;
		width:142px;
	}
	
		.category img {
			max-width:142px;
			height:94px;
		}
		
/* Showroom */
.seperate {
	margin-top:1em;
	line-height:1.6em;
}

	.seperate h3 {
		margin-bottom:1em !important;
	}

	.seperate .left {
		float:left;
	}
	
	.seperate .right {
		float:right;
	}

	.seperate ul {
		padding:0;
		font-size:1.1em;
	}
	
/* Companies */
.companies {
	margin:1em 0 !important;
	border-top:1px solid #e5e5e5;
}

	.company {
		overflow:hidden;
		padding:1em 0;
		border-bottom:1px solid #e5e5e5;
	}
	
		.company h2,
		.company p {
			float:right;
			margin:0;
			width:350px;
		}
		
		.company h2 {
			margin:0 0 10px;
		}
	
		.company img {
			float:left;
			width:75px;
		}
		
		.company p {
		}
