/*----------------------------------------------*/
/*--[ CSS Guido Gijs 2006, copyright Robarov ]--*/
/*----------------------------------------------*/

* {
	font-size:100%;
	margin:0;
	padding:0;
	}

body {
	background: #82b14b url(../i/layout/bg-body.jpg) 0 0 repeat-x;
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.5em;
	text-align: center;
	}



/*--[ common ]----------------------------------------------------------------*/
h1, h2, h3, h4 {
    font-family: Palatino, "Palatino Linotype", "Book Antiqua", Georgia, serif;
    font-weight: bold;
    }
h1 {
    font-size: 26px;
    line-height: 30px;
	margin: 10px 20px 15px;
	}

h2 {
	margin: 0 20px 10px;
	font-size: 1.6em;
	letter-spacing: 2px;
	}
h3 {

	margin: 0 20px 6px;
	color: #508d0a;
	font-size: 18px;
	line-height: 20px;
	}
h4 {
	margin: 0 20px 4px;
	font-size: 1.0em;
	color: #8c8c8c;
	}
	h4 span {
		color: #e1181f;
	}
p {
	margin: 0 20px 10px;
	}

ol {
	margin: 0 30px 15px;
	}

 ul {
	margin: 0 20px 15px;
	}
	ul li {
		background: url(../i/layout/bullet.gif) 0 0.7em  no-repeat;
		list-style-type: none;
		padding:0 0 0 14px;
		}
dl {
	margin: 0 20px 15px;
	}
	dt {
		font-weight: bold;
	}
a {
	color: #63ac0e;
	}
	a:hover {
		text-decoration: none;
		color: #508d0a;
		}
img {
	border: none;
	margin: 0 20px 10px;
	padding: 4px;
	border: 1px solid #ddd;
	background: #fff;
	}
.left { float: left; }
.right { float: right; }
.alignleft {
	margin: 0 15px 5px 20px;
	float: left;
	}
.alignright {
	margin: 0 20px 5px 15px;
	float: right;
	}
.highlight { /* highlight important text */
	background: #FFC;
	}
.clear { /* clear floated divs */
	clear: both;
	}
.hide{ /* hides text from broswer */
	position:absolute;
	left:-9999px;
	width:0px;
	overflow:hidden;
	}
.info {
	padding:10px 20px;
	background: #f8f3eb;
	border: 1px solid #ddd1bd;
	color: #88736d;
	}

table {
    margin: 0 20px 15px;
    width: 500px;
    border-collapse: collapse;
}
td {
    border-bottom: 1px solid #eee;
    padding: 2px 5px;
}
td.nb { border-bottom-color: #fff; }

td strong { color: #508d0a; }


/*--[ container ]----------------------------------------------------------------*/
#container {
	width: 770px;
	margin: 0 auto;
	text-align: left;
	}

/*--[ header ]----------------------------------------------------------------*/
#header {
	background: #fff url(../i/layout/bg-header.gif) 0 0 no-repeat;
	width: 770px;
	height: 75px;
	margin: 10px 0;
	}
	#header h2 {
		background: url(../i/layout/logo.gif) 0 0 no-repeat;
		margin: 0px;
		width: 360px;
		height: 75px;
		}

	#header h2 a {
		text-indent: -9000em;
		overflow: hidden;
		width: 75px;
		height: 75px;
		display: block;
		text-decoration: none;
		float:left;
	}

/*--[ nav ]----------------------------------------------------------------*/
#nav {
	background: #fff url(../i/layout/nav.jpg) bottom left no-repeat;
	width: 220px;
	padding: 20px 0 400px 0;
	margin-bottom: 10px;
	float: left;
	}
#nav ul {
	position: relative;
	width: 200px;
	margin-left: 0px;
	}
#nav li{
	background: url(../i/layout/nav.gif) 0 0 no-repeat;
	width: 200px;
	padding: 0px;
	}
#nav a {
	background: url(../i/layout/nav.gif) 0 0 no-repeat;
	display: block;
	font: 16px/35px Palatino, Times, serif;
	width: 160px;
	float: left;
	padding-left: 40px;
    text-decoration: none;
    color: #010101;
	}

#nav a:hover, #nav .active a {
    background-position: 0 -35px;
    color: #010101;
}

/*--[ content ]----------------------------------------------------------------*/
#content {
	background: #fff url(../i/layout/bg-content.jpg) bottom left repeat-x;
	width: 540px;
	float: right;
	padding: 16px 0 60px 0;
	margin: 0 0 10px 10px;
	}
#splash {
	background: #82b14b url(../i/layout/bg-splash.jpg) top center no-repeat;
}
#splash #container {
    background: url(../i/layout/bg-container-splash.jpg) 0 0 no-repeat;
    margin: 360px auto 0 auto;
    height: 230px;
    width: 500px;
}
#splash #header {
    background: none;
    height: 130px;
    position: relative;
    width: 500px;
}
#splash #header h2 {
    background: url(../i/layout/logo-splash.gif) 0 0 no-repeat;
    top: 35px;
    position: absolute;
    left: 40px;
}
#splash #content {
    background: none;
    float: none;
    height: 40px;
    width: 420px;
    margin: 0;
    padding: 10px 40px;
}
h2.go {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 40px;
    width: 200px;
    text-transform: uppercase;
}
h2.go a {
    background: #7ba847 url(../i/layout/bg-go.gif) 0 0 no-repeat;
    display: block;
    height: 40px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    width: 200px;
}
h2.go a:hover {
    background: #548120 url(../i/layout/bg-go.gif) 0 -40px no-repeat;
}



