/**
 * Layout.css - Global styles
 * 
 * @author  Webstores <info at webstores dot nl>
 *          Copyright (c) Webstores internet totaalbureau <http://www.webstores.nl/>
 * 
 * Colors:
 * - Base:              #4C4C4C;
 * - Gray:              #666666;
 * - Lighter gray:      #D4D4D4;
 * - Blue:              #003376;
 * - Lighter blue:      #194783;
 * - Even lighter blue: #6685AD;
 */

/* General */

body {
	margin: 0;
	padding: 0;
	font: 11px Arial, Helvetica, sans-serif;
	color: #333;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover, a:active {
	color: #222;
}

address {
	font-style: normal;
}

blockquote {
	margin: 10px 30px;
}

h1 {
	margin: 12px 0;
	font-size: 20px;
}

h2 {
	margin: 20px 0 10px;
	font-size: 18px;
}

h3 {
	margin: 20px 0 8px;
	font-size: 16px;
}

h4 {
	margin: 20px 0 6px;
	font-size: 14px;
}

h5 {
	margin: 20px 0 4px;
	font-size: 12px;
}

h6 {
	margin: 20px 0 2px;
	font-size: 11px;
}

img {
	border: 0;
}

ol, ul {
	margin: 10px 0 20px;
	padding: 0 0 0 30px;
	line-height: 150%;
}

p {
	margin: 0 0 20px;
	line-height: 170%;
}

p.date {
	margin: 0;
}

p.intro {
	font-size: 14px;
	color: #4C4C4C;
}

p.large {
	margin: 0 0 10px;
	font-size: 14px;
}

.strike {
	text-decoration: line-through;
}

.hidden {
	visibility: hidden;
}

.accent {
	font-weight: bold;
}


/* 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 10px;
}

form ul li.indent {
	padding-left: 125px;
}

fieldset {
	margin: 0 0 20px;
	padding: 0;
	border: 0;
}

legend {
	display: none;
}

input.text {
	margin-right: 2px;
	padding: 4px;
	background: white url(../img/input-bg.gif) repeat-x;
	border: 1px solid #D4D4D4;
	font: 11px Arial, Helvetica, sans-serif;
	vertical-align: middle;
}

input.extra-small {
	width: 40px;
}

input.small {
	width: 60px;
}

input.medium {
	width: 125px;
}

input.large {
	width: 200px;
}

input.extra-large {
	width: 275px;
}

input.wsv-error {
	border-color: #C00;
}

input.focus {
	color: #333 !important;
}

label {
	display: -moz-inline-box;
	display: inline-block;
	width: 125px;
}

textarea {
	padding: 4px;
	width: 275px;
	height: 150px;
	background: white url(../img/input-bg.gif) repeat-x;
	border: 1px solid #DDD;
	font: 11px Arial, Helvetica, sans-serif;
	vertical-align: top;
}


/**
 * LAYOUT ELEMENTS
 * ----------------------------------------
 */

#wrapper {
	width: 100%;
	background: white url(../img/body-bg.gif) repeat-x;
}

#wrapper .inner-content {
	padding: 0 10px;
	width: 970px;
	background: url(../img/wrapper-bg.gif) no-repeat 0 165px;
}

#header {
	padding-top: 20px;
	width: 100%;
	height: 165px;
	background: url(../img/header-bg.gif) repeat-x 0 50px;
}

#main {
	padding: 20px 10px 10px;
	width: 950px;
	overflow: hidden;
}

#sidebar {
	margin-right: 10px;
	width: 230px;
}

#content {
	margin: -6px 10px 0 -6px;
	padding: 16px 10px 10px 16px;
	width: 450px;
	background: url(../img/content-span-bg.gif) no-repeat;
}

#content .inner-content {
	margin: 0 -10px;
	padding: 0;
	width: 470px;
	background: none;
}

#content.no-shadow {
	background: none;
}

#content-span {
	width: 710px;
}

#content-span .inner-content {
	margin: 0;
	padding: 0;
	width: 720px;
	background: none;
}

