/*
 *Common
 */
*
{
	text-shadow: none;
	text-shadow: #000 0 0 0;
	text-shadow: rgba(0,0,0,0.01) 0 0 0;
}

html, body
{
	margin: 0;
	padding: 0;
	height: 100%;
}

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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
}

.close
{
	clear: both;
}

ul
{
	margin-left: 15px;
}

ol
{
	margin-left: 20px;
}

a img
{
	border: none 0;
}

/*
 *Main
 */
body
{
	background: url(../media/images/body_bg.gif) repeat-x #252525;
}

div#header
{
	position: relative;
	width: 100%;
	height: 70px;
}

	div#headercontent
	{
		position: relative;
		margin: 0 auto;
		width: 960px;
		height: 70px;
		overflow: hidden;
	}
	
	div#main
	{
		position: relative;
		width: 100%;
		background-color: #787465;
	}
	
		div#maincontent
		{
			position: relative;
			padding: 0 0 30px 0;
			margin: 0 auto;
			width: 960px;
			background: url(../media/images/wrapper_bg.gif) repeat-y #787465;
		}
		
		body#sub div#maincontent
		{
			background: url(../media/images/wrapper_sub_bg.gif) repeat-y #787465;
		}
		
			div#logo
			{
				position: relative;
				width: 960px;
				height: 50px;
				overflow: hidden;
			}
		
			div#left
			{
				position: relative;
				padding: 0 10px 0 10px;
				width: 760px;
				float: left;
			}
			
				div#halfcolumnleft
				{
					position: relative;
					padding: 0 10px 0 0;
					width: 375px;
					float: left;
				}
				
				div#halfcolumnright
				{
					position: relative;
					padding: 0 0 0 0;
					width: 375px;
					float: left;
				}
			
				div#thirdcolumn
				{
					position: relative;
					padding: 0 10px 0 0;
					width: 580px;
					float: left;
				}
				
					div.block
					{
						position: relative;
						padding: 0 10px 0 0;
						width: 285px;
						float: left;
					}
					
					div#fotocontainer
					{
						position: relative;
						padding: 0 10px 0 0;
						margin: 0 0 0 10px;
						width: 580px;
						float: right;
					}
			
				div#quartercolumn
				{
					position: relative;
					padding: 0 0 0 10px;
					width: 160px;
					float: left;
				}
				
				/*Producten*/
				div.object
				{
					position: relative;
					margin: 0 8px 8px 0;
					width: 180px;
					background-color: #fff;
					float: left;
				}
				
					div.objectheader
					{
						position: relative;
						padding: 10px;
						width: 160px;
						height: 20px;
					}
				
					div.objectbody
					{
						position: relative;
						padding: 10px;
						width: 160px;
						height: 300px;
					}
					
					div.objectfooter
					{
						position: relative;
						padding: 10px;
						width: 160px;
						height: 20px;
						background-color: #1b4a30;
					}
			
			div#right
			{
				position: relative;
				padding: 0 20px 0 10px;
				height: 360px;
				width: 150px;
				float: left;
			}
	
div#footer
{
	position: relative;
	width: 100%;
	height: 120px;
	background: url(../media/images/footer_bg.gif) repeat-x #46484a;
}

	div#footercontent
	{
		position: relative;
		margin: 0 auto;
		width: 960px;
		height: 120px;
		background: url(../media/images/footer_content_bg.gif) no-repeat left top;
	}

/*
 *Text
 */	
h1, h2, h3, h4, h5, h6, p, a, ul, ol, th, td, form, fieldset, label, input, textarea
{
	font-family: Helvetica, Arial, sans-serif;
}

h1
{
	font-size: 18px;
	font-weight: normal;
	line-height: 18px;
	color: #fff;
}

h2
{
	font-size: 14px;
	color: #000;
}

p, ul, ol, table, label
{
	font-size: 12px;
	line-height: 18px;
	color: #fff;
}

div#left a
{
	font-size: 12px;
	line-height: 18px;
	color: #b9af8b;
}

div#left a:hover
{
	color: #fff;
}

div#left div#thirdcolumn strong a
{	
	color: #b9af8b;
	text-decoration: none;
}

	div#left div#thirdcolumn strong a:hover
	{
		color: #fff;
		text-decoration: underline;
	}

div#left div#quartercolumn p, div#left p.paging
{
	font-size: 15px;
	line-height: 30px;
	text-align: center;
}

