/* Main settings */
html, body {
	background:#02a2ac url(../gfx/site/bg.png) no-repeat top center;
	height: 100%;
}
body {	
	
	font: 12px "Trebuchet MS", Tahoma, Verdana, sans-serif;
	color: #666;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}

/* Header */
#header {
	background: none;
	height: 67px;
	width: 900px;
	margin: 0 auto;
	padding: 0px;
	display: block;
}
#header #quality {	
	background: none;
	top: 3px;
	float: right;
	height: 13px;
	width: 600px;
	margin: 0;
	padding: 0 0 0 0;
	position: relative;
	text-align: right;
	display: block;
}
#header #quality img{
	margin: 0 0 0 10px	
}
#header a.logo {
	background: none;
	height: 67px;
	width: 228px;
	padding: 0;
	margin: 0;
	position: relative;
	float: left;
	display: block;
	text-indent: -9999px;
}

/* Menu */
#nav {
	background: url(../gfx/site/menu_bg.png) no-repeat bottom left;
	height: 44px;
	width: 900px;
	margin: 0 auto;
	padding: 0 0 0 0;
	text-align: right;
	position: relative;
	clear: both;
}
ul.nav {
	height: 44px;
	width: auto;
	margin: 0 auto;
	padding: 0 0 0 0;
	float: right;
	position: relative;
}
	ul.nav li {
		background:none;
		width: auto;
		height: 44px;
		display: block;
		margin: 0;
		float: left;
	}
	ul.nav li.active,
	ul.nav li:hover {
		background: url(../gfx/site/menu.png) no-repeat top right;	
	}
	ul.nav li a {
		background: none;
		display: block;
		font-size: 16px;
		font-weight: bold;
		color: #5c5c5c;
		width: auto;
		height: auto;
		padding: 18px 14px 0 14px;
		margin: 0;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		border:0;
	}
	
					
	ul.nav li.active a,
	ul.nav li:hover a {
		background: url(../gfx/site/menu_left.png) no-repeat top left;	
		color: #333;
		padding: 13px 14px 0 14px;
	}
/* wrapper */
#wrapper {
	background: #fff;
	height: auto;
	width: 896px;
	margin: 0 auto;
	padding: 0 2px;
	position: relative;
}

/* Content home*/
#wrapper #sidebar_home {
	background: none;
	height: auto;
	width: 227px;
	padding: 20px 26px 0 23px;
	margin: 0;
	position: relative;
	float: left;
	text-align: left;
}
	#wrapper #sidebar_home h1{
		font-size: 18px;
		color: #009999;
		font-weight: bold;
		margin: 0 0 21px 0;
	}
	#wrapper #sidebar_home p{
		margin-bottom: 20px;
	}
	
#wrapper #img {
	background:none;
	height: 196px;
	width: 620px;
	padding: 0;
	margin: 0;
	position: relative;
	float: right;
}
/* homepage contents */
#wrapper #home {
	background: #fff;
	height: auto;
	width: 854px;
	margin: 0 auto;
	padding: 0px 18px 25px 26px;
	position: relative;
	clear: both;
}
#wrapper #home #block1 {
	background: url(../gfx/site/24_uurs_block.png) no-repeat;
	width: 195px;
	height: 42px;
	padding: 138px 10px 0 20px;
	margin: 0 11px 0 0;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	display: block;
	float: left;
	color: #fff;
}
#wrapper #home #block1 a{
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	color: #fff;
}
#wrapper #home .segment {
	background: #dcdcdc;
	width: 140px;
	height: 180px;
	margin:  0 0 0 14px;
	padding:0;
	display: block;
	float: left;
}
#wrapper #home .segment h2{
	background: #02a2ac;
	width: 134px;
	height: 26px;
	display: block;
	padding: 6px 0 0 6px;
	color: #fff;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}
#wrapper #home .segment h2 a{
	color:#FFF;
}
#wrapper #home .segment p{
	width: 129px;
	height: 18px;
	display: block;
	padding: 14px 0 0 11px;
	color: #333;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}
#wrapper #home .segment a{
	color: #333;
	text-decoration: none;
}
/* CONTENT */

