/* ################################################## */
/*  www.webcreating.be                                */
/*  Huyskens Peter                                    */
/* ################################################## */

/* ### GENERAL ### */
* { margin: 0px; padding: 0px; }
html, body { font-family: Arial; font-size: 11px; color: #000; }
input, select, textarea { font-family: Arial; font-size: 11px; color: #000; }
body { background: #fff; }
img { border: 0px; display: block; }

/* ### GLOBAL CLASSES ### */
.clear { clear: both; }
.left { float: left; }
.right { float: right; }
.center { margin: 0 auto; }

/* ### MAIN CONTAINER ### */
#mainCntr { margin: 0 auto; width: 1000px; background: url('../images/mainBg.gif') repeat-y; }

	/* ### HEADER CONTAINER ### */
	#headerCntr { padding: 197px 0px 0px 10px; width: 990px; height: 32px; background: url('../images/headerBg.png') no-repeat; }
	#headerCntr ul { overflow: visible; list-style: none; }
	#headerCntr li { float: left; display: inline; height: 15px; line-height: 15px; width:auto; color: #fff; }
	#headerCntr li a { text-decoration: none; color: #fff}
	#headerCntr li a:hover { text-decoration: underline }

	
	#headerCntr li.print { padding: 0px 30px 0px 20px; background: url('../images/print.gif') no-repeat left }
	#headerCntr li.contact { padding: 0px 30px 0px 20px; background: url('../images/email.gif') no-repeat left }
	
	/* ### CONTENT CONTAINER ### */
	#contentCntr { overflow: hidden; width: 1000px; }
	
		/* ### LEFT CONTAINER ### */
		#leftCntr { padding-top: 140px; float: left; width: 220px; background: url('../images/leftBg.gif') no-repeat; }
		
			/* ### MENU CONTAINER ### */
			#menuCntr { margin-bottom: 50px; width: 220px; }
			#menuCntr ul { list-style: none; }
			#menuCntr li { margin-bottom: 1px; padding-left: 30px; height: 25px; line-height: 25px; background: url('../images/arrow.gif') #c9945f no-repeat 10px center; }
			#menuCntr li a { font-size: 12px; text-decoration: none; color: #000; }
			#menuCntr li a:hover { text-decoration: underline; }
			
		/* ### RIGHT CONTAINER ### */
		#rightCntr { margin-right: 20px; padding-top: 10px; float: right; display: inline; width: 730px; }
		#rightCntr div.bar { width:auto; margin-top:10px; padding-top:10px;  height: 25px; background: #c9945f; }
			
			/* ### TEXT BOX ### */
			.textBox { margin-bottom: 1px; overflow: hidden; width: 730px; }
			.textBox h1 { margin-bottom: 1px; padding-left: 10px; height: 25px; font: normal 14px/25px Arial; color: #fff; background: #c9945f; }
			.textBox div.pic { float: left; width: 155px; }
			.textBox div.text { padding: 5px 5px 0px 5px; position: relative; float: right; width: 565px; }
			.textBox div.text p { padding-bottom: 10px; }
			.textBox div.text a { position: absolute; right: 5px; bottom: 10px; text-decoration: none; color: #996633; }
			.textBox div.text a:hover { text-decoration: underline; }
	
	/* ### FOOTER CONTAINER ### */
	#footerCntr { overflow: hidden; width: 1000px; height: 37px; line-height: 33px; color: #fff; background: url('../images/footerBg.gif') no-repeat; }
	#footerCntr p.left { padding-left: 240px; float: left; display: inline; width: 300px; }
	#footerCntr p.right { padding-right: 10px; float: right; display: inline; width: 300px; text-align: right; }
	.link  a
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CC6600;
	text-decoration:none;
	font-weight:bold;
	}
	.link 
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CC6600;
	text-decoration:none;
	font-weight:bold;
	}
	.link  a:hover
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CC6600;
	text-decoration:underline;
	}
.bold
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#CC6600;
	padding-left:10px;
}
.textt
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	padding-left:10px;
}
.buttom
	{
	background-color:#CC6633;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	border:1px solid #CC6600;
	font-weight:bold;
	}