/*Paging*/
div#left p.paging
{
	font-size: 12px;
	float: right;
}

	div#left p.paging a, div#left div#fotocontainer p a
	{
		font-size: 12px;
		color: #fff;
		text-decoration: none;
	}
	
		div#left p.paging a span, div#left div#fotocontainer p a span
		{
			font-size: 16px;
			color: #46484a;
		}
	
			div#left p.paging a:hover, div#left div#fotocontainer p a:hover
			{
				color: #fff;
			}
			
				div#left p.paging a:hover span, div#left div#fotocontainer p a:hover span
				{
					color: #fff;
				}

div#left p.cat
{
	font-size: 12px;
}

	div#left p.cat a
	{
		margin: 0 20px 0 0;
		color: #46484a;
		text-decoration: none;
	}
	
		div#left p.cat a:hover
		{
			color: #fff;
		}

/*Product objecten*/
div.object h2
{
	text-align: center;
}

div.object p
{
	color: #000;
}

div.objectfooter a
{
	float: right;
}

/*Links header*/
div#header p
{
	padding: 40px 10px 0 0;
	float: right;
}

/*Links footer*/
div#footer p
{
	padding: 15px 10px 0 0;
	float: right;
}

/*Bestelbutton*/
div#left a.orderbutton
{
	display: block;
	padding: 10px 0 0 0;
	width: 375px;
	height: 40px;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background-color: #1b4a30;
}

/*Main menu*/
ul#nav
{
	margin: 0;
	text-align: right;
	list-style: none;
}

	ul#nav li
	{
		line-height: 32px;
	}
	
		ul#nav li a, div#footer p a, div#header p a
		{
			font-size: 11px;
			font-weight: bold;
			text-transform: uppercase;
			text-decoration: none;
			color: #fff;
		}
		
			ul#nav li a:hover
			{
				color: #4a4a4a;
			}
			
			div#footer p a:hover, div#header p a:hover
			{
				color: #b9af8b;
			}
		
				ul#nav ul li a
				{
					text-transform: none;
				}
			
					ul#nav ul ol
					{
						margin: 0 0 0 20px;
					}
					
						ul#nav ul ol li a, ul#nav ul ol li a.noclick:hover
						{
							padding-left: 16px;
							background: url(../media/images/bullet1-up.gif) left 4px no-repeat;
						}
						
						ul#nav ul li a.noclick, ul#nav ul ol li a.noclick
						{
							cursor: text;
						}
						
							ul#nav ul li a.noclick:hover, ul#nav ul ol li a.noclick:hover
							{
								color: #fff;
							}
						
							ul#nav ul ol li a:hover
							{
								background: url(../media/images/bullet1-hover.gif) left 4px no-repeat;
							}
								
								ul#nav ul ol ol li a
								{
									padding-left: 16px;
									background: url(../media/images/bullet2-up.gif) left 4px no-repeat;
								}
								
									ul#nav ul ol ol li a:hover
									{
										background: url(../media/images/bullet2-hover.gif) left 4px no-repeat;
									}
			
/*Images*/
div#quartercolumn img
{
	float: left;
	margin: 0 0 10px 0;
}

ul#fader
{
	margin: 0;
	list-style: none;
}

/*Forms*/
div.formrow
{
	position: relative;
	padding: 0 0 8px 0;
}

form, fieldset
{
	padding: 0;
	border: none 0;
}

form#clientinfo
{
	width: 535px;
}

div.error {
	position:absolute;
	right:0px;
	font-size:11px;
	margin:3px 5px 0px 0px;
	color:#e00;
}

legend
{
	display: none;
}

input, textarea
{
	padding: 2px;
	width: 370px;
	background-color: #fff;
	border: 1px solid #000;
	float: right;
	font-size:12px;
}

input.small
{
	width: 200px;
}

input.submit
{
	padding: 0;
	width: 170px;
	height: 30px;
	border: none 0;
	color: #fff;
	background-color: #1b4a30;
	float: none;
}

div.Collapse h1 {
	margin-bottom:5px;
}

div.Collapse h4 {
	font-size:12px;
	font-weight:bold;
	color: #fff;
	padding-left:16px;
}

	div.Collapse h4.Faq {
		cursor:pointer;
	}
	
div.Collapse div.Text {
	padding-left:24px;
}
