html, body {
	margin: 0; padding: 0;
/*	background: #191919;*/
	background: #000000;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 12px;
}

:focus {
	outline: 0;
}

a {
	color: #FFF;
	text-decoration: underline;
}

ul.struct, ul.struct li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

form,h1,h2,h3, p { margin: 0; padding: 0; }
a img { border: none; }



/**
 * Header
 */
	#header {
		height:	47px;
		min-width: 700px;
		position: relative;
		background: #FFF url("header.gif") left top repeat-x;
		z-index: 999;
	}

	.hasreel #header {
		min-width: 1000px;
	}
	#logo {
		display: block;
		line-height: 47px;
		height: 47px;
		width: 200px;
		text-align: center;
		color: #333;
		text-shadow: 1px 1px 1px #FFF;
		font-size: 18px;
		font-weight: normal;
		position: absolute;
		top: 0;
		right: 0;
	}

	#logo a {
		color: #333;
		text-shadow: 1px 1px 1px #FFF;
		font-size: 18px;
		font-weight: normal;
		text-decoration: none;
	}

/** EOF */

#header_shadow {
	position: absolute;
	top: 47px;
	width: 100%;
	background: url("header_shadow.png") left top repeat-x;
	z-index: 999;
}


/**
 * Navigation
 */
#menu {
	height: 47px;
	padding: 0 200px 0 0;
	border-left: 1px solid #ABBABA;
	margin-left: 323px;
	min-width: 480px;
}
.hasreel #menu {

}
#menu li {
	position: relative;
	float: left;
	border-right: 1px solid #FFF;
}
#menu li.first {
	border-left: 1px solid #FFF;
}
#menu li a {
	font-size: 14px;
	display: block;
	height: 47px;
	line-height: 47px;
	text-align: center;
	width: 114px;
	color: #444;
	text-decoration: none;
	border-right: 1px solid #ABBABA;
	
	text-shadow: 1px 1px 1px #FFF;
}

#menu li a.active {
	background: #FFF url("menu_active2.gif") left top repeat-x;
}
#menu li a:hover {
	color: #000;
}

#menu li:hover {
	background: #FFF;
}
#menu li:hover ul {
	display: block;
}
#menu li ul {
	display: none;
	background: #FFF url("header.gif") bottom left repeat-x;
	
	position: absolute;
	top: 47px;
	left: -2px;
	z-index: 100;
	border-left: 1px solid #ABBABA;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #ABBABA;
	
}
#menu li ul li {
	border: none;
	float: none;
	border-right: none;
	border-left: 1px solid #FFF;
}
#menu li ul li a {
	width: auto;
	min-width: 114px;
	line-height: 24px;
	padding: 3px 0;
	height: auto;
	border-top: 1px solid #ABBABA;
} 
/** EOF */




/**
 * Main area
 */
	#canvas {
		position: relative;
/*		background: #9faab0;*/
		background: #FFF;
		min-width: 700px;
	}
	.hasreel #canvas {
		min-width: 1000px;
	}
	#canvas span.shade {
		position: absolute;
		top: 0;
		left: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 10px;
		display: block;
/*		background: url("shade_03.png") top left repeat-x;*/
/*		background: url("menu_shadow.png") top left repeat-x;*/
		z-index: 999;
	}
/** EOF */




/**
 * Reel
 */
#reel {
	width: 325px;
	min-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #FFF url("reel.gif") left top repeat-y;
}

.js #reel {
	height: 100%;
	overflow: hidden;
	user-select: none;
 	-moz-user-select: none;  	
	-webkit-user-select: none;
}
#reel h2 {
	background: #191919 url("reel_header.gif") right top repeat-y;
	margin-top: 1px;
	padding: 5px 0;
	color: #e1e7e6;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
}
#reel li {
	padding: 1px 0;
	background: url("reel_libottom.gif") bottom right no-repeat;
}
#reel li a {
	text-decoration: none;
	color: #778787;
	display: block;
	height: 58px;
	padding: 8px 10px 12px 156px;
	position: relative;
	background: #FFF url("reel_link.gif") left top repeat-y;
}
#reel li a img {
	position: absolute;
	top: 0;
	left: 1px;
	opacity: 0.8;
}

