/**
 * Layout.css - Global styles
 * 
 * @author  Webstores <info at webstores dot nl>
 *          Copyright (c) Webstores internet totaalbureau <http://www.webstores.nl/>
 * 
 * Colors:
 * - Blue:     #010B35;
 * - Red:      #900;
 */

/* General */

body {
	margin: 0 0 40px;
	padding: 0;
	background: #001B88 url(../img/body-bg.png) repeat-x;
	font: 11px Arial, Helvetica, sans-serif;
	color: #000;
}

a, a:link, a:visited {
	color: #001B88;
}

a:hover, a:active {
	color: #010B35;
}

address {
	font-style: normal;
	color: #010C35;
}

blockquote {
	margin: 10px 30px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #900;
}

h1 {
	margin: 20px 0 12px;
	font: 30px "Arial Narrow", Helvetica, sans-serif;
	text-transform: uppercase;
}

h2 {
	margin: 20px 0 10px;
	font-size: 22px;
}

h2.level {
	margin: -5px 0 10px;
	font-size: 16px;
	font-weight: bold;
	color: #010B35;
}

h3 {
	margin: 20px 0 8px;
	font-size: 18px;
}

h4 {
	margin: 20px 0 6px;
	font-size: 16px;
}

h5 {
	margin: 20px 0 4px;
	font-size: 14px;
}

h6 {
	margin: 20px 0 2px;
	font-size: 12px;
}

img {
	border: 0;
}

ol, ul {
	margin: 10px 0 20px;
	padding: 0 0 0 30px;
	line-height: 150%;
}

p {
	margin: 0 0 20px;
	line-height: 200%;
}

p#nobel {
	position: absolute;
	margin: 0;
	top: 0;
	right: 30px;
	width: 225px;
	height: 130px;
	background: url(../img/nobel.png) no-repeat;
	text-indent: -9999px;
}

p.level {
	margin: 0 0 10px;
	font-size: 16px;
	line-height: normal;
	color: #010B35;
}

.hidden {
	visibility: hidden;
}


/* Table styles */

table {
	margin: 10px 0 20px;
	width: 100%;
	border-collapse: collapse;
}

td {
	padding: 8px;
	border-bottom: 1px solid #DDD;
}

thead td {
	background-color: #DDD;
	border-bottom: 1px solid #9E9E9E;
	font-weight: bold;
}


/* Form styles */

form ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

form ul li {
	margin: 0 0 3px;
}

form ul li.indent {
	padding-left: 150px;
}

fieldset {
	margin: 0 0 20px;
	padding: 0;
	border: 0;
}

legend {
	display: none;
}

input.text {
	margin-right: 2px;
	padding: 4px;
	background-color: #E5E8F3;
	border: 1px solid #E5E8F3;
	font: 11px Arial, Helvetica, sans-serif;
	vertical-align: middle;
}

input.small {
	width: 75px;
}

input.medium {
	width: 150px;
}

input.large {
	width: 300px;
}

input#submit {
	margin: 10px 0 0 400px;
	background-color: white;
	border: 0;
	font: 14px "Arial Narrow", Helvetica, sans-serif;
	text-transform: uppercase;
	color: #900;
}

label.indent {
	display: -moz-inline-box;
	display: inline-block;
	width: 150px;
}

textarea {
	margin: 0;
	padding: 4px;
	width: 300px;
	height: 150px;
	background-color: #E5E8F3;
	border: 1px solid #E5E8F3;
	font: 11px Arial, Helvetica, sans-serif;
	vertical-align: top;
}

input.wsv-error,
textarea.wsv-error {
	background-color: #FFDFDF;
	border: 1px solid #CF6767;
}


/**
 * LAYOUT ELEMENTS
 * ----------------------------------------
 */

#wrapper {
	margin: 0 auto;
	width: 940px;
}

#header {
	position: relative;
	margin-bottom: 25px;
	height: 150px;
	background: url(../img/header-bg.jpg) repeat-x top center;
	z-index: 10;
}

#main {
	margin-bottom: 25px;
	width: 100%;
	background: white url(../img/main-faux-bg.gif) repeat-y;
	overflow: hidden;
}

