/* DEFAULT */
* {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

body {
	color: #404041;
	background: #75141d;
	font: 14px/18px Arial, Helvetica, sans-serif;
}

h2,
h3 {
	color: #75141d;
	font: bold 24px/36px "Times New Roman", Times, serif;
	margin-bottom: 4px;
}

h2 {
	font-variant: small-caps;
}

h3 {
	font-size: 18px;
	font-weight: normal;
}

p {
	margin-bottom: 18px;
}

a {
	color: #75141d;
	text-decoration: none;
}

	a:hover {
		text-decoration: underline;
	}
	
	a img {
		vertical-align: text-top;
		border: 1px solid #fff;
	}
	
		a:hover img {
			border-bottom-color: #75141d;
		}
	
em {
	font-style: normal;
	font-variant: small-caps;
}

/* WRAPPER */
#wrapper {
	background: #fff;
	width: 1052px;
	margin: 18px auto 0;
}

/* HEADER */
#header {
	background: url("../images/line.gif") repeat-x 0 100%;
	margin-bottom: 36px;
}

	#header h1 {
		background: url("../images/myvillage-logo.gif") no-repeat 50% 100%;
		height: 171px;
	}
	
		#header h1 span {
			display: none;
		}
		
	#header a {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		background: url("../images/exclusief-bij-intratuin.gif") no-repeat -5px -5px;
		width: 246px;
		height: 125px;
	}
	
		#header a:hover {
			background-position: 0 0;
		}
	
		#header a span {
			display: none;
		}
		
/* MENU */
#menu {
	font-variant: small-caps;
	text-align: center;
	margin: 0 0 26px;
}

	#menu ul {
		list-style: none;
		background: #404041;
		line-height: 36px;
		height: 36px;
	}
	
	#menu li {
		display: inline;
		height: 100%;
		padding: 0 12px;
	}
	
	#menu a {
		color: #fff;
		padding: 10px 0;
	}
		
/* CONTAINER */
#container {
	overflow: hidden;
	width: 980px;
	margin: 0 auto;
}

/* CONTENT */
#content {
	float: left;
	background: #fff;
	width: 764px;
	padding: 0 18px;
}

	#content ul,
	#content ol {
		padding-left: 18px;
		margin: 18px 0;
	}

	#content .brochures,
	#content .images {
		overflow: hidden;
		width: 800px;
		margin: 0 -18px;
	}
	
		#ie #content .brochures,
		#ie #content .images {
			padding-bottom: 18px;
		}

		#content .brochures a,
		#content .images a {
			float: left;
			display: block;
			margin: 18px;
		}
		
	#content .center {
		text-align: center;
	}
	
	#content .handigegaten {
		background: url(../images/handigegaten.gif) no-repeat 100% 0;
		padding-right: 123px;
	}
		
/* SIDEBAR */
#sidebar {
	float: right;
	font-size: 12px;
	color: #fff;
	background: #7d1015;
	width: 144px;
	padding: 18px 18px 0;
	margin: 10px 0 36px;
}

	#sidebar a {
		color: #fff;
	}
	
	#sidebar img {
		border: none;
	}
	
	#sidebar .sbs6 {
		background: url(../images/sbs6.gif) no-repeat 100% 0;
		padding-right: 24px;
	}
	
/* Slideshow */
#slideshow {
	float: right;
	clear: right;
	list-style: none;
	background: #006f3b;
	overflow: hidden;
	width: 180px;
	height: 135px;
	padding: 0;
	margin: 0 0 36px;
}

	#slideshow li {
		display: block;
		padding: 18px;
	}

/* intratuin */
#intratuin {
	float: right;
	clear: right;
	font-size: 12px;
	text-decoration: none;
	color: #fff;
	background: #006f3b;
	width: 144px;
	padding: 18px 18px 0;
	margin: 0 0 36px;
}
	
	#intratuin img {
		margin: 18px 0;
		border: none;
	}