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

/* ### GENERAL ### */
* { margin: 0px; padding: 0px; }
html, body { height: 100%; font-family: Verdana; font-size: 11px; color: #525252; }
input, select, textarea { font-family: Verdana; font-size: 11px; color: #a9907f; }
body { background: url('../images/bodyBg.png') #fff repeat-x; }
img { border: 0px; display: block; }

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

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

/* ### MAIN CONTAINER ### */
#mainCntr { margin: 0 auto; padding-bottom: 8px; width: 763px; background: url('../images/mainBg.png') #d6d6d6 repeat-x; }

	/* ### HEADER CONTAINER ### */
	#headerCntr { position: relative; width: 763px; height: 233px; background: url('../images/headerBg.png') no-repeat top; }
	#headerCntr h1 { float: left; margin-top: 85px; margin-left: 35px; font-size: 20px; }
	#headerCntr h2 { float: left; margin-top: 95px; margin-left: 35px; font-size: 12px; }	
	#headerCntr p { position: absolute; top: 22px; right: 20px; text-align: right; color: #fff; }
	#headerCntr img.ad { position: absolute; top: 66px; right: 38px; }
	
		/* ### MENU CONTAINER ### */
		#menuCntr { padding: 0px 8px 8px 7px; position: absolute; top: 175px; left: 0px; width: 748px; }
		#menuCntr ul { padding: 0px 20px 0px 20px; overflow: hidden; width: 708px; list-style: none; }
		#menuCntr li { margin-right: 30px; float: left; display: inline; }
		#menuCntr li a { display: block; float: left; height: 30px; line-height: 30px; text-decoration: none; font-weight: bold; color: #5e5f5f; }
		#menuCntr li a:hover, #menuCntr li.selected a { background: url('../images/menuHBg.gif') no-repeat bottom; }
		
		/* ### SUB CONTAINER ### */
		#subCntr { padding: 0px 8px 8px 7px; position: absolute; top: 212px; left: 0px; width: 748px; }
		#subCntr ul { padding: 0px 20px 0px 20px; overflow: hidden; width: 708px; list-style: none; }
		#subCntr li { margin-right: 40px; float: left; display: inline; font-size: 10px; }
		#subCntr li a { text-decoration: none; color: #632a00; }
		#subCntr li a:hover { text-decoration: underline; }
		
		/* ### BRIEF CONTAINER ### */
		#briefCntr { padding: 0px 8px 8px 17px; position: absolute; top: 143px; left: 0px; width: 738px; }
		#briefCntr ul { padding-top: 6px; float: left; overflow: hidden; width: 200px; list-style: none; }
		#briefCntr li { float: left; display: inline; font-weight: bold; color: #9e4300; }
		#briefCntr fieldset { float: right; overflow: hidden; width: 494px; border: 0px; }
		#briefCntr label { float: left; display: block; width: 80px; height: 23px; line-height: 23px; font-weight: bold; color: #632a00; }
		#briefCntr input.field { margin-right: 8px; padding: 5px 5px 0px 5px; float: left; width: 174px; height: 18px; border: 0px; background: url('../images/fieldBg.gif') no-repeat; }
		#briefCntr input.submit { float: left; }
	
	/* ### CONTENT CONTAINER ### */
	#contentCntr { padding: 0px 8px 8px 7px; overflow: hidden; width: 748px; }
	
		/* ### LEFT CONTAINER ### */
		#leftCntr { float: left; width: 235px; }
		
			/* ### STAT BOX ### */
			.statBox { padding: 4px 10px 0px 10px; width: 215px; height: 39px; line-height: 17px; background: url('../images/statsBg.gif') repeat-x; }
			.statBox h3 { font-size: 11px; font-weight: bold; }
			
			/* ### NAV BOX ### */
			.navBox { margin-top: 2px; padding: 1px; width: 233px; background: #fff; }
			.navBox h2 { padding: 0px 9px 0px 9px; height: 29px; line-height: 29px; font-size: 11px; font-weight: bold; color: #FFF; background: url('../images/navH2.gif') no-repeat; }
			.navBox ul { padding: 10px 10px 0px 10px; list-style: none; }
			.navBox ul.googlead { padding: 0px 10px 0px 10px; list-style: none; }
			.navBox li { padding: 0px 0px 10px 20px; background: url('../images/navLi.gif') no-repeat left 3px; }
			.navBox li a { text-decoration: none; color: #525252; }
			.navBox li a:hover { text-decoration: underline; }
			.navBox li a span { color: #aeaeae; }
		
		/* ### RIGHT CONTAINER ### */
		#rightCntr { float: right; width: 510px; }
		
			/* ### TEXT BOX ### */
			.textBox { margin-bottom: 2px; padding: 10px 20px 20px 20px; overflow: hidden; width: 470px; background: url('../images/rightTop.gif') #fff no-repeat top; }
			.textBox div.pic { float: left; margin-top: 4px; width: 230px; }
			.textBox div.text { float: right; width: 235px; }
			.textBox h1 { padding-bottom: 30px; font-size: 11px; font-weight: bold; color: #FFF; }
			.textBox p { line-height: 18px; }
			.textBox p.googlead { margin-top: 10px; line-height: 18px; }
	
	/* ### FOOTER CONTAINER ### */
	#footerCntr {  margin-left: 8px; padding: 0px 8px 8px 7px; overflow: hidden; width: 748px; height: 33px; line-height: 33px; color: #969696; background: url('../images/footerBg.gif') no-repeat; }
	#footerCntr p { padding-left: 10px; float: left; display: inline; width: 300px; }
	#footerCntr ul { padding-right: 10px; float: right; overflow: hidden; width: 400px; list-style: none; }
	#footerCntr li { float: right; display: inline; }
	#footerCntr li a { padding: 0px 3px 0px 3px; text-decoration: none; color: #969696; }
	#footerCntr li a:hover { text-decoration: underline; }

