/* ################################################## */
/*  MADE BY: WWW.DIRECTBASING.COM                     */
/*  ALEX VAN DER VEGT                                 */
/* ################################################## */

/* ### GENERAL ### */
* { margin: 0px; padding: 0px; }
html, body { font-family: Tahoma; font-size: 11px; color: #838383; }
input, select, textarea { font-family: Tahoma; font-size: 11px; color: #838383; }
body { background: url('../images/bodyBg.gif') #eee repeat-x; }
img { border: 0px; display: block; }


h4 {
background-image:url(../images/arrow1.gif);
background-position:0 4px;
background-repeat:no-repeat;
color:#535353;
font-size:1em;
padding:0 0 0 15px
 }


/* ### GLOBAL CLASSES ### */
.clear { clear: both; height: 1px; }

/* ### WRAPPER ### */
#wrapper { display: block; position: relative; width: 100%; min-height: 100%; background: url('../images/wrapperBg.png') no-repeat top; }

/* ### WRAPPER ### */
.csc-bulletlist csc-bulletlist-0 { padding-bottom:5px; }

/* ### MAIN CONTAINER ### */
#mainCntr { margin: 0 auto; padding-bottom: 20px; width: 860px; }

	/* ### HEADER CONTAINER ### */
	#headerCntr { position: relative; width: 860px; height: 384px; }
	#headerCntr h1 { display: none; }
	#headerCntr img { position: absolute; top: 240px; left: 0px; z-index: 5; }
	
		/* ### MENU CONTAINER ### */
		#menuCntr { position: absolute; top: 202px; left: 0px; z-index: 10; width: 860px; height: 49px; background: url('../images/menuBg.png') no-repeat; }
		#menuCntr ul { padding-left: 20px; overflow: hidden; width: 840px; list-style: none; }
		#menuCntr li { margin-right: 13px; float: left; display: inline; }
		#menuCntr li a { display: block; float: left; height: 49px; line-height: 49px; text-decoration: none; color: #838383; }
		#menuCntr li a:hover, #menuCntr li.selected a { color: #535448; background: url('../images/arrow.gif') no-repeat center 41px; }
		#menuCntr li.selected a { font-weight: bold; }
		
		/* ### TOP CONTAINER ### */
		#topCntr { width: 860px; }
		#topCntr p { height: 36px; line-height: 36px; color: #535448; }
		#topCntr h2 { position: absolute; top: 94px; right: 0px; width: 317px; height: 60px; line-height: 60px; text-align: center; font-size: 11px; font-weight: bold; color: #fff; background: url('../images/topBg.png') no-repeat; }
	
	/* ### CONTENT CONTAINER ### */
	#contentCntr { padding-bottom: 20px; overflow: hidden; width: 860px; }
	
		/* ### LEFT CONTAINER ### */
		#leftCntr { float: left; width: 614px; }
		
			/* ### TEXT BOX ### */
			.textBox { width: 614px; background: url('../images/leftBg.gif') repeat-y; }
			.textBox div.top { background: url('../images/leftTop.gif') no-repeat top; }
			.textBox div.bottom { padding: 0px 20px 20px 20px; background: url('../images/leftBottom.gif') no-repeat bottom; }
			.textBox h2 { margin-bottom: 20px; height: 50px; line-height: 50px; font-weight: normal; font-size: 11px; color: #fff; background: url('../images/textH2.gif') no-repeat right; }
			.textBox p { padding-bottom: 11px; }
		
		/* ### RIGHT CONTAINER ### */
		#rightCntr { float: right; width: 234px; }
		
			/* ### LID BOX ### */
			.lidBox { width: 234px; background: url('../images/rightBg.gif') repeat-y; }
			.lidBox div.top { background: url('../images/rightTop.gif') no-repeat top; }
			.lidBox div.bottom { padding: 0px 20px 20px 20px; background: url('../images/rightBottom.gif') no-repeat bottom; }
			.lidBox h3 { margin-bottom: 20px; height: 50px; line-height: 50px; font-weight: bold; font-size: 11px; color: #fff; background: url('../images/lidH3.gif') no-repeat right; }
                        .lidBox h2 { margin-bottom: 20px; height: 50px; line-height: 50px; font-weight: bold; font-size: 11px; color: #fff; background: url('../images/lidH3.gif') no-repeat right; }

			.lidBox ul { list-style: none; }
			.lidBox li { padding: 20px 0px 20px 25px; }
	
	/* ### FOOTER CONTAINER ### */
	#footerCntr { padding: 0px 20px 0px 20px; overflow: hidden; width: 820px; height: 50px; background: url('../images/footerBg.gif') no-repeat; }
	#footerCntr p { float: left; width: 400px; line-height: 50px; font-weight: bold; color: #fff; }
	#footerCntr p.right { float: right; text-align: right; }
	#footerCntr span { font-weight: normal; }
	
	
		/* ### Bulletlist fix ### */
		
		.csc-bulletlist {padding-left: 15px;}