#reel li a.active,
#reel li a:hover {
	color: #3b4445;
	background-position: right top;
}

#reel li a.active img,
#reel li a:hover img {
	opacity: 1;
}
#reel li a span {
	font-size: 11px;
	line-height: 14px;
	padding-top: 2px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
}
#reel li a h3 {
	font-size: 16px;
	line-height: 19px;
	height: 38px;
/*		padding-top: 2px;*/
	overflow: hidden;
	font-weight: bold;
}

/* reel scrolling */
	.js #reel {
		width: 340px;
		background-color: transparent;
		z-index: 40;
	}
	.js #reelinner {
		width: 325px;
		position: absolute;
		top: 0;
		left: 0;
	}
	#reelscroll {
		position: absolute;
		top: 5px;
		left: 327px;
		width: 8px;
		height: 105px;
/*		border: 1px solid #FFF;*/
/*		background: #333;*/
/*		border-radius: 4px;*/
/*		-moz-border-radius: 4px;*/
/*		-webkit-border-radius: 4px;*/
/*		border-radius: 4px;*/

		background: url("scrollbutton.png") left top no-repeat;

		


		
		z-index: 200;
		cursor: pointer;
	}
/** EOF reel */


/**
 * Content area
 */
	#contentcanvas {
		position: relative;
	}
	.js #contentcanvas {
		height: 100%;
		overflow: hidden;
	}
	.hasreel #contentcanvas {
/*		margin-left: 325px;*/
/*		background-color: #FFF;*/
	}
	#contentcanvas img.bgimage {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}
	
	#contentholder {
		margin: 30px auto;
		position: relative;
		width: 665px;
	}

	.noReel #contentholder {
/*		position: absolute;*/
		top: 10px;
/*		left: 50px;*/
	}
	
	.hasreel #contentholder {
		margin: none;
/*		position: absolute;*/
		top: 10px;
/*		left: 50px;*/
	}
	.js #contentholder {
		padding: 0;
	}
/** EOF content area */



#contentholder p {
	padding: 0 0 10px 0;
}

/**
 * Default content field
 */
	#contentholder div.default {
/*		background: #191919;*/
		background: #000000;
/*		color: #e1e7e6;*/
		color: #9faab0;
		border: 5px solid #FFF;
		padding: 20px;
		line-height: 1.65;
		font-size: 11px;
	}
	
	#contentholder div.default h1 {	
		color:	#FFFFFF;
	}
	
	#contentholder div.default a {
		text-decoration: none;
	}
	
/**
 * Contact form template
 */
	#contentholder div.contact {
		background: #FFF url("dark.gif") 240px 0 repeat-y;
		border: 5px solid #FFF;
		
	}

	#contentholder div.contact .light {
		float: left;
		text-align: right;
		width: 220px;
		padding: 10px;
		line-height: 1.45;
		font-size: 11px;
/*		font-size: 1em;*/
		
	}
	
	#contentholder div.contact .light h1 {
		font-weight:	normal;
		font-size:		18px;
		color:			#7d868a;
		margin-bottom:	10px;
	}
	
	#contentholder div.contact .light a {
		color: #000;
	}
	#contentholder div.contact form {
		display: block;
		float: left;
/*		background: #191919;*/
		background: #000000;
		padding: 10px;
	}
	#contentholder div.contact form li {
		line-height: 24px;
		padding-top: 10px;
	}
	#contentholder div.contact form label {
		color: #e1e7e6;
		display: block;
		width: 50px;
		float: left;
		height: 24px;
/*		line-height: 24px;*/
		font-size: 11px;
		
		text-align: right;
		padding-right: 20px;
	}
	#contentholder div.contact form li input,
	#contentholder div.contact form li textarea {
		border: 1px solid #000;
		padding: 2px;
		width: 240px;
		vertical-align: top;
	}
	#contentholder div.contact form .buttons {
		margin: 0; padding: 0;
	}
	#contentholder div.contact form .buttons input {
		border: 3px solid #e1e7e6;
