html {
	overflow					: auto;
}

body {
	font-family				: Verdana, Arial, Helvetica, sans-serif;
	font-size				: 11px;
	color					: #464646;
	text-decoration			: none;
	background-color		: #8C8C8C;
	margin					: 0;
	padding					: 10px;
}

/* Layout Styles */
#wrapper {
	width					: 980px;
	margin					: auto;
}

#main {
	width					: 790px;
	float					: left;
	background-color		: #FFFFFF;
}

#logo {
	width					: 790px;
	height					: 97px;
	background				: #FFFFFF url('../images/bg-logo-top.gif') no-repeat center top;
	padding					: 10px 0 35px 0;
	margin					: 0 0 10px 0;
}

#main-inner {
	padding					: 0 17px 27px 0;
	min-height				: 200px;
	background				: #FFFFFF url('../images/bg-main-bottom.gif') no-repeat center bottom;
	height					: 556px;
}

#main-inner-left {
	width					: 100%;
	display					: block;
	float					: left;
	line-height				: 18px;
	margin					: 0 0 25px 0;
	background				: transparent url('../images/bg-main-inner-hbc.gif') no-repeat right bottom;
}

.content {
	padding 				: 0 17px 0 17px;
	float					: left;
	width					: 465px;
	min-height				: 400px;
	height					: 475px;
	overflow-y				: auto;
	border-left				: 1px solid #C8C8C8;
	border-right			: 1px solid #C8C8C8;
}

#main-inner-right {
	width					: 155px;
	display					: block;
	float					: left;
	text-align				: left;
	padding					: 10px 0 10px 0;
}

#main-inner-right p {
	color					: #164365;
	font-weight				: bold;
	font-family				: Verdana, Arial, Helvetica, sans-serif;
	font-size				: 10px;
	padding-left			: 10px;
}
/* END Layout */

/* Begin Navigation */
div#navbar {
	width					: 790px;
	display					: block;
	clear					: both;
	float					: left;
	text-align				: right;
	border-bottom			: 1px solid #C8C8C8;
}

div#navbar ul {
	margin					: 0 0 0 15px;
	padding					: 0px;
	font-family				: Verdana;
	font-size				: 10px;
	color					: #6F6F6F;
	white-space				: nowrap;
}

div#navbar li {
	list-style-type			: none;
	display					: inline;
}

div#navbar li a, div#submenu li a {
	text-decoration			: none;
	padding					: 0 10px 0 0;
	color					: #FF0000;
	display					: block;
	float					: left;
	width					: 103px;
	font-family				: Verdana;
	font-size				: 10px;
	background				: url('../images/bg_button_submenu.gif') no-repeat;
	text-align				: center;
	line-height				: 22px;
	font-weight				: bold;
}

div#submenu li {
	margin					: 0 0 0 5px;
}

div#submenu li#current ul li, div#submenu li.parent ul li {
	margin					: 0 0 0 15px;
}

div#submenu li a  {
	background-image		: url('../images/bg_button_submenu_cons.gif');
	padding					: 0;
	width					: 103px;
	margin					: 0 0 10px 0;
	border					: 1px solid #C8C8C8;
}

div#submenu li#current ul li a, div#submenu li.parent li#current a {
	background-image		: none;
	padding					: 0;
	float					: none;
	margin					: 0 0 10px 0;
	border					: none;
	text-align				: left;
	line-height				: 12px;
}

div#navbar #current a span, div#navbar .active a span, div#submenu li#current a span {
	color					: #f9961e;
}

div#navbar li a:link, 
div#navbar li a:visited, 
div#submenu li a:visited, 
div#submenu li a:link, 
div#submenu li#current ul li a span,
div#submenu li.active a span  {
	color					: #164365;
}

div#navbar li a:hover, div#submenu li a:hover, div#submenu li#current a:hover {
	color					: #6F6F6F;
	text-decoration			: underline;
}

div#submenu {
	width					: 115px;
	display					: block;
	float					: left;
	text-align				: left;
	margin					: 18px 0 0 0;
	padding					: 0 0 10px 0;
	height					: 200px;
}

div#submenu ul {
	list-style				: none;
	margin					: 0;
	padding					: 0;
}

div#submenu ul li#current ul, div#submenu li.parent ul {
	list-style				: disc;
}
/* END Navigation */

/* Breadcrumb Styles */

#breadcrumb {
	padding					: 5px 0 5px 15px;
	width					: 100%;
	border-bottom			: 1px dashed #C8C8C8;
	height					: 23px;
}

.breadcrumbs {
	float					: left;
	width					: 600px;
}
/* END Breadcrumbs */

/* Footer Styles */
#footer {
	clear					: both;
	font-size				: 11px;
	text-align				: center;
	padding					: 12px;
	line-height				: 18px;
	width					: 850px;
	color					: #fff;
	position				: relative;
	font-weight				: normal
}

#footer p {
	margin					: 0;
	padding					: 0;
	letter-spacing			: 0.5px;
	float					: left;
}

#footer a:link, #footer a:visited {
	color					: #fff;
	text-decoration			: none;
}

#footer a:hover {
	color					: #fff;
	text-decoration 		: underline;
}

#footer .menu {
	margin					: 0 0 0 30px;
	padding					: 0;
	list-style-type			: none;
	float					: left;
	width					: 90px;
}

#footer .menu li {
	background				: url('/images/spacer.gif') no-repeat left center;
	margin					: 0;
	padding					: 0;
	width					: 85px;
}
/* END Footer */

