html, body, ul{
	margin: 0;
	padding: 0;
}

body{
	font: 12px Helvetica, Arial;
	color: #8c8c8c;
	background: #f9f9f9;
}

img{border: 0;}

a{
	color: #19518e;
	text-decoration: none;
	}

a:hover{
	text-decoration: underline;
	}

h1{
	font-size: 24px;
	font-weight: 500;
	}

h2{
	margin: 0;
	padding: 0;
	color: #19518e;
	font-size: 20px;
	}

h3{
	margin: 0;
	padding: 0;
	font-size: 14px;
	}

#wrap{
	width: 1088px;
	margin: 45px auto 0px;
}

/* === HEADING === */

#heading{
	width: 1088px;
	height: 77px;
	clear: both;
}

#logo{
	float: left;
	margin:11px 0 0 20px;
	width: 213px;
}

#slogan{
	float: left;
	margin: 18px 0 0 0;
	width: 670px;
	height: 40px;
	text-align: center;
	font: 23px Arial;
	color: #8e8e8e;
}

#slogan span{
	font-size: 17px;
}

#que_logo{
	float: right;
	width: 100px;
	margin: 0 72px 0 0;
	height: 77px;
}

#container{
	margin: 10px 0 0 0;
	width: 1088px;
	background: url(images/container_bg.jpg) top left repeat-y;
}

	#container_top{
		width: 100%;
		height: 100%;
		background:url(images/container_top.jpg) top left no-repeat;
	}

	#container_bottom{
		width: 100%;
		height: 100%;
		background: url(images/container_bottom.jpg) bottom left no-repeat;
	}
	
	#container_wrap{
		padding: 22px 22px 10px 22px;
		overflow: hidden;
	}

/* === CONTAINER LEFT === */

#left{
	float: left;
	width: 221px;
}

.sblock{
	width: 221px;
	background: url(images/sb_bg.jpg) top left repeat-y;
}

	.sb_top, .sb_bottom, sbblue_top, .sbblue_top_right{
		width: 100%;
		height: 100%;
		background:url(images/sb_top.jpg) top left no-repeat;
	}

	.sb_bottom{
		background: url(images/sb_bottom.jpg) bottom left no-repeat;
	}
	
	#right .sb_bottom{
		background: url(images/sb_bottom_right.jpg) bottom left no-repeat;
	}

	.sbblue_top{
		background:url(images/sbblue_top.jpg) top left no-repeat;
	}
	
	#right .sbblue_top{
		background:url(images/sbblue_top_right.jpg) top left no-repeat;
	}
	.sb_content{
		padding: 5px 0px 15px 15px;
	}

	.sb_title{
		font-size: 15px;
		color: #fff;
		height: 19px;
		font-weight: 500;
	}
	
#sitenav ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#sitenav ul li, #site-nav ul li.last{
	list-style: none;
	margin: 0;
	padding: 0;
}

#sitenav ul li a.last{
	border: none;
}

#sitenav ul li a{
	display: block;
	font-size: 15px;
	color: #676767;
	text-decoration: none;
	padding: 10px 10px 10px 15px;
	border-bottom: 1px solid #d1d1d1;
}

#sitenav ul li a.active, #sitenav ul li a.active:hover{
	color: #19518e;
}

#sitenav ul li a:hover{
	color: #3a3a3a;
}

/* subnav */

#sitenav ul li ul{
	list-style: none;
	margin: 0;
	padding: 0;
	}

#sitenav ul li ul li{
	list-style: none;
	margin: 0;
	padding: 0;
	}

#sitenav ul li ul li a{
	display: block;
	font-size: 13px;
	color: #7c9cbf;
	text-decoration: none;
	padding: 10px 10px 10px 25px;
	border-bottom: 1px solid #e3e3e3;
	}

#sitenav ul li ul li a:hover, #sitenav ul li.last ul li a:hover{
	background: #c8d9eb;
	color: #19518e;
	}

#promotions, #contact{
	margin: 20px 0;
}

#promotions .sb_content p{
	line-height: 20px;
}

#promotions label{
	display: block;
	margin: 0 0 2px 0;
}

#promotions input{
	border: 0;
	border-left: 1px solid #c8c8c8;
	border-top: 1px solid #c8c8c8;
	margin: 0 0 10px 0;
	padding: 0 0 0 5px;
	width: 183px;
	height: 25px;
	background: #e0e0e0;
}

#promotions input#register{
	background: #19518e;
	width: 70px;
	color: #fff;
	margin: 0;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari, Chrome */
	border-radius: 5px; /* universal */
}

.link{
	margin: 5px 0 0 0;
	width: 221px;
	height: 25px;
	font-size: 12px;
	color: #fff;
	background:url(images/bluebar.jpg) top left no-repeat;
	font-weight: 500;
}

