/* Main settings */
html, body {
	background: #fff url(../images/background-home.jpg) repeat-x;	
	height: 100%;
}
body {	
	font: 12px "Trebuchet MS", Tahoma, Verdana, sans-serif;
	color: #666;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
/* wrapper */
#wrapper {
	background: #fff;
	height: auto;
	width: 990px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	position: relative;
}
h1.logo {
	background: url(../images/deBruyn.png) no-repeat top right;	
	height: 71px;
	width: 145px;
	padding: 0;
	margin: 0 0 0 0;
	left: 18px;
	position: relative;
	float: left;
	display: block;
	text-indent: -9999px;
}
/* Menu */
ul.nav {
	background: none;
	height: 33px;
	width: auto;
	padding: 0;
	top: 38px;
	left: 25px;
	margin: 0 0 0 21px;
	position: relative;
	display: block;
}	
	ul.nav li {
		background: none;
		width: auto;
		height: 32px;
		display: block;
		padding: 0;
		margin: 1px 11px 1px 1px;
		float: left;
	}
	ul.nav li.active,
	ul.nav li:hover {
		border-left: 1px solid #efefef;
		border-right: 1px solid #efefef;
		border-top: 1px solid #efefef;
		margin: 0 10px 0 0;
	}
	ul.nav li a {
		background: none;
		display: block;
		font-size: 14px;
		color: #393939;
		width: auto;
		height: auto;
		padding: 7px 12px 0 12px;
		margin: 1px 1px 0 1px;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		border:0;
	}
					
	ul.nav li.active a {
		background: url(../images/menu.png) repeat bottom left;
		margin: 1px 1px 0 1px;
		color: #ff0000;
		font-weight: bold;
	}
	ul.nav li:hover a {
		background: url(../images/menu.png) repeat bottom left;
		margin: 1px 1px 0 1px;
		color: #ff0000;
	}
/* Subenu */
ul.subnav {
	background: none;
	height: auto;
	width: 226px;
	padding: 0;
	margin: 0;
	position: relative;
	float: left;
	text-align: left;
	display: block;
}
	ul.subnav li {
		width: 226px;
		height: 28px;
		display: block;
		margin: 0;
	}
	ul.subnav li.active,
	ul.subnav li:hover {
	background: url(../images/bullit.png) no-repeat top left;
	}
	ul.subnav li a {
		background: none;
		display: block;
		font-size: 12px;
		color: #999;
		width: 226px;
		height: auto;
		padding: 0;
		margin: 0;
		text-align: left;
		text-decoration: none;
		border: 0;
	}
	ul.subnav li.active a,
	ul.subnav li:hover a {	
		width: 211px;
		color: #333;
		margin: 0 0 0 15px;
	}
/* Header */
#header {
	background: none;
	height: auto;
	width: 990px;
	margin: 0;
	padding: 0px;
	display: block;
	clear: both;
}
/* homepage contents */
#wrapper #home {
	background: url(../images/content_bg_home.png) repeat-y;
	height: auto;
	width: 970px;
	margin: 0 auto;
	padding: 21px 0 20px 20px;
	position: relative;
}
#wrapper #home #content {
	background: none;
	height: auto;
	width: 680px;
	margin: 0;
    padding: 0 !important;
	position: relative;
	float: left;
}
#wrapper #home #content h1{
    color: #ff0000;
    font-size: 16px;
    margin: 0px 0 10px 0;
    font-style: italic;
    font-weight: bold;
}
#wrapper #home #content #block1 {
	background: none;
	width: 325px;
	height: 191px;
	padding: 1px;
	margin: 20px 10px 0 0;
	border: 1px solid #cfcfcf;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	display: block;
	float: left;
	color: #333;
}
#wrapper #home #content #block2{
	background: none;
	width: 325px;
	height: 191px;
	padding: 1px;
	margin: 20px 0 0 0;
	border: 1px solid #cfcfcf;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	display: block;
	float: left;
	color: #333;
}
#wrapper #home #content  #block1 p,
#wrapper #home #content  #block2 p {
	background: #efefef;
	width: 313px;
	height: 76px;	
	padding: 6px 0 0 12px;
	display: block;
}
#wrapper #home #content  #block1 h1,
#wrapper #home #content  #block2 h1 {
	background: url(../images/block_h1.png) repeat;
	width: 313px;
	height: 25px;	
	font-size: 14px;
	padding: 6px 0 0 12px;
	margin: 1px 0 1px 0;
	display: block;
	color: #fff;
    text-decoration: none;
    z-index: 9999;
}
#wrapper #home #content  #block1 h1 a,
#wrapper #home #content  #block2 h1 a {
	color: #fff;
	text-decoration: none;	
	width: 313px;
	height: 25px;	
	display: block;
}
#wrapper #home #contact {
	background: none;
	height: auto;
	width: 232px;
	margin: 0 20px 0 0;
	display: block;
	color: #666;
	position: relative;
	float: right;
}
#wrapper #home #contact h2{
	color: #333;
	font-size: 14px;
	font-weight: bold;
}
#wrapper #home #contact a{
	color: #666;
	text-decoration: none;
}
#wrapper #home #contact a:hover {
	text-decoration: underline;
}
#wrapper #home #contact address {
	margin: 21px 0 46px 0;
}
#wrapper #home #contact address .left {
	float: left;
	width: 38px;
	display: block;
}
#wrapper #home #contact address .right {
	float: left;	
}
#wrapper #home #contact .image {
    float:left;
    margin: 10px 10px 0 0;
}	
#wrapper #home #contact .imagelast {
    margin: 10px 0px 0 0;
}
/* Footer */
#wrapper #footer {
	background: #ff0000;
	width: 956px;
	height: 22px;
	display: block;
	padding: 6px 17px 0 17px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
}
#wrapper #footer p{
	color: #fff;
	text-decoration: none;
}
#wrapper #footer a{
	color: #fff;
	text-decoration: none;
}
#wrapper #footer a:hover {
	text-decoration: underline;
}
/*#block1 img,
#block2 img {
    height:76px;
    clear:left;
}*/

