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

/* ### GENERAL ### */
* { margin: 0px; padding: 0px; }
html, body { font-family: 'Trebuchet MS', Arial; font-size: 11px; color: #333; }
input, select, textarea { font-family: 'Trebuchet MS', Arial; font-size: 11px; color: #333; }
body { padding-top: 50px; background: #efe9dd; }
img { border: 0px; display: block; }

/* ### GLOBAL CLASSES ### */
.clear { clear: both; }
.left { float: left; }
.right { float: right; }
.center { margin: 0 auto; }

/* ### MAIN CONTAINER ### */
#mainCntr { margin: 0 auto; padding-top: 8px; width: 762px; background: url('../images/top.gif') #fff no-repeat; }
	.google { margin-left: 8px; }

	/* ### CONTENT BOX ### */
	.contentBox { overflow: hidden; width: 100%; }
	
	/* ### HEADER CONTAINER ### */
	#headerCntr { margin-left: 8px; overflow: hidden; width: 747px; height: 245px; background: url('../images/headerBg.gif') no-repeat; }
	
		/* ### MENU CONTAINER ### */
		#menuCntr { margin-right: 11px; float: right; display: inline; width: 217px; }
		#menuCntr h2 { padding: 20px 0px 10px 10px; display: block; font-size: 12px; text-transform: uppercase; color: #8eab55; }
		#menuCntr ul { margin-left: 10px; list-style: none; }
		#menuCntr li { padding: 2px 0px 4px 10px; background: url('../images/ul.gif') no-repeat left center; }
		#menuCntr li a { text-decoration: none; color: #656565; }
		#menuCntr li a:hover { text-decoration: underline; }
	
	/* ### CONTENT CONTAINER ### */
	#contentCntr { padding: 8px; width: 747px; background: url('../images/bottom.gif') no-repeat bottom center; }
	
		/* ### TEXT BOX ### */
		.textBox { overflow: hidden; width: 747px; background: url('../images/textBg.gif') repeat-y; }
		.textBox h2 { padding-bottom: 11px; font-size: 12px; }
		.textBox p { padding-bottom: 11px; line-height: 18px; }
		.top { background: url('../images/top2.gif') no-repeat; }
		.bottom { padding: 10px; background: url('../images/bottom2.gif') no-repeat bottom center; }
		.textBox ul{ margin-left : 11px;  }



/* ### FOOTER CONTAINER ### */
#footerCntr { margin: 0 auto; padding-top: 10px; width: 762px; }
#footerCntr p { text-align: center; color: #656565; }
#footerCntr a { text-decoration: none; color: #656565; }
#footerCntr a:hover { text-decoration: underline; }
