
/* ### GENERAL ### */
* { margin: 0px; padding: 0px; }
html, body { font-family: Arial; font-size: 12px; color: #e3e3e3; }
input, select, textarea { font-family: Arial; font-size: 12px; color: #000; }
body { background: #fff; }
img { border: 0px; display: block; }

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

/* ### WRAPPER ### */
#wrapper { padding-bottom: 30px; display: block; position: relative; width: 100%; min-height: 100%; }

/* ### MAIN CONTAINER ### */
#mainCntr { margin: 0 auto; width: 100%; background: url('../images/mainBg.gif') repeat-y top; }
#mainCntr div.mTop { background: url('../images/mainTop.gif') no-repeat top; }
#mainCntr div.mBottom { background: url('../images/mainBottom.gif') no-repeat bottom; }

	/* ### HEADER CONTAINER ### */
	#headerCntr { margin: 0 auto; position: relative; width: 950px; height: 130px; }
	#headerCntr h1 { position: absolute; top: 10px; }
	#headerCntr h1 a { display: block; width: 273px; height: 58px; text-indent: -9999px; background: url('../images/logo.gif') no-repeat; }
	
		/* ### MENU CONTAINER ### */
		#menuCntr { position: absolute; top: 86px; width: 950px; }
		#menuCntr ul { padding-left: 90px; overflow: hidden; width: 860px; list-style: none; }
		#menuCntr li { margin-right: 1px; float: left; display: inline; font-size: 14px; }
		#menuCntr li a { padding: 0px 30px 0px 30px; display: block; float: left; height: 46px; line-height: 46px; text-decoration: none; color: #fcfcfc; }
		#menuCntr li a:hover, #menuCntr li.selected a { background: url('../images/menuHBg.gif') repeat-x; }
	
	/* ### CONTENT CONTAINER ### */
	#contentCntr { margin: 0 auto; padding-bottom: 30px; overflow: hidden; width: 950px; }
	
		/* ### SPOT BOX ### */
		.spotBox { padding: 34px 0px 0px 69px; overflow: hidden; width: 881px; height: 353px; }
		.spotBox div.video { padding: 30px 0px 0px 20px; float: left; display: inline; width: 380px; }
		.spotBox div.text { margin-right: 70px; padding-top: 30px; float: right; display: inline; width: 410px; }
		.spotBox h2 { padding-bottom: 20px; font-size: 18px; font-weight: normal; color: #f2f2f2; }
		.spotBox ul { overflow: hidden; width: 410px; list-style: none; }
		.spotBox li { margin-right: 20px; float: left; display: inline; }
		.spotBox p { padding-bottom: 30px; line-height: 22px; color: #8a8a8a; }
		.light { background: url('../images/spotBg.png') no-repeat center; }
		.dark { background: url('../images/spotDark.png') no-repeat center; }
	
		/* ### BOXES CONTAINER ### */
		#boxesCntr { margin: 0px 0px 0px 58px; overflow: hidden; width: 832px; background: url('../images/boxesBg.gif') repeat-y; }
		#boxesCntr div.top { background: url('../images/boxesTop.png') no-repeat top; }
		#boxesCntr div.bottom { overflow: hidden; width: 832px; background: url('../images/boxesBottom.gif') no-repeat bottom; }
		#boxesCntr div.last { margin-right: 19px; }
		#boxesCntr div.last img { margin-bottom: 20px; }
		#boxesCntr div.last h2 { margin-bottom: 30px; }
		
			/* ### PRO BOX ### */
			.proBox { margin-right: 30px; padding-bottom: 20px; float: left; display: inline; width: 271px; }
			.proBox h2 { margin-bottom: 30px; padding: 0px 15px 0px 15px; height: 4px; line-height: 54px; font-size: 17px; font-weight: normal; color: #fff; }
			.proBox img { margin: 0px 0px 20px 60px; }
			.proBox p { padding: 20px; line-height: 18px; }
			.proBox a { padding-left: 40px; color: #fff; background: url('../images/arrow.gif') no-repeat 20px center; }
			.proBox a:hover { text-decoration: none; }
			
			/* ### CONTACT BOX ### */
			.contactBox { float: right; width: 241px; }
			.contactBox h2 { padding: 0px 15px 0px 15px; height: 54px; line-height: 54px; font-size: 17px; font-weight: normal; color: #fff; }
			.contactBox a { padding-left: 40px; color: #fff; background: url('../images/arrow.gif') no-repeat 20px center; }
			.contactBox a:hover { text-decoration: none; }
			.contactBox address a { padding: 0px; color: #c8c5c5; background: none; }
			.contactBox address { margin: 0px 20px 10px 20px; padding-bottom: 10px; line-height: 20px; font-style: normal; color: #979797; }
			.contactBox address.line { border-bottom: 1px solid #323232; }
			
		/* ### LEFT CONTAINER ### */
		#leftCntr { padding: 20px 0px 0px 60px; float: left; display: inline; width: 240px; }
		
			/* ### NAV BOX ### */
			.navBox { overflow: hidden; width: 238px; height: 328px; border: 1px solid #373737; }
			.navBox h3 { padding: 0px 20px 0px 20px; height: 74px; line-height: 74px; font-size: 17px; font-weight: normal; color: #fff; }
			.navBox ul { list-style: none; }
			.navBox li { padding-bottom: 5px; height: 29px; }
			.navBox li a { padding: 0px 20px 0px 20px; display: block; height: 29px; line-height: 29px; text-decoration: none; color: #fff; background: url('../images/navBg.gif') repeat-x; }
			.navBox li a:hover, .navBox li.selected a { font-weight: bold; color: #000; background: url('../images/navHBg.gif') repeat-x; }
		
		/* ### RIGHT CONTAINER ### */
		#rightCntr { padding: 20px 80px 0px 0px; float: right; display: inline; overflow: hidden; width: 540px; }
		
			/* ### TEXT BOX ### */
			.textBox { padding: 8px 20px 0px 20px; float: left; display: inline; overflow: hidden; width: 302px; height: 328px; border: 1px solid #373737; background: url('../images/textBg.png') no-repeat; }
			.textBox h2 { height: 74px; line-height: 74px; font-size: 17px; font-weight: normal; color: #fff; }
			.textBox p { padding-bottom: 20px; line-height: 18px; color: #8a8a8a; }
			.textBox a { color: #cfcfcf; }
			.textBox a:hover { text-decoration: none; }
			
			/* ### TEXT BOX WIDE### */
			.textBoxWide { padding: 8px 20px 0px 20px; float: left; display: inline; overflow: hidden; width: 520px; border: 1px solid #373737; background: url('../images/textBgWide.png') no-repeat; }
			.textBoxWide h2 { height: 74px; line-height: 56px; font-size: 17px; font-weight: normal; color: #fff; }
			.textBoxWide p { padding-bottom: 20px; line-height: 18px; color: #8a8a8a; }
			.textBoxWide a { color: #cfcfcf; }
			.textBoxWide a:hover { text-decoration: none; }
			
			/* ### PIC BOX ### */
			.picBox { float: right; width: 157px; }
			.picBox ul { list-style: none; }
			.picBox li { padding-bottom: 15px; }
		
		/* ### CONTACT CONTAINER ### */
		#contactCntr { margin: 0 auto; padding-bottom: 30px; width: 950px; } 
		#contactCntr fieldset { margin: 0px 0px 0px 61px; padding-left: 498px; width: 310px; height: 98px; border: 0px; background: url('../images/contactBg.png') #fff no-repeat; }
		#contactCntr input.field { margin-right: 10px; padding: 6px 20px 0px 20px; width: 180px; height: 20px; text-align: right; color: #fff; border: 0px; background: #000; }
		#contactCntr input.submit { padding: 0px 5px 0px 5px; height: 26px; text-align: center; text-transform: uppercase; color: #fff; border: 0px; background: #000; }
		#contactCntr label { padding: 20px 26px 10px 0px; display: block; text-align: right; font-size: 17px; color: #000; }
		#contactCntr label span { font-style: italic; }
	
	/* ### FOOTER CONTAINER ### */
	#footerCntr { margin: 0 auto; overflow: hidden; width: 950px; height: 156px; line-height: 32px; }
	#footerCntr ul { padding-left: 50px; float: left; overflow: hidden; width: 600px; list-style: none; }
	#footerCntr li { margin-left: 35px; float: left; display: inline; font-weight: bold; }
	#footerCntr li a { text-decoration: none; color: #4e4e4e; }
	#footerCntr li a:hover { text-decoration: underline; color: #fff; }
	#footerCntr p { padding-right: 85px; float: right; width: 200px; text-align: right; font-size: 11px; color: #3d3d3d; }
	#footerCntr ul.logos { padding-top: 94px; float: right; }
	#footerCntr ul.logos li { float: right; height: 24px; line-height: 24px; font-weight: normal; font-size: 11px; color: #333; }
	
form td {padding:5px 5px 5px 5px;}