.link a{
	color: #fff;
	display: block;
	text-decoration:none;
	clear: both;
	padding: 7px;
	font-weight: 500;
}

.brochure_text{
	margin: 6px 7px 7px 7px;
	float: left;
	}

.link ul{
	list-style: none;
	margin: 4px 6px 0 0;
	padding: 0;
	float: right;
}

.link ul li{
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0;
	float: left;
}

.link ul li a{
	margin: 0;
	padding: 0;
}

/* === CONTAINER CONTENT === */

#content{
	float: left;
	width: 576px;
	margin: 0 0 0 12px;
}

.lblock{
	width: 576px;
	background: url(images/lb_bg.jpg) top left repeat-y;
}

	.lb_top{
		width: 100%;
		height: 100%;
		background:url(images/lb_top.jpg) top left no-repeat;
	}

	.lb_bottom{
		width: 100%;
		height: 100%;
		background: url(images/lb_bottom.jpg) bottom left no-repeat;
	}

	.lbblue_top{
		width: 100%;
		height: 100%;
		background:url(images/lbblue_top.jpg) top left no-repeat;
	}
	
	.lb_content{
		padding: 5px 15px 15px 15px;
	}

	.lb_title{
		font-size: 15px;
		color: #fff;
		height: 19px;
		font-weight: 500;
	}

#search{
	margin:20px 0 0 0;
	font-size: 18px;
	color: #676767;
}

#search a{
	color: #676767;
	text-decoration:none;
	}

#search a:hover{
	color: #383838;
	}

#search td{
	padding: 12px;
	text-align: center;
	font-size: 12px;
}

#search td:hover{
	padding: 11px;
	color: #383838;
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari, Chrome */
	border-radius: 10px; /* universal */
	border: 1px solid #dbdbdb;
}

/* === CONTAINER RIGHT === */

#right{
	float: right;
	width: 221px;
}

#why ul, #why ul li{
	margin: 20px 0 0 12px;
	padding: 0;
	font-size: 14px;
}

#why ul li{
	margin:0 0 8px 0;
	line-height: 20px;
	font-weight: 500;
}

#acc {
	width: 221px;
	margin:15px 0 0 0;
	font-size: 14px;
	overflow: hidden;
	}

.accordionButton {	
	width: 189px;
	margin: 4px 0 6px 0;
	float: left;
	_float: none;  /* Float works in all browsers but IE6 */
	cursor: pointer;
	}
	
.accordionContent {	
	width: 179px;
	padding: 0 0 15px 10px;
	float: left;
	_float: none; /* Float works in all browsers but IE6 */
	color: #1a518e;
	line-height: 18px;
	font-size: 11px;
	}

.on {
	color: #1a518e;
	}
	
.over {
	color: #1a518e;
	}

/* === CONTAINER FULL RIGHT === */

#full_right{
	float: right;
	width: 805px;
}

.fullright_wrappy{
	width: 805px;
	clear: both;
	}

/* === FOOTER === */

#footer{
	width: 1088px;
	height: 25px;
	padding: 25px 0 0 0;
	background: url(images/footer_bg.jpg) top left no-repeat;
	text-align: center;
	font-size: 12px;
	color: #fff;
	font-weight: 500;
}

/* === RECCORD === */

table#reccord{
	border:1px solid #CCC;
	background: #a7a7a7;
	font-size: 11px;
}

table#reccord tr td.toprow{
	background: #e0e0e0;
	vertical-align: middle;
	}

table#reccord tr{
	background: white;
	}

table#reccord td{
	width: 89px;
	padding: 5px;
	/*background: #fff;*/
	vertical-align: top;
}

table#reccord td img{
	margin: 7px 0 0 0;
	}

/* === TOPPERS === */

table#toppers tr td{
	padding: 0 0 25px 0;
	}

table#toppers tr td img{
	margin: 0 0 3px 0;
	}

/* === CATEGORIES === */
.wrap > ul {
    margin-left: 20px;
}

.wrap {
    border: 1px solid #1a518e;
    border-radius: 5px;
    float: left;
    margin-right: 1%;
    padding: 5px;
    width: 30%;
	height:320px;
}
#que{
	width: 805px;
	clear: both;
	margin: 15px 0;
	background-color: #1a518e;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	border-radius: 15px;
	}

#que span{
	font-size: 26px;
	padding: 0 0 15px;
	display: block;
	font-weight: 200;
	}

#que_bottom{
	width: 100%;
	height: 100%;
	background: url(images/cats_que_bottom.jpg) bottom left no-repeat;
	}

#que_content{
	padding: 20px;
	}

#quesub{
	font-size: 14px;
	line-height: 20px;
	}