#imagebar {
	width: 230px;
}

#footer {
	height: 100px;
}

.column {
	float: left;
	overflow: hidden;
}

.inner-content {
	margin: 0 auto;
	width: 950px;
}


/**
 * GENERAL STYLES
 * ----------------------------------------
 */

.block {
	position: relative;
	display: block;
	padding: 4px;
	border: 1px solid #D4D4D4;
}

a.block {
	cursor: pointer;
}

.block .block-caption {
	display: block;
	margin: 0 -4px -4px;
	padding: 0 30px 0 5px;
	height: 29px;
	background: url(../img/button-sprite.gif) no-repeat 100% -84px;
	font-size: 12px;
	font-weight: bold;
	line-height: 29px;
	overflow: hidden;
	color: #666;
}

.block:hover .block-caption {
	background-position: 100% -113px;
}

.block .label {
	position: absolute;
	display: block;
	padding: 3px 5px 5px 3px;
	top: 12px;
	right: 10px;
	width: 60px;
	height: 47px;
	background: url(../img/product-label-bg.png) no-repeat;
}

.block .label .label-description {
	display: block;
	padding: 0 3px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}

.block .label .label-value {
	display: block;
	padding: 0 3px;
	height: 27px;
	font-size: 14px;
	font-weight: bold;
	line-height: 27px;
	overflow: hidden;
	color: white;
}

.block .label.large {
	padding: 4px;
	top: auto;
	right: 6px;
	bottom: -14px;
	width: 120px;
	height: 97px;
	background: url(../img/product-label-large-bg.png) no-repeat;
}

.block .label.large .label-description {
	padding: 0 10px;
	height: 40px;
	font-size: 20px;
	line-height: 40px;
}

.block .label.large .label-value {
	padding: 0 10px;
	height: 57px;
	font-size: 26px;
	line-height: 57px;
}

.block .zoom {
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	bottom: 14px;
	right: 14px;
	background: url(../img/zoom-btn.gif) no-repeat;
	text-indent: -9999px;
}

.toolbar {
	height: 20px;
	overflow: hidden;
}


/* Overview block */

.overview {
	float: left;
	margin: 0 10px 10px 0;
	width: 220px;
	height: 140px;
}

.overview img {
	display: block;
}


/* Buttons */

.button {
	display: -moz-inline-box;
	display: inline-block;
	float: right;
	padding-left: 15px;
	height: 20px;
	background: url(../img/button-sprite.gif) no-repeat 0 -142px;
	color: white !important;
	cursor: pointer;
}

.button .button-text {
	display: -moz-inline-box;
	display: inline-block;
	padding-right: 22px;
	height: 20px;
	background: url(../img/button-sprite.gif) no-repeat 100% -142px;
	line-height: 20px;
}

.button:hover {
	background-position: 0 -162px;
}

.button:hover .button-text {
	background-position: 100% -162px;
}

.back {
	float: none;
	padding: 0 0 0 12px;
	background: url(../img/arrow-sprite.gif) no-repeat 0 -304px !important;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	color: #666 !important;
}

.back:hover {
	background: url(../img/arrow-sprite.gif) no-repeat 0 -334px !important;
}

.prev {
	padding-left: 22px;
	background-position: 0 -297px;
}

.prev .button-text {
	padding-right: 15px;
	background-position: 100% -297px;
}

.prev:hover {
	background-position: 0 -317px;
}

.prev:hover .button-text {
	background-position: 100% -317px;
}


/* Accordions */

.accordion-button {
	display: block;
	margin-bottom: 5px;
	padding: 0 8px;
	height: 28px;
	background: url(../img/button-sprite.gif) no-repeat 100% 0;
	border: 1px solid #D4D4D4;
	font-size: 12px;
	font-weight: bold;
	line-height: 28px;
	outline: none;
	color: #666 !important;
}

.accordion-button:hover {
	background-position: 100% -28px;
}

.accordion-button-active {
	background-position: 100% -56px !important;
}

