html{background:#141414;}
body{
	margin:0;
	color:#000;
	min-width:990px;
	font:13px/19px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background:#f3ede2 url(../images/bg-body.gif) repeat-x;
}
form,fieldset,img{
	margin:0;
	padding:0;
	border:0;
}
a{
	text-decoration:none;
	color:#000;
}
a:hover{text-decoration:underline;}
input,
textarea,
select{
	font:10px Arial, Helvetica, sans-serif;
	vertical-align:middle;
}
#wrapper{
	width:990px;
	margin:0 auto;
}
/* header */
#header{
	height:1%;
	padding:46px 10px 22px 0;
	overflow:hidden;
}
.logo{
	margin:0;
	float:left;
	width:340px;
	height:50px;
	overflow:hidden;
	text-indent:-9999px;
	background: url(../images/logo.gif) no-repeat;
}
.logo a{
	display:block;
	height:100%;
}
#header .text-fashion{
	float:right;
	overflow:hidden;
	text-indent:-9999px;
	width:200px;
	height:50px;
	background: url(../images/text-fashion.gif) no-repeat;
}
/* main */
#main{
	min-height:754px;
	width:990px;
	padding:22px 0 0;
}
* html #main{height:754px;}
#nav{
	width:980px;
	margin:0 0 19px;
	padding:0 0 0 9px;
	list-style:none;
	overflow:hidden;
}
#nav li{
	float:left;
	padding:0 14px 0 0;
	font-size:16px;
	line-height:16px;
	text-transform:uppercase;
}
#nav li a{
	float:left;
	padding:9px 15px 5px;
	color:#141414;
}
#nav li a:hover{
	text-decoration:none;
	background:#b5a681;
	color:#fff;
}
#nav li.active a{
	color:#fff;
	background:#171616;
}
#carusel{
	width:990px;
	overflow:hidden;
	margin:0 0 36px;
}
#carusel .t,
#carusel .b{
	clear:both;
	height:19px;
	overflow:hidden;
}
#carusel .t{background: url(../images/bg-carusel-t.png) no-repeat;}
#carusel .b{background: url(../images/bg-carusel-b.png) no-repeat;}
#carusel .c{
	width:970px;
	padding:0 10px;
	background: url(../images/bg-carusel-c.png) repeat-y;
}
#carusel .c:after{
	content:"";
	display:block;
	clear:both;
}
#carusel .container{
	float:left;
	width:970px;
	overflow:hidden;
	position:relative;
	margin:-10px 0 -9px;
}
#carusel .container .btn-back {
	float: right;
	display: block;
	margin: 30px 20px 30px 0;
	font-size: 15px;
	font-weight: bold;
	color: #333;
}
#carusel .gallery-holder{
	width:970px;
	overflow:hidden;
	position:relative;
}
#carusel .gallery{
	margin:0;
	padding:0;
	list-style:none;
	width:99999px;
	overflow:hidden;
}
#carusel .gallery li{
	float:left;
	width:970px;
}
#carusel .gallery img{display:block;}
#carusel h2{
	z-index:2;
	position:absolute;
	top:26px;
	left:21px;
	margin:0;
	color:#000;
	font-size:32px;
	line-height:36px;
	font-weight:normal;
}
#carusel .link-prev,
#carusel .link-next{
	cursor:pointer;
	position:absolute;
	top:114px;
	width:30px;
	height:44px;
	overflow:hidden;
	text-indent:-9999px;
}
#carusel .link-prev{
	left:20px;
	background: url(../images/bg-link-prev.png) no-repeat;
}
#carusel .link-next{
	right:28px;
	background: url(../images/bg-link-next.png) no-repeat;
}
#carusel .pager-holder{
	border-top:1px solid #d1d1d1;
	width:100%;
	overflow:hidden;
	padding:10px 0 8px;
	position:relative;
	text-align:center;
}
#carusel .pager-wrapper{
	float:left;
	position:relative;
	left:50%;
}
#carusel .pager-area{
	float:left;
	position:relative;
	left:-50%;
}
#carusel .pager{
	overflow:hidden;
	margin:0;
	padding:0;
	list-style:none;
}
#carusel .pager li{
	float:left;
	padding:0 13px 0 0;
}
#carusel .pager li a{
	cursor:pointer;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	width:17px;
	height:17px;
	background: url(../images/bg-pager-a.png) no-repeat;
}
#carusel .pager li a.active,
#carusel .pager li a:hover{background: url(../images/bg-pager-active.png) no-repeat;}
/* canatct-page */
#content{
	width:960px;
	padding:0 10px 0 20px;
}
#content:after{
	content:"";
	display:block;
	clear:both;
}
#content .heading{
	height:1%;
	overflow:hidden;
	margin:0 0 30px;
	border-bottom:1px solid #aaa59e;
}
#content .heading h3,
#route-form h3{
	margin:0;
	font-size:32px;
	line-height:36px;
	color:#000;
}
* html #content .heading h3{margin:0 0 -3px;}
* +html #content .heading h3{margin:0 0 -3px;}
#content .heading span{
	float:right;
	padding:9px 0 0;
}
.columns-holder{
	width:100%;
	overflow:hidden;
}
.columns-holder .column-one{
	padding:2px 0 0;
	float:left;
	width:290px;
}
#content p{margin:0 0 15px;}
.columns-holder .image-holder{
	width:100%;
	overflow:hidden;
	margin:0 0 17px;
}
.columns-holder .image-holder img{display:block;}
.columns-holder .column-two{
	float:right;
	width:606px;
	overflow:hidden;
}
.form-contact{
	width:100%;
	overflow:hidden;
}
.form-contact .row{
	width:100%;
	overflow:hidden;
	margin:0 0 22px;
}
.form-contact label{
	padding:6px 0 0;
	float:left;
	width:128px;
	font-size:13px;
	line-height:16px;
	color:#000;
	font-weight:bold;
}
.form-contact .text{
	float:left;
	width:475px;
	overflow:hidden;
	border:1px solid #b5a681;
	background:#fff url(../images/bg-text.gif) repeat-x;
}
.form-contact .text input{
	float:left;
	width:455px;
	background:none;
	border:0;
	font-size:13px;
	line-height:16px;
	padding:6px 10px;
	margin:0;
}
.form-contact .straat{
	width:302px;
	margin:0 31px 0 0;
}
.form-contact .straat input{width:282px;}
.form-contact .huisnummer-label{width:83px;}
.form-contact .huisnummer{
	float:right;
	width:58px;
}
.form-contact .huisnummer input{width:38px;}
.form-contact .button{
	margin:0 0 0 129px;
	cursor:pointer;
	float:left;
	border:none;
	width:114px;
	height:28px;
	background: url(../images/btn-verstuur.gif) no-repeat;
}
/* dames-page */
.three-column{
	width:680px;
	overflow:hidden;
}
.three-column .column{
	float:left;
	width:210px;
	padding:0 13px 0 0;
}
.three-column .column ul{
	margin:0;
	padding:0;
	list-style:none;
}
/* portal-page */
.item-columns{
	margin:-6px 0 0;
	width:100%;
	overflow:hidden;
}
#content .item-columns .heading{margin:0 0 32px;}
.item-columns .column-one{
	float:left;
	width:370px;
	position:relative;
}
.item-columns .column-two{
	float:right;
	width:548px;
}
.item-columns .image-wrapper{
	width:100%;
	height:180px;
	overflow:hidden;
	margin:8px 0 0;
	position:relative;
}
.item-columns .image-wrapper a.active{z-index:5;}
.item-columns .image-wrapper a{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left: 0;
}
.item-columns .image-wrapper img{display:block;}