/* Subenu */
.subnav {
	height: auto;
	width: 225px;
	padding: 20px 26px 0 25px;
	margin: 0;
	position: relative;
	float: left;
	text-align: left;
	text-align: right;
	position: relative;
	display: block;
}
	.subnav ul li {
		width: 225px;
		height: 59px;
		display: block;
		margin: 0;
	}
		.subnav ul li.glas {
			background: url(../gfx/site/subnav_glas.png) no-repeat top right;	
		}
		.subnav ul li.sloten {
			background: url(../gfx/site/subnav_sloten.png) no-repeat top right;	
		}
		.subnav ul li.hardglas {
			background: url(../gfx/site/subnav_hardglas.png) no-repeat top right;	
		}
		.subnav ul li.ventilatie {
			background: url(../gfx/site/subnav_ventilatie.png) no-repeat top right;	
		}
	.subnav ul li a {
		background: none;
		display: block;
		font-size: 14px;
		font-weight: bold;
		color: #666;
		width: 163px;
		height: 41px;
		padding: 18px 0px 0 62px;
		margin: 0;
		text-align: left;
		text-decoration: none;
		text-transform: uppercase;
		border:0;
	}
	.subnav ul li a.active,
	.subnav ul li a:hover {
		color: #02a2ac;
	}

#wrapper #content {
	background: #fff;
	width: 600px;
	height: auto;
	margin: 0 0 0 0;
	padding: 21px 0 10px 0;
	display: block;
	float: left;
	color: #333;
}

body.offerte #wrapper #content {
	width:880px;
	padding-left:10px;
	padding-right:10px;
}
#wrapper #content p {
	margin-bottom: 12px;
}

#wrapper #content a {
	color: #333;
}
#wrapper #content a:hover {
}
#wrapper #content strong {
	font-weight: bold;
}
#wrapper #content em {
	font-style: italic;
}
#wrapper #content .underline {
	text-decoration: underline;
}
#wrapper #content ul {
	margin-left: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
	border: none;
}
#wrapper #content ol {
	list-style-type: decimal;
	margin: 0;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
	border: none;
}
#wrapper #content li {
	font-size: 11px;
	margin: 0px;
	margin-left: 5px;
	margin-top: 5px;
	padding: 0px;
}

#wrapper #content h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0.8em;
	text-align: left;
	color: #02a2ac;
}
#wrapper #content h3 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0.8em;
	text-align: left;
}
#wrapper #content h4 {
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 0em;
	text-align: left;
}
#wrapper #content .product {
	padding: 25px 0 0 0;
	clear: both;
}

#wrapper #content .product ul.thumb {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 158px;
}
#wrapper #content .product ul.thumb li {
	margin: 0;
	padding: 0 4px 0 0;
	margin: 0;
	position: relative;  /* Set the absolute positioning base coordinate */
	width: 158px;
	height: 158px;
}
#wrapper #content .product ul.thumb li img {
	width: 158px;
	height: 158px; /* Set the small thumbnail size */
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	position: absolute;
	left: 0;
	top: 0;
	padding: 1px;
	border: 1px solid #02a2ac;
}
#wrapper #content .product ul.thumb li img.hover {
	padding: 1px;
	border: 1px solid #02a2ac;

}
#wrapper #content .product  img {
	float: left;
	border: 1px solid #02a2ac;
}
#wrapper #content .product .info {
	width: 284px; 
	height: auto;
	padding: 0 23px 0 33px;
	display: block;
	float: left;
}


#wrapper #content .product .order_btn {
	width: 95px; 
	height: 30px;
	margin: 50px 0 0 0;
	display: block;
	float: left;
}
#wrapper #content .product .order_btn a {
	background: url(../gfx/site/btn.png) repeat-x;
	width: 78px; 
	height: 24px;
	padding: 6px 0 0 17px;
	color: #fff;
	text-decoration: none;
	display: block;
}
.sleutels_sloten #wrapper #content .product .info {
	width: 380px; 
}
.sleutels_sloten #wrapper #content .product .order_btn {
	display:none;
}
.ventilatieroosters #wrapper #content .product .info {
	width: 380px; 
}
.ventilatieroosters #wrapper #content .product .order_btn {
	display:none;
}
#wrapper #content .sample {
	margin: 0 0 0 20px;
	float: left;
	border: 0px;
	text-align: center;
}
/* Footer */
#footer {
	background: url(../gfx/site/footer.png) repeat-x;
	width: 880px;
	height: 25px;
	display: block;
	padding: 5px 18px 0 0;
	margin: 0 auto;
	color: #009999;
	font-size: 10px;
	clear: both;
}
#footer span{
	color: #009999;
	text-decoration: none;
}
#footer span.left {
	margin-left:212px;
}
#footer span.right{
	padding: 3px 0 0 0;
}
#footer a{
	color: #009999;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}
