html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0 none;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html, body {
	background-color: #fff;
	color: #757575;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#wrapper {
	margin: 0px auto !important;
	width: 960px;
	position: relative;
}

#header {
	width: 960px;
	height: 108px;
	background: url(../images/header.jpg) no-repeat;
	position: relative;
}

h1 {
	display: none;
}


#search {
	background:  url(../images/bg_search.jpg) no-repeat left top;
	height: 18px;
	width: 171px;
	position: absolute;
	bottom: 10px;
	right: 5px;
}

#search_input {
	border: 0px;
	width: 146px;
	font-size: 9px;
	position: absolute;
	top: 2px;
	left: 2px;
	margin-right: 7px;
}

#search_bttn {
	position: absolute;
	top: 0px;
	right: 0px;
}



#top {
	width: 960px;
	height: 309px;
	background: url(../images/bg_top.jpg) no-repeat bottom left;
	margin-top: 10px;
}

#nav {
	width: 181px;
	height: 299px;
	float: right;
	display: inline;
	background: url(../images/bg_nav.jpg) repeat-x #e4dec9;
}

#nav h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #004a41;
	margin: 30px 0 5px 20px;
}

	#main_nav {
		margin: 18px 0 0 20px;
		list-style: none;
	}
	
	#main_nav li a, #collection_nav li a {
		color: #e4dec9;
		font-family: "Times New Roman", Times, serif;
		font-size: 16px;
		font-weight: normal;
		text-transform: capitalize;
	}
	
	#main_nav li a.active, #collection_nav li a.active {
		font-style: italic;
	}


	#collection_nav {
		margin: 0 0 0 20px;
		list-style: none;
	}
	
	#collection_nav li a {
		color: #7f7345;
	}

#text_column {
	width: 280px;
	height: 284px;
	padding: 15px 10px 0 10px;
	overflow: hidden;
	background-color: #eeeeee;
	float: right;
	display: inline;
}

	#text_column h2 {
		font-weight: bold;
		color: #004a41;
		margin-bottom: 20px;
	}

	#text_column p {
		margin-bottom: 18px;
	}

#slideshow {
	width: 479px;
	height: 299px;
	overflow: hidden;
	float: right;
	display: inline;
}




#main {
	width: 960px;
	float: left;
	display: inline;
	padding-bottom: 20px;
	background: url(../images/bg_footer.jpg) no-repeat bottom left;
}

#main h2{
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #7f7345;
	font-weight: normal;
}

#main h3{
	font-weight: bold;
	color: #004a41;
	margin-bottom: 20px;
}

#main_text {
	margin-left: 5px;
	margin-top: 15px;
}

#back_to_overview, #sort_by, #content_title {
	width: 960px;
	background: url(../images/bg_footer.jpg) no-repeat bottom left;
	padding: 5px;
	position: relative;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #004a41;
}

#back_to_overview span, #sort_by span, #content_title span {
	position: absolute;
	bottom: 5px;
	right: 12px;
}

#back_to_overview a {
	font-weight: normal;
}

#sort_form {
	display: inline;
}



/* PRODDUCT LIST PAGINA*/
.product_row {
	margin-left: 10px;
	margin-top: 20px;
	float: left;
	display: inline;
}

.product_block {
	width: 216px;
	float: left;
	display: inline;
	margin-left: 25px;
}

.first_item {
	margin-left: 0px;
}

.product_block h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #7f7345;
}

.product_block p {
	margin-bottom: 5px;	
}

.product_block img {
	padding: 3px;
	border: 1px solid #757575;
	width: 206px;
	
}


/* SINGLE PRODUCT PAGINA*/
#product_info {
	width: 330px;
	float: left;
	display: inline;
	margin-left: 5px;
	margin-top: 20px;
}

#product_info h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #7f7345;
	margin-bottom: 10px;
}

#product_photo {
	float: left;
	display: inline;
	margin-left: 130px;
	margin-top: 20px;
	position: relative;
}

#product_photo img {
	border: 1px solid #757577;
	padding: 4px;
	background-color: #fff;
	width: 479px;
}

#photo_thumbs {
	position: absolute;
	top: 10px;
	left: -100px;
	width: 100px;
}

#photo_thumbs img {
	border: 1px solid #757577;
	padding: 3px;
	background-color: #fff;
	width: 135px;
}




/* NIEUWS PAGINA*/
#news_menu {
	float: left;
	display: inline;
	width: 200px;
	background-color: #E4DEC9;
	margin-top: 10px;
	margin-left: 5px;
}

#news_menu ul {
	margin: 5px 5px 10px 10px;
}

#news_menu ul li {
	margin-left: 10px;
	margin-bottom: 5px;
	list-style: square;
}

#news_item {
	float: left;
	display: inline;
	margin: 10px 10px 0 10px;
	width: 730px;
}


/* DEALERS PAGINA*/
.dealer {
	float: left;
	display: inline;
	margin-left: 25px;
	width: 200px;
}

#dealers h2{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #7f7345;
	font-weight: normal;
}

#sort_form_provincie, #sort_form_stad {
	display: inline;
}

/* CONTACT PAGINA*/

#map {
	margin-right: 10px;
	float: right;
	display: inline;
	width: 500px;
	height: 200px;
	border: 1px solid #999;
}

/* AANVRAAG PAGINA*/
#aanvraag_text {
	width: 300px;
	float: left;
	display: inline;
	margin-right: 150px;
	margin-top: 15px;
	margin-left: 10px;
}

#info_table {
	margin: 15px 0 0 0;
}

#button {
	border: none;
	color: #fff;
	background-color: #014A41;
}



/* FOOTER*/
#footer {
	margin-top: 20px;
	margin-bottom: 2px;
	padding-bottom: 20px;
	background: url(../images/bg_footer.jpg) no-repeat bottom left;
	float: left;
	display: inline;
}

#news_footer {
	width: 245px;
}

	#news_footer ul {
		list-style: none;
		margin: 10px 0 0 17px;
	}
	
	#news_footer ul li {
		margin-bottom: 12px;	
	}

#collection_footer {
	width: 515px;
}

	#collection_footer img {
		margin-left: 20px;
		margin-top: 10px;
		display: inline;
	}
	
	#collection_footer a {
		display: inline;
		float: left;
		margin-left: 22px;
		margin-top: 12px;
	}

#contact_footer {
	width: 199px;
}

#contact_footer p {
	margin-left: 25px;
	margin-top: 9px;
}

.footer_block {
	height: 128px;
	float: left;
	display: inline;
	background: url(../images/divider_footer.jpg) no-repeat bottom left;
}

#footer h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	color: #004a41;
	font-weight: normal;
}

.footer_img {
	border: 1px solid #757577;
	padding: 3px;
	background-color: #fff;
	width: 135px;
	height:84px;
	position:relative;
}

.footer_img_text {
	float:right;
	position:absolute;
	top:-7px;
	right:3px;
}


#disclaimer a {
	font-weight: normal;
}

#disclaimer span {
	margin-left: 598px;
}


p {
	margin-bottom: 15px;
}

strong.green {
	font-weight: bold;
	color: #004a41;
}

span.green {
	font-weight: bold;
	color: #004a41;
}

a {
	color: #004a41;
	text-decoration: none;
	font-weight: bold;
}