#main.span {
	background: white;
}

#content {
	float: left;
	padding: 0 30px 20px 20px;
	width: 590px;
}

.span #content {
	float: left;
	padding: 0 30px 20px 20px;
	width: 890px;
}

#sidebar {
	float: left;
	width: 300px;
	background-color: #E5E8F3;
}

#sidebar.indent {
	padding: 0 20px;
	width: 260px;
}

#page-navigation {
	padding: 15px;
	height: 95px;
	background: #900 url(../img/page-navigation-bg.png) repeat-x;
	clear: both;
}

#page-navigation.compact {
	height: 70px;
}

#footer {
	padding: 0 15px;
	height: 40px;
	font-size: 10px;
	color: white;
	clear: both;
}


/**
 * HEADER ELEMENTS
 * ----------------------------------------
 */

#inner-header {
	width: 940px;
	margin: 0 auto;
}

#logobar {
	position: relative;
	height: 35px;
	background: #900 url(../img/top-bar-bg.png) right no-repeat;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	border-left: 1px solid white;
}

#header #logo {
	display: block;
	width: 346px;
	height: 35px;
	background: url(../img/logo.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

#header address {
	padding: 10px 0 0 47px;
}


/**
 * CONTENT ELEMENTS
 * ----------------------------------------
 */

#article-thumb {
	float: right;
	margin: 0 0 10px 20px;
}


/* Gallery */

#gallery-content {
	position: relative;
	float: left;
	padding: 0 20px 20px 20px;
	width: 280px;
	height: 280px;
}

#gallery-content #toolbar {
	position: absolute;
	padding: 0 20px 15px 20px;
	bottom: 0;
	left: 0;
	width: 280px;
	height: 40px;
}

#gallery-content #toolbar img {
	float: left;
	vertical-align: middle;
}

#gallery-content #toolbar .pdf {
	float: right;
	line-height: 16px;
	text-decoration: none;
	color: #666;
}

#gallery-content #toolbar a:hover {
	color: #333;
}

#gallery-content #toolbar .doc {
	padding-left: 20px;
	background: url(../img/doc.png) no-repeat 0 50%;
}

#gallery-content #toolbar .pdf {
	padding-left: 20px;
	background: url(../img/pdf.png) no-repeat 0 50%;
}

#gallery {
	float: left;
	width: 620px;
	height: 300px;
	background-color: black;
	overflow: hidden;
}

#gallery-wrap {
	width: 18600px;
	height: 300px;
}

.gallery-slide {
	float: left;
	width: 620px;
	height: 300px;
}

.gallery-slide img {
	display: block;
	float: left;
}

.slide-caption {
	float: right;
	margin: -30px 0 0;
	padding: 0 121px 0 15px;
	height: 30px;
	background: url(../img/white-50.png);
	line-height: 30px;
	text-align: right;
}

#gallery-controls {
	display: inline;
	float: right;
	margin: -30px 30px 0 0;
	padding: 0;
	width: 61px;
	list-style: none;
	overflow: hidden;
}

#gallery-controls li {
	float: left;
}

#gallery-controls li a {
	position: relative; /* Fix for IE6 stacking order */
	display: block;
	width: 30px;
	height: 30px;
	background: #900 url(../img/gallery-controls-sprite.gif) no-repeat;
	text-indent: -9999px;
	outline: none;
}

#gallery-controls li #prev {
	margin-right: 1px;
}

#gallery-controls li #prev:hover {
	background-position: 0 -30px;
}

#gallery-controls li #next {
	background-position: -30px 0;
}

#gallery-controls li #next:hover {
	background-position: -30px -30px;
}

/* Nieuw in april 2010! */

#gallery-labels {
	float: left;
}

#gallery-labels .label-button {
	display: block;	
	width: 620px;
	height: 98px;	
}

#gallery-labels .label-button img {
	display: none;
}

#gallery-labels .label-button:hover img,
#gallery-labels .selected img {
	display: block;	
}

#bouwen-label {
	margin-bottom: 3px;	
	background: url(../img/bouwen-label.jpg);
}

