/*
	NOTEBOOM.BE
	@copyright	In2red & Chilli
	@author	Tom Vanden Berghe <tom@in2red.be>
*/


/**
 * CLEAR & FIXES
 * _____________________________________________
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}



body{
	background:#0f0404 url(../images/layout/bg.jpg) no-repeat center top;
	font-family: Arial, sans-serif;
	font-size:11px;
	color:white;
}

h1 {
	font-size: 24px;
	font-weight:normal;
	color:#fff;
}

h2 {
	background-color:#261e1d;
	padding:0px;
	margin:0px;
	font-size:11px;
	text-transform:uppercase;
}

h3 {
	font-size: 10px;
	font-weight:normal;
	color:#d2d0d0;
	background:url(../images/layout/li-overview-bg.gif) no-repeat left;
	padding-left:18px;
	margin-bottom:10px;
	text-transform:uppercase;
}

h4 {
	font-size: 14px;
	font-weight:normal;
	color:#fff;
}

h5 {
	font-size: 12px;
	font-weight:normal;
	color:#fff;
}

p {
	font-size:11px;
}

strong{font-weight:700; color:#46AAFF;}

a{
	color: #fff;
	text-decoration:none;
	outline: none;
}

a:hover{
	color: #fff;
	text-decoration:none;
}

p a:hover{
	color: #fff;
	border-bottom:#6e6767 solid 1px;
}

.underline a{border-bottom:#6e6767 solid 1px;}
.underline a:hover{border-bottom:none;}

.clear{clear:both;}
.hidden{display:none;}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}


span.form-error {
	padding: 2px 0;
	font-size: 13px;
	display: block;
	color: #CC0000;
	margin-left:100px;
}










/**
 * WRAPPERS & STRUCTUR
 * _____________________________________________
 */


#containerWrapper{
	width:863px;
	margin:0 auto;
}

#containerHeader{
	height:134px;
}

#containerFooter{
	margin-bottom:30px;
}


#containerContent{
	margin:14px 0 0 0;
}

#containerContent #left {
	position:absolute;
	width: 265px;
	margin: 0px;
	padding: 0px;
}

#containerContent #content {
	padding: 0;
	padding: 0 0 0 293px;
}






/**
 * GENERAL & HEADER
 * _____________________________________________
 */

h1 a{
 	width: 267px;
	height: 134px;
	background-color:#fff;
	position: absolute;
	margin:0px;
	padding:0px;
	margin-left:0px;
 	background: transparent url(../images/layout/logo.jpg) no-repeat top left;
	text-indent: -9999px;
}

hr{
	background:url(../images/layout/dotted-line.gif) repeat-x;
	height:1px;
	border:none;
	margin:10px 0;
}

u{border-bottom:#a6a2a2 solid 1px; text-decoration:none;}


#containerHeader p{
	padding-left:291px;
	padding-top:92px;
	text-transform:uppercase;
}

#containerHeader p span{
	color:#716a6a;
	padding:0 4px;
}










/**
 * CONTENT CONTAINERS
 * _____________________________________________
 */
 
 

#containerContent #content,#containerContent #content p a {
	color:#cfcecd;
}

#containerContent #content p a:hover{
	color:#fff;
}

 

#containerContent #content h2{
	padding:20px 20px 10px 20px;
	background-color:#261e1d;
	clear:both;
}


#containerContent #content p{
	line-height:18px;
	padding-bottom:15px;
	padding:10px 20px 10px 20px;
	background-color:#261e1d;
	clear:both;
}

#containerContent #content p.notext{
	padding:0px;
	background-color:transparent;
}

#containerContent #content p.intro{
	text-align:justify;
	font-style:italic;
}


#containerContent #content a.backlink{
	font-size:10px;
	background:url(../images/layout/backicon.gif) no-repeat left;
	padding-left:18px;
	
	text-transform:uppercase;
	color:#d2d0d0;
}

#containerContent #content a.backlink-right{
	margin-left:425px;
	position:absolute;
	display:block;
}

#containerContent #content a.backlink-back{
	position:absolute;
}

#containerContent #content a.backlink-prev2{
	position:absolute;
	background:none;
	padding-left:0px;
}

#containerContent #content a.backlink-next{
	margin-left:489px;
	position:absolute;
	display:block;
	background:none;
}

#containerContent #content a.backlink-prev{
	margin-left:425px;
	position:absolute;
	display:block;
	background:none;
}







#containerContent div#cms-content ul{
	background-color:#261e1d;
	padding:5px 20px 15px 30px;
	list-style:disc;
	list-style-position:outside;
}

#containerContent div#cms-content li{
	padding:2px 0;
}

#containerContent div#cms-content h3{
	background-color:#261e1d;
	clear:both;
	margin-bottom:0px;
	font-weight:700;
	background-image:none;
	padding-top:25px;
	
	/*
	font-size: 10px;
	font-weight:normal;
	color:#d2d0d0;
	background:url(../images/layout/li-overview-bg.gif) no-repeat left;
	padding-left:18px;
	margin-bottom:10px;
	text-transform:uppercase;*/
}


