


/* CSS Document */

*{
	padding:0px;
	margin:0px;
	outline-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	border:0px;
	color:#636363;
	list-style-type:none;
}
html, body{
	height:100%;
}
body{
	width:100%;
	background-color:#fff;
}
h1{
	font-size:14px;
	font-weight:bold;
	color:#008080;
	margin-bottom:20px;
}
h2{
	font-weight:bold;
	color:#008080;
}
a{
	text-decoration:none;
}
a:hover{
	
}
p{
	padding-bottom:15px;
}
p.blank{
	padding-bottom:0px;
}
td{
    vertical-align:top;
}
div#image-container{
	position:fixed;
	left:0px;
	top:0px;
	z-index:-1;
	width:100%;
	height:100%;
	overflow:hidden;
	background-image:url('http://view.web-stage.nl/assets/images/loading.gif');
	background-repeat:no-repeat;
	background-position:center center;
}
div#image-container img{
	position:absolute;
	display:none;
	left:50%;
	top:50%;
}
div#header{
	position:relative;
	width:100%;
	height:145px;
	z-index:25;
}
div#header-background{
	position:absolute;
	top:59px;
	width:100%;
	height:70px;
	box-shadow:0px 6px 12px 0px #434343;
	background-color:rgba(255,255,255,0.9);
}
div#header-inner{
	position:relative;
	margin:0px auto;
	width:898px;
	padding-left:46px;
	padding-right:46px;
}
div#logo{
	float:left;
	width:127px;
	height:106px;
	padding:11px;
	padding-right:10px;
	padding-top:23px;
	background-color:#ffffff;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	-webkit-box-shadow:0px 0px 12px #434343;
	-moz-box-shadow:0px 0px 12px #434343;
	box-shadow:0px 0px 12px #434343;
	text-align:center;
}
div#logo.none{
	background:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
ol#menu{
	float:left;
	margin-top:59px;
}
ol#menu li{
	float:left;
	width:82.2222222222px;
	height:70px;
	border-right:1px solid #d3d3d4;
	position:relative;
}
ol#menu li a{
	display:block;
	float:left;
	width:82.2222222222px;
	height:42px;
	text-align:center;
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
	padding-top:28px;
	overflow:hidden;
}
ol#menu li a:hover,
ol#menu li a.selected{
	color:#008080;
}
ol#menu li ol{
	display:none;
	position:absolute;
	top:70px;
	left:-1px;
	border:1px solid #d3d3d4;
	border-bottom:0px;
	background-color:#fff;
	-webkit-box-shadow:0px 12px 12px #999999;
	-moz-box-shadow:0px 12px 12px #999999;
	box-shadow:0px 12px 12px #999999;
}
ol#menu li:hover ol{
	display:block;
}
ol#menu li ol li{
	display:block;
	width:200px;
	border:0px;
	border-bottom:1px solid #d3d3d4;
	height:auto;
}
ol#menu li ol li a{
	width:200px;
	text-transform:none;
	overflow:hidden;
	padding-top:10px;
	padding-bottom:10px;
	height:auto;
	text-align:left;
	padding-left:15px;
}
div#container{
	position:relative;
	width:990px;
	margin:0px auto;
	margin-top:30px;
	padding-bottom:50px;
	z-index:10;
}
div#container-inner{
	margin-left:45px;
	width:820px;
	padding:40px;
	padding-bottom:10px;	
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	-webkit-box-shadow:0px 0px 12px #434343;
	-moz-box-shadow:0px 0px 12px #434343;
	box-shadow:0px 0px 12px #434343;
	background-color:rgba(255,255,255,0.9);
}
div#container-inner ul,
div#container-inner ol{
	margin-left:12px;
	padding-left:5px;
	padding-top:0px;
	line-height:18px;
}
div#container-inner ol li{
	list-style-type:decimal;
}
div#container-inner ul li{
	list-style-type:disc;
}
div#container-inner a{
	text-decoration:underline;
}
div#container-inner a:hover{
	text-decoration:none;
}
div#col-a{
	float:left;
	border-right:1px solid #636363;
	width:369px;
	padding-right:40px;
}
div#col-b{
	margin-left:-1px;
	float:left;
	border-left:1px solid #636363;
	width:369px;
	padding-left:40px;
}
div.news{
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #636363;
	min-height:70px;
}
div.news a{
	color:#008080;
}
div.news a:hover{
	text-decoration:underline;
}
div.news h2 a:hover{
	text-decoration:none;
}
div.news p{
	padding-bottom:0px;
}
div.news img{
	float:left;
	margin-right:15px;
}
div.news span{
	display:block;
	margin-top:2px;
	margin-bottom:2px;
	color:#9c9c9c;
}
p.date{
	color:#9c9c9c;
}
a.back{
	display:block;
	clear:both;
		background-image:url('http://view.web-stage.nl/userfiles/cache/assets/images/bg-back_w_16_h_16_q_100_f_4_008080.png');
	background-repeat:no-repeat;
	background-position:0px 10px;
	padding-left:20px;
	padding-top:10px;
	}
