html, body {
	height:100%;
}
body {
	min-width:1000px;
	color:#333;
	margin:0;
	font:16px/19px Helvetica, Arial, sans-serif;
	background:#d9d9d9 url(../images/bg-wrapper-r.jpg) repeat-y 50% 0;
}
img{ border:none;}
a{
	text-decoration:underline;
	color:#000;
}
a:hover{text-decoration:none;}
#wrapper{
	background:url(../images/bg-wrapper-b.jpg) no-repeat 50% 100%;
	width:100%;
	height:100%;
	display:table;
}
#w1{
	background:url(../images/bg-wrapper-t.jpg) no-repeat 50% 4px;
	width:100%;
	display:table-row;
}
.w2{
	background:url(../images/border.gif) repeat-x;
	display:table-cell;
}
.w3{
	width:960px;
	margin:0 auto;
}
#header{
	height:1%;
	overflow:hidden;
	padding:24px 0 0;
}
.logo{
	float:left;
	background:url(../images/logo.png) no-repeat;
	width:234px;
	height:43px;
	text-indent:-9999px;
	overflow:hidden;
	margin:10px 0 0;
}
.logo a{
	position:relative;
	display:block;
	height:100%;
}
.menu{
	margin:0;
	padding:31px 0 0 63px;
	list-style:none;
	float:left;
}
.menu li{
	float:left;
	padding:0 10px;
}
.menu a,
.btn a{
	background:#262626;
	color:#fff;
	float:left;
	font-style:italic;
	text-decoration:none;
	padding:5px 0 2px;
	margin:0 0 5px;
	width:77px;
	text-align:center;
}
.menu a:hover,
.btn a:hover{background:#f7a800;}
.menu .selected a,
.btn .selected a,
.menu .selected a:hover,
.btn .selected a:hover{
	background:url(../images/bg-selected.png) no-repeat;
	padding:5px 0 7px;
	margin:0;
}
.panel{
	width:300px;
	float:right;
}
.language{
	margin:0;
	padding:0 0 20px;
	list-style:none;
	float:right;
}
.language li{
	float:left;
	padding:0 0 0 10px;
}
.language a{
	float:left;
	background:url(../images/ico-flag.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	width:16px;
	height:11px;
}
.language .en{background-position:0 -11px;}
.language .en:hover,
.language .active .en{background-position:0 0;}
.language .nl{background-position:-16px -11px;}
.language .nl:hover,
.language .active .nl{
	background-position:-16px 0;
}
.language .nl a{background-position:0 0;}
#header .btn{
	float:right;
	clear:both;
}
#header .btn a{float:right;}
.heading{height:1%;}
.heading:after{
	content:"";
	display:block;
}
.heading .btn{
	color:#fefefe;
	text-decoration:none;
	text-align:center;
	font-style:italic;
	background:url(../images/bg-btn.gif) no-repeat;
	width:77px;
	float:left;
	margin:0 -77px 0 0;
	padding:5px 0 7px;
}
.tabset{
	float:left;
	margin:0 0 -8px;
	position:relative;
	padding:0 0 0 13px;
	list-style:none;
}
* html .tabset{
	padding:0 0 0 29px;
}
*+html .tabset{
	padding:0 0 0 30px;
}
.tabset li{
	float:left;
	padding:0 0 8px 7px;
}
.tabset a.tab{
	text-decoration:none;
	float:left;
	background:#676767;
	color:#fff;
	width:111px;
	text-align:center;
	padding:13px 0 0;
	height:21px;
}
.tabset a.tab:hover{background:#f7a800;}
.tabset a.active,
.tabset a.active:hover{
	height:29px;
	margin:0 0 -8px;
	background:url(../images/btn-active.png) no-repeat;
}
#main{
	width:920px;
	padding:41px 20px 33px;
}
.promo{
	margin:0 0 30px -20px;
	width:560px;
	font-size:24px;
}
.promo p{margin:0;}
#main .heading{
	margin:0 0 0 -20px;
	position:relative;
	z-index:500;
}
.cases{
	position:relative;
	z-index:10;
	margin:0 0 50px;
	width:920px;
	color:#333;
}
.gallery {
	clear:both;
	overflow:hidden;
}
.shadow{
	margin:0 0 -34px;
	background:url(../images/bg-content-g.gif) no-repeat 0 100%;
	height:34px;
}
.gallery img{ vertical-align:top;}
.gallery .image{
	width:100%;
	position:relative;
	z-index:1;
	overflow:hidden;
}
.gallery .image a{
	cursor:pointer;
	width:34px;
	height:34px;
	position:absolute;
	z-index:200;
	top:128px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
}
.gallery .prev{
	left:20px;
	background:url(../images/btn-prev.png) no-repeat;
}
.gallery .next{
	right:20px;
	background:url(../images/btn-next.png) no-repeat;
}
.gallery .prev:hover{
	background:url(../images/btn-prev-hover.png) no-repeat;
}
.gallery .next:hover{
	background:url(../images/btn-next-hover.png) no-repeat;
}
.gallery a.full-screen{
	background:url(../images/ico-full.png) no-repeat;
	width:14px;
	height:14px;
	top:auto;
	bottom:10px;
	right:10px;
}
.gallery a.full-screen:hover{
	background:url(../images/ico-full-hover.png) no-repeat;
}
.gallery ul{
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
	z-index:10;
	width:99999px;
}
.gallery ul li{
	float:left;
	width:920px;
}
.close,
.open{
	background:url(../images/btn-close.png) no-repeat;
	width:34px;
	height:33px;
	display:block;
	position:absolute;
	bottom:-14px;
	left:443px;
	text-indent:-9999px;
	overflow:hidden;
	z-index:100;
}
.close:hover{
	background:url(../images/btn-close-hover.png) no-repeat;
}
.open{
	background:url(../images/btn-open.png) no-repeat;
	bottom:-19px;
}
.open:hover{
	background:url(../images/btn-open-hover.png) no-repeat;
}
div.tab{
	width:100%;
	background:url(../images/bg-content-g.gif) repeat-y -920px 0;
}
.cases .holder{
	background:url(../images/bg-tab-t.gif) no-repeat;
	position:relative;
	width:100%;
}
.cases .holder:after{
	content:"";	clear:both;	display:block;
}
.cases .holder .frame{
	position:relative;
	width:876px;
	overflow:hidden;
	padding:26px 22px 22px;
	background:url(../images/bg-content-g.gif) no-repeat -1840px 100%;
}
.cases .head{
	width:100%;
	overflow:hidden;
	padding:0 0 7px;
	margin:0 0 6px;
	background:url(../images/bg-head.gif) no-repeat 0 100%;
}
.bullets{
	margin:0;
	padding:3px 40px 0 0;
	list-style:none;
	float:right;
}
.bullets li{
	float:left;
	padding:0 2px;
}
.bullets a{
	background:url(../images/bullets.gif) no-repeat;
	height:9px;
	width:9px;
	text-indent:-9999px;
	float:left;
	overflow:hidden;
}
.bullets a:hover{background-position:-9px 0;}
.bullets .active a{background-position:-18px 0;}
#main h1,
#main h2{
	margin:0;
	font-size:25px;
	line-height:30px;
	font-style:italic;
	font-weight:normal;
}
#main h2{
	font-weight:normal;
	margin:0;
}
.cases .blocks{
	width:880px;
	margin:0 -20px 0 0;
	overflow:hidden;
}
.cases .blocks .block{
	width:420px;
	float:left;
	margin:0 20px 0 0;
}
.cases .blocks p{
	margin:0;
	font-size:16px;
	line-height:18px;
}
.cases .blocks p em{font-style:italic;}
.cases .blocks a{
	text-decoration:none;
	color:#333;
	font-style:italic;
}
.cases .blocks .link-bold{font-weight:bold;}
.cases .blocks a:hover,
.cases .blocks .link-bold:hover{
	color:#f7a800;
}
.clients{
	width:100%;
	margin:0 0 24px;
}
.clients .heading{
	overflow:hidden;
	padding:0 0 15px;
}
.clients:after{
	display:block;
	content:"";
	clear:both;
}
.logos{
	clear:both;
	margin:0 0 40px;
	padding:0;
	list-style:none;
	display:table;
}
.logos li{
	padding:0 35px 0 0;
	display:table-cell;
	vertical-align:middle;
}
.holder-popup{position:relative;}
.popup{
	width:148px;
	position:absolute;
	top:100%;
	left:-53px;
	display:none;
}
.popup .t,
#tooltip .t{
	background:url(../images/bg-popup-t.png) no-repeat;
	height:11px;
	overflow:hidden;
}
.popup .c,
#tooltip .c{
	background:url(../images/bg-popup-r.png) repeat-y;
	overflow:hidden;
	color:#fff;
	font:12px/14px Arial, Helvetica, sans-serif;
	text-align:center;
	height:1%;
	padding:0 5px 5px;
}
.popup p,
#tooltip p{margin:0;}
.contact{height:1%;}
.contact .blocks{
	width:960px;
	margin:29px -46px 0 -4px;
	overflow:hidden;
}
.contact .heading{
	overflow:hidden;
}
.contact .block{
	float:left;
	margin:0 40px 0 0;
	width:440px;
}
.contact .info{
	height:1%;
	overflow:hidden;
	padding:26px 0 0 27px;
}
.contact .map{
	float:left;
	background:url(../images/bg-map.png) no-repeat;
	width:224px;
	padding:4px;
	height:104px;
}
.contact .map img{
	vertical-align:top;
}
.contact h3{
	line-height:10px;
	margin:0 0 3px;
	font-size:15px;
	font-style:italic;
}
.contact .phone{
	display:block;
	margin:2px 0 0;
	line-height:12px;
}
.contact .block a{
	font-style:italic;
	color:#262626;
	text-decoration:none;
}
.contact .block a:hover{color:#f7a800;}
.contact address{
	line-height:12px;
	margin:0 0 3px;
	font-style:italic;
}
#footer{
	width:100%;
	overflow:hidden;
	display:table-footer-group;
}
#footer .holder{
	height:1%;
	display:table-row;
}
#footer .frame { display:table-cell;}
#footer .frame div{
	width:960px;
	margin:0 auto;
	border-top:1px solid #adadad;
	padding:5px 0 90px;
	font-size:12px;
	font-style:italic;
}
#footer ul{
	color:#999;
	text-align:center;
	margin:0;
	list-style:none;
}
#footer ul li{
	line-height:12px;
	padding:0 11px 0 18px;
	background:url(../images/separator.gif) no-repeat 0 3px;
	display:inline;
}
#footer ul li:first-child{background:none;}
#footer ul a{
	color:#999;
	text-decoration:none;
}
#footer ul a:hover{color:#f7a800;}
.television{
	background:#000;
	color:#ccc;
}
.television #wrapper{
	background:url(../images/bg-television-t.jpg) no-repeat;
}
.television #w1{
	background:url(../images/bg-television-b.jpg) no-repeat 0 100%;
}
.television .logo{
	background:url(../images/logo-tv3.png) no-repeat;
}
.television .menu a,
.television .btn a{background:#676767;}
.television .menu a:hover,
.television .btn a:hover{background:#f7a800;}
.television .menu .selected a,
.television .menu .selected a:hover,
.television .btn .selected a,
.television .btn .selected a:hover{
	background:url(../images/bg-selected.png) no-repeat;
}
.television .heading .btn{
	background:url(../images/bg-btn-tv3.gif) no-repeat;
}
.television .contact .block a{color:#ccc;}
.television .contact .block a:hover{color:#f7a800;}
.video{
	width:920px;
	position:relative;
	z-index:20;
}
.video a.play{
	z-index:100;
	background:url(../images/btn-play.png) no-repeat;
	width:66px;
	height:66px;
	display:block;
	position:absolute;
	top:180px;
	left:429px;
}
.video a.play:hover{
	background:url(../images/btn-play-hover.png) no-repeat;
}
.promo p cufon{
	padding:0 0 1px !important;
}
#main h1 cufon{
	padding:0 0 2px !important;
}
.cases .blocks p cufon{
	padding:0 0 2px !important;
}
.cases .blocks p a cufon{
	border-bottom:1px solid #333;
	padding:0 !important;
	margin:0 0 2px !important;
}
.cases .blocks p a:hover cufon{
	border-bottom:1px solid #f7a800;
}
.close-block{
	width:920px;
	margin:-105px 0 0;
	position:relative;
	z-index:10;
}
.close-block .t{
	background:url(../images/bg-block-close-t.png) no-repeat;
	height:11px;
	overflow:hidden;
}
.close-block .c{
	background:#fff;
	height:105px;
}
.television .close-block .c{
	background:#000;
}
.tab-holder{
	position:relative;
	width:100%;
}
.tab-holder:after{
	content:"";
	display:block;
	clear:both;
}
.tab-holder .frame{
	position:relative;
	left:50%;
	float:left;
	text-align:center;

}
.tab-holder .frame div{
	position:relative;
	float:left;
	left:-50%;
}
#tooltip{
	position:absolute;
	left:0;
	right:0;
	width:148px;
}
