@charset "UTF-8";
/* CSS Document */

#product {
	height:600px;
	width:950px;
	margin:0 auto;
}
.marge {
	float:left;
	width:100px;
	border-top: 2px solid #DB241C;
	margin-right:30px;
}
.column {
	float:left;
	width:205px;
	height:395px;
	background: url(../assets/product-menu.png) no-repeat;
	background-position:50px 0px;
}
#one {
	background: url(../assets/specials-menu.png) no-repeat;
	background-position:15px 25px;
	width:210px;
	height:140px;
}
#two {
	background: url(../assets/isolatieglas-menu.png) no-repeat;
	background-position:15px 25px;
	width:210px;
	height:140px;
}
#three {
	background: url(../assets/interieurglas-menu.png) no-repeat;
	background-position:15px 25px;
	width:210px;
	height:140px;
}
#four {
	background: url(../assets/veiligheidsglas-menu.png) no-repeat;
	background-position:15px 25px;
	width:210px;
	height:140px;
}
#product .column ul {
	list-style: none;
	margin-left:60px;
	padding-top:160px;
}
#product .column ul a {
	font-family: "Arial Narrow", sans-serif;
	font-size:13px;
	text-decoration: none;
	display: block;
	color: #4C4C4C;
	margin-bottom:2px;
}
#product .column ul a:hover, #product .column ul a.current {
	font-weight:bold;
	color: #DB241C;
}
.producten {
	float:left;
	margin-left:35px;
	width: 780px;
	height:200px;
}

.items .right-side {
	width:400px;
	height:200px;
	float:left;
}
.items .right-side-xs {
	width:350px;
	height:200px;
	float:left;
}

.items .left-side {
	width:380px;
	float:left;
	margin-right:15px;
}
.items .left-side-xl {
	width:450px;
	float:left;
	margin-right:15px;
}
.items ul {
	margin-left:30px;
}
img.right {
	float:right;
}
img.center {
	display:block;
	margin:0 auto;
}