/**
 * Layout.css - Global styles
 * 
 * @author  Webstores <info at webstores dot nl>
 *          Copyright (c) Webstores internet totaalbureau <http://www.webstores.nl/>
 */

/* General */

body {
	margin: 0;
	padding: 0;
	background: #787D84 url(../img/body-bg.gif);
	font: 75% Georgia, Garamond, serif;
	color: #464648;
}

a {
	color: #FF9900;
}

a:hover {
	color: black;
}

blockquote {
	margin: 10px 30px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #464648;
}

h1 {
	margin: 0 0 12px;
	font-size: 2.67em;
}

h2 {
	margin: 0 0 10px;
	font-size: 2em;
}

h3 {
	margin: 0 0 8px;
	font-size: 2.15em;
}

h4 {
	margin: 0 0 6px;
	font-size: 1.67em;
}

h5 {
	margin: 0 0 4px;
	font-size: 1.33em;
}

h6 {
	margin: 0 0 2px;
	font-size: 1em;
}

img {
	border: 0;
}

ol, ul {
	margin: 0 0 20px;
	padding: 0 0 0 30px;
	line-height: 140%;
}

p {
	margin: 0 0 20px;
	line-height: 140%;
}


/* Table styles */

table {
	margin: 10px 0 20px;
	width: 100%;
}

td {
	padding: 8px;
	border-bottom: 1px solid #DDD;
}

th, thead td {
	padding: 8px;
	background-color: #DDD;
	border-bottom: 1px solid #9E9E9E;
	font-weight: bold;
	text-align: left;
}


/* Form styles */

form ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

form li {
	margin: 0 0 10px;
	overflow: hidden;
}

form li.indent {
	padding-left: 150px;
}

form li.last {
	margin: 0;
}

fieldset {
	margin: 0 0 20px;
	padding: 0;
	border: 0;
}

legend {
	display: none;
}

input.text {
	margin-right: 2px;
	padding: 4px;
	border: 1px solid #CCC;
	font: 1em Georgia, Garamond, serif;
	vertical-align: middle;
	color: #464648;
}

input.extra-small {
	width: 40px;
}

input.small {
	width: 60px;
}

input.medium {
	width: 125px;
}

input.large {
	width: 200px;
}

input.extra-large {
	width: 275px;
}

input.focus {
	color: #333 !important;
}

input.wsv-error,
textarea.wsv-error {
	border-color: #CC0000;
}

label.indent {
	display: -moz-inline-box;
	display: inline-block;
	width: 150px;
}

textarea {
	padding: 4px;
	width: 275px;
	height: 150px;
	border: 1px solid #CCC;
	font: 1em Georgia, Garamond, serif;
	vertical-align: top;
	color: #464648;
}


/**
 * LAYOUT ELEMENTS
 * ----------------------------------------
 */

#wrapper {
	margin: 0 auto;
	width: 960px;
	background-color: white;
}

#header {
	position: fixed;
	top: 0;
	height: 140px;
	background: url(../img/header-bg.png) repeat-x;
	z-index: 100;
}

* html #header {
	position: absolute;
}

#main {
	padding: 170px 70px 30px;
	width: 820px;
	background: url(../img/main-bg.gif) no-repeat 0 100%;
}

.section-page #main {
	background: none;
}

.section-references #main {
	background: url(../img/basic-main-bg.gif) no-repeat 0 190px;
}

#content {
	margin-right: 10px;
	padding: 0 10px;
	width: 470px;
}

#footer {
	position: relative;
	padding: 120px 60px 20px;
	height: 40px;
	color: #CCC;
}

#footer .metro-stop {
	display: none;
	width: 35px;
	height: 35px;
	background: url(../img/section-header-bg.png) 0 0 no-repeat;	
	text-indent: -9999px;
}

.section-page #footer .metro-stop {
	display: block;
	position: absolute;
	top: -35px;
	left: 70px;	
}

