
/* ### GENERAL ### */
* { padding: 0px; margin: 0px; }
html, body { font-family: Arial; font-size: 12px; color: #000; }
input, select, textarea { font-family: Arial; font-size: 12px; color: #000; }
body { background: url('../images/bodyBg.gif') #b7b7b7 repeat-x; }
img { border: 0px; }

/* ### GLOBAL CLASSES ### */
.clear { clear: both; height: 0px; }

/* ### WRAPPER ### */
#wrapper { padding: 0px 0; position: relative; display: block; width: 100%; min-height: 100%; }

#login { position:absolute; margin-left:882px; z-index:150; color:#FFFFFF; width:88px; margin-top:3px; }
#login a { color:#FFFFFF; text-decoration:none; }
#login a:hover { text-decoration:underline; }
#login img {  float:right; }
/* ### MAIN CONTAINER ### */
#mainCntr { margin: 0 auto; width: 980px; overflow: hidden; border: 1px solid #fff; background-repeat: no-repeat; background-position: left bottom; }
.bg1 {background-image: url('../images/Bg.jpg'); background-color:#070b14; }
.bg2 {background-image: url('../images/bg2.jpg'); background-color:#c7bc9e; }
.bg3 {background-image: url('../images/bg3.jpg'); background-color:#7a9cbf; }
.bg4 {background-image: url('../images/bg4.jpg'); background-color:#8a9aa4; }
.bg5 {background-image: url('../images/bg5.jpg'); background-color:#7b8088; }
	/* ### HEADER CONTAINER ### */
	#headerCntr { position: relative; z-index: 80; width: 980px; height: 121px; background: url('../images/headerBg.gif') no-repeat; }
	#headerCntr h1 { position: absolute; left: 47px; top: 7px; }
	#headerCntr h1 a { display: block; width: 250px; height: 200px; text-indent: -9999px; background: url('../images/logo.png') no-repeat; }
	
		/* ### MENU CONTAINER ### */
		#menuCntr { position: absolute; top: 88px; right: 0px; width: 642px; }
		#menuCntr ul { list-style: none; }
		#menuCntr li { padding: 6px 15px 4px 28px; list-style: none; position: relative; float: left; display: inline; background: url('../images/devider.png') right 0px no-repeat; }
		#menuCntr li a { font-size: 12px; font-weight: bold; color: #FFFFFF; text-decoration: none; }
		#menuCntr li a:hover, #menuCntr li a.selected { color: #ffd20f; }
		#menuCntr ul ul { padding: 5px 15px 5px 15px; position: absolute; top: 32px; left: 15px; z-index: 90; width: 80px; clear: both; background: #070c14;  filter:alpha(opacity=80);  opacity:0.8; }
		#menuCntr ul ul li { padding: 0px; height: 20px; line-height: 20px; display: block; float: none; background: none; }
		
	/* ### CONTENT CONTAINER ### */
	#contentCntr { overflow: hidden; width: 980px; }
	
		/* ### LEFT CONTAINER ### */
		#leftCntr { padding-top: 140px; float: left; width: 203px; }
		
			/* ### MENU BOX ### */
			.menuBox { width: 203px; }
			.menuBox ul { list-style: none; }
			.menuBox li { width: 203px; overflow: hidden; }
			.menuBox li a { padding-left: 86px; font-size: 11px; color: #fff; text-decoration: none; display: block; line-height: 31px; }
			.menuBox li a:hover, .menuBox li.selected a { background: url('../images/menubg.png') left top repeat-x; }
			
		/* ### RIGHT CONTAINER ### */
		#rightCntr { padding-top: 134px; margin-bottom: 17px; float: right; width: 640px; border-left: 1px solid #fff; border-bottom: 1px solid #fff;  background-position:left top; background-repeat: no-repeat; }
		.bg1 #rightCntr { background-image: url('../images/rightbg.png') }
		.bg2 #rightCntr { background-image: url('../images/rightbg2.png') }
		.bg3 #rightCntr { background-image: url('../images/rightbg3.png') }
		.bg4 #rightCntr { background-image: url('../images/rightbg4.png') }
		.bg5 #rightCntr { background-image: url('../images/rightbg5.png') }
			/* ### TEXT BOX ### */
			.textBox { padding: 20px 50px 20px 50px; width: 541px; min-height: 298px; background: url('../images/boxbg.png') repeat; }
			.textBox h2 { padding: 24px 0px 10px 0px; font-size: 17px; font-weight: bold; color: #000000; }
			.textBox h2 span { font-style: italic; color: #ffd20f; }
			.textBox p { padding-bottom: 10px; }
			.textBox a { color:#000000; font-weight:bold; }
			.textBox a:hover { color:#CC9900; text-decoration:underline; font-weight:bold; }
		
	/* ### FOOTER CONTAINER ### */
	#footerCntr {  overflow: hidden; float: right; height: 88px; width: 640px; background: url('../images/footerbg.png') repeat; }	
	
		/* ### MARKEN BOX ### */
		.markenBox { width: 641px; overflow: hidden; }
		.markenBox h3 { padding-top: 6px; padding-left:18px; font-size: 10px; color: #1e1c1c; }
	    .markenBox ul { padding-top: 6px; }
	    .markenBox li { padding-left: 19px; list-style: none; float: left; }
	    .markenBox li a { float: left; }
		
		/* ### LINK BOX ### */
		.linkBox { width: 330px; float: right; margin-top:48px; }
		.linkBox ul { list-style: none; }
		.linkBox li { padding: 4px 10px 0px 16px; list-style: none; float: left; background: url('../images/footerSprtr.png') right 10px no-repeat; }
		.linkBox li a { font-size: 10px; color: #000000; text-decoration: none; }
		.linkBox li a:hover { text-decoration: underline; }
		
		#slideshow { overflow:hidden; width:639px; height: 60px; }
		#slideshow ul {  margin-top:0px; width:99999px;  }
