/* ### GENERAL ### */
* { margin: 0px; padding: 0px; }
html, body { font-family: Verdana; font-size: 12px; color: #fff; }
input, select, textarea { font-family: Verdana; font-size: 12px; color: #fff; }
body { background: #363435; }
img { border: 0px; }

/* ### GLOBAL CLASSES ### */
.clear { clear: both; }

/* ### WRAPPER ### */
#wrapper { width: 100%; min-height: 100%; }

/* ### MAIN CONTAINER ### */
#mainCntr { padding-top: 70px; margin: 0 auto; width: 890px; }

	/* ### HEADER CONTAINER ### */
	#headerCntr { position: relative; width: 890px; height: 49px; }
	
		/* ### MENU CONTAINER ### */
		#menuCntr { width: 890px; height: 30px; background: url('../images/menu-bg.gif') top left repeat-x; }
		#menuCntr ul { padding-left: 7px; list-style: none; overflow: hidden; }
		#menuCntr li { padding-right: 55px; float: left; line-height: 27px; font-size: 17px; font-weight: bold; height: 53px; }
		#menuCntr li a { text-decoration: none; color: #fff; }
		#menuCntr li a:hover { text-decoration: underline; }
		#menuCntr li.last { padding-right: 0px; }
	
	/* ### CONTENT CONTAINER ### */
	#contentCntr { padding-bottom: 35px; overflow: hidden; width: 890px; background: url('../images/content-bg.jpg') top left repeat-y; }
	
		/* ### LEFT CONTAINER ### */
		#leftCntr { padding-top: 8px; float: left; width: 162px; }
		
			/* ### MENU BOX ### */
			.menuBox { width: 162px; }
			.menuBox ul { padding-left: 8px; list-style: none; }
			.menuBox li { padding-bottom: 19px; }
			.menuBox li a { font-size: 15px; font-weight: bold; text-decoration: none; color: #fff; }
			.menuBox li a:hover { text-decoration: underline; color: #AF0103; }
			
			/* ### AD BOX ### */
			.adBox { padding-top: 283px; padding-left: 20px; width: 143px; }
			.adBox img { margin-bottom: 23px; }
		
		/* ### CENTER CONTAINER ### */
		#centerCntr { padding-top: 8px; padding-left: 15px; float: left; width: 358px; }
		#centerCntr a { color: #E50004; }
		#centerCntr a:hover { text-decoration: none; }
		#centerCntr ul { pading-left: 9px; }
		#centerCntr li { pading-left: 9px; }
			
			/* ### WELCOME BOX ### */
			.welcomeBox { width: 358px; }
			.welcomeBox h2 { padding-bottom: 20px; color: #fff; font-size: 14px; }
			.welcomeBox p { padding-bottom: 13px; }
			.welcomeBox p.last { padding-bottom: 25px; }
			.welcomeBox img { margin-left: 45px; }
			
			/* ### GUARANTEE BOX ### */
			.guaranteeBox { padding-top: 48px; width: 275px; }
			.guaranteeBox h2 { padding-bottom: 18px; color: #fff; font-size: 18px; }
			.guaranteeBox ul { list-style: none; }
			.guaranteeBox li { padding-bottom: 13px; padding-left: 14px; color: #fff; font-size: 12px; background: url('../images/bullet.gif') center left no-repeat; }
		
			.xBox { background: url('../images/x-img.jpg') center no-repeat; height: 557px; }
		
		/* ### RIGHT CONTAINER ### */
		#rightCntr { float: right; width: 319px; }
		
			/* ### WEBCAM BOX ### */
			.webcamBox { padding-top: 55px; padding-left: 24px; width: 243px; }
			.webcamBox h2 { padding-bottom: 17px; text-align: center; font-size: 19px; }
			.webcamBox p { padding-top: 18px; font-size: 16px; overflow: hidden; width: 243px; }
			.webcamBox span { display: block; width: 129px; float: left; }
			.webcamBox p.last { padding-top: 120px; }
			.webcamBox ul { padding-top: 35px; width: 243px; list-style: none; overflow: hidden; }
			.webcamBox li { padding-right: 19px; padding-bottom: 35px; float: left; }
	