/* Stylesheet "BijzonderMOOI" :: v1.1 (25-03-2007) */
/* Coded by "WeCode.fr"  */
/* copyright (c) 2007 "BijzonderMOOI" */ 

/*
	Style Index
	---------------------
	
	$1 - Site Structure Styles
		$1.1 - General Styles
		$1.2 - Main Layout Styles
		
	$2 - Content Styles
		$2.1 - General Content Styles
		$2.2 - Heading Styles
		$2.3 - Paragraph Styles
		$2.4 - Link Styles
		
	$3 - List Styles
		$3.1 - General Lists
		$3.2 - Main Navigation
		$3.3 - Products Lists
		
	$4 - Image Styles
		$4.1 - General Image Styles
		$4.2 - Content Image Styles
		
	$5 - Form Styles
		$5.1 - Contact Form Styles
		
*/ 







/*** $1 - Site Structure Styles ***/

		/* 1.1 - General Styles */
		
			* {
				margin:0;
				padding:0;
			}
						
			html {
				height: 100%;
			}


		/************************/
	
		/* 1.2 - Main Layout Styles */

			body {
				background: #fff;
				color:#333333;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 0.7em;
				height: 100%;
				line-height:1.3em;
				margin:0 0 0 0;
			}
			
			#container {
	margin: 0 auto;
	min-height: 100%;
	width:888px;
	border: 1px solid #000000;
			}

			* html #container {
				height: 100%;
			}
			
			#nonFooter {
				min-height: 100%;
				position: relative;
			}

			* html #nonFooter {
				height: 100%;
			}
			
			#header {
				height:150px;
			}
				
			#main {
	padding-bottom: 20px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-left: 20px;
			}
			
			#clearer {
				clear: both;
				display: block;
				height: 1px;
				margin-bottom: -1px;
				font-size: 1px;
				line-height: 1px;
			}
			
			#sidebar {
	float:left;
	width:172px;
	padding-top: 23px;
	padding-right: 0;
	padding-bottom: 0px;
			}
			
			#content {
				float:left;
				width:686px;
				margin-top: 20px;
				margin-right: 10px;
				margin-bottom: 20px;
				margin-left: 0;
			}
			
			#footer {
				border:1px solid #000000;
				border-width:1px 0 0 0;
				clear:both;
				color:#000000;
				font-size:10px;
				line-height:1.2em;
				position: relative;
				text-align:right;
				width:875px;
				margin-top: -2.5em;
				margin-right: auto;
				margin-bottom: 0px;
				margin-left: auto;
				padding-top: 0.5em;
				padding-right: 15px;
				padding-bottom: 0px;
				padding-left: 0;
			}
			
			* html #footer {
				margin-top: -1.4em;
			}
						
		/************************/







/*** $2 - Content Styles ***/

		/* 2.1 - General Content Styles */
		
			a:link, a:visited {
				color: #333;
				text-decoration: underline;
			}
			
			a:hover, a:active{
				text-decoration: underline;
			}
	
			span {
				display:none;
			}
			
		/************************/
	
		/* 2.2 - Heading Styles */
		
			h1#title_home {
				background:url(../images/bg_title_home.gif) no-repeat;
				height:20px;
			}
			
			h1 {
				font-size:14px;
				margin:0 0 1em 0;
			}

			#products li h2 {
				font-size:1em;
			}
	

		/************************/
	
		/* 2.3 - Paragraph Styles */
			
			p#text_home {
				background:url(../images/bg_text_home.gif) no-repeat;
				height:39px;
			}
			
			p {
				margin:0 0 1em 0;
			}
			
			p.details {
				font-weight:bold;
			}

		/************************/
	
		/* 2.4 - Link Styles */
		
			#footer a {
				color:#999;
			}				
						
		/************************/







/*** $3 - List Styles ***/

		/* 3.1 - General Lists */
		
			ul li {
				list-style:none;
			}
			
		/************************/
	
		/* 3.2 - Main Navigation */
			
			#header ul {
				background:url(../images/bg_navigation.gif) no-repeat;
				float:right;
				height:100px;
				margin:0 0 0 0;
				width:496px;
			}
			
			#header li {
				float:left;
			}
			
			#header li a {
				display:block;
				height:100px;
			}
			
			#header #nav_home a { width:80px; }
			#header #nav_overons a { width:99px; }
			#header #nav_producten a { width:110px; }
			#header #nav_nieuwsbrief a { width:116px; }
			#header #nav_contact a { width:91px; }
				
		/************************/
	
		/* 3.3 - Products Lists */
						
			#products li {
				display:block;
				float:left;
				height:130px;
				margin:20px 10px 0 0;
				text-align:center;
				width:150px;
			}
			
			#products li .product_img {
				height:104px;
			}
			
			#products a {
				color:#666666;
				font-weight:bold;
				text-decoration:none;
			}
			
			#products a:hover {
				text-decoration:underline;
			}
						
		/************************/







/*** $4 - Image Styles ***/

		/* 4.1 - General Image Styles */
		
			img {
				border: none;
			}
			
			a img {
				border:none;
			}
			
		/************************/
	
		/* 4.2 - Content Image Styles */
				
			#header img {
				float:left;
			}
			
			#sidebar img {
	display:block;
	margin:0 auto;
	text-align: center;
			}
			
			#sidebar img.button_english {
				margin:0;
				padding-top: 0;
				padding-right: 0px;
				padding-bottom: 0;
				padding-left: 38px;
			}
			
			#products li img {
				display:block;
				margin:0 auto;
			}
			
		/************************/
			
			
			
			
			
			
			
			
			#sidebar img.subnav {
				margin:0;
				padding-right: 0px;
				padding-bottom: 0;
				padding-left: 38px;
			}
			#breadcrumb {
				float:left;
				width:596px;
				margin-top: 23px;
				margin-right: 0;
				margin-left: 0;
				font-size: 9px;
			}
#home {

				float:left;
				width:888px;
				margin-top: 35px;
				margin-right: 0;
				margin-bottom: 20px;
				margin-left: 0;
}
h2 {

				font-size:12px;
				margin:0 0 1em 0;
}
