/* ====================================================
	Title:		Screen Style Sheet - Peter van Deursen
	Author:		Harm Wimmenhove
	Site:		http://harm.glucose-ontwerp.nl
	Date:		2007.09.12
==================================================== /*


/* =Import Stylesheets
   Only modern browsers import these stylesheets

==================================================== */


/* Global element styling
==================================================== */
*{
	margin: 0;
	padding: 0;
}
a img {
	border: 0;
}

html, body { 
	margin: 0; 
	padding: 0;	
	color: #000; 
	background: #fff;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

ul a {
	text-decoration: none;
	color: #000;
}
ul a:hover {
	color: #09c;
	text-decoration: none;
}
a {
	text-decoration: none;
	color: #939598;
}
a:hover {
	color: #09c;
}

#over #nav_over a,
#portfolio #nav_portfolio a,
#adres #nav_adres a,
#archief #nav_archief a,
a.active {
	color: #09c;
	/*color: #939598;*/
}

#content a {
	color: #939598;
}
#content a:hover {	
	color: #09c;
}


/* Layout 
==================================================== */

#container {
	margin: 24px 0 10px 24px;
	width: 565px;
}
#logo a {
	display: block;
	background: url(http://www.petervandeursen.nl/images/logo_petervandeursen.gif) 0 0 no-repeat;
	width: 52px;
	height: 70px;
	text-indent: -9999px;
	overflow: hidden;
}

/* Navigation 
==================================================== */

#mainnav {
	float: left;
	margin: 15px 0 10px 0;	
	clear: both;
}
#cats {
	margin: 0 0 3px 0;
	float: left;
	clear: both;
}
#cats li {
	float: left;
	display: inline;
	list-style: none;
	margin: 0 5px 0 0;
}
#clients {
	float: left;
	clear: both;
	width: 565px;
	line-height: 1.4em;
	padding: 0 0 2px 0;
}

#mainnav ul li,
#clients ul li,
#products ul li {
	list-style: none;
	float: left;
	margin: 0 10px 0 0;
	white-space: nowrap;
}
#content {
	float: left;
	width: 565px;
	line-height: 1.4em;
	padding: 0 0 2px 0;
}
div#jack {
	float: left;
	margin: 0 0 0 -12px;
	width: 612px;
	height: 350px;
}
#jack h1 {
	font-size: 75px;
	font-weight: bold;
}
.product_image {
	padding: 15px 0;
}
.divider {
	line-height: 0.8em;
	height: 12px;
	overflow: hidden;
}
#intro {
	margin: 22px 0 0 19px;
	background: url(http://www.petervandeursen.nl/images/intro.jpg) 0 0 no-repeat;
}
#intro a {
	width: 554px;
	height: 801px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
#intro a:hover {
	background: url(http://www.petervandeursen.nl/images/intro_hover.gif) 0 0 no-repeat;
}
#thumbs {
	width: 564px;
	margin: 3px 0 0 0;
	overflow: hidden;
}
	#thumbs .floater {
		width: 590px;
		float: left;
	}
	#thumbs .floater a {
		display: block;
		width: 90px;
		height: 90px;
		overflow: hidden;
		margin: 0 28px 28px 0;
		background: #fff;
		float: left;
	}
.clear {
	clear: both;
}