#footer img{
	margin: 0;;
}
/* Contct form */
.contact form {
	margin: 0;
	padding: 0;
}	
.contact input, option, select {
		border:1px solid #666;
		padding:0px;
		margin:0;
		width:205px;
		height: 16px;
		color: #4c4c4c;
		font-size: 12px;
		padding-top: 0px;
		padding-left: 6px;
		font-weight: bold;
	}
	.contact input.error{
		border:1px solid red;
	}
	span.error{
		margin: 0 0 0 7px;
		color: red;
		font-weight: bold;
	}
	.contact input.date {
		background:url(../gfx/site/date.jpg) no-repeat;
		border:0px;
		cursor:pointer;
		width: 32px;
		height: 18px;
		margin: 0;
		margin: -3px 0 0 0;
	}
	.contact input.adres {
		width:154px;
		margin-right: 3px;
	}	
	.contact input.nummer {
		width: 125px;
	}	
	.contact input.errornummer {
		width: 125px;
		border:1px solid red;
	}	
	.contact input.postcode {
		width:67px;
		margin-right: 3px;
	}
	.contact input.postcodeerror {
		width:67px;
		margin-right: 3px;
		border:1px solid red;
	}
	.contact select {	
		margin-right: 3px;
	}
    .contact select.tijd1 {
		width:104px;
	}
    .contact select.tijd1_error {
		width:104px;
		border:1px solid red;
	}
    .contact select.tijd2 {
		width:104px;
	}
    .contact select.tijd2_error {
		width:104px;
		border:1px solid red;
	}
	.contact input.error_postcode {
		width:67px;
		margin-right: 3px;
		border:1px solid red;
	}		
	.contact input.date_input {
		width:170px;
		margin-right: 3px;
	}	
	.contact input.errordate {
		width:170px;
		border:1px solid red;
		margin-right: 3px;
	}	
	.contact select {
		width:213px;
		height: 18px;
		font-weight: bold;
	}	
	.contact option {
		border: 0px;
		width:205px;
		height: 18px;
		font-weight: bold;
	}	
	.contact radio,
	.contact checkbox {
		border: 0px;
		width: 15px;
		height: 18px;
		font-weight: bold;
	}	
	.contact textarea {
		width: 205px;
		height: 125px;
		padding-left: 6px;
		border:1px solid #666;
		font-weight: bold;
		color: #4c4c4c;
	}
	.contact textarea.error {
		border:1px solid red;
	}
	.contact input.verstuurButton {
		background: url(../gfx/site/btn.png) repeat-x;
		border:0px;
		cursor:pointer;
		margin: 0;		
		width: 95px; 
		height: 30px;
		padding: 3px 17px 0 17px;
		color: #fff;
		text-decoration: none;
		display: block;

	}	
	.contact label {
		font-size: 12px;
		width: 150px;
		margin: 0;
		padding:0;
		display: block;
		float: left;
	}
	.contact label span{
		color: #ff0000;
	}

#product_table {
	width:100%;
	margin-bottom:10px;
	border-spacing:0;
}

#product_table input {
	width:auto !important;
}
#product_table select { 
	width:70px;
}

#product_table .ventilatierooster,
#product_table .maat {
	width:130px;
}

#product_table tr.firstRow td {
	padding-top:10px;
}

#product_table tr.secondRow td {
	padding-bottom:10px;
}

#ground,
#etage {
	width:auto !important;
	margin-right:5px;
	border:none !important;
}
#etagewelke {
	width:auto !important;
}

#elevator,
#elevator option {
	width:70px;
}

hr {
	border:1px solid #999;
	border-width:1px 0 0 0 ;
	margin:10px 0;
}

#message {
	width:420px;
}

.productCellLarge {
	width:160px;
}
.productCellSmall {

	width:120px;
	padding-left:5px;
}
.productCellLarge select,
.productCellSmall select {
	width:100% !important;
	padding:0 !important;
}

.productCellLarge select option,
.productCellSmall select option {
	width:auto!important;
	padding:0 !important;
}

tr.even {
	background-color:#DDD;
}

.contact_left,
.contact_right {
	float:left;
	width:50%;
}

#img img {
	margin:2px 0 0 0;
	}