.accordion-content {
	margin-bottom: 5px;
	width: 230px;
	overflow: hidden;
}

.accordion-content h2 {
	margin: 0 0 5px;
	font-size: 14px;
}

.accordion-content p {
	margin: 0 0 5px;
}

.accordion-content img {
	display: block;
	margin-bottom: 5px;
}

.inner-accordion {
	padding: 4px;
	width: 220px;
	border: 1px solid #D4D4D4;
}


/* Pagination */

.pagination {
	margin-top: 20px;
	width: 100%;
	height: 20px;
}

.pagination.top {
	margin-bottom: 20px;
	padding-bottom: 20px;
	background: url(../img/article-bg.gif) no-repeat bottom left;
}

.pagination .button {
	float: left;
}

.pagination ol {
	float: left;
	margin: 0;
	padding: 2px 0 1px 0;
	width: 228px;
	height: 17px;
	text-align: center;
	list-style: none;
}

.pagination ol li {
	display: inline;
}

.pagination ol li a {
	display: inline-block;
	width: 20px;
	height: 17px;
	background: url(../img/pagination-bg.gif) no-repeat;
	font-weight: bold;
	line-height: 17px;
	text-decoration: none;
	text-align: center;
}

.pagination ol li.selected a {
	background-position: 0 -17px;
}


/**
 * HEADER ELEMENTS
 * ----------------------------------------
 */

#venture-tabs {
	margin: 0;
	padding: 0;
	height: 30px;
	list-style: none;
}

#venture-tabs li {
	float: left;
	border-right: 1px solid #303030;
}

#venture-tabs li a {
	display: block;
	float: left;
	padding: 0 15px;
	height: 30px;
	background-color: #666;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	color: #222;
}

#venture-tabs li a:hover,
#venture-tabs li.selected a {
	position: relative;
	margin-top: -5px;
	background-color: white;
	border-top-width: 5px;
	border-top-style: solid;
}

#venture-tabs #ijzerhandel a:hover, #venture-tabs #ijzerhandel.selected a { border-color: #008E90; color: #008E90; }
#venture-tabs #handelsonderneming a:hover, #venture-tabs #handelsonderneming.selected a { border-color: #003376; color: #003376; }
#venture-tabs #staalbouw a:hover, #venture-tabs #staalbouw.selected a { border-color: #E13726; color: #E13726; }
#venture-tabs #staalbouwsp a:hover, #venture-tabs #staalbouwsp.selected a { border-color: #E41815; color: #E41815; }
#venture-tabs #materieelverhuur a:hover, #venture-tabs #materieelverhuur.selected a { border-color: #006C49; color: #006C49; }
#venture-tabs #horecahandel a:hover, #venture-tabs #horecahandel.selected a { border-color: #005C48; color: #005C48; }
#venture-tabs #interieurbouw a:hover, #venture-tabs #interieurbouw.selected a { border-color: #005C48; color: #005C48; }


/* Logo */

#header #logo {
	display: block;
	margin: 20px 15px 0;
	width: 240px;
	height: 55px;
	background: url(../img/logo.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	float:left;
	
}

	/* Clear:both om het navigatiemenu te fixen, dat het niet in het logo gaat ivm float:left; */
.clearb {
clear: both;
}

#header #slogan {
float: right;
width:375px;
height: 55px;
background: url(../img/slogan.png) no-repeat;
margin-right: 15px;
margin-top: 20px;
}



#search-form {
	float: left;
	margin: 0;
	padding: 8px 0 8px 30px;
	width: 180px;
	height: 24px;
}

#search-form ul li {
	margin: 0;
}

#search-form input {
	vertical-align: middle;
}

#search {
	margin-right: 5px;
	width: 140px;
	height: 14px;
}

#search-submit {
	width: 18px;
	height: 18px;
	background: url(../img/search-btn.gif) no-repeat;
	border: 0;
	cursor: pointer;
}


/**
 * HOMEPAGE ELEMENTS
 * ----------------------------------------
 */

