/* ------------------------------------------------------ */
/* Copyright 2007 (Non-)verbaal, http://www.nonverbaal.nl */
/* -------------------------------------------------------*/

@import url("reset.css");
@import url("clearfix.css");
@import url("form.css");

body {
	margin-bottom: 20px;
	background-color: #FFFFFF;
	color: #000000;
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
}

a { color: #F16523; }
a:link, a:visited { text-decoration: none; }
a:hover, a:active { text-decoration: underline;	}

/* Basic structure -------------------------------------- */
/* ------------------------------------------------------ */

div#container {
	position: relative;
	margin: 0 auto;
	width: 968px;
	background: url(../images/bg_container.jpg);
}

div#header {
	position: relative;
	background: url(../images/bg_header.jpg) no-repeat;	
	height: 47px;
	font-size: 1.1em;	
}

div#main {
	position: relative;
	padding: 0 20px;
	width: 928px;
}

div#left {
	float: left;
	width: 368px;
	background: url(../images/bg_left.png) no-repeat;
	min-height: 470px; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 470px; /* For IE */	
}

div#content {
	float: left;
	width: 520px;
	font-size: 1.1em;
	padding: 20px;
}

div#footer {
	clear: both;
	background: url(../images/bg_footer.jpg);
	height: 20px;
}

/* Header ----------------------------------------------- */
/* ------------------------------------------------------ */

ul#navigation {
	position: absolute;
	top: 20px;
	left: 20px;
}

ul#navigation li {
	float: left;
}

ul#navigation li a {
	display: block;
	background-repeat: no-repeat;
	height: 22px;
	background-image: url(../images/navigation.gif);
}

ul#navigation li a span {
	display: none;
}

#nav1 a {background-position: 0px 0px; width: 124px;}
#nav2 a {background-position: -124px 0px; width: 124px;}
#nav3 a {background-position: -248px 0px; width: 119px;}

#nav1 a:hover, #nav1.active a {background-position: 0px -22px;}
#nav2 a:hover, #nav2.active a {background-position: -124px -22px;}
#nav3 a:hover, #nav3.active a {background-position: -248px -22px;}

ul#contact {
	position: absolute;
	right: 20px;
	top: 20px;
}

ul#contact li {
	display: inline;
	padding: 0 5px 0 10px;	
	background: url(../images/li_contact.gif) no-repeat left center;	
}

ul#contact li.first {
	background: none;
}

ul#contact strong {
	font-weight: bold;
}

/* Left ------------------------------------------------- */
/* ------------------------------------------------------ */

div#left h1 {
	position: relative;
	margin: 40px auto;
	font-size: 2.4em;
	text-transform: uppercase;
	color: #000000;
	width: 268px;
	text-align: center;
}

/* Content ---------------------------------------------- */
/* ------------------------------------------------------ */

div#content {
	line-height: 1.6em;
}	

div#content div.col {
	float: left;
	width: 240px;
	padding: 10px;
}

div#content h2 {
	font-size: 1.3em;
	text-transform: uppercase;
	color: #000000;
	margin-bottom: 0.7em;
}

div#content h3 {
	font-size: 1.1em;
	text-transform: uppercase;
	color: #996633;
	margin-bottom: 0.7em;
	letter-spacing: 0.1em;
}

div#content div p {
	margin-bottom: 1.0em;
}

div#content div strong {
	font-weight: bold;	
}

div#content div em {
	font-style: italic;
}

div#content div ul {
	list-style: disc;
	margin: 1.1em 2.2em;
}

div#content div ol {
	list-style: decimal;
	margin: 1.1em 2.2em;
}
