/*
Title:		Standard customer style definitions
File: 		inc/style_customer.css
Version: 	v2.00
Author:		Digitalization
Contact:	info@digitalization.nl

Comments:	Here you can add customer specific style definitions which will be included after our own stylesheet.
*/



body,td,th,p {
	font-family: 	Arial, Helvetica, sans-serif;
	font-size: 		12px;
	color: 			#000000;
}

.overlib_fg {
	padding:		5px;
	font-weight:	bold;
	background:		#d9dac9;
}

p {
	margin-bottom:	15px;
	line-height:	20px;
}

table {
	margin-bottom:	15px;
}

ul {
	margin-bottom:	15px;
	margin-left:	15px;
}

a {
	color:				#A1A378;
	text-decoration:	none;
}

a:hover {
	background-color:#A1A378;
	color:#FFFFFF;
	text-decoration:none;
}

img {
	border:			0px;
}

.clear {
	clear:			both;
	overflow:		hidden;
}

h1 {
	color:			#A1A378;
	font-size:		15px;
	margin-bottom:	10px;
	text-transform:	uppercase;
}
h2 {
	font-size:		12px;
	font-weight:	bold;
}
h3 {
	font-size:		12px;
	color:			#A1A378;
}

/* LAYOUT */
body {
	background:		#333333;
}

div#container {
	position:		absolute;
	top:			0px;
	left:			50%;
	width:			900px;
	margin-left:	-450px;
}

div#header {
	background:		#a1a378;
	height:			102px;
	width:			900px;
}

div#logo {
	padding-top:	17px;
	margin-left:	666px;
	height:			85px;
	width:			216px;
}

div#menu {
	height:			30px;
	background:		#d9dac9;
	width:			882px;
	padding-left:	18px;
}

div#menu a {
	display:		block;
	float:			left;
	height:			22px;
	color:			#A1A378;
	padding-left:	10px;
	padding-right:	10px;
	padding-top:	8px;
	font-size:		12px;
	font-weight:	bold;
	text-transform:	uppercase;
	border-left:	1px solid #A1A378;
}

div#menu a.first {
	border-left:	0px;
}

div#menu a.active {
	color:			#A1A378;
	background:		#ffffff;
}

div#menu a:hover {
	color:			#A1A378;
	background:		#ffffff;
}

div#menu_buttons {
	width:			648px;
	float:			left;
	overflow:		hidden;
}

div#menu_filler {
	float:			left;
	height:			30px;
	background:		#ffffff;
	width:			216px;
}

div#body {
	background:		#ffffff;
}

div.gradient {
	float:			left;
	width:			18px;
	background:		#ffffff url('../gfx/site/gradient.gif') repeat-x;
	height:			450px;
}

div#text {
	background:		#ffffff;
	float:			left;
	width:			590px;
	padding:		20px;
	text-align:		justify;
	overflow:		auto;
	height:			100%;
	z-index:		20;
	overflow-x:		hidden;
}


div#banner {
	width:			200px;
	background:		#ffffff;
	float:			left;
	padding-left:	16px;
}

div#footer {
	background:		#a1a378;
	height:			26px;
	width:			890px;
	color:			#ffffff;
	font-size:		16px;
	font-weight:	bold;
	padding-top:	4px;
	padding-left:	10px;
	text-transform:	uppercase;
}