#category-scroller {
	margin-bottom: 10px;
	width: 700px;
	height: 275px;
}

#category-scroller #visual {
	display: block;
}

#categories {
	margin: 0;
	padding: 0;
	height: 40px;
	list-style: none;
}

#categories li {
	position: relative;
	float: left;
}

#categories li a {
	display: block;
	padding: 5px;
	width: 89px;
	height: 30px;
	line-height: normal;
	color: white;
}

#categories li:hover a,
#categories li.sfhover a,
#categories li.selected a {
	background-color: white;
	border-right: 1px solid white;
}

#categories li div {
	position: absolute;
	display: none;
	bottom: 40px;
	left: 0;
	width: 200px;
	height: 235px;
	background: url(../img/white-50.png) !important;
	background: white;
}

#categories li.left div {
	right: 0;
	left: auto;
}

#categories li:hover div,
#categories li.sfhover div,
#categories li.selected div {
	display: block;
}

#categories li div ul {
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: 5px;
	left: 0;
	width: 200px;
	list-style: none;
}

#categories li ul li {
	float: none;
}

#categories li ul li a {
	position: relative;
	padding: 5px 10px;
	width: 180px;
	height: auto;
	background: url(../img/arrow-sprite.gif) no-repeat 100% 8px !important;
	border: 0 !important;
}

#categories li ul li a:hover {
	background-position: 100% -22px !important;
	background-color: white !important;
	color: #222;
}


/* Special deals */

#special-deals {
	width: 720px;
	height: 150px;
}

#special-deals .block {
	margin: 0 10px 0 0;
}


/**
 * SIDEBAR ELEMENTS
 * ----------------------------------------
 */

#page-navigation {
	margin: 0 0 5px;
}

#page-navigation h2 {
	margin: 0;
	padding: 8px 10px 7px 10px;
	font-size: 12px;
	color: white;
}

#page-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#page-navigation ul li a {
	display: block;
	padding: 7px 10px 6px 10px;
	width: 200px;
	background: #F2F2F2 url(../img/arrow-sprite.gif) no-repeat 100% 10px;
	font-size: 12px;
	font-weight: bold;
	color: #666666 !important;
}

#page-navigation ul li a:hover,
#page-navigation ul li.selected a {
	background-position: 100% -20px;
	background-color: white;
}


/* Google maps */

#map {
	margin-bottom: 10px;
	width: 220px;
	height: 100px;
	overflow: hidden;
}

#maps-form {
	margin: 0;
}

#maps-zipnum {
	width: 30px;
}

#maps-zipchar {
	width: 20px;
}

#maps-submit {
	padding: 0 16px 0 0;
	width: 83px;
	border: 0;
	background: url(../img/arrow-sprite.gif) no-repeat 100% 4px;
	font-size: 11px;
	font-weight: bold;
}

#maps-submit:hover {
	background-position: 100% -26px;
	color: #222;
}


/**
 * CONTENT ELEMENTS
 * ----------------------------------------
 */

#breadcrumbs {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
	overflow: hidden;
}

#breadcrumbs li {
	float: left;
	margin-right: 5px;
}

#breadcrumbs li a {
	padding-right: 10px;
	background: url(../img/arrow-sprite.gif) no-repeat 100% -246px;
	font-size: 10px;
	color: #B2B2B2 !important;
}

#breadcrumbs li a:hover {
	background-position: 100% -276px;
}

#breadcrumbs li.last a {
	background: none;
}


/* Articles */

.article,
.search-result {
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 100%;
	background: url(../img/article-bg.gif) no-repeat bottom left;
	overflow: hidden;
}

.article-thumb {
	float: left;
	margin-right: 15px;
	width: 140px;
}

.article-thumb a {
	width: 130px;
	height: 90px;
}

.article-thumb a:hover {
	border-color: #999;
}

.article-content {
	float: left;
	width: 295px;
}

.article-content .date {
	margin: 0 0 5px;
}