#cats_bwrap{
	width: 805px;
	margin: 22px 0 0 0;
	clear: both;
	overflow: hidden;
	font-size: 11px;
	line-height: 18px;
	}

#cats_bwrap_left{
	float:left;
	width: 257px;
	}

/* Small wrap */

.cats_swrap{
	width: 257px;
	margin: 0 0 10px 0;
	background: url(images/cats_swrap_bg.jpg) top left repeat-y;
	}

.cats_swrap_bottom{
	width: 100%;
	height: 100%;
	background: url(images/cats_swrap_bottom.jpg) bottom left no-repeat;
	}

.cats_swrap_content, .cats_lwrap_content{
	padding: 10px 20px;
	overflow: hidden;
	}

.cats_swrap_content span{
	color: #5888bc;
	}

.cats_swrap_content ul{
	margin: 15px;
	padding: 0;
	}

.cats_asls, .cats_merit{
	padding:24px 0 0 17px;
	width: 243px;
	height: 36px;
	background: url(images/cats_swrap_asls.jpg) no-repeat;
	}

.cats_merit{
	background: url(images/cats_swrap_merit.jpg) no-repeat;
	}

/* Large wrap */

.cats_lwrap{
	width: 535px;
	margin: 0 0 10px 0;
	background: url(images/cats_lwrap_bg.jpg) top left repeat-y;
	}

.cats_lwrap_bottom{
	width: 100%;
	height: 100%;
	background: url(images/cats_lwrap_bottom.jpg) bottom left no-repeat;
	}

.cats_lwrap_content_left{
	float: left;
	width: 230px;
	color: #5888bc;
	}

.cats_lwrap_content ul{
	float: right;
	width: 230px;
	padding: 0;
	}

.cats_que, .cats_queplus{
	padding:24px 0 0 17px;
	width: 518px;
	height: 36px;
	background: url(images/cats_lwrap_que.jpg) no-repeat;
	}

.cats_queplus{
	background: url(images/cats_lwrap_queplus.jpg) no-repeat;
	}

#cats_bwrap_right{
	float: right;
	width: 535px;
	}

/* === CERTIFICATE === */

#certificate{
	width: 761px;
	height: 199px;
	padding: 20px;
	margin: 0 0 20px 0;
	background: url(images/certificate_roundbg.png) top left no-repeat;
	clear: both;
	overflow: hidden;
}

#certificate .left{
	float: left;
	font-size: 18px;
	line-height: 35px;
}

#certificate h1{
	font-size: 25px;
	color: #19518e;
	margin: 0 0 20px 0;
	padding: 0;
}

#certificate img{
	float: right;
	margin: 10px 20px 0 0;
}

/* === CONTACT === */

#vestigingen{
	width: 221px;
	float:left;}

#contactform{
	float: right;
	margin: 0 0px 0 0;
	width: 430px;
	}

#contactform .wrappy{
	clear: both;
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
	overflow: hidden;
	}

#contactform .wrappy .left{
	float: left;
	width: 125px;
	}

#contactform .wrappy .right{
	float: right;
	width: 260px;
	}

#contactform .wrappy .right .left{
	float: left;
	width: 20px;
	}

#contactform .wrappy .right .right{ float: left; padding:3px 0 0 3px; width: 230px;}

#contactform label{
	display: block;
	width: 125px;
	text-align: right;
	}
	
#contactform input{
	width: 19px;
	height: 23px;
	margin: 0;
	padding: 0 0 0 3px;
	background: #f0f0f0;
	border: none;
	border: 1px solid #e5e5e5;
	}

#contactform input.other{
	width: auto;
	height: auto;
	margin: 3px 0 0 0;
	background: none;
	border: none;
	}

#contactform input#send{
	background: #19518e;
	width: 70px;
	color: #fff;
	margin: 0;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari, Chrome */
	border-radius: 5px; /* universal */
	}

#contactform select{
	float: right;
	width: 260px;
	height: 23px;
	margin: 0;
	padding: 0;
	background: #f0f0f0;
	border: none;
	border: 1px solid #e5e5e5;
	}

#fastcontact{
	width: 450px;
	height: 250px;
	clear:both;
	background: url(images/fastcontact_bg.jpg) top left repeat-y;
	}

#fastcontact_top{
	width: 100%;
	height: 100%;
	background: url(images/fastcontact_top.jpg) top left no-repeat;
	}

#fastcontact_bottom{
	width: 100%;
	height: 100%;
	background: url(images/fastcontact_bottom.jpg) bottom left no-repeat;
	}

#fastcontact .wrappy{
	float: left;
	width: 120px;
	padding: 50px 10px 10px 10px;
	}

#fastcontact .wrappy span{
	color: #19518e;
	font-weight: bold;
	}

