/* --------------------------------------------------------------

   Reset

-------------------------------------------------------------- */

html {
  margin:0;
  padding:0;
  border:0;
}

body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* This helps to make newer HTML5 elements behave like DIVs in older browers */
article, aside, details, figcaption, figure, dialog,
footer, header, hgroup, menu, nav, section {
    display:block;
}

/* Line-height should always be unitless! */
body {
  line-height: 1.5;
  background: white;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table {
  border-collapse: separate;
  border-spacing: 0;
}
/* float:none prevents the span-x classes from breaking table-cell display */
caption, th, td {
  text-align: left;
  font-weight: normal;
  float:none !important;
}
table, th, td {
  vertical-align: middle;
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ''; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

/* Remember to define your own focus styles! */
:focus { outline: 0; }






/* --------------------------------------------------------------

   Typography

-------------------------------------------------------------- */

/* Default font settings.
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */

@font-face {
    font-family: 'MuseoSans500';
    src: url('../fonts/museosans_500-webfont.eot');
    src: url('../fonts/museosans_500-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/museosans_500-webfont.woff') format('woff'),
         url('../fonts/museosans_500-webfont.ttf') format('truetype'),
         url('../fonts/museosans_500-webfont.svg#MuseoSans500') format('svg');
    font-weight: normal;
    font-style: normal;
}

html { font-size:100.01%; }

body {
	font-family: 'MuseoSans500', Helvetica, sans-serif;
	font-size: 87.5%;
	line-height: 1.4;
	color: #ffffff;
}



/* Headings */

h1 { 
	font-size: 3em; 
	line-height: 1; 
	margin-bottom: 0.5em; 
}

h2 { 
	font-size: 2em; 
	margin-bottom: 0.75em; 
}

h3 { 
	font-size: 1.5em; 
	line-height: 1;
	/*margin-bottom: 1em;*/ 
	margin: 0 0 5px 0;
}

h4 { 
	font-size: 1.2em; 
	line-height: 1.25; 
	margin: 0 0 5px 0;
}

h5 { 
	font-size: 1.1em; 
	margin-bottom: 1em; 
}

h6 { 
	font-size: 1em;
}

.highlight {
	font-size: 1.2em;
	line-height: 1;
	color: #000000;
}




/* --------------------------------------------------------------

   Layout

-------------------------------------------------------------- */

body { 
	background: #121212;
}

a {
	color: #336666;
	text-decoration: none;
	/*line-height: 1.2;*/
}

#container { 
	width:800px; 
	height: 100%;
	margin: 0 auto;
}

.main {
	width: 300px;
	float: left;
	margin: 10px;
	padding: 5px 10px 20px 10px;	
}

.home {
	width: 320px;
	color: #4a1618;
}

.fb-like {
	width: 200px;
	float: left;
	margin: 10px 0 0 0;
}

#steps {
	margin-left: 240px;
	clear: both;
}

#steps img {
	margin-right: 10px;
}

.extensions_01 {
	background: url('../img/extensions_mainbg.png');
}

.extensions_02 {
	margin-left: 240px;
	background: url('../img/extensions_mainbg.png');
}

#header h1 {
	float: left;
}

#witblok_home {
	width: 230px;
	height: 120px;
	float: left;
	margin-left: 10px;
	background: url('../img/witblok_home.png') no-repeat left top;
}

#witblok_extensions {
	width: 220px;
	height: 102px;
	float: left;
	margin-left: 10px;
	padding: 18px 0 0 10px;
	font-size: .9em;
	line-height: 1.3em;
	background: url('../img/witblok_bg.png');
}

#witblok_prijslijst {
	width: 230px;
	height: 120px;
	float: left;
	margin-left: 10px;
	background: url('../img/witblok_prijslijst.png') no-repeat left top;
}

#subheader {
	width: 230px;
	height: 30px;
	float: left;
	margin-top: 10px;
	background: url('../img/subheader.png') no-repeat left top;
}

#subheader h2 {
	text-indent:-9999px;	
}

.right {
	float: right;
}

.indent {
	text-indent: -9999px;
}

.grey {
	color: #626262;
}






/* --------------------------------------------------------------

   Neon Logo

-------------------------------------------------------------- */

