/***********************************************************************

Author:     Arno Hoogma
URL:        http://www.4rn0.nl/

***********************************************************************/


/*	= default
-------------------------------------------------------------------- */
html, body {
	color: #3b0256;
	font: 11px/21px Verdana, sans-serif;
	margin: 0;
	padding: 0;
}

a {
	color: #3b0256;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, ul, address {
	margin: 1.0em 0;
	padding: 0;
}

p {
	margin: 0 0 1.5em;
	padding: 0;
}

li {
	margin: 0 0 0 1.5em;
	padding: 0;
}


/*	= structural
-------------------------------------------------------------------- */
body {
	background: #fff;
}

div#container {
	background: #e6e7e8;
	height: 500px;
	left: 50%;
	margin: -260px 0 0 -500px;
	position: absolute;
	top: 50%;
	width: 1000px;
}

div#container div {
	background: #e6e7e9;
	height: 470px;
	left: 0;
	padding: 30px 0 0 39px;
	position: absolute;
	top: 0;
	width: 294px;
	z-index: 1;
}

div#container div h1, 
div#container div h2 {
	font-size: 100%;
	font-weight: normal;
	margin: 0;
}

div#container div h2 {
	margin: 0 0 1.5em;
}

div#container ul {
	list-style: none;
}

div#container ul li {
	margin: 0;
}

h3 {
	display: inline;
	font-size: 100%;
	font-weight: normal;
	margin: 0;	
}

img {
	height: 500px;
	position: absolute;
	right: 0;
	top: 0;
	width: 1000px;
}

div#primaryNavigation {
	left: 50%;
	margin: 250px 0 0 -500px;
	position: absolute;
	top: 50%;
	width: 1000px;
}

div#primaryNavigation a {
	text-decoration: none;
}


/*	= exceptional ;-)
-------------------------------------------------------------------- */
body.loading div#container {
	background: #e6e7e8 url(../assets/layout/bg.loading.gif) scroll no-repeat center center;
}

body.content div#container div {
	left: -9999px;
	position: absolute;
}