#binnen-label {
	margin-bottom: 3px;
	background: url(../img/binnen-label.jpg);
}

#buiten-label {	
	background: url(../img/buiten-label.jpg);
}


/* Latest articles carousel */

#latest-articles {
	width: 300px;
	height: 430px;
	overflow: hidden;
}

#latest-articles-content {
	width: 9000px;
}

#latest-articles ul {
	float: left;
	margin: 0;
	padding: 0;
	width: 300px;
	list-style: none;
}

#latest-articles ul li a {
	display: block;
	padding: 15px;
	width: 270px;
	background-color: #E5E8F3;
	border-bottom: 1px solid white;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
}

#latest-articles ul li a:hover,
#latest-articles ul li.selected a {
	background-color: white;
}

#latest-articles ul li a span {
	display: block;
	line-height: 150%;
	color: black;
}

#latest-articles ul li a .date {
	font-size: 12px;
	font-weight: bold;
}

#latest-articles ul li a .article-title {
	width: 100%;
	height: 20px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	overflow: hidden;
	color: #900;
}


/* Contact form */

#contact-form {
	margin: 30px 0 0 0;
}


/* Article controls */

#article-controls {
	padding: 15px;
	width: 270px;
	overflow: hidden;
}

#article-controls a {
	text-decoration: none;
}

#article-controls #prev {
	float: left;
}

#article-controls #next {
	float: right;
}


/* Sitemap */

#sitemap,
#sitemap ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sitemap {
	margin-left: 20px;
}

#sitemap li a {
	text-decoration: none;
}

#sitemap li ul {
	margin: 5px 0 5px 20px;
	padding-left: 10px;
	border-left: 3px solid #DFE5FF;
}

#sitemap .subnav a {
	color: #2B45AF;
}

#sitemap .subnav .subnav a {
	color: #677CCF;
}


/**
 * SIDEBAR ELEMENTS
 * ----------------------------------------
 */

#sidebar h2 {
	margin: 20px 0 12px;
	font: 30px "Arial Narrow", Helvetica, sans-serif;
	text-transform: uppercase;
}

#sidebar img {
	display: block;
}

#sidebar address {
	margin-top: 30px;
	line-height: 200%;
}


/**
 * PAGE NAVIGATION ELEMENTS
 * ----------------------------------------
 */

#page-navigation-title {
	float: left;
	margin: 0;
	padding-right: 15px;
	width: 75px;
	font: 20px "Arial Narrow", Helvetica, sans-serif;
	text-align: right;
	text-transform: uppercase;
	color: white;
}


/* Brands */

#brands {
	margin: 0;
	padding: 0;
	list-style: none;
}

#brands li {
	float: left;
	margin-bottom: 1px;
}

#brands li a {
	display: block;
	width: 226px;
	height: 46px;
	border-left: 1px solid white;
	font-size: 12px;
	text-decoration: none;
	color: #D7A8A8;
}

#brands li a:hover,
#brands li.selected a {
	background-color: #A33434;
	color: white;
}

#brands li img {
	display: block;
	float: left;
	margin-right: 10px;
}


/* Highlights */

#highlights {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

#highlights li {
	float: left;
}

#highlights li a {
	display: block;
	width: 200px;
	height: 70px;
	border-left: 1px solid white;
	font-size: 12px;
	text-decoration: none;
	vertical-align: top;
	color: #D7A8A8;
}

#highlights li a:hover,
#highlights li.selected a {
	background-color: #A33434;
	color: white;
}

#highlights li img {
	float: left;
	margin: 0 10px;
	vertical-align: top;
}


/**
 * FOOTER ELEMENTS
 * ----------------------------------------
 */

#service-navigation {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

#service-navigation li {
	display: inline;
	padding-left: 20px;
	background: url(../img/service-navigation-bg.gif) no-repeat 5px 3px;
	line-height: 40px;
}

#service-navigation li .square {
	font-size: 16px;
	color: #900;
}

#service-navigation li.first {
	padding-left: 0;
	background: none;
}

#service-navigation li a {
	text-decoration: none;
	text-transform: uppercase;
	color: #A7B0D2;
}

#service-navigation li a:hover {
	color: white;
}
