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

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

/* ### GLOBAL CLASSES ### */
.clear { clear: both; height: 1px; }
.bodytext { margin-top: 4px; }

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

/* ### MAIN CONTAINER ### */
#mainCntr { margin: 0 auto; width: 1000px; border: 1px solid #4894cf; border-top: 0px; }

	/* ### HEADER CONTAINER ### */
	#headerCntr { width: 1000px; height: 113px; background: url('global_FILES/headerBg.gif') no-repeat; }
	#headerCntr h1 { display: none; }
	
		/* ### MENU CONTAINER ### */
		#menuCntr { width: 1000px; height: 21px; background: url('global_FILES/menuBg.gif') no-repeat right; }
		#menuCntr ul { overflow: hidden; width: 1000px; list-style: none; }
		#menuCntr li { float: right; display: inline; }
		#menuCntr li a { display: block; float: left; height: 21px; line-height: 21px; text-align: center; font-size: 11px; font-weight: bold; font-style: italic; text-decoration: none; color: #041a6c; }
		#menuCntr li a:hover, #menuCntr li.selected a { text-decoration: underline; }
		#menuCntr li.home a { width: 105px; }
		#menuCntr li.product a { width: 77px; }
		#menuCntr li.contact a { width: 100px; }
	
	/* ### CONTENT CONTAINER ### */
	#contentCntr { width: 1000px; background: url('global_FILES/contentBg.gif') repeat-y left; }
	#contentCntr div.cTop { overflow: hidden; width: 1000px; background: url('global_FILES/contentBottom.gif') no-repeat left bottom; }
	
		/* ### LEFT CONTAINER ### */
		#leftCntr { padding: 50px 0px 100px 0px; float: left; width: 189px; }
		
			/* ### NAV BOX ### */
			.navBox { width: 189px; }
			.navBox ul { padding-left: 9px; list-style: none; }
			.navBox li { padding-bottom: 5px; height: 29px; }
			.navBox li a { display: block; width: 175px; height: 29px; line-height: 24px; text-align: center; font-weight: bold; font-variant: small-caps; text-decoration: none; color: #25558f; background: url('global_FILES/navBg.png') no-repeat; }
			.navBox li a:hover, .navBox li.selected a { color: #951313; }
		
		/* ### RIGHT CONTAINER ### */
		#rightCntr { padding: 65px 0px 65px 0px; float: right; width: 710px; }
		
			/* ### TEXT BOX ### */
			.textBox { width: 600px; }
			.textBox p { padding-bottom: 15px; text-align: left; }
			.textBox a { text-decoration: none; color: #951313; }
			.textBox a:hover { text-decoration: underline; }
			.textBox img { padding-top: 40px; }
	
	/* ### FOOTER CONTAINER ### */
	#footerCntr { width: 1000px; height: 20px; background: #d5050d; }
	#footerCntr p { line-height: 20px; text-align: center; color: #fff; }