#neonText span{
	width:230px;
	height:120px;
	position:absolute;
	left:0;
	top:0;
	background:url('../img/boshaar_logo.jpg') no-repeat left top;
}

span#version1{
	z-index:100;
}

span#version2{
	background-position:left bottom;
	z-index:99;
}

#neonText{
	height:120px;
	margin:0px auto 0;
	position:relative;
	width:230px;
	text-indent:-9999px;
}






/* --------------------------------------------------------------

   Navigation Sprite

-------------------------------------------------------------- */

#navigation {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#navigation li {
	float: left;
  	margin-left: 10px;
}

#navigation a * {
  	display: none;
}

#navigation a,
#navigation a .hover {
	height: 120px;
    position: relative;
    display: block;
    background: url('../img/navigatie.png') 0 0 no-repeat;
}



/* individual navigation items */

#navigation a#home {
  	background-position: 0 0;
  	width: 100px;
}

#navigation .highlight a#home:hover,
#navigation a#home .hover {
  	background-position: 0 -120px;
  	width: 100px;
}

#navigation .current a#home {
	background-position: 0 -120px;
	width: 100px;
}

#navigation a#extensions {
  	background-position: 0 0;
  	width: 100px;
}

#navigation a#extensions {
  	background-position: 0 0;
  	width: 100px;
}

#navigation .highlight a#extensions:hover,
#navigation a#extensions .hover {
  	background-position: 0 -120px;
  	width: 100px;
}

#extensions {
	width: 100px;
	height: 120px;    
	background: url('../img/navigatie.png') 0 0 no-repeat;
	background-position: 0 -120px;

}
	

#navigation a#prijslijst {
  	background-position: -110px 0;
  	width: 100px;
}

#navigation .highlight a#prijslijst:hover,
#navigation a#prijslijst .hover {
  	background-position: -110px -120px;
  	width: 100px;
}

#navigation .current a#prijslijst {
	background-position: -110px -120px;
	width: 100px;
}

#navigation a#produkten {
  	background-position: -220px 0;
  	width: 100px;
}

#navigation .highlight a#produkten:hover,
#navigation a#produkten .hover {
  	background-position: -220px -120px;
  	width: 100px;
}

#navigation .current a#produkten {
	background-position: -220px -120px;
	width: 100px;
}






/* --------------------------------------------------------------

   Organic Tabs

-------------------------------------------------------------- */


/* Generic Utility */

.hide { position: absolute; top: -9999px; left: -9999px; }



/* Specific */

#tabs { 
	width: 320px;
	margin: 10px; 
	float: left; 
} 

#tabs .list-wrap { 
	background: url('../img/mainbg.png') repeat-x left top; 
	float: left; 
	margin: 0 0 15px 0; 
}

#tabs ul { 
	width: 320px; 
	list-style: none; 
}

#tabs ul li { 
	margin: 10px; 
}

#tabs ul li a { 
	display: block; 
	border-bottom: 1px solid #666; 
	padding: 0px; 
	color: #666; 
}

#tabs ul li a:hover { 
	background: #333; 
	color: white; 
}

#tabs ul li:last-child a { 
	border: none; 
}

#tabs .nav { 
	overflow: hidden; 
}

#tabs .nav li { 
	width: 100px; 
	height: 30px; 
	float: left; 
	margin: 0 10px 0 0; 
}

#tabs .nav li.last { 
	margin-right: 0; 
}

#tabs .nav li a { 
	display: block; 
	padding: 5px; 
	text-decoration: none; 
	background: url('../img/tabbg.png'); 
	color: #939393; 
	text-align: center; 
	border: 0; 
}

#tabs li a.current,#tabs li a.current:hover { 
	text-decoration: none; 
	background: url('../img/tabbg_cur.png') !important; 
	color: #ffffff;
}

#tabs .nav li a:hover, #tabs .nav li a:focus { 
	text-decoration: none; 
	background: #6a5907;
}






/* --------------------------------------------------------------

   Slideshow Produkten

-------------------------------------------------------------- */

.slideshow { 
	display: inline;
	float: left;
	height: 120px; 
	width: 230px; 
	margin-left: 10px; 
}