* { margin: 0; }
html { height: 100%; }

body {
 	height: 100%;
 	background: url(http://www.boydis.nl/img/bg/body.jpg) top #70a415;
	font: 12px Arial, Helvetica, sans-serif;
	color: #222;
	}

a { color: #d37700; }
a:hover { color: #000; }
a img { border: 0; }
h1, h2, h3 { line-height: normal; text-transform: uppercase; }
h1 { padding: 0 0 10px; margin: 0 0 20px; border-bottom: 1px solid #ddd; font-size: 36px; }
h2 { margin: 10px 0; font-size: 15px; }
h3 { font-size: 15px; text-shadow: 1px 1px 0 #fff; }
p, address { padding: 0 0 20px; font-style: normal; }
input, type, textarea { padding: 0; border: 0; font: 12px Arial, Helvetica, sans-serif; color: #222; }

#mainmenu {
 	width: 100%;
  	height: 90px;
   	background: url(http://www.boydis.nl/img/bg/header.png);
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    position: fixed;
    left: 0;
    z-index: 10;
	}
    #mainmenu div { width: 960px; height: 90px; margin: 0 auto; position: relative; }
    #mainmenu ul { padding: 20px 0; list-style: none; }
    #mainmenu ul li { height: 40px; margin: 0 2px 0 0; float: left; overflow: hidden; position: relative; }
    #mainmenu ul li a { height: 40px; color: #fff; text-decoration: none; float: left; cursor: pointer; }
    #mainmenu li a span { height: 28px; padding: 12px 18px 0 40px; display: block; background: url(http://www.boydis.nl/img/bg/main-hover.gif); color: #222; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; position: relative; }
	#mainmenu li a span:first-child { background: url(http://www.boydis.nl/img/bg/mainmenu-arrow.gif) no-repeat 20px 7px; color: #fff; }
    #mainmenu a.login { height: 28px; padding: 12px 20px 0; background: url(http://www.boydis.nl/img/bg/login-btn.gif); color: #fff; text-align: center; text-shadow: 1px 1px 0 #783800; text-decoration: none; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; float: right; position: absolute; top: 20px; right: 0; }
    #mainmenu a:hover.login { background-position: bottom; text-shadow: 1px 1px 0 #592a00; }

#container {
	width: 960px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
	margin: 0 auto -90px;
 	line-height: 30px;
  	text-align: justify;
	}

#header {
	width: 960px;
  	margin: 0 0 30px;
   	background: url(http://www.boydis.nl/img/bg/header-shadow.png) no-repeat 32px 121px;
   	overflow: hidden;
	}
    #header .logo { width: 274px; margin: 113px auto 0; }
    #header .logo h1 { padding: 10px 0 0 15px; border: 0; color: #fff; font-size: 14px; letter-spacing: 26px; line-height: 24px; }
    #header .logo h1 em { display: none; }
    #header .logo h1 span { letter-spacing: 22px; margin: 0 0 0 -3px; }

#content {
	width: 960px;
 	padding: 0 0 40px;
  	overflow: hidden;
	}
    #content .column { width: 225px; height: 300px; margin: 0 20px 40px 0; background: #fff; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; box-shadow: 0 0 10px rgba(0,0,0,0.3); -moz-box-shadow: 0 0 10px rgba(0,0,0,0.3); -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3); -khtml-box-shadow: 0 0 10px rgba(0,0,0,0.3); float: left; position: relative; }
    #content .column h3 { height: 50px; padding: 0 0 0 20px; background: url(http://www.boydis.nl/img/bg/column-h3.gif); border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0; -khtml-border-radius: 5px 5px 0 0; line-height: 50px; }
    #content .column ul { padding: 0; list-style: none; }
    #content .column ul li a { width: 205px; height: 39px; padding: 0 0 0 20px; display: block; border-bottom: 1px solid #ddd; color: #222; line-height: 39px; text-decoration: none; }
    #content .column ul li a:hover { background: #cfdef2; color: #000; }
    #content .column a.btn { width: 183px; height: 48px; padding: 10px 0 0 36px; background: url(http://www.boydis.nl/img/bg/column-btn.png); color: #fff; text-shadow: 1px 1px 0 #783800; position: absolute; bottom: -18px; left: 3px; }
    #content .column a:hover.btn { background-position: bottom; text-shadow: 1px 1px 0 #592a00; }
    #content .column p { padding: 4px 20px 20px; }
    #content .column .boxgrid{ width: 185px; height: 170px; margin: 20px 0 0 20px; display: block; overflow: hidden; position: relative; }
    #content .column .boxgrid img { position: absolute; }
    #content .column .boxcaption { width: 185px; height: 40px; position: absolute; background: url(http://www.boydis.nl/img/bg/png-80.png); color: #fff; font-weight: bold; text-transform: uppercase; height: 40px; width: 185px; }
	#content .column .captionfull .boxcaption { top: 190px; left: 0; }
    #content .last { margin: 0 0 40px; }
    
    #content .column-login { width: 225px; height: 240px; margin: 0 0 10px 0; background: #fff; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; box-shadow: 0 0 10px rgba(0,0,0,0.3); -moz-box-shadow: 0 0 10px rgba(0,0,0,0.3); -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3); -khtml-box-shadow: 0 0 10px rgba(0,0,0,0.3); float: left; position: relative; }
    #content .column-login h3 { height: 50px; padding: 0 0 0 20px; background: url(http://www.boydis.nl/img/bg/column-h3.gif); border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0; -khtml-border-radius: 5px 5px 0 0; line-height: 50px; }
    #content .column-login form { padding: 20px; }
    #content .column-login form .field { width: 165px; height: 35px; padding: 0 10px; margin: 0 0 10px; line-height: 35px; background: url(http://www.boydis.nl/img/bg/login-fields.gif); }
    #content .column-login form .btn { width: 109px; height: 38px; padding: 0 0 2px; margin: 0 0 0 -9px; background: url(http://www.boydis.nl/img/bg/submit-btn.png); color: #fff; font-size: 15px; font-weight: bold; text-transform: uppercase; text-shadow: 1px 1px 0 #783800; cursor: pointer; }
    #content .column-login form .field:focus, #content .column-login form .btn:hover { background-position: bottom; outline: 0; }
    
	#content .column-storing { width: 225px; height: 50px; margin: 0 0 10px 0; background: #fff; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; box-shadow: 0 0 10px rgba(0,0,0,0.3); -moz-box-shadow: 0 0 10px rgba(0,0,0,0.3); -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3); -khtml-box-shadow: 0 0 10px rgba(0,0,0,0.3); float: left; position: relative; }
    #content .column-storing a { height: 29px; padding: 0 0 0 40px; margin: 10px 0 0 10px; display: block; background: url(http://www.boydis.nl/img/bg/storing.gif) no-repeat; }
    #content .column-storing a.wrong {background-position: bottom left; }

#main {
	width: 530px;
 	padding: 40px 40px 20px;
	margin: 0 0 0 40px;
 	background: #fff;
	border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
    -khtml-box-shadow: 0 0 10px rgba(0,0,0,0.3); 
	float: right;
	}

#side {
	width: 310px;
	float: right;
	}
    #side div { width: 310px; margin: 0 20px 20px 0; background: #fff; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; box-shadow: 0 0 10px rgba(0,0,0,0.3); -moz-box-shadow: 0 0 10px rgba(0,0,0,0.3); -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3); -khtml-box-shadow: 0 0 10px rgba(0,0,0,0.3); }
    #side div ul { padding: 0 0 20px; list-style: none; }
    #side div ul li a { width: 290px; height: 39px; padding: 0 0 0 20px; display: block; border-bottom: 1px solid #ddd; color: #222; line-height: 39px; text-decoration: none; }
    #side div ul li a:hover { background: #cfdef2; color: #000; }
    #side h3 { height: 50px; padding: 0 0 0 20px; background: url(http://www.boydis.nl/img/bg/column-h3.gif); border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0; -khtml-border-radius: 5px 5px 0 0; line-height: 50px; }
    #side a.btn { width: 290px; height: 48px; padding: 10px 0 0 20px; display: block; background: url(http://www.boydis.nl/img/bg/side-btn.png); font-size: 15px; color: #fff; font-weight: bold; text-transform: uppercase; text-decoration: none; text-shadow: 1px 1px 0 #783800; }
    #side a:hover.btn { background-position: bottom; text-shadow: 1px 1px 0 #592a00; }

#footer {
	width: 100%;
 	height: 90px;
  	background: url(http://www.boydis.nl/img/bg/footer.png);
   	color: #888;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 24px;
	}
    #footer div { width: 960px; padding: 20px 0 0; margin: 0 auto; }
    #footer a { color: #fff; text-decoration: none; }
    #footer a:hover { color: #70a415; }
    #footer span { padding: 0 5px; font-weight: bold; }
    #footer .right { text-align: right; float: right; }

#live-chat {
    width: 130px;
    height: 177px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 1px 1px 0 #000;
    position: absolute;
    right: 0;
    top: 200px;
    z-index: 5;
    }
    #live-chat a { width: 110px; height: 57px; padding: 120px 10px 0; display: block; color: #fff; text-decoration: none; }
    a.online { background: url(http://www.boydis.nl/img/bg/support.png); }
    a.online span, a:hover.online { color: #70a415 !important; }
    a.offline { background: url(http://www.boydis.nl/img/bg/support.png) bottom; }
    a.offline span, a:hover.offline { color: #a41515 !important; }

a.btn { width: 251px; height: 47px; padding: 10px 0 0 63px; display: block; background: url(http://www.boydis.nl/img/bg/btn.png); font-size: 15px; color: #222; font-weight: bold; text-transform: uppercase; text-decoration: none; text-shadow: 1px 1px 0 #fff; }
a:hover.btn { background-position: bottom; color: #000; }
.push { height: 90px; display: block; clear: both; }

/* SIFR */

.sIFR-flash { visibility: visible !important; margin: 0; }
.sIFR-replaced { visibility: visible !important; }
span.sIFR-alternate { position: absolute; left: 0; top: 0; width: 0; height: 0; display: block; overflow: hidden; }
.sIFR-flash + div[adblocktab=true] { display: none !important; }
.sIFR-hasFlash h1 { visibility: hidden; font-size: 36px; line-height: 36px; height: 36px; }

/* CAROUSEL */

#carousel { width: 960px; height: 300px; margin: 0 0 40px; color: #fff; text-shadow: 1px 1px 0 #5c8a0b; position: relative; }
#carousel .wrapper { width: 720px; height: 300px; margin: 0 120px; overflow: auto; position: absolute; top: 0; left: 0; }
#carousel .wrapper ul { width: 32700px; padding: 0; list-style: none; position: absolute; top: 0; left: 0; }
#carousel ul li { display: block; float: left; padding: 0; height: 300px; width: 720px; }
#carousel ul li img { float: left; }
#carousel ul li div { width: 380px; height: 300px; padding: 0 0 0 40px; float: left; overflow: hidden; position: relative; }
#carousel ul li div h2 { padding: 0 0 10px; margin: 0 0 20px; border-bottom: 1px solid #9fcf4b; color: #fff; font-size: 36px; }
#carousel ul li a.btn { position: absolute; bottom: 0; left: -3px; }
#carousel a.arrow { display: block; height: 125px; width: 95px; background: url(http://www.boydis.nl/img/bg/carousel-arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 87px; cursor: pointer; }
#carousel a.forward { background-position: -95px 0; right: 0; }
#carousel a.back { background-position: 0 0; left: 0; }
#carousel a:hover.forward { background-position: -95px -125px; }
#carousel a:hover.back { background-position: 0 -125px; }
#start-stop { display: none; }