html, body {
	background-attachment:fixed;
}

body{
	margin: 20px auto 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	text-align: center;
}

a
{
    color: #4297d7;
    text-decoration: underline;
}

div#container
{
	background: transparent;
	margin: 0 auto;
	text-align: left;	
	width: 996px;
	position: relative;
}

/*---Begin Navigation---*/

#navigation{
	padding: 23px 33px;
	background: #FFFFFF;
	height: 59px;
	width: 930px;
	position: relative;
}

#navigation .navtitle {
	width: 110px;
	height: 10px;
	float: left;
	font-size: 9px;
	color: #7c7c7c;
	text-align: center;
	text-transform: uppercase;
	margin: 3px 0 0;
}

#navigation .navlink {
	width: 110px;
	height: 53px;
	margin-right: 20px;
	float: left;
	text-align: center;
}

#navigation .navlink a{
	text-decoration: none;
}

.navlink a img {
    filter: alpha(opacity=40);
	-khtml-opacity: 0.4;
	-moz-opacity: 0.4;
	opacity: 0.4;
}

.navlink a:hover img, .navlink a.active img {
    filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

#navigation .navlink a:hover .navtitle {
    color: #000000;
}

#toplink {
	float: right;
}

#toplink a{
	font-size: 11px;
	color: #7c7c7c;
	text-decoration: none;
}

.static-link {
    position: absolute;
    top: 23px;
    right: 0;
    margin: 0;
    font-size: 9px;
}

.static-link a{
    color: #7c7c7c;
    text-decoration: none;
    text-transform: uppercase;
}

.static-link a:hover {
    color: #000000;
}

.home {
    right: 256px;    
}

.contact {
    right: 20px;
}

/*---End Navigation---*/

#social {
    position: absolute;
    top: 42px;
    right: 20px;
}

div#nieuwsbrief{
	margin: 0 33px 0 0;
}

div#border-left
{
	float: left;
	display: block;
	width: 20px;
	background: #FFF;
}

div#border-right
{
	float: left;
	width: 20px;
	background: #FFFFFF;
}

div#border-bottom{
	height: 23px;
	background: #FFFFFF;
}

div#main {
    overflow: hidden;
}

div#main-left{
	float: left;
	width: 250px;
	background: url(../images/achtergrond_menu.png) repeat-y;
	position: relative;
    min-height: 300px;
}

div#main-right{
	float: left;
	width: 706px;
	background: #FFFFFF;
	position: relative;
}

div#logo-left{
	position: absolute;
	bottom: 30px;
	width: 250px;
	text-align: center;
}

/*---Begin Subnavigation---*/

ul#subnavigation{
	width: 250px;
	padding-bottom: 200px;
}

ul#subnavigation li{
}

ul#subnavigation li a{
	border-bottom: 1px solid #5E5E5E;
	color: #FFFFFF;
	display: block;
	font-size: 14px;
	height: 45px;
	padding: 28px 0 0 40px;
	width: 210px;
	background: url(../images/linkarrow.png) no-repeat 20px;
	text-decoration: none;
}

ul#subnavigation li a:hover{
	text-decoration: none;
	background-color: #7C7C7C;
}

/*---End Subnavigation---*/

/*

Content: Headers, paragraphs, etc.

*/

div#content{
	position: relative;
	float: left;
	width: 726px;
}

div#content h1, div#content h2, div#content h3, div#content h4, div#content h5, div#content h6, div#content p, div#content ul{
	padding: 0 20px;
}

div#content table {
    margin: 0 20px;
}

div#content table td {
    padding: 2px 0;    
}

div#content img.header{
	padding-left: 0px;
	position: relative;
	left: -20px;
	top: -12px;
}

div#content h1{
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0 0;
}

div#content p{
	font-size: 12px;
	text-align: justify;
	margin: 12px 0;
	line-height: 14px;
}

table.merken-table
{
    margin: 0 20px;
    width: 686px;
}

hr
{
    background: #CCC;
    border: none;
    color: #CCC;
    height: 1px;
}

div#content ul, div#content ol{
 padding: 0 20px;
}

div#content ul li{
 list-style-type: disc;
 margin: 0 0 0 25px;
 padding: 0 25px 0 0;
 line-height: 18px;
}

div#content ol li{
 list-style-type: decimal;
 margin: 0 0 0 25px;
 padding: 0 25px 0 0;
 line-height: 18px;
}

/* Contact form */

div#content ul.form {
    padding: 0;
    margin: 0;
}

div#content ul.form li {
    list-style: none;
    overflow: hidden;
}

.form label {
    display: block;
    font-weight: bold;
    cursor: pointer;
    margin: 0 0 3px;
    font-size: 12px;
}

.forminfo {
    float: left;
    padding: 5px 8px;
    background: #d48789;
    -moz-border-radius: 2px;
    o-border-radius: 2px;
    border-radius: 2px;
    color: #ffffff;
    font-weight: normal !important;
}

.textbox, .textarea {
    border: 1px solid #999999;
    padding: 5px 8px;
    margin: 0 0 12px;
    font-family: Verdana, Arial, Sans-Serif;
    -moz-border-radius: 2px;
    o-border-radius: 2px;
    border-radius: 2px;
    float: left;
    margin-right: 5px;
    position: relative;
    *left: -25px;
}

.textarea {
    overflow-y: auto;
}

.deal .textbox, .deal .textarea {
    *left: 0px;
}

.dropdown {
    border: 1px solid #999999;
    padding: 5px 5px 5px 8px;
    margin: 0 0 12px;
    font-family: Verdana, Arial, Sans-Serif;
    -moz-border-radius: 2px;
    o-border-radius: 2px;
    border-radius: 2px;
}

