@charset "utf-8";
/* CSS Document */

/*

Document for Rob Verlinden
 _____       _        _ _                         
|  __ \     | |      (_) |                        
| |  | | ___| |_ __ _ _| |_      _____  _ ____  __
| |  | |/ _ \ __/ _` | | \ \ /\ / / _ \| '__\ \/ /
| |__| |  __/ || (_| | | |\ V  V / (_) | |   >  < 
|_____/ \___|\__\__,_|_|_| \_/\_/ \___/|_|  /_/\_\

Copyright 2009 : www.detailworx.nl
Weltevreden 24 G - 3731 AL De Bilt
Tel: 030 - 220 41 81

*/

/* -------------------------------------------------------------------------------- BODY --*/

* {
	margin:0;
	padding:0;
	border:0;
}

html, body {
	height:100%;
	background:#373737;
	}

#clear {
	clear:both;
}

a { 
  outline: none; /* remove ff dotted border */
}

#flashcontent {
	height: 100%;
}

h1{
	color:#704b05;
	font-weight:bold;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.input {
	margin-top:2px;
    border:1px solid #000000;
	color:#000000;
	float:left;
}

/* -------------------------------------------------------------------------------- CONTAINER --*/
#wrapper {
	position:absolute;
	left:0;
	top:0;
	height:139px;
	width:100%;
	background-image:url(../images/headercolor.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	background-attachment:fixed;
}

/* -------------------------------------------------------------------------------- CONTAINER --*/
#container {
	position:relative;
	width:990px;
	min-height:100%;
	height:auto !important;
	height:100%;
	margin:0px auto -15px; /* the bottom margin is the negative value of the footer's height */
	background:url(../images/white_dot.jpg) repeat;
}

/* -------------------------------------------------------------------------------- HEADER --*/
#header {
	float:left;
	width:990px;
	height:139px;
	background-image:url(../images/headercolor.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	background-attachment:fixed;
}

#logo {
	float:left;
	width:188px;
	height:137px;
	margin-left:396px;
	text-align:center;
	display:inline;
}

/* -------------------------------------------------------------------------------- MENU --*/
#menu {
	float:left;	
	width:680px;
	height:30px;
	margin-top: -60px;
	margin-left: 135px;
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	display:inline;
	z-index:10000;
}

#menu-left {
	float:left;
	margin-left:0px;
	display:inline;
	z-index:10000;
}

#menu-right {
	float:right;
	text-align:right;	
}

#menu a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#menu a:hover {
	text-decoration: underline;
	color: #000000;
}
#menu a:active {
	text-decoration: none;
	color: #FFFFFF;
}

/* -------------------------------------------------------------------------------- MAIN --*/
#main {
	float:left;
	width:990px;
	height:540px;
	margin:0px 0px -15px 0px;
	background-color:#FFFFFF;
}	

#center {
	float:left;
	margin-left:0px;
	margin-top:20px;
	width:720px;
	display:inline;
}

#right {
	float:left;
	margin-left:-2px;
	margin-top:60px;
	width:255px;
	height:377px;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	line-height:17px;
	text-align:justify;
	display:inline;
}

/* -------------------------------------------------------------------------------- FOOTER --*/
#push {
	height:15px; /* push must be the same height as footer */
}

#footer {
	position:relative;
	height:12px;
	margin:-20px auto 0;
	text-align:center;
}

/* -------------------------------------------------------------------------------- DETAILWORX --*/

.detailworx {
	font-size:9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#bebebe;
}

.detailworx a:link {
	color:#9a9a9a;
	text-decoration:none;
}

.detailworx a:visited {
	color:#9a9a9a;
	text-decoration:none;
}

.detailworx a:hover {
	color:#9a9a9a;
	text-decoration:underline;
}

.detailworx a:active {
	color:#9a9a9a;
	text-decoration:none;
}