#fastcontact #mail{
	clear: both;
	display: inline;
	padding: 5px;
	margin: 0 0 0 20px;
	font-size: 14px;
	background: #fff;
	}

#contact_pusher{
	width: 80px;
	height:1px;
	float: right;
	}

/* === DETAILS === */

#thumbnails{
	float: left;
	width: 365px;
	}

/* === THUMBS JQUERY === */

/* Picture slides */
.picture-slides-disabled {
	color: #eee;
}

.picture-slides-container {
	margin-bottom: 2em;
}

.picture-slides-dimmed-background .navigation-controls {
	-moz-border-radius : 0 0 5px 5px;
	-webkit-border-top-left-radius : 0;
	-webkit-border-top-right-radius : 0;
	-webkit-border-bottom-left-radius : 5px;
	-webkit-border-bottom-right-radius : 5px;
}

.picture-slides-dimmed-background .picture-slides-image-text {
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-top-left-radius : 5px;
	-webkit-border-top-right-radius : 5px;
	-webkit-border-bottom-left-radius : 0;
	-webkit-border-bottom-right-radius : 0;
}

.picture-slides-fade-container {
	position: relative;
	overflow: hidden;
	z-index: 1002;
}

.picture-slides-fade-container a {
	display: block;
	height: 334px;
	text-align: center;
	margin-bottom: 10px;
}

.picture-slides-fade-container a img {
	-moz-box-shadow: 5px 5px 10px #000;
	-webkit-box-shadow: 5px 5px 10px #000;
}

.picture-slides-image-load-fail {
	display: none;
}

.picture-slides-thumbnails {
	list-style: none;
	margin-top: 8px;
	padding: 0;
	overflow: hidden;
}

.picture-slides-thumbnails li {
    border-radius: 10px 10px 10px 10px;
    float: left;
    height: 65px;
    margin: 0 7px 0 0;
    overflow: hidden;
    width: 86px;
}

.picture-slides-thumbnails li.last{
	margin: 0;
	}

.picture-slides-thumbnails li img {
	width: 86px;
	/*height: 86px;*/
}

.picture-slides-thumbnails a {
	outline: none;
}

.picture-slides-thumbnails li .picture-slides-selected-thumbnail img {
	width: 86px;
	background: #ea9d80;
	-moz-border-radius:10px;
	-webkit-border-radius: 10px;
}

.picture-slides-dim-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.8;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 (and 9, 10, 11?). Don't miss the added quotes */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	z-index: 1000;
	display: none;
}

/* === END JQUERY THUMBNAILS === */

#info{
	float: right;
	width: 420px;
	line-height: 18px;
	}

#info h2{
	line-height: 20px;
	}

/* fw=fullwidth */

.details_fw{
	margin: 10px 0 10px 0;
	clear: both;
	width: 410px;
	overflow:hidden;
	}

.details_fw .left{
	width: 140px;
	float: left;
	}

.details_fw .right{
	width:260px;
	float: right;
	}

#details_bottom{
	width: 410px;
	margin: 50px 0 0 0;
	clear: both;
	}

table#price{
	margin: 10px 0 0 0;
	background: #737373;
	}

table#price td{
	background: #fff;
	padding: 0 0 0 5px;
	width: 80px;
	height: 85px;
	vertical-align: top;
	}

table#price td .price{
	font-size: 20px;
	color: #19518e;
	padding: 20px 0 0 5px;
	}

#details_bottom .left{
	float: left;
	width: 180px;
	}

#details_bottom .right{
	float: right;
	width: 220px;
	}

.wrappy .left_full{
	width: 300px;
	margin: 20px 0 0 0;
	float: left;
	}

a.linkbutton{
	display: block;
	float: left;
	width: 100px;
	height: 20px;
	margin: 0 10px 0 0;
	padding:4px 0 0 0;
	text-align: center;
	background: url(images/details_link_bg.png) top left no-repeat;
	color: #fff;
	text-decoration: none;
	}

a.linkbutton:hover{
	font-weight: bold;
	}
	
/*Extra*/
.machines{font-size:11px !important;color:#19518E !important;padding-left:35px !important; line-height:10px;}
.selected{background-color:#8ca8c6;}
table#toppers tr td{padding: 0 0 15px 0;}
table#toppers tr td img{margin: 0 0 3px 0;}
.toppers{width:136px;}
.toppers img{margin-top:10px;}
.toppers p{width:100px;padding:2px 0;text-align:center;margin:5px;}
/*admin*/
#contenido table th{padding:5px 0 5px 5px;text-align:left;}
#contenido table td{padding:5px 0 5px 5px;border-bottom:solid 1px black;border-right:solid 1px black;}

#large_images {
    border-radius: 10px 10px 10px 10px;
    overflow: auto;
}