.article-content h2,
.search-result h2 {
	margin: 0 0 5px;
	font-size: 14px;
}

.article-content p,
.search-result p {
	margin: 0 0 10px;
}


/* News archive */

#news-archive .hover {
	cursor: pointer;
}

#news-archive .date {
	font-weight: bold;
}

#news-archive .hover .date {
	color: #222;
}

#news-archive .title {
	background: url(../img/arrow-sprite.gif) no-repeat 100% 10px;
}

#news-archive .hover .title {
	background-position: 100% -20px;
}

#news-archive a {
	color: #4C4C4C !important;
}


/* Product details */

#product-details {
	width: 460px;
}

#product-details h2,
#product-details p {
	margin: 0 5px 10px;
}

#product-details .toolbar {
	margin: 0 -4px -4px;
	padding: 5px 10px;
	height: 20px;
	background: url(../img/bar-sprite.gif) repeat-x;
	border-top: 1px solid #D4D4D4;
}

#product-image {
	position: relative;
	margin: 0 0 10px;
	width: 460px;
	height: 240px;
}

#product-image-scroller {
	width: 460px;
	height: 240px;
	overflow: hidden;
}

#product-image-scroller #scroller-content {
	width: 4600px;
}

#product-image-scroller .slide {
	float: left;
	width: 460px;
	height: 240px;
}

#product-image .carousel-control {
	position: absolute;
	display: block;
	top: 92px;
	width: 28px;
	height: 56px;
	background: url(../img/arrow-sprite.gif) no-repeat 0 -380px;
	text-indent: -9999px;
	outline: none;
}

#product-image #next {
	right: 0;
	background-position: 100% -436px;
}


/* Reference details */

#reference-details {
	width: 700px;
}

#reference-image {
	position: relative;
	margin: 0 0 10px;
	width: 700px;
	height: 235px;
}

#reference-image-scroller {
	width: 700px;
	height: 235px;
	overflow: hidden;
}

#reference-image-scroller #scroller-content {
	width: 7000px;
}

#reference-image-scroller .slide {
	float: left;
	width: 700px;
	height: 235px;
}

#reference-image .carousel-control {
	position: absolute;
	display: block;
	top: 92px;
	width: 28px;
	height: 56px;
	background: url(../img/arrow-sprite.gif) no-repeat 0 -380px;
	text-indent: -9999px;
	outline: none;
}

#reference-image #next {
	right: 0;
	background-position: 100% -436px;
}


/* Contact page */

address.large {
	float: left;
	margin: 0 0 30px;
	width: 50%;
	font-size: 12px;
	color: #4C4C4C;
}


/* Contact form */

#contact-form {
	margin-top: -10px;
	padding-bottom: 10px;
	background: url(../img/form-shadow-bottom.gif) no-repeat bottom left;
}

#contact-form ul {
	padding-top: 30px;
	background: url(../img/form-shadow-top.gif) no-repeat top left;
}

#contact-submit {
	margin-left: 313px;
	padding: 0 0 0 15px;
	width: 100px;
	height: 20px;
	border: 0;
	font-size: 11px;
	text-align: left;
	cursor: pointer;
	color: white;
}


/* Sitemap */

#sitemap {
	font-size: 12px;
	font-weight: bold;
}

#sitemap ul,
#sitemap ul a {
	font-size: 11px;
}

#sitemap ul ul,
#sitemap ul ul a {
	font-weight: normal;
}


/**
 * IMAGEBAR ELEMENTS
 * ----------------------------------------
 */

#imagebar h2 {
	margin: 0 0 10px;
	font-size: 12px;
}

#imagebar .block {
	margin-bottom: 5px;
	width: 220px;
}

#imagebar .block img {
	display: block;
}


/**
 * FOOTER ELEMENTS
 * ----------------------------------------
 */

#footer .inner-content {
	padding: 10px 0;
	height: 80px;
}


/* Brand ticker */