.section-references #footer .metro-stop {
	display: block;
	position: absolute;
	top: -1px;
	left: 20px;	
}

.column {
	float: left;
}

.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/**
 * GENERAL CLASSES
 * ----------------------------------------
 */

.accent {
	color: #999;
}

.intro {
	font-size: 1.2em;
	color: #787D84;
}

.date {
	font-weight: bold;
	color: #999;
}

.hidden {
	visibility: hidden;
}

.more {
	display: inline-block;
	padding: 3px 5px;
	background-color: #FF9900;
	text-decoration: none;
	text-transform: uppercase;
	color: white;
}

.more:hover {
	background-color: #464648;
	color: white;
}

.role {
	font-size: 1.17em;
	font-weight: bold;
}


/* Sections */

.section-header {
	margin: 0 0 10px -50px;
	padding-left: 50px;
	height: 36px;
	background: url(../img/section-header-bg.png) no-repeat;
	overflow: hidden;
}

.section-header h2 {
	margin: 0;
	border-bottom: 1px solid #82829B;
	line-height: 35px;
}


/* Overviews */

.overview {
	width: 100%;
	overflow: hidden;
}

.overview .item {
	float: left;
	margin: 0 20px 0 0;
}

.overview .last {
	margin: 0;
}

.overview-row {
	padding-bottom: 20px;
	width: 100%;
	overflow: hidden;
}


/* Items */

.item {
	padding: 9px;
	width: 240px;
	background-color: white;
	border: 1px solid #C9CACA;
}

.item .thumb {
	display: block;
	margin-bottom: 10px;
	width: 238px;
	height: 198px;
	border: 1px solid #EEE;
}

.item h3 a,
.item h4 a {
	text-decoration: none;
	color: #464648;
}

.item h4 {
	overflow: hidden;
	height: 1.3em;
}

.item h3 a:hover,
.item h4 a:hover {
	color: black;
}

.item p {
	margin: 0 0 10px;
	height: 50px;
	overflow: hidden;
}

.item .toolbar {
	margin: 0 -9px -9px;
	width: 258px;
}


/* Thumbnails */

.thumb img {
	display: block;
}


/* Toolbars */

.toolbar {
	width: 100%;
	overflow: hidden;
}

.toolbar a {
	float: right;
	margin-left: 5px;
}


/* To top buttons */

.top {
	display: block;
	margin: 0 auto;
	width: 70px;
	height: 40px;
	background: url(../img/top-sprite.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

.top:hover {
	background-position: 0 -40px;
}


/* Carousel controls */

.carousel-control {
	display: block;
	width: 35px;
	height: 100px;
	background: url(../img/carousel-control-sprite.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
}

.carousel-prev {
	background-position: 0 0;
}

.carousel-prev:hover {
	background-position: -35px 0;
}

.carousel-next {
	background-position: -70px 0;
}

.carousel-next:hover {
	background-position: -105px 0;
}


/**
 * HEADER ELEMENTS
 * ----------------------------------------
 */

#header .inner {
	position: relative;
	padding: 30px 70px 0;
	width: 820px;
	height: 55px;
}


/* Logo */

#logo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 4.45em;
	text-decoration: none;
	letter-spacing: 0.04em;
	color: white;
}

#logo:hover {
	color: #999;
}

/* Phone number */

#phonenumber {
	position: absolute;
	top: 40px;
	right: 100px;
	font-size: 12px;
	color: #FFF	
}


/* Zone2 brand */

#zone2 {
	position: absolute;
	display: block;
	width: 142px;
	height: 108px;
	top: 0;
	right: -60px;
}


/* Navigation */

#navigation-wrap {
	width: 820px;
	padding: 0 70px;
	height: 55px;
	background: url(../img/navigation-sprite.gif) repeat-x;
}

#navigation {
	float: right;
	margin: 0;
	padding: 0;
	height: 55px;
	list-style: none;
}