#containerContent #content img{margin-bottom:10px;}

#containerContent #content img.nobottom{margin-bottom:0px;}

#containerContent #content img.img_left{float:left;}
#containerContent #content img.img_middle{float:left; margin:0 9px;}
#containerContent #content img.img_right{float:right;}


ul#overview_2_coll li{
	width:265px;
	margin-right:20px;
}


ul#overview_3_coll li{
	width:173px;
}

ul.overview {
	padding:20px 0;
	list-style:none;
}

ul.overview li{	
	background:url(../images/layout/dotted-line.gif) repeat-x bottom left;
	padding:10px 0;
	float:left;
}

ul.overview li{
	width:173px;
	background:url(../images/layout/dotted-line.gif) repeat-x bottom left;
	padding:10px 0;
	float:left;
}

ul.overview li.middle{
	margin:0 25px;
}

ul.overview li a{
	display:block;
	background:url(../images/layout/li-overview-bg.gif) no-repeat left 5px;
	padding-left:10px;
	font-size:10px;
	text-transform:uppercase;
}

ul.overview li span{
	display:block;
	background:url(../images/layout/li-overview-bg.gif) no-repeat left 5px;
	padding-left:10px;
	font-size:10px;
	text-transform:uppercase;
	color:#64524f;
}

#contentboxleft{
	width:280px;
	float:left;
	margin:0px 0 8px 0;
}

#contentboxright{
	width:280px;
	float:right;
	margin:0px 0 8px 0;
}

#contentboxleft-special1{
	margin-top:10px;
}

#contentboxleft-special1 #contentboxleft{
	height:235px;
	background-color:#FFFCF9;
}

#contentboxleft-special1 #contentboxleft img{
	padding-top:20px;
}

#contentboxleft-special1 #contentboxright{
	height:240px;
}






/* START NEWSLETTER */
div.newsletterbox{
	background:url(../images/layout/newsletterbox_bg.gif) no-repeat top center;
	padding:20px 30px;
	margin:130px 0;

}

div.newsletterbox h4{
	font-size:11px;
	text-transform:uppercase;
	text-align:center;
	padding-bottom:8px;
}

div.newsletterbox p{
	color:#5a4a47;
	font-size:10px;
	text-align:center;
	padding:0px 0 8px 0;
	line-height:20px;
}

div.newsletterbox form input{
	width:95%;
	background-color:#2e2626;
	border:#797474 dotted 1px;
	color:white;
	/*text-transform:uppercase;*/
	text-align:center;
	padding:5px 5px;
	margin:3px 0;
	font-size:10px;
}

div.newsletterbox form input#submitbtn{
	border:none;
	width:100%;
}
/* END NEWSLETTER */





/* DETAIL MERK */


div#merk_detail_linkbox{
	background-color:white;
	width:258px;
	padding:25px 10px;
	text-align:center;
	float:left;
	margin:10px 0;
}

div#merk_detail_linkbox a{
	color:#645d5d;
	font-size:12px;
	text-transform:uppercase;
}

div#merk_detail_colorbox{
	background-color:white;
	width:242px;
	float:right;
	padding:25px 18px;
	margin:10px 0;
}

div#merk_detail_colorbox span{
	color:#645d5d;
	font-size:12px;
	text-transform:uppercase;
}

div#merk_detail_colorbox div#coloboxs{position:absolute; margin-top:-23px; margin-left:130px;}
div#merk_detail_colorbox div.colobox{width:30px; height:30px; float:left; margin:0 5px; padding:0px}


 
 /**
 * NAVIGATION
 * _____________________________________________
 */
 
#nav{
	background-color:#000;
	margin:0px;
	padding:0px;	
}

#nav li{
	padding-bottom:1px;
}

#nav li a{
	display:block;
	background:url(../images/layout/nav_bg.gif) no-repeat bottom left;
	padding:16px 0 16px 0;
	text-align:center;
	color:#64524f;
	text-transform:uppercase;
}

#nav li a:hover,#nav li.active a{
	color:white;
	background:url(../images/layout/nav_on_bg.gif) no-repeat bottom left;

}

#nav li.active ul li a,#nav li ul li a{
	background:url(../images/layout/subnav_bg.gif) no-repeat bottom left;
}

#nav li.active ul li a:hover{
	background:url(../images/layout/subnav_on_bg.gif) no-repeat bottom left;
}

#nav ul li a:hover,#nav ul li.active a{
	color:white;
	background:url(../images/layout/subnav_on_bg.gif) no-repeat bottom left;

}

#facebook{
	position:absolute;
	margin-top:10px;
	margin-left:430px;
}

#facebook{
	color:#C30;
}
 
 
 
 
 /**
 * FOOTER
 * _____________________________________________
 */







