html
{
	font: 1em/1.25em 'Trebuchet MS', Arial, Tahoma;
}

body
{
	background: #97564C;
	margin: 40px 20px;
}

#canvas
{
	position: relative;
	width: 1021px;
	height: 600px;
	background: #E6E1DA url('/images/background.png') repeat-y top left;
	margin: 0 auto;
}

#logo
{
	position: absolute;
	left: 20px;
	top: 20px;
	width: 65px;
	height: 293px;
}

#header-image
{
	position: absolute;
	left: 101px;
	top: 23px;
	/* width: 568px;
	height: 132px; */
}

#header-image img
{
	/* width: 568px;
	height: 132px; */	
}

#site
{
	position: absolute;
	left: 101px;
	top: 155px;
	width: 920px;
	height: 413px;
}

#menu-top,
#menu-bottom
{
	height: 23px;
	font-size: 0.8em;
}

#menu-top a,
#menu-bottom a
{
	text-decoration: none;	
	padding-left: 10px;
	height: 23px;
}

#menu-top a:focus,
#menu-bottom a:focus,
#menu-top a:active,
#menu-bottom a:active
{
	outline: none;	
}

#menu-top a
{
	display: inline-block;
	width: 132px;
	color: #41281B;
	line-height: 23px;
}

#menu-bottom a
{
	color: #FFF;
	line-height: 22px;
}

#menu-top ul,
#menu-bottom ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;	
}

#menu-top li,
#menu-bottom li
{
	float: left;
	height: 23px;	
}

#menu-top
{
	background: #F5F1EB;	
}

#menu-bottom
{
	background: #97564C;
}

#menu-top li
{
	width: 142px;
}

#menu-top-home
{
	background: #7b705F;
}

#menu-top-showroom
{
	background: #948671;
}

#menu-top-gordijnen
{
	background: #B1A594;
}

#menu-top-vloerbedekking
{
	background: #C7BEB1;
}

#menu-top-binnenzonwering
{
	background: #D4CBBF;
}

#menu-top-impressie
{
	background: #F5F1EB;
}

#slideshow-progress
{
	position: absolute;
	top: 340px;
	left: 330px;
	width: 60px;
	text-align: right;
}

li.highlighted
{
	background: #EE7C0F;	
}

#content
{
	height: 367px;
	overflow: hidden;
	font-size: 0.8em;
	color: #FFF;
}

#content p
{
	padding: 0;
	margin: 0 0 20px 0;
}

#content-left
{
	width: 366px;
	height: 367px;
	overflow: hidden;
	padding: 30px;
}

#content-left a
{
	color: #FFF;
	text-decoration: none;	
}

#content-right,
#google-map
{
	position: absolute;
	left: 426px;
	top: 23px;
	width: 494px;
	height: 367px;
	overflow: hidden;
	color: #000;
	background: #41281B;
}

#content h1
{
	font-size: 1.7em;
	font-weight: normal;
}

form
{
	margin: 30px 0 0 30px;	
}

form div
{
	margin-bottom: 8px;
}

form .blocklabel
{
	display: inline-block;
	height: 27px;
	width: 123px;
	font-size: 0.9em;
	line-height: 27px;
	margin: 0;
	vertical-align: top;
	padding-left: 5px;
}

form .white
{
	background: #FFF;	
}

form input.text,
form textarea
{
	margin: 0;
	border: none;
	background: #D4CBBF;
	width: 322px;
	font: 0.9em 'Trebuchet MS', Arial, Tahoma;
	padding: 5px;
}

form textarea
{
	height: 120px;
	overflow: auto;
}

form .url
{
	display: none;	
}

img
{
	border: none;	
}

p.makes
{
	position: absolute; 
	bottom: 10px;
}