/* Portfolio Styles */
#portfolio {
 	width					: 150px; 
 	float					: left; 
 	margin					: 0 0 0 10px; 
 	background-color		: #FFFFFF;
 	text-align				: center;
 }
 
 #portfolio_top {
 	background				: url('../images/portfolio_top.jpg') no-repeat top left ;
 	width					: 150px;
 	height					: 34px;
 	margin					: 0;
 	padding					: 0;
 }
 
 #portfolio_content {
 	width					: 150px;
 	margin					: 0;
 	padding					: 0;
 }
 
 #portfolio_bottom {
 	background				:	url('../images/portfolio_bottom.jpg') no-repeat top left;
 	width					: 150px;
 	height					: 34px;
 	margin					: 0;
 	padding					: 0;
 }
 
 #portfolio h2 {
 	font-family				: Verdana;
	font-size				: 15pt;
	color					: #002d62;
	padding					: 0;
	margin					: 0 0 10px 0;
	text-align				: center;
}
/* END Portfolio */

/* Diverse Styles */
.clear {
	clear					: both;
}

.highlight {
	color					: #164365;
	text-decoration			: none;
	font-size				: 11px;
	font-weight				: bold;
}

.highlight a, .highlight a:visited {
	color					: #164365;
	text-decoration			: none;
	text-indent				: 20px;
}

.highlight a:hover {
	color					: #6F6F6F;
	text-decoration			: underline;
	text-indent				: 20px;
}

a, a:visited {
	color					: #164365;
	text-decoration			: underline;
}

a:hover {
	color					: #6F6F6F;
	text-decoration			: none;
}

h3, h4, h5, h6 { 
	margin					: 15px 0; 
}

h1, .componentheading, .contentheading {
	font-family				: Verdana;
	font-size				: 16px;
	color					: #164365;
	font-weight				: bold;
	text-align				: center;
	margin					: 15px 0;
}

h2 {
	font-family				: Verdana;
	font-size				: 14px;
	margin					: 15px 0;
}

.normal {
    display					: block;
	margin					: 20px auto;
    padding					: 0px;
}

p { 
	margin					: 15px 0; 
}

table.blog {
	width					: 450px;
}

p.article_separator {
	border-bottom			: 1px solid #ccc;
	margin					: 5px 0 5px 0;
	height					: 1px;
}
/* END Diverse */

/* Overlay Styles */
.pageOverLay {
	display					: block;
	position				: absolute;
	top						: 0%;
	left					: 0%;
	width					: 100%;
	height					: 100%;
	background-color		: white;
	z-index					: 1000;
	opacity					: .20;
	filter					: alpha(opacity=20);
}

.pageOverLayNoOpacity {
	display					: block;
	position				: absolute;
	top						: 0%;
	left					: 0%;
	width					: 100%;
	height					: 100%;
	background-color		: Transparent;
	z-index					: 1000;
}

.dialogOverView {
	display					: block;	
	position				: absolute;
	width					: 60%;
	height					: 70%;
	z-index					: 1001;
}
/* END Overlay */

/* Dialog Styles */
.dialog {
	position				: relative;
	margin					: 0px auto;
	min-width				: 3em;
	color					: #000;
	z-index					: 1;
	margin-left				: 12px;
	margin-bottom			: 0.5em; 
}

.dialog.overlay {
	max-width				: 200px;
}


.dialog.right {
	width					: 260px;
}

.dialog.menu
{
	width					: 190px;
}

.dialog .spContent, .dialog .t, .dialog .b, .dialog .b div {
	background				: transparent url('../images/dialog_consulting.png') no-repeat top right;
}

.bodyContent {
	height					: 155px;
	overflow-y				: auto;	
	overflow-x				: hidden;
	width					: 247px;
}

.bodyContentLarge {
	height					: 379px;
	overflow-y				: auto;	
	overflow-x				: hidden;
}

.menuContentSmall {
	height					: 160px;
	overflow-y				: auto;	
	overflow-x				: hidden;
	padding-top				: 12px;	
}

.registerContent {
	height					: 400px;
	overflow-y				: auto;	
	overflow-x				: hidden;
	padding-top				: 12px;	
}
.dialog .spContent {
	position				: relative;
	padding					: 0px 12px 0px 0px;
}

.homeDialog {
	height					: 370px;
	!height					: 390px;
	overflow-y				: auto;	
	overflow-x				: hidden;
}

.productListContent {
	height					: 367px;
	overflow-y				: auto;	
	overflow-x				: hidden;
	padding-top				: 12px;	
}

.dialog .t {
	position				: absolute;
	left					: 0px;
	top						: 0px;
	width					: 12px; 
	margin-left				: -12px;
	height					: 100%;
	background-position		: top left;
}

.dialog .b {
	position				: relative;
	width					: 100%;
}

.dialog .b, .dialog .b div  {
	height					: 30px; /* height of bottom cap/shade */
	font-size				: 1px;
}

.dialog .b {
	background-position		: bottom right;
}

.dialog .b div {
	position				: relative;
	width					: 12px;
	margin-left				: -12px;
	background-position		: bottom left;
}
/* END Dialog */

/* Grizzly PopupMenu */
#gerelateerd {
	margin					: 0px;
	height					: auto;
	width					: 250px;
	padding					: 0;
	float					: left;
	cursor					: pointer;
}

#popupmenu {
	margin					: 0;
	width					: auto;
	height					: auto;
	position				: absolute;
	bottom					: 12px;
	right					: 50px;
	padding					: 0;
	z-index					: 1;
	background-color		: #FFFFFF;
	border					: 1px solid #999999;
	display				 	: none;
	text-align				: left;
}
ul.popupmenu {
	padding					: 0px;
	list-style-type			: square;
	list-style-position		: outside;
	margin					: 0 0 0 20px;
	color					: #002d62;
}

#footer ul.popupmenu li a {
	color					: #002d62;
}
/* END Grizzly Popupmenu */