/*--[ kwaliteit ]----------------------------------------------------------------*/
#quality {
	margin: 0 0 10px 60px;
}
#quality li {
	background: none;
	margin: 0 0 10px 0;
	padding: 0px;
	}
#quality h3 {
	font-size: 1.0em;
	margin: 0 0 4px 0;
}
#quality h3 span {
	color: #666;
	font-weight: normal;
}
#quality .float {
	width: 240px;
	float: left;
	display: inline;
	}
	#quality .float img {margin: 0px;}

#quality .block {
	clear: both;
	}
#quality .block img {
	float: left;
	margin: 0 0 10px 0;
	}
#quality .block img.r {
	float: left;
	margin: 0 0 10px 50px;
	}

/*--[ promoties ]----------------------------------------------------------------*/
.promo {
	display: block;
	position: relative;
}
.promo img {position: relative;}
.promo p {
	position: absolute;
	top: 40px;
	right: 38px;
	margin: 0px;
	padding: 5px 10px;
	background: #fff;
	border: 1px solid #ddd;
	text-align: center;
	z-index: 10;
}
.promo p span {
	font-size: 1.2em;
	color: #508d0a;
	display: block;
}


/*--[ assortiment ]----------------------------------------------------------------*/
#stock li {
	width: 220px;
	float: left;
	display: inline;
	font-size: 1.2em;
}
#stock-list li {
/*
	width: 230px;
	margin-right: 20px;
	float: left;
	display: inline;
	padding: 0px;
	background: none;
	border-bottom: 1px solid #ddd;
*/
	padding: 0px;
	background: none;

}


/*--[ contact ]----------------------------------------------------------------*/
form {margin: 0 0 10px 20px;}
label {
	font-weight: bold;
	cursor: pointer;
	}
form div {margin-bottom: 0.6em;}
.input {width: 220px;}
.textarea{width: 480px;}
.float {
	float: left;
	margin-right: 20px;
}
.input span, .textarea span {
	display: block;
	width: 220px;
	background: #F3F3F3;
	padding: 4px;
}
.textarea span {width: 480px;}
.error, .input .error, .textarea .error {
	color: #c00;
	width: auto;
	display: inline;
	padding: 0px;
	background: transparent;
	}
input, textarea {
	font-family: "Lucida Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 4px;
	background: #fff;
	border: 1px solid #A7A7A7;
	width: 210px;
	}
fieldset {border: 0px;}

textarea {
	display: block;
	overflow: auto;
	height: 85px;
	width: 470px;
}

.submit input, .button {
	background: url(../i/layout/bg-button.gif) 0 0 no-repeat;
	width: 105px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	float: right;
	display: inline;
	color: #fff;
	padding: 0px;
	border: 0px;
	cursor: pointer;
	font-size: 1em;
	margin: 0 30px 0 20px;
	}
	.button {
	margin: 20px 40px 0 0;
	}
	.button a, .button a:hover {
		display: block;
		color: #fff;
		text-decoration: none;
	}

form p {
	color: #666;
	margin: 0px;
	line-height: 30px;
	text-align: right;
}

#attention, #success {
	background: #F5DC63;
	border: 1px solid #D29C34;
	margin: 0 20px 15px;
	padding: 5px;
}
#attention h3, #success h3 {color: #585858;}
#success {
	background: #86D958;
	border: 1px solid #229322;
}
#attention div, #success div {
	background: #fff url(../i/layout/icon-attention.gif) 10px 10px no-repeat;
	margin: 0px;
	padding: 15px 20px 10px 40px;
}
#success div {
	background: #fff url(../i/layout/icon-success.gif) 10px 10px no-repeat;
}
#attention ul, #success p {margin: 0 20px;}

#contact #content dl {
	float: left;
	display: inline;
	width: 220px;
}

/*--[ footer ]----------------------------------------------------------------*/

#hours {
    background: #fff;
    border-bottom: 1px solid #eee;
    float: left;
    clear: both;
    padding: 25px;
    padding-bottom: 25px;
    width: 720px;
}
#hours dl {
    float: left;
    margin: 0;
    width: 180px;
}
#hours h3 {
    font-size: 14px;
    text-transform: uppercase;
    margin: 0;
}


#footer {
	background: #fff url(../i/layout/bg-footer.gif) 0 0 no-repeat;
	height: 75px;
	line-height: 75px;
	padding-right: 20px;
	text-align: right;
	font-size: 0.9em;
	clear: both;
	margin: 0 0 10px 0;
	}
#promo {
	background: #fff url(../i/layout/bg-box.gif) bottom left repeat-x;
	width: 770px;
	height: auto;
	float: left;
	display: inline;
	margin: 0;
	margin-bottom: 0;
	padding-top: 10px;
}