#navigation li {
	float: left;
	height: 55px;
	background: url(../img/navigation-sprite.gif) no-repeat 50% 100%;
}

#navigation a {
	display: block;
	padding: 0 15px;
	/*border-right: 2px solid white;*/
	font: 2em Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: lowercase;
	color: white;
	background: url(../img/nav-seperator.png) no-repeat 100% 50%;
}

#navigation .last a {
	/*border: 0;*/
	background: none;
}

#navigation a:hover {
	color: #999;
}


/**
 * CONTENT ELEMENTS
 * ----------------------------------------
 */

#page-content {
	padding: 0 0 0 50px;
	width: 770px;
	background: url(../img/basic-main-bg.gif) no-repeat -19px 10px;
}

#page-content .content {
	font-size: 1.33em;
	overflow: hidden;
}

#home-quote {
	margin: -40px 0 0 -70px;
	padding: 40px 0 30px 70px;
	width: 890px;
	background: #FFF;
}

#home-quote p {
	margin: 0;
	font: 2.67em Arial, Helvetica, sans-serif;
}


/* Home sections */

#news {
	margin: 0 0 20px;
}

#work, #what, #who, #contact {
	margin: 80px 0;
}


/**
 * NEWS SECTION
 */

#news .section-header h2 {
	float: left;
	margin-right: 15px;
	border: 0;
}

#spotlight-meta {
	float: left;
	margin: 13px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	text-transform: uppercase;
	color: #F90;
}


/* News spotlight item */

#news #spotlight-item {
	float: left;	
	width: 480px;
	margin: 0 20px 20px 0;
	overflow: hidden;
	height: 661px;
}

#news #spotlight-item .item-body {
	overflow: auto;
	height: 284px;
}

#news #spotlight-item .item-body p {
	height: auto;
}

#news #spotlight-item .thumb {
	position: relative;
	width: 478px;
	height: 308px;
}

#news #spotlight-item .thumb .carousel-control {
	position: absolute;
	z-index: 10;
}

#news #spotlight-item .thumb #spotlight-prev {
	top: 110px;
	left: 10px;
}
	
#news #spotlight-item .thumb #spotlight-next {
	top: 110px;
	right: 10px;
}

#news #spotlight-item .thumb #spotlight-scroller {
	position: relative;
	width: 478px;
	height: 308px;
	overflow: hidden;
}

#news #spotlight-item .thumb #spotlight-scroller-content {
	position: absolute;
	width: 16000px;
	height: 308px;
}

#news #spotlight-item .thumb #spotlight-scroller-content img {
	display: block;
	float: left;
}

#news #spotlight-item p {
	font-size: 1.25em;
}


/* Sidebar news */

#sidebar-news {
	width: 300px;
}


/* Sidebar news items */

#sidebar-news .item {
	margin-bottom: 20px;
	width: 280px;
}

#sidebar-news .item .thumb {
	width: 278px;
	height: 208px;
}

#sidebar-news .item .toolbar {
	width: 298px;
}


/* Twitter */

#twitter {
	margin-bottom: 10px;
	padding-bottom: 5px;
	width: 300px;
	height: 110px;
	background: url(../img/twitter-bg.gif) no-repeat 0 100%;
	overflow: hidden;
}

#twitter-status {
	float: left;
	margin: 0 10px 0 0;
	width: 200px;
	font: 0.92em Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 150%;
}


/* Calendar */

.calendar {
	float: left;
	margin: 0;
	width: 89px;
	border-left: 1px solid #E6E6EB;
}

.calendar span {
	display: block;
	width: 100%;
	text-align: center;
}

.calendar-day,
.calendar-month {
	font-size: 1.5em;
	line-height: normal;
}

.calendar-weekday {
	margin: -10px 0 0;
	font-size: 4.5em;
	line-height: normal;
}


/* We are... */

