/*
	Author: A lot of pixels
	Date: 27-06-2009
	Project: Gewelven De Conicnk
	Location: www.gewelvendeconinck.net
*/

/* -------(  FORCE SCROLLBAR  )------- */

html { 
	min-height: 100%; 
	margin-bottom: 1px;
}

/* ----------(  GENERAL  )---------------- */

* {
	padding:0;
	margin:0;
}

body {
	font-size:13px;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#2c2c2c;
	background:#fff url(../images/bg-repeater.gif) top center repeat-x;
}

h1 {
	padding-bottom:20px;
	font-size:18px;
	color:#b40000;
}

h2 {
	padding-bottom:10px;
	font-size:16px;
	color:#b40000;
}

h3 {
	padding-bottom:5px;
	font-size:14px;
	color:#2c2c2c;
}

table {
	margin:10px 0 30px 0;
	text-align:left;
	border-collapse:collapse;
}

th {
	padding:5px;
	text-align:left;
	border-bottom:1px dashed #2c2c2c;
}

th.small {
	width: 160px;
}

th.large {
	width: 245px;
}

td {
	padding:5px;
}

a {
	color:#b40000;
}

p {
	padding-bottom:25px;
	line-height:18px;
}

img {
	border:0;
}

img.left {
	margin:0 15px 15px 0;
	border:2px solid #cdcdcd;
	float:left;
}

img.right {
	margin:0 0 15px 15px;
	border:2px solid #cdcdcd;
	float:right;
}

/* ----------(  MAIN LAYOUT  )---------------- */

#wrapper {
	margin:0 auto;
	width:1000px;
}

#header {
	margin:30px 0 40px 0;
	height:160px;
	width:1000px;
}

#header.home {
	background:#fff url(../images/imgs-home.jpg) right top no-repeat;
}

#header.gewelven {
	background:#fff url(../images/imgs-gewelven.jpg) right top no-repeat;
}

#header.predal {
	background:#fff url(../images/imgs-predal.jpg) right top no-repeat;
}

#header.spanbeton {
	background:#fff url(../images/imgs-spanbeton.jpg) right top no-repeat;
}

#header.regenputtenMetaalconstructies {
	background:#fff url(../images/imgs-regenputten-en-metaalconstructies.jpg) right top no-repeat;
}

#header.contact {
	background:#fff url(../images/imgs-contact.jpg) right top no-repeat;
}

#header a {
	text-indent:-9999px;
	background:url(../images/logo.jpg) left top no-repeat;
	width:229px;
	height:160px;
	display:block;
}

#innerWrapper {
	padding:0 15px;
}

#mainNavigation {
	list-style:none;
	width:214px;
	float:left;
}

#mainNavigation li {
	margin-bottom:3px;
	list-style:none;
}

#mainNavigation li a {
	padding:10px 0 10px 10px;
	color:#2c2c2c;
	text-decoration:none;
	background:#ebebeb;
	width:204px;
	display:block;
}

#mainNavigation li.active a,
#mainNavigation li a:hover {
	color:#fff;
	width:199px;
	border-right:5px solid #b40000;
	background:#5a5a5a;
}

#content {
	margin-left:11px;
	padding:0 15px 0 10px;
	width:510px;
	float:left;
}

#content ul {
	margin-left:20px;
	padding-bottom:25px;
	list-style:square;
}

#right {
	padding:20px;
	background:url(../images/contact.jpg) left top no-repeat;
	width:160px;
	min-height: 247px;
	_height:247px; /* Hi IE */
	float:left;
}

#right strong {
	color:#b40000;
}

#right blockquote {
	margin-bottom:15px;
	font-size:14px;
	color:#b40000;
	border-bottom: 1px solid #EFD1D1;
}

#right blockquote p {
	padding-bottom:15px;
	line-height:20px;
}

#footer {
	margin-left:235px;
	padding-top:25px;
	font-size:11px;
	text-align:right;
	border-top:1px solid #cdcdcd;
	width:510px;
	height:40px;
	clear:both;
}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}