#brand-ticker {
	position: relative; /* Important for offset calculation */
	float: left;
	margin-right: 20px;
	width: 830px;
	height: 80px;
	overflow: hidden;
}

#brand-ticker-content {
	margin: 0;
	padding: 0;
	width: 2400px;
	list-style: none;
	overflow: hidden;
}

#brand-ticker-content li {
	float: left;
	margin-right: 10px;
}

#brand-ticker-content li a {
	display: block;
	width: 98px;
	height: 68px;
	background-color: white;
}

#brand-ticker-content li a img {
	display: block;
}

.ticker-control {
	display: block;
	float: left;
	margin: 20px 0;
	width: 40px;
	height: 40px;
	background: url(../img/arrow-sprite.gif) no-repeat;
	text-indent: -9999px;
}

#ticker-rewind {
	margin-right: 20px; /* This causes IE6 to have a 10px extra bottom margin, strange... */
	background-position: 0 -60px;
}

#ticker-rewind:hover {
	background-position: 0 -100px;
}

#ticker-forward {
	background-position: 0 -140px;
}

#ticker-forward:hover {
	background-position: 0 -180px;
}


/* Service navigation */

#service-navigation {
	padding: 10px 0;
	width: 100%;
}

#service-navigation .inner-content {
	overflow: hidden;
}

#service-navigation .button {
	float: none;
	margin-left: 10px;
	padding-left: 20px;
	height: 25px;
	background-position: 0 -182px;
	font-weight: bold;
	outline: none;
}

#service-navigation .button .button-text {
	padding-right: 35px;
	width: 173px;
	height: 25px;
	background-position: 100% -182px;
	line-height: 25px;
}

#service-navigation .button:hover {
	background-position: 0 -207px;
	color: white !important;
}

#service-navigation .button:hover .button-text {
	background-position: 100% -207px;
}

#service-navigation .active,
#service-navigation .active:hover {
	background-position: 0 -232px;
	color: white !important;
}

#service-navigation .active .button-text,
#service-navigation .active:hover .button-text {
	background-position: 100% -232px;
}

#service-navigation-buttons {
	float: right;
	margin-bottom: 10px;
}

.service-navigation-menu {
	margin-bottom: 10px;
	padding-bottom: 30px;
	width: 100%;
	background: url(../img/service-navigation-menu-bg.gif);
	overflow: hidden;
	clear: both;
}

.service-navigation-menu ul {
	float: left;
	margin: 0;
	padding: 0;
	width: 190px;
	list-style: none;
}

.service-navigation-menu ul li {
	padding: 0 10px;
	line-height: 30px;
}

.service-navigation-menu ul li a {
	font-weight: bold;
}

.service-navigation-menu ul li a:hover {
	color: white !important;
}

/* Wijzigingen GJ */
.service-navigation-menu ul li a.selected {
	color: white !important;
}

div#about ul {
	float:right;
	text-align:right;
}

p.notification {
	font-weight: bold;
	color: #005C48;
}

p {
	margin: 0 0 10px;
	line-height: 170%;
} 

label {
	display: -moz-inline-box;
	display: inline-block;
}

/* Newsletter */

#newsletter-form {
	margin: 0;
}

#newsletter-form li.indent {
	padding-left: 75px;
}

#newsletter-form label.indent{
	width: 75px;
}

#newsletter-title {
	width: 30px;
}

#newsletter-lastname {
	width: 120px;
}

#newsletter-company {
	width: 120px;
}

#newsletter-email {
	width: 120px;
}

#newsletter-submit {
	float:right;
	padding: 0 20px 0 0;
	width: 100px;
	border: 0;
	background: url(../img/arrow-sprite.gif) no-repeat 100% -25px;
	font-size: 11px;
	font-weight: bold;
	color: #666;
}

#newsletter-submit:hover {
	background: url(../img/arrow-sprite.gif) no-repeat 100% 5px;
	color: #005C48;
}

#newsletter-form label {
width:auto;
}

#newsletter-form li {
overflow: hidden;
}

#newsletter-submit {
cursor: pointer;
}