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

/* ### GENERAL ### */
* { margin: 0px; padding: 0px; }
html, body { font-family: Tahoma; font-size: 12px; font-weight: bold; color: #1d2125; }
input, select, textarea { font-family: Tahoma; font-size: 12px; color: #1d2125; }
body { background: url('../images/bodyBg.gif'); } 
img { border: 0px;  }



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

/* ### WRAPPER ### */
#wrapper { display: block; position: relative; width: 100%; min-height: 100%; background: url('../images/wrapperBg.png') repeat-x 0px 40px; }

/* ### MAIN CONTAINER ### */
#mainCntr { margin: 0 auto; width: 893px; }

	/* ### HEADER CONTAINER ### */
	#headerCntr { position: relative; width: 893px; height: 185px; background: url('../images/headerBg.png') no-repeat 10px 51px; }
	#headerCntr img { position: absolute; top: 78px; left: 405px; }
	#headerCntr iframe { position: absolute; top: 51px; left: 280px; }
	
		/* ### MENU CONTAINER ### */
		#menuCntr { padding-top: 15px; width: 893px; }
		#menuCntr ul { padding-left: 10px; overflow: hidden; width: 893px; list-style: none; }
		#menuCntr li { padding-left: 15px; float: left; display: inline; font-size: 10px; font-weight: bold; text-transform: uppercase; }
		#menuCntr li a { padding: 0px 10px 0px 10px; display: block; float: left; height: 28px; line-height: 28px; text-decoration: none; color: #d2d4d0; }
		#menuCntr li a:hover, #menuCntr li.selected a { background: url('../images/menuBg.gif') #747474 no-repeat right bottom; }
	
	/* ### CONTENT CONTAINER ### */
	#contentCntr { overflow: hidden; width: 893px; }
	#contentCntr h2 { padding-left: 25px; position: absolute; top: 6px; left: 10px; height: 18px; line-height: 13px; font-size: 11px; font-weight: bold; text-transform: uppercase; color: #1d2125; background: url('../images/bullet.png') no-repeat left; }
	
		/* ### MOVIES BOX ### */
		.moviesBox { margin-bottom: 5px; padding-bottom: 25px; position: relative; float: left; width: 293px; background: url('../images/moviesBottom.png') no-repeat bottom; }
		.moviesBox div.top { padding-top: 38px; background: url('../images/powerTop.png') no-repeat; }
		.moviesBox div.bottom { padding: 0px 20px 0px 20px; background: url('../images/powerBg.png') repeat-y; }
		
		/* ### GALLERY BOX ### */
		.galleryBox { margin-bottom: 5px; padding-bottom: 25px; position: relative; float: left; width: 293px; background: url('../images/galleryBottom.png') no-repeat bottom; }
		.galleryBox div.top { padding-top: 38px; background: url('../images/powerTop.png') no-repeat; }
		.galleryBox div.bottom { padding: 0px 20px 0px 20px; background: url('../images/powerBg.png') repeat-y; }
		
		/* ### POWER BOX ### */
		.powerBox { margin-bottom: 5px; padding-bottom: 25px; position: relative; float: right; width: 293px; background: url('../images/powerBottom.png') no-repeat bottom; }
		.powerBox div.top { padding-top: 38px; background: url('../images/powerTop.png') no-repeat; }
		.powerBox div.bottom { padding: 0px 20px 0px 20px; background: url('../images/powerBg.png') repeat-y; }
		
		/* ### PARTNER BOX ### */
		.partnerBox { padding-bottom: 25px; position: relative; float: left; width: 224px; background: url('../images/partnerBottom.png') no-repeat bottom; }
		.partnerBox div.top { padding-top: 38px; background: url('../images/partnerTop.png') no-repeat; }
		.partnerBox div.bottom { padding: 0px 10px 0px 10px; background: url('../images/partnerBg.png') repeat-y; }
	a:link, a:active  {
	color: #006699;
	text-decoration: none;
}
 a:visited {

	color: #3366FF;
	text-decoration: none;
}
a:hover {
	color: #333366;
	text-decoration: none;
}
	
		/* ### BLOG BOX ### */
		.blogBox { padding-bottom: 25px; position: relative; float: right; width: 662px; background: url('../images/blogBottom.png') no-repeat bottom; }
		.blogBox div.top { padding-top: 38px; background: url('../images/blogTop.png') no-repeat; }
		.blogBox div.bottom { padding: 0px 20px 0px 20px; background: url('../images/blogBg.png') repeat-y; }
	
/* ### FOOTER CONTAINER ### */
#footerCntr { width: 100%; height: 104px; background: url('../images/footerBg.png') repeat-x; }
#footerCntr p { padding-top: 30px; line-height: 20px; text-align: center; color: #d2d4d0; }
#footerCntr img { display: inline; }
#footerCntr a { text-decoration: none; font-weight: bold; color: #d2d4d0; }
#footerCntr a:hover { text-decoration: underline; }

