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

/* ### GENERAL ### */
* { margin: 0px; padding: 0px; }
html, body { font-family: Arial; font-size: 13px; color: #000; }
input, select, textarea { font-family: Arial; font-size: 13px; color: #000; }
body { background: #009ee0; }
img { border: 0px; display: block; }
a { color:#000;}
a:hover { color:#000;}
a:visited { color:#000;}

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

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

/* ### MAIN CONTAINER ### */
#mainCntr { margin: 20px auto; width: 954px; height: 610px; background: #fff; }

	/* ### HEADER CONTAINER ### */
	#headerCntr { position: relative; width: 954px; height: 99px; background: url('../images/headerBg.gif') no-repeat; }
	#headerCntr h1 { display: none; }
	#headerCntr img { position: absolute; top: 0px; right: 0px; z-index: 5; }
		
		/* ### MENU CONTAINER ### */
		#menuCntr { position: absolute; top: 74px; left: 0px; z-index: 10; width: 954px; height: 25px; background: #c7c7c7; }
		#menuCntr ul { overflow: hidden; width: 954px; list-style: none; }
		#menuCntr li { float: left; display: inline; }
		#menuCntr li a { display: block; float: left; width: 110px; height: 25px; line-height: 25px; text-align: center; text-decoration: none; color: #000; }
		#menuCntr li a:hover, #menuCntr li.selected a { color: #fff; background: #7b7b7b; }
		#menuCntr li.selected a { background: #009ee0; }
		#menuCntr li.last { float: right; }
		#menuCntr li.last a { width: 125px; }
		
	/* ### CONTENT CONTAINER ### */
	#contentCntr { padding-top: 25px; overflow: auto; width: 954px; height: 486px; }
	
		/* ### LEFT CONTAINER ### */
		#leftCntr { float: left; width: 200px; }
		
			/* ### NAV BOX ### */
			.navBox { width: 225px; margin:10px; color: #666; line-height: 18px;}
			.navBox ul { padding-left: 25px; list-style: none;}
			.navBox li { padding-left: 20px; line-height: 24px; background: url('../images/bullit.gif') no-repeat left; }
			.navBox li a { text-decoration: none; color: #7b7b7b; }
			.navBox li a:hover { color: #009ee0; }
		
		/* ### RIGHT CONTAINER ### */
		#rightCntr { float: right; width: 700px; }
		
			/* ### TEXT BOX ### */
			.textBox { width: 680px;}
			.textBox h1 { padding-bottom: 20px; font-size: 21px; font-weight: normal; color: #009ee0; }
			.textBox p { padding: 0px 15px 15px 0px; }
div.sublinks {
	width:954px;
	height:100px;
	position:relative;
	left:50%;
	margin-left:-477px;
	text-align:center;	
	margin-top:-15px;
	color:#DDDDDD;
}

div.sublinks  a {
	padding-left: 10px; 
	color:#DDDDDD;
	text-decoration:none;
}

