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

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

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

/* ### WRAPPER ### */
#wrapper { position: relative; display: block; width: 100%; min-height: 100%; }

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

	/* ### LEFT CONTAINER ### */
	#leftCntr { padding: 228px 0px 100px 0px; float: left; width: 240px; }
	
		/* ### MENU CONTAINER ### */
		#menuCntr { margin-left: 130px; width: 110px; }
		#menuCntr ul { list-style: none; }
		#menuCntr li { padding-bottom: 22px; height: 34px; }
		#menuCntr li a { display: block; width: 110px; height: 34px; line-height: 34px; text-align: center; text-decoration: none; color: #fff; background: url('../images/menuBg.png') no-repeat; }
		#menuCntr li a:hover, #menuCntr li.selected a { text-decoration: underline; }
	
	
		#menuCntr li.sub { margin-left: 20px; padding-bottom: 22px; height: 34px; }
		#menuCntr li.sub a { display: block; width: 110px; height: 34px; line-height: 34px; text-align: center; text-decoration: none; color: #fff; background: url('../images/menuBg_2.png') no-repeat; }
		#menuCntr li.sub a:hover, #menuCntr li.selected a { text-decoration: underline; }

	
	
	/* ### RIGHT CONTAINER ### */
	#rightCntr { padding-bottom: 25px; float: right; width: 564px; }
	
		/* ### HEADER CONTAINER ### */
		#headerCntr { width: 564px; height: 170px; }
		#headerCntr h1 { padding-top: 40px; font: 31px Georgia; color: #1c3f95; }
		#headerCntr h2 { font: 23px Georgia; color: #1c3f95; }
		
		/* ### CONTENT CONTAINER ### */
		#contentCntr { width: 564px; }
			
			/* ### TEXT BOX ### */
			.textBox { overflow: hidden; width: 564px; }
			.textBox h3 { padding-bottom: 20px; font-size: 13px; font-weight: bold; color: #1c3f95; }
			.textBox img.right { margin: 0px 0px 10px 10px; float: right; }
			.textBox p { padding-bottom: 20px; }
			
	/* ### FOOTER CONTAINER ### */
	#footerCntr { width: 848px; }
	#footerCntr p { margin-left: 196px; padding-left: 88px; width: 564px; height: 32px; line-height: 32px; font-weight: bold; color: #fff; background: #1c3f95; }
