/* ################################################## */
/*  MADE BY: WWW.DIRECTBASING.COM                     */
/*  ALEX VAN DER VEGT                                 */
/* ################################################## */

/* ### GENERAL ### */
* { margin: 0px; padding: 0px; }
html, body { font-family: Verdana; font-size: 11px; color: #000; }
input, select, textarea { font-family: Verdana; font-size: 11px; color: #000; }
body { background: #e0e0e0; }
img { border: 0px; display: block; }

/* ### GLOBAL CLASSES ### */
.clear { clear: both; }
.left { float: left; }
.right { float: right; }
.center { margin: 0 auto; }

.H1 {	font-size: 18px;	font-weight: bold;	font-family: Verdana;}
.H2 {font-size: 12px;font-family: Verdana; color: #000000;}
.H2 a {font-size: 12px;font-family: Verdana; text-decoration:none; color: #000000;}
.H2 a:hover {font-size: 12px;font-family: Verdana; text-decoration:underline; color: #000000;}
.H3 {font-size: 12px; font-family: Verdana; font-weight: bold; }
.H4 {font-size: 10px; font-family: Verdana; color: #999999; }
.H4 a {font-size: 10px; font-family: Verdana; text-decoration:none; color: #999999; }
.H4 a:hover {font-size: 10px; font-family: Verdana; text-decoration:underline; color: #999999; }

.H7 a {font-size: 14px; color: #000000; font-family: Arial; text-decoration:none;}
.H7 a:hover {font-size: 14px; color: #000000; font-family: Arial; text-decoration:underline;}

/* ### MAIN CONTAINER ### */
#mainCntr { margin: 0 auto; padding-right: 11px; width: 930px; background: url('../images/mainBg.gif') repeat-y; }

	/* ### HEADER CONTAINER ### */
	#headerCntr { padding-top: 207px; position: relative; width: 930px; background: url('../images/headerBg.png') no-repeat; }
	#headerCntr div.sticker { position: absolute; left: -30px; bottom: -40px; width: 150px; height: 150px; background: url('../images/stickerBg.png') no-repeat; }
	
		/* ### MENU CONTAINER ### */
		#menuCntr { overflow: hidden; width: 930px; height: 70px; background: url('../images/menuBg.gif') repeat-x; }
		#menuCntr ul { margin-left: 135px; list-style: none; }
		#menuCntr li { margin-right: 10px; padding-right: 10px; float: left; display: inline; width: 138px; height: 59px; line-height: 49px; text-align: center; background: url('../images/menuTab.gif') no-repeat right; }
		#menuCntr li a { text-decoration: none; color: #000; }
		#menuCntr li a:hover, #menuCntr li.selected a { text-decoration: underline; }
		
	/* ### CONTENT CONTAINER ### */
	#contentCntr { padding-top: 25px; overflow: hidden; width: 930px; background: url('../images/logos.png') no-repeat right bottom; }
	
		/* ### LEFT CONTAINER ### */
		#leftCntr { padding: 0px 25px 0px 25px; float: left; width: 543px; }
		#leftCntr p { padding-bottom: 11px; }
		
			/* ### INTRO BOX ### */
			.introBox { margin-bottom: 20px; float: right; width: 443px; }
			
			/* ### LEFT BOX ### */
			.leftBox { width: 543px; }
		
		/* ### RIGHT CONTAINER ### */
		#rightCntr { padding: 0px 25px 70px 25px; float: right; width: 279px; }
		#rightCntr ul { margin-left: 15px; list-style: none; }
		#rightCntr li { margin-bottom: 20px; }
		
			/* ### TOP BOX ### */
			.topBox { width: 279px; }
			
			/* ### BOTTOM BOX ### */
			.bottomBox { width: 279px; }
		
/* ### FOOTER CONTAINER ### */
#footerCntr { margin: 0 auto; padding: 25px 10px 0px 10px; width: 921px; height: 30px; background: url('../images/footerBg.gif') no-repeat; }