/*		background: #191919;*/
		background: #000000;
		color: #e1e7e6;
		cursor: pointer;
	}

	#contentholder div.contact form .sendbutton input {
		border: 	none;
		background: #000000 url("button_send.gif") left top no-repeat;
		width:		54px;
		display:	block;
		color:		#4b4a4d;
		padding:	0 0 3px 0;
		cursor: 	pointer;
		font-size:	10px;
		margin-top:	-14px;
		
	}




	#contentholder div.contact form .buttons input:hover {
		color: #191919;
		background: #e1e7e6;
	}
	
	
/**
 * Video with description
 */
 	#contentholder div.video {
 		padding-bottom: 50px;
 	}
	#contentholder div.video video, #contentholder div object {
		display: block;
		margin: 0 auto;
	}
	#contentholder div.videodesc {
		margin-top: 10px;
		background-color: #FFF;
/*		background: #FFF url("dark.gif") 240px 0 repeat-y;*/
		border: 5px solid #FFF;
		
		overflow: hidden;
	}

	.shadow {
		-moz-box-shadow: 0px 0px 10px #000; /* Firefox/Mozilla */  
	  	-webkit-box-shadow: 0px 0px 10px #000; /*Safari/Chrome */  
	  	box-shadow: 0px 0px 10px #000; /* Opera & hoe het zou moeten */  

	  	/* Voor IE 8 */  
	  	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=150, Color='#555555')";  
		/* Voor IE 5.5 - 7 */  
		filter: progid:DXImageTransform.Microsoft.Shadow(color='#777777', Direction= 135, Strength=4);
		zoom: 1;
	}


	#contentholder div.videodesc .light {
		float: left;
		width: 212px;
		padding: 0px 4px 0px 16px;
		line-height: 1.45;
		font-size: 12px;
		padding-bottom: 2000px;	/* equalheight divs */
		margin-bottom: -2000px;	/* equalheight divs */
	}
	#contentholder div.videodesc .desc {
		display: block;
		float: right;
		width: auto;
		top: 10px;
		bottom: 10px;
		background-color: #000;
		padding: 13px 10px 10px 17px;
		color: #aab9be;
		font-size: 10px;
		line-height: 14px;
		padding-bottom: 2000px; /* equalheight divs */
		margin-bottom: -2000px; /* equalheight divs */
	}
	.videodesc h1 {
		font-size: 18px;
		font-weight: normal;
		margin: 0px 0px 2px 0px;
		font-weight: bold;
	}
	.videodesc h2 {
		color: #778787;
		font-size: 12px;
		font-weight: normal;
		margin: 13px 0px -5px 0px;
	}

	.videodesc table th {
		text-align: left;
		vertical-align: top;
		font-size: 10px;
		color: #778787;
		font-weight: normal;
		width: 84px;
	}
	.videodesc table td {
		text-align: left;
		vertical-align: top;
		font-size: 10px;
		color: #000;
		font-weight: normal;	
	}
	
/**
 * News article
 */
	#contentholder div.news {
 		background: #FFF url("dark.gif") 247px 0 repeat-y;
		border: 5px solid #FFF;
		line-height: 1.65;
 	}
 	#contentholder div.news div.img {
 		width: 240px;
 		float: left;
 		border: 1px solid #ced2d5;
 		border-radius: 1px;
 		-webkit-border-radius: 1px;
 		-moz-border-radius: 1px;
 	}
 	#contentholder div.news div.img img {
 		vertical-align: bottom;
	}
 	#contentholder div.news div.article {
 		float: right;
 		width: 368px;
 		padding: 68px 20px 8px 20px;
	 	background: #000000;
		color:		#9faab0;
		font-size: 11px;
 	}

 	#contentholder div.news div.article h1 {
/*		font-size: 20px;*/
	}

 	#contentholder div.news div.article p.content {
		
		min-height:		300px;
	}

 	#contentholder div.news div.article p.download a {
		color:		#FFFFFF;
	}