div.overview{
	
}
div.last{
	border:0px;
	padding-bottom:0px;
	margin-bottom:0px;
}
div#footer{
	padding-top:20px;
	min-height:20px;
	clear:both;
}
div#footer-custom{
	clear:both;
}
div#footer-left{
	float:left;
	color:#acacac;
}
div#footer-left td.copyright{
	padding-top:2px;
	color:#acacac;
}
div#footer-left td a{
	color:#acacac;
}
div#footer-left td a:hover{
	text-decoration:none;
	color:#008080;
}
div#footer-left td span.slogan{
	color:#008080;
}
div#footer-right{
	float:right;
}
a.footer-io{
	display:block;
	width:16px;
	height:16px;
	float:left;
}
a.footer-sm{
	display:block;
	width:15px;
	height:16px;
	float:right;
	margin-left:5px;
}
div.formelement{
	width:372px;
}
div.formelement label{
	display:block;
	font-weight:bold;
	margin-top:12px;
}
div.formelement input[type="text"],
div.formelement input[type="password"]{
	width:357px;
	height:13px;
	background:none;
	border:1px solid #636363;
	padding:5px;
}
div.formelement textarea{
	width:357px;
	height:105px;
	background:none;
	border:1px solid #636363;
	padding:5px;
}
div.formelement input[type="submit"]{
	float:right;
	color:#636363;
	margin-top:12px;
	background:none;
	font-weight:bold;
	cursor:pointer;
}
div#floater{
	display:none;
	position:absolute;
	left:0px;
	top:0px;
	z-index:99999;
	padding-bottom:19px;
	background-image:url('http://view.web-stage.nl/assets/photo-white/images/bg-floater.png');
	background-position:15px 20px;
	background-repeat:no-repeat;
}
div#floater-inner{
	background-color:#acacac;
	padding:5px;
	height:20px;
	color:#fff;
}
div#container-inner strong,
div#container-inner a,
div#container-inner b{
	color:#008080;
}
div#container-inner table{
	border:0px; 
	border-spacing:0px;
	border-collapse:collapse;
	width:100%;
	clear:both;
}
div#container-inner th{
	text-align:left;
}
div#container-inner p{
	clear:both;
}
div#gallery-holder{
	clear:both;
}
div#gallery-back{
	clear:both;
}
div.gallery{
	background-image:url('http://view.web-stage.nl/assets/images/bg-photo.png');
	background-repeat:no-repeat;
	width:181px;
	height:203px;
	float:left;
	margin-right:32px;
	margin-top:20px;
	overflow:hidden;
}
div.gallery-inner{
	overflow:hidden;
	margin-top:13px;
	margin-left:13px;
	position:relative;
	width:155px;
	height:155px;
	height:191px;
	text-align:center;
}
div.gallery-inner img{
	padding-bottom:15px;
}
div.small{
	height:181px;
}
div.gallery-last{
	margin-right:0px;
}
div.gallery-label{
	width:150px;
	height:25px;
	background-color:#008080;
	text-align:center;
	transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	box-shadow:2px 2px 12px #434343;
	opacity:0.85;
	color:#fff;
	font-weight:bold;
	padding-top:5px;
	left:45px;
	top:20px;
	position:absolute;
}
/* SHOP */
input.shop-button{
	background-image:url('http://view.web-stage.nl/userfiles/cache/assets/images/bg-shoppingcart_w_60_h_60_q_100_f_4_008080.png');
}
div#col-a.shoppingcart a{
	background-image:url('http://view.web-stage.nl/userfiles/cache/assets/images/bg-shoppingcart-large_w_155_h_155_q_100_f_4_008080.png');
}
div#top-box-search input[type='submit']{
	background-image:url('http://view.web-stage.nl/userfiles/cache/assets/images/bg-loop_w_19_h_19_q_100_f_4_008080.png');
}
div#top-box-sort ul li{
	background-image:url('http://view.web-stage.nl/userfiles/cache/assets/images/bg-sort-bottomup_w_11_h_10_q_100_f_4_008080.png');
}
div#top-box-sort ul li ul li a.sort-asc{
	background-image:url('http://view.web-stage.nl/userfiles/cache/assets/images/bg-sort-topdown_w_11_h_10_q_100_f_4_008080.png');
}
div#top-box-sort ul li ul li a.sort-desc{
	background-image:url('http://view.web-stage.nl/userfiles/cache/assets/images/bg-sort-bottomup_w_11_h_10_q_100_f_4_008080.png');
}
input#cart_finish{
	background-image:url('http://view.web-stage.nl/userfiles/cache/assets/images/bg-order_w_9_h_9_q_100_f_4_636363.png');
}
div#spacer{
	clear:both;
}
div#partner{
	margin-top:25px;
	padding:0px;
	width:814px;
	overflow:hidden;
	//box-shadow:0px 0px 12px #434343;
	//border:1px solid #434343;
	//border-radius:10px;
}
div#partner ul.slide{
	margin-left:0px;
	padding-left:0px;
	height:80px;
	list-style-type:none;
}
div#partner ul.slide li{
	float:left;
	list-style-type:none;
}
div#partner ul.slide li a{
	display:block;
	width:92px;
	height:80px;
	float:left;
	overflow:hidden;
}
div#partner ul.slide li a span{
	display:block;
	width:80px;
	height:80px;
}
div#partner ul.slide li a:hover span.inner{
	margin-top:-80px;
}
div#partner ul.slide li img{
	background-color:#fff;
}