.producten-holder {
	margin-left: -40px;
}
.producten-holder .product-list {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 1000px;
}
.producten-holder .product-list li {
	position: relative;
	float: left;
	margin-left: 31px;
	margin-bottom: 20px;
	display: block;
	width: 300px;
	height: 180px;
	border: 1px solid #aaa59e;
	background: #fff;
}
.producten-holder .product-list li .price {
	position: absolute;
	right: 0;
	top: 128px;
	z-index: 2;
	padding-right: 15px;
	width: 85px;
	height: 34px;
	background: #aaa59e;
	text-align: right;
	line-height: 34px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
/* footer */
.footer-holder{
	width:100%;
	overflow:hidden;
	background:#141414;
}
#footer{
	color:#fff;
	width:958px;
	margin:0 auto;
	overflow:hidden;
	padding:31px 10px 20px 22px;
}
#footer .column-one{
	float:left;
	width:330px;
}
#footer h4{
	margin:0 0 15px;
	font-size:32px;
	line-height:36px;
	color:#fff;
	font-weight:normal;
}
#footer .column{
	float:left;
	width:82px;
}
#footer .column ul{
	margin:0;
	padding:0;
	list-style:none;
}
#footer .column ul li{
	height:1%;
	overflow:hidden;
	vertical-align:top;
}
#footer .column ul li img{display:block;}
#footer .column-two{
	float:right;
	width:607px;
}
#footer .inner-column{width:547px;}
#footer .container{
	width:100%;
	overflow:hidden;
	margin:0 0 20px;
}
#footer .address-box{
	width:280px;
	padding:0 6px 0 0;
	float:left;
	margin:0;
	font-style:normal;
}
#footer .address-box a{color:#156681;}
#footer .time{
	float:left;
	width:260px;
}
#footer .time dl{margin:0;}
#footer .time dt{
	float:left;
	width:102px;
}
#footer .time dd{
	margin:0;
	float:left;
}
.g-hold{
	width:100%;
	position:relative;
	overflow:hidden;
}

div#map { 
	margin: 5px auto; 
	width:600px; 
	height:450px; 
	border: 1px solid #aaa59e; 
	color:#000; 
}
div#route {
padding:0 !important;
}
.submit-route {
	margin: 0;
	padding: 5px 20px;
	background: #b5a681;
	text-align: center;
	border: 1px solid #b5a681;
	color: #fff;
	font-family: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
}
#route-form {
	margin-top: 20px;
}
#route-form h3 {
	margin-bottom: 10px;
}
.error {
	margin-bottom: 25px;
	border: 1px solid Red;
	padding: 15px;
}


/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

