html, body{
	text-align: center;
	padding: 0px;
	margin: 0px;
	background-color: #161501;
	font-size: 10px;
	font-family: verdana;
	color: #000000;	
}
h1{
	font-size: 12px;
	font-family: verdana;
	color: #F9EC2A;	
	font-weight: bold;	
	margin: 0px;
	padding: 12px 0px 0px 8px;	
}
.h1{
	font-size: 14px;
	font-family: verdana;
	color: #000000;	
	font-weight: bold;		
}
#page{
	margin-left: auto;
	margin-right: auto;
	width: 602px;
}
input{
	font-size: 10px;
	font-family: verdana;
	background-color: #FFFFFF;
	color: #333333;
}
#content_wrap{
	background-color: #FFFFFF;
}
#page_bg{
	text-align:left;
  	background: url(../images/footer.gif);   
  	background-repeat: no-repeat;  
  	background-position: bottom left;
 	background-color: #FFFFFF;
 	float: left; 	
}

#page_bg_right{
	text-align:left;
  	background: url(../images/content_bg3.gif);
  	background-repeat: repeat-y;
  	background-position: right;  
  	float: left;
}

#left_bar{
	width: 137px;
	float: left;	
}

#flash_container{
	height: 401px;
	width: 119px;
	padding-left: 8px;
	border-style: none;
}

#logos{
	border-style: none;
}

.menu_item{
	width: 137px;
	height: 16px;
	float: left;
	font-size: 10px;
	font-family: verdana;
	color: #333224;	
	font-weight: bold;
}
.first_menu_item{
	width: 137px;
	height: 19px;
	float: left;
	font-size: 10px;
	font-family: verdana;
	color: #333224;	
	font-weight: bold;	
}

.firstlast_text{
	height: 19px;
	padding-left: 10px;
}
#first_active{
	height: 17px;
	padding-left: 8px;
	padding-top: 2px;
	background: url(../images/button_1_on.gif);
	background-repeat: no-repeat;
}
#first_inactive{
	height: 17px;
	padding-left: 8px;
	padding-top: 2px;
	background: url(../images/button_1_off.gif);
	background-repeat: no-repeat;
}
#last_active{
	height: 19px;
	padding-left: 8px;
	background: url(../images/button_last_on.gif);
	background-repeat: no-repeat;
}
#last_inactive{
	height: 19px;
	padding-left: 8px;
	background: url(../images/button_last_off.gif);
	background-repeat: no-repeat;
}
.active{
	height: 16px;
	padding-left: 8px;
	background: url(../images/button_on.gif);
	background-repeat: no-repeat;	
}
.inactive{
	height: 16px;
	padding-left: 8px;
	margin-right: 5px;
	background: url(../images/button_off.gif);
	background-repeat: no-repeat;
}
.active_subitem{
	padding-left: 8px;
	font-family: verdana;
	color: #333224;	
	font-weight: bold;
	height: 16px;	
	float:left;
	width: 129px;
	background: url(../images/button_sub_on.gif);
	background-repeat: no-repeat;
}
.inactive_subitem{
	padding-left: 8px;	
	font-family: verdana;
	color: #333224;	
	font-weight: bold;	
	height: 16px;
	float:left;		
	width: 129px;
	background: url(../images/button_sub_off.gif);
	background-repeat: no-repeat;	
}
.subitem{
	height: 16px;
	float: left;
}
.subnav{
	font-family: verdana;
	font-size: 10px;
	color: #333224;	
	font-weight: bold;	
	text-decoration: none;	
}
#left{
	float: left;
	width: 137px;
}
#right{
	width: 465px;
	float: left;
	text-align: left;
	width: 465px;	
}
#header{
	width: 465px;
	height: 39px;
  	background: url(../images/header.gif);   
  	background-repeat: no-repeat;  
}

#page_title{
	float:left;
	width: 265px;
}

#lang_form{
	float: right;
	margin-right: 6px;
	margin-top: 11px;
	width: 60px;
	height: 17px;
}

.dutch{
	width: 25px;
	height: 17px;
	border-style: none;
	background-image: url(../images/flag_nl.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}

.english{
	width: 25px;
	height: 17px;
	border-style: none;
	background-image: url(../images/flag_en.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}
#contact{

	font-family: verdana;
	font-size: 11px;
}
input, textarea, select{
	font-family: verdana;
	font-size: 11px;
	border:1px solid black;
}

#breadcrumb{
	width: 465px;
	height: 18px;
	background-color: #ffffff;
}
#bc_text{
	font-size: 9px;
	font-family: verdana;
	padding-left: 5px;
}
.sub_tab{
	font-size: 10px;
	font-family: verdana;
	font-weight: bold;
	color: #333224;	
	width: 94px;
	height: 18px;
  	background: url(../images/subnav_on.gif);   
  	background-repeat: no-repeat; 
}
a.nav:link{
	text-decoration: none;
	color: #333224; 
}

a.nav:visited{
	text-decoration: none;
	color: #333224;
}

a.nav:hover{
	text-decoration: none;
	color: #F9EC2A;
}

a.nav:active{
	text-decoration: none;
	color: #333224;
}
a.subnav:link{
	text-decoration: none;
	color: #333224; 
}

a.subnav:visited{
	text-decoration: none;
	color: #333224;
}

a.subnav:hover{
	text-decoration: none;
	color: #F9EC2A;
}

a.subnav:active{
	text-decoration: underline;
	color: #333224;
}
a:link{
	text-decoration: underline;
	color: #333224; 
}

a:visited{
	text-decoration: underline;
	color: #333224;
}

a:hover{
	text-decoration: underline;
	color: #333224;
}

a:active{
	text-decoration: none;
	color: #333224;
}
.default{
	font-size: 11px;
	font-family: verdana;
	line-height:17px;
	color: #000000;	
}
.defaultbold{
	font-size: 11px;
	font-family: verdana;
	line-height:17px;
	color: #000000;	
	font-weight: bold;
}
.swatchdisplay{
	font-size: 10px;
	font-family: verdana;
	color: #000000;	
	
}
#header_image{
	width: 465px;
	height: 164px;
	border-bottom: 1px solid #FFFFFF;
	background-color: #DFDDCD;
}
#content_top{
	width: 465px;
	height: 5px;
	font-size: 1px;
  	background: url(../images/content_top.gif);   
  	background-repeat: no-repeat;   
}
#content{
	width: 450px;
	background: url(../images/content_bg.gif);
	background-repeat: repeat-y;
	height: 400px;
	min-height: 400px;
	font-size: 11px;
	line-height:17px;
	font-family: verdana;
	color: #000000;	
	padding: 0px 10px 0px 5px;
}
*>#content{
	height: auto;
	width: auto;
}
#footer_content{
	float:right;
	margin-top:-122px;
	width: 465px;
	background-color: #ECEBE1;
	height: 122px;
	background: url(../images/footer_right.gif);
}
#disclaimer{
	font-size: 10px;
	font-family: verdana;
	color: #FFFFFF;	
}
#footer {
	width:602px;
	text-align:right;
	height:11px;
	background-color: #ff000000;
}
img{
	border: 0px;
}
p{
	margin: 0px;
	padding: 0px;
}