.textbox:focus, .textarea:focus, .dropdown:focus {
    border-color: #000000;
}

.error {
    border-color: #d48789;
}

.error:focus {
    border-color: #d4080c;
}

.textarea {
    width: 500px;
    height: 100px;
    resize: none;
}

.radiobutton {
    overflow: hidden;
}

.radiobutton input {
    float: left;
    vertical-align: bottom;
    margin-right: 5px;
}

.button {
    padding: 8px;
    cursor: pointer;
    background: #262626;
    background: -moz-linear-gradient(top, #464646 0%, #262626 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#464646), color-stop(100%,#262626)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#464646', endColorstr='#262626',GradientType=0 ); /* ie */
    color: #ffffff;
    border: 1px solid #111111;
    -moz-border-radius: 3px;
    o-border-radius: 3px;
    border-radius: 3px;
    text-shadow: 0 1px #000000;
    -moz-box-shadow: inset 0 1px 1px 0 rgba(255,255,255,0.5);
    -webkit-box-shadow: inset 0 1px 1px 0 rgba(255,255,255,0.5);
    box-shadow: inset 0 1px 1px 0 rgba(255,255,255,0.5);
    text-decoration: none;
    margin: 12px 0 0;
    display: block;
    width: 120px;
    text-align: center;
}

.button:hover {
    background: #363636;
    background: -moz-linear-gradient(top, #565656 0%, #363636 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#565656), color-stop(100%,#363636)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565656', endColorstr='#363636',GradientType=0 ); /* ie */
    border-color: #222222;
}

/* 
	Common used elements 
	DO NOT MODIFY!
*/

.clearfix, .clearfix:after{
	clear: both;
	font-size: 1px;
	line-height: 0;
	margin: 0;
	content:"."; 
	display:block; 
	height:0; 
	visibility:hidden;
}

/*  \*/
.clearfix{
	min-height:1%;
}

* html .clearfix{
	height:1%;
}

div.left{
	float: left;
}

div.right{
	float: right;
}

/* Aanbiedingspagina */

@font-face {
    font-family: 'WalkwaySemiBoldRegular';
    src: url('walkway_semibold-webfont.eot');
    src: url('walkway_semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('walkway_semibold-webfont.woff') format('woff'),
         url('walkway_semibold-webfont.ttf') format('truetype'),
         url('walkway_semibold-webfont.svg#WalkwaySemiBoldRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'WalkwayUltraBoldRegular';
    src: url('walkway_ultrabold-webfont.eot');
    src: url('walkway_ultrabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('walkway_ultrabold-webfont.woff') format('woff'),
         url('walkway_ultrabold-webfont.ttf') format('truetype'),
         url('walkway_ultrabold-webfont.svg#WalkwayUltraBoldRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

div#content h1.deal-header {
   font-family: 'WalkwaySemiBoldRegular';
   font-size: 30px;
   margin: 0 0 20px;
   line-height: 1;
   text-transform: uppercase;
}

.deal {
    overflow: hidden;
    margin-left: 20px;
}

.deal-left {
    float: left;
    width: 306px;
}

.deal-right {
    float: right;
    width: 400px;
}

.deal-image {
    width: 266px;
    padding: 7px;
    border: 2px solid #000000;
}

div#content .deal-images {
    overflow: hidden;
    padding: 0;
    margin: 10px 0 0;
}

div#content .deal-images li {
    list-style-type: none;
    float: left;
    padding: 7px 7px 4px;
    border: 2px solid #000000;
    margin: 0 10px 0 0;
}

div#content .deal-content h2 {
    padding: 0;
    font-size: 24px;
    font-family: 'WalkwayUltraBoldRegular';
    text-transform: uppercase;
}

.deal-content {
    margin: 0 20px 20px 0;
}

div#content .deal-content p,
div#content .deal-content ul,
div#content .deal-content h2,
div#content .deal-content h3,
div#content .deal-content h4,
div#content p.normal-price,
div#content .actual-price p,
div#content .order-share p {
    padding: 0;
}

div#content p.normal-price {
    margin: 0;
}

.deal-order {
    overflow: hidden;
}

.deal-order-left {
    float: left;
}

.deal-order-right {
    float: right;
    margin-right: 20px;
}

div#content .actual-price p {
    font-family: 'WalkwayUltraBoldRegular';
    font-size: 40px;
    line-height: 1;
    text-transform: uppercase;   
}

div#content .actual-price p span {
    font-size: 24px;
    display: block;
}

.order-button {
    border: 1px solid #00639f;
    width: 186px;
    display: block;
    height: 38px;
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
    background: #0178b5;
    line-height: 38px;
    text-align: center;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    text-shadow: 0 1px 0 #004e8c;
    background: #4297d7;
    background: -moz-linear-gradient(top, #4297d7 0%, #0077b4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4297d7), color-stop(100%,#0077b4));
    background: -webkit-linear-gradient(top, #4297d7 0%,#0077b4 100%);
    background: -o-linear-gradient(top, #4297d7 0%,#0077b4 100%);
    background: -ms-linear-gradient(top, #4297d7 0%,#0077b4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4297d7', endColorstr='#0077b4',GradientType=0 );
    background: linear-gradient(top, #4297d7 0%,#0077b4 100%);
    box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.5);
    margin: 0 0 10px;
}

.order-share {
    width: 188px;
}

div#content .order-share p {
    text-align: center;
    margin: 0;
    padding: 0;
}

.social-buttons {
    margin-top: 5px;
    overflow: hidden;
}

#content p.desc {
    padding: 0 20px 0 0;
}

#content .form li {
    margin-left: 0;
}

#content ul.informatieaanvraag li {
    padding: 0 20px;
}

/* Lightbox */

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
 
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