#we-are {
	margin-bottom: 20px;
	padding-bottom: 20px;
	width: 300px;
	border-bottom: 1px solid #82829B;
	overflow: hidden;
}

#we-are .inner {
	width: 300px;
}

#we-are .thumb {
	float: left;
	margin-right: 10px;
	width: 140px;
	height: 140px;
}

#we-are-body {
	float: left;
	padding: 65px 0 0 0;
	width: 150px;
}

#we-are h4 {
	color: #FF9900;
}

#we-are p {
	margin: 0 0 10px;
	font-size: 1.33em;
}


/* News scroller  */

#news-scroller-wrap {
	position: relative;
	margin: 0 -50px 40px;
	padding: 0 50px;
	width: 820px;
	height: 350px;
	clear: both;
}

#news-scroller-wrap .carousel-control {
	position: absolute;
	z-index: 10;
}

#news-scroller-wrap .carousel-prev {
	top: 125px;
	left: 0;
}

#news-scroller-wrap .carousel-next {
	top: 125px;
	right: 0;
}

#news-scroller {
	position: relative;
	width: 820px;
	height: 350px;
	overflow: hidden;
}

#news-scroller .item {
	margin-bottom: 0;
	height: 314px;
}

#news-scroller-content {
	position: absolute;
	width: 26000px;
	height: 350px;
}


/**
 * WORK SECTION
 */

#work {
	padding-left: 153px;
	width: 667px;
}

#work p {
	font-size: 1.33em;
}


/* Work scroller */

#work-scroller-wrap {
	position: relative;
	margin-left: -153px;
	padding: 9px;
	width: 800px;
	height: 520px;
	background-color: white;
	border: 1px solid #EEEEEE;
}

#work-scroller-wrap .carousel-control {
	position: absolute;
	z-index: 10;
}

#work-scroller-wrap .carousel-prev {
	top: 210px;
	left: 20px;
}

#work-scroller-wrap .carousel-next {
	top: 210px;
	right: 20px;
}

#work-scroller {
	position: relative;
	width: 800px;
	height: 520px;
	overflow: hidden;
}

#work-scroller-content {
	position: absolute;
	width: 16000px;
	height: 520px;
}

#work-scroller img {
	display: block;
	float: left;
}


/**
 * WHAT SECTION
 */

#what {
	padding-left: 153px;
	width: 667px;
}


/* Branche links */

#branches {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
	overflow: hidden;
}

#branches li {
	float: left;
	margin-right: 5px;
	padding-right: 5px;
	border-right: 1px solid #FF9900;
	height: 13px;
	line-height: 13px;
}

#branches li.last {
	border: 0;
}

#branches a {
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #464648;
}

#branches a:hover {
	color: black;
}


/**
 * WHO SECTION
 */

#who {
	padding-left: 242px;
	width: 578px;
	min-height: 610px;
	/*height: 610px;
	height: auto;*/
}


/* Employees */

.employee {
	margin: 0 0 20px;
	width: 578px;
	overflow: hidden;
}

.employee-thumb {
	float: left;
	margin-right: 20px;
	padding: 9px;
	width: 140px;
	height: 200px;
	border: 1px solid #EEE;
}

.employee-thumb .inner {
	display: block;
	width: 140px;
	height: 200px;
	overflow: hidden;
}

.employee-body {
	float: left;
	width: 398px;
}

.employee h3 {
	margin: 10px 0 0;
	font-size: 2em;
}

.employee h3 a {
	text-decoration: none;
	outline: none;
}

.employee p {
	margin: 0 0 10px;
}

.employee .role {
	margin: 0 0 20px;
}


/* Collapsed employees */

.collapsed .employee-thumb,
.collapsed .employee-thumb .inner {
	height: 45px;
}

.collapsed p {
	display: none;
}

.collapsed .role {
	display: block;
	margin: 0;
}


/**
 * CONTACT SECTION
 */

