@charset "UTF-8";

/* --------------------------------------------

	COLORS
	-------------------------------------------
	black: 			#02161f
	dark blue:		#006699
	blue:			#0099cc
	light blue:		#89b8d1 
	grey blue:		#cce0eb
	
	CHAPTERS
	-------------------------------------------
	1.	CSS reset
	2.	Page building
	3.	Navigation
	4.	Text
	5.	Blocks
	6.	Slider
	7.	Links
	8.	Footer
	9.	Forms
	*.	Helpers
	
	
	
	1. CSS RESET v1.0 | 20080212 (meyerweb.com)
-------------------------------------------- */

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, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* --------------------------------------------
	2. PAGE BUILDING
-------------------------------------------- */

body {
	background: #404040 url(img/body_bg.gif) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #cccccc;
}

#container {
	width: 950px;
	margin: 0 auto;
	padding: 0 0 50px 0;
	overflow: hidden;
}

#header {
	height: 90px;
	border-bottom: 1px solid #939393;
	overflow: hidden;
	margin: 0 0 15px 0;
	
}
#header #logo {
	float: left;
	width: 97px;
	height: 44px;
	background: url(img/logo_lenm.gif) no-repeat;
	margin: 26px 0 0 20px;
	display: inline;
	
}
#header #logo h1 {
	width: 97px;
	height: 44px;
	overflow: hidden;
	cursor: pointer;
}
#header #nav {
	float: right;
	margin: 50px 20px 0 0;
}

#content {
	clear: both;
	width: 950px;
	overflow: hidden;
	padding: 0 0 40px 0;
}

#footer {
	clear: both;
	border-top: 1px solid #939393;
	color: #999999;
}

/* --------------------------------------------
	3. Navigation
-------------------------------------------- */

#header #nav ul { }

#header #nav ul li {
	float: left;
	margin: 0 0 0 10px;
}
#header #nav ul li a {
	display: block;
	height: 21px;
}
#header #nav ul li a.home {
	width: 59px;
	background: url(img/nav_home.gif) 0px 0px no-repeat;
}
#header #nav ul li a.home:hover {
	background: url(img/nav_home.gif) 0px -21px no-repeat;
}
#header #nav ul li a.producten {
	width: 88px;
	background: url(img/nav_producten.gif) 0px 0px no-repeat;
}
#header #nav ul li a.producten:hover {
	background: url(img/nav_producten.gif) 0px -21px no-repeat;
}
#header #nav ul li a.contact {
	width: 70px;
	background: url(img/nav_contact.gif) 0px 0px no-repeat;
}
#header #nav ul li a.contact:hover {
	background: url(img/nav_contact.gif) 0px -21px no-repeat;
}
#header #nav ul li a span {
	display: none;
}


/* --------------------------------------------
	4. Text
-------------------------------------------- */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 20px;
	margin: 0 0 10px 0;
}
#logo h1 {
	text-indent: -5000px;
	padding: 0;
	margin: 0;
	border: none;
}

h1.txt_licht_en_meubels_amsterdam { 
	background: url(img/txt_licht_en_meubels_amsterdam.gif) no-repeat; 
	text-indent: -100em; 
	overflow: hidden;
}
h1.txt_opening_pasen_2009 { 
	background: url(img/txt_opening_pasen_2009.gif) no-repeat; 
	text-indent: -100em; 
	overflow: hidden;
}
h1.txt_licht_en_meubels_bv {
	background: url(img/txt_licht_en_meubels_bv.gif) no-repeat; 
	text-indent: -100em; 
	overflow: hidden;
}
h1.txt_openingstijden {
	background: url(img/txt_openingstijden.gif) no-repeat; 
	text-indent: -100em; 
	overflow: hidden;
}

p {
	margin: 0 0 15px 0;
}

#content ul {
	margin: 0 0 20px 0;
}
li span.label {
	width: 100px;
	float: left;
}
#content strong {
	color: #FFFFFF;
}

/* --------------------------------------------
	5. Blocks
-------------------------------------------- */
.half_colm {
	width: 435px;
	float: left;
	margin: 40px 0 0 20px;
}
#footer .half_colm {
	margin: 20px 0 0 20px;
}
.half_colm_wide {
	width: 455px;
	float: left;
	margin: 40px 0 0 20px;
}



/* --------------------------------------------
	6. Slider
-------------------------------------------- */

#slider {
    width: 950px;
    margin: 0 auto;
	padding: 0 0 30px 0;
    position: relative;
	overflow: hidden;
	border-bottom: 1px solid #939393;
}

.scroll {
    height: 550px;
    width: 920px;
    overflow: hidden;
    position: relative;
	margin: 0;
	float: left;
}

.scroll_container div.panel {
    padding: 0px;
    height: 550px;
    width: 950px;
	position: relative;
}
.scroll_container div.panel .foto img {
	margin: 5px;
}
.scroll_container div.panel .foto .overlay {
	position: relative;
	top: -550px;
	background: url(img/shadow_overlay.png) no-repeat;
	width: 920px;
	height: 550px;
	z-index: 100;
}
.slide_navigation {
	float: right;
	padding: 30px 0 0 0;
}

ul.navigation {
	display: none;
}

.scrollButtons {
    cursor: pointer;
}

.scrollButtons.left {
	margin: 225px 5px 0 0;
}

.scrollButtons.right {
	margin: 225px 0 0 5px;
}


/* --------------------------------------------
	7. Links
-------------------------------------------- */
a {
	color: #CCCCCC;
}
a:hover {
	color: #FFFFFF;
}


/* --------------------------------------------
	*. HELPERS
-------------------------------------------- */
.stroke {
	margin: 22px 0px;
	height: 1px;
	background: #cce0eb;
	width: 100%;
	overflow: hidden;
}
.gutter {
	clear: both;
	height: 22px;
	width: 100%;
	overflow: hidden;
}
.left {
	float: left;
}
.right {
	float: right;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}
.no_padding {
	padding: 0 !important;
}
.no_margin{
	margin: 0 !important;
}
.small {
	font-size: 11px;
	font-weight: normal;
}