#contact {
	position: relative;
	padding-left: 242px;
	width: 500px;
	height: 850px;
}

#contact p {
	font-size: 1.33em;
}


/* Contact vcard */

#contact h3 {
	margin: 0;
	font-size: 2em;
	color: #FF9900;
}

#contact .vcard {
	margin: 0 0 20px;
	font-weight: bold;
}

#contact .vcard-thumb {
	position: absolute;
	padding: 9px;
	right: -50px;
	bottom: -140px;
	width: 220px;
	height: 150px;
	background-color: white;
	border: 1px solid #EEE;
}

#contact .vcard .fn {
	display: none;
}

#contact .vcard p {
	margin: 0;
}

#contact .vcard a {
	text-decoration: none;
	color: #464648;
}

#contact .vcard a:hover {
	text-decoration: underline;
}


/* Contact form */

#contact-form {
	margin: 0;
	width: 100%;
}

#contact-form label {
	display: none;
}

#contact-form input.text,
#contact-form textarea {
	padding: 7px;
	width: 484px;
	border-color: #83839C;
	font-size: 1.33em;
}

#contact-form input:focus,
#contact-form textarea:focus {
	border-color: #333;
}

#contact-form textarea {
	height: 100px;
	resize: none;
}

#send-submit {
	display: block;
	float: right;
	width: 100px;
	height: 40px;
	background: url(../img/submit-sprite.gif) no-repeat;
	border: 0;
	text-indent: -9999px;
	cursor: pointer;
}

#send-submit:hover {
	background-position: 0 -40px;
}


/**
 * REFERENCES SECTION
 */

#references .section-header {
	height: 50px;
	background-position: 0 5px;
}

#references .section-header h1 {
	float: left;	
	height: 50px;
	font: 3.2em Arial, Helvetica, sans-serif;
}

#references #branches {
	float: right;
	margin: 23px 0 0;
	width: auto;
}


/* References spotlight item */

#references #spotlight-item {
	margin-bottom: 40px;
}

#references #spotlight-visual {
	margin: 0 0 30px;
	width: 818px;
	height: 283px;
	border: 1px solid #C5C6C6;
}

#references #spotlight-visual img {
	display: block;
}

#references #spotlight-item p {
	font-size: 1.33em;
}


/* Expanded item */

#expanded-item-wrap {
	position: relative;
	margin: 0 0 20px;
	width: 820px;
	height: 348px;
	overflow: hidden;
}

#expanded-item {
	padding: 9px;
	width: 800px;
	height: 328px;
	background-color: white;
	border: 1px solid #C9CACA;
	overflow: hidden;
}

#item-info {
	float: left;
	margin-right: 20px;
	width: 250px;
}

#item-thumbs {
	margin-bottom: 10px;
	width: 100%;
	overflow: hidden;
}

#item-thumbs .thumb {
	display: block;
	float: left;
	margin: 0 9px 9px 0;
	width: 50px;
	height: 50px;
	border: 1px solid #EEE;
}

#item-thumbs .selected {
	border-color: #C9CACA;
}

#item-scroller {
	position: relative;
	float: left;
	width: 528px;
	height: 326px;
	border: 1px solid #C9CACA;
	overflow: hidden;
}

#item-content {
	position: absolute;
	width: 10560px;
	height: 326px;
}

#item-content img {
	display: block;
	float: left;
}

#loading-overlay {
	position: absolute;
	top: 1px;
	left: 1px;
	width: 818px;
	height: 346px;
	background: white;
}


/**
 * FOOTER ELEMENTS
 * ----------------------------------------
 */

#copyright {
	float: left;
	margin: 0;
}


/* Footer back to top */

#footer .top {
	float: right;
	margin: 0;
	width: 152px;
	height: 24px;
	background: url(../img/footer-top-sprite.gif) no-repeat;
}

#footer .top:hover {
	background-position: 0 -24px;
}

