@charset "utf-8";
/* CSS Document */
html, body{
	margin:0;
	text-decoration:none;
	/*background-image:url(../images/BG_main.jpg);
	background-color:#000;
	background-position:top;
	background-repeat:no-repeat;*//*************You need to disable this background image to enabling the uniqgue body id**************/
	overflow-x: hidden;
	}
#bodyBG{
	margin:0;
	text-decoration:none;
    background-image:url(../images/BG_main.jpg);
	background-color:#000;
	background-position:top;
	background-repeat:no-repeat;
	overflow-x: hidden;
	}
#bodyNoBG{
	margin:0;
	text-decoration:none;
	overflow-x: hidden;
	}
.container{
	width:934px;
	height:1200px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	overflow: hidden;
	}
.logo{/*************************Start Header*******************************/
	width:120px;
	height:168px;
	position:absolute;
	left:408px;
	top:72px;
	}
.imageTxt1{
	width:265px;
	height:24px;
	position:absolute;
	left:122px;
	top:133px;
	}
.imageTxt2{
	width:204px;
	height:24px;
	position:absolute;
	right:184px;
	top:133px;
	}/*************************End Header*******************************/
.Banner1{/*************************Start main*******************************/
	width:934px;
	height:450px;
	position:absolute;
	top:253px;
	right:0px;
	margin:0px;
	clear:both;
	}
.scroll1{
	width:305px;
	height:339px;
	position:absolute;
	top:721px;
	left:8px;
	background-image:url(../images/BG_scroll1.gif);
	background-position:center;
	background-repeat:no-repeat;
	}
.scroll2{
	width:305px;
	height:339px;
	position:absolute;
	top:721px;
	left:314px;
	background-image:url(../images/BG_scroll1.gif);
	background-position:center;
	background-repeat:no-repeat;
	}
.scroll3{
	width:305px;
	height:339px;
	position:absolute;
	top:721px;
	right:8px;
	background-image:url(../images/BG_scroll1.gif);
	background-position:center;
	background-repeat:no-repeat;
	}
.scroll4{
	width:934px;
	height:339px;
	position:absolute;
	top:721px;
	left:-1px;
	background-image:url(../images/BG_scroll2.gif);
	background-position:center;
	background-repeat:no-repeat;
	}
.scrollTitle1{
	width:290px;
	height:23px;
	position:absolute;
	top:0px;
	left:0px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#630;
	text-align:left;
	}
.scrollTitle2{
	width:490px;
	height:23px;
	position:absolute;
	top:0px;
	left:0px;
	padding-top:13px;
	padding-bottom:7px;
	padding-left:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#630;
	text-align:left;
	}
.scrollText1{
	width:252px;
	height:238px;
	position:absolute;
	top:43px;
	left:25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#630;
	text-align:justify;
	padding-top:10px;
	/*overflow:scroll;
	overflow-x: hidden;
	scrollbar-arrow-color: #3F0; 
	scrollbar-3d-light-color : #3CF;
	scrollbar-base-color: #000; 
	scrollbar-face-color: #099; 
	scrollbar-dark-shadow-color : #006;
	scrollbar-highlight-color: #CCC; 
	scrollbar-shadow-color: #000;
	scrollbar-width: 5px;*/
	}
.scrollText2{
	width:258px;
	height:241px;
	position:absolute;
	top:43px;
	right:30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#630;
	text-align:right;
	padding-top:10px;
	}
.scrollText3{
	width:258px;
	height:241px;
	position:absolute;
	top:0px;
	left:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#630;
	text-align:right;
	padding-top:10px;
	padding-right:10px;
	}
.scrollLaunch{
	width:290px;
	height:23px;
	position:absolute;
	top:291px;
	left:0px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#630;
	text-align:right;
	}
.scrollLaunch a{
	text-decoration:none;
	color:#630;
	}
.scrollLaunch a:hover{
	color:#FF9;
	}/*************************End main*******************************/

/*********************** Start SCROLLERS ***********************/
.root 		{
		position: absolute;
		height:			247px;
		width:			577px;
		top:43px;
		left:20px;
		margin: 			0px 0px 8px 7px;		
		}
.root p 	{
		margin:			10px 10px 5px 10px;
		}
.thumb 		{
		position:			absolute;
		height:			9px;
		width:			15px;
		left: 			10px;
		}
.up, .dn 	{
		position:			absolute;
		left: 			10px;
		}
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
		border:			0;
		}
.scrollContainer { 
		position:		absolute; 
		left:			2px; 
		top:			10px; 
		width:			570px; 
		height:			235px; 
		clip:			rect(0 467 200 0); 
		overflow:			auto;
		font-family: Arial, Helvetica, sans-serif;
		font-size:11px;
		font-weight:normal;
		color:#630;
		text-align:justify;
		/*border-top:		2px solid #000000;
		border-left:		2px solid #000000;
		border-right:		2px solid #686262;
		border-bottom:		2px solid #686262;*/
		}
.scrollContent { 
		position:			absolute; 
		left:			0px; 
		top:			0px; 
		width:			100px; 
		}
/*********************** End SCROLLERS ***********************/

.registrationForm1{/***********************Start Registration Form***********************/
	width:175px; 
	background: #DBC8A2; 
	border:1px #BF9668 solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#630;
	}
.registrationForm2{
	width:110px; 
	background: #DBC8A2; 
	border:1px #BF9668 solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#630;
	}
.registrationForm3{
	width:36px; 
	background: #DBC8A2; 
	border:1px #BF9668 solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#630;
	}
.registrationForm4{
	width:174px;
	height:55px;
	background: #DBC8A2; 
	border:1px #BF9668 solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#630;
	overflow-x:hidden;
	resize: none;
	max-height:55px;
	max-width:175px;
	right:0px;
	}	
/***********************End Registration Form***********************/
	
.menuBottom{/*************************Start Footer*******************************/
	width:934px;
	height:25px;
	position:absolute;
	top:1068px;
	left:0px;
	padding-top:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color: #FC6;
	text-align:center;
	}
.menuBottom a{
	text-decoration:none;
	color:#FC6;
	}
.menuBottom a:hover{
	color:#FF9;
	}
.leftContainer{
	width:577px; 
	height:247px; 
	position:absolute; 
	top:43px; 
	left:26px;
	font-family:Verdana, Geneva, sans-serif;
	color:#630;
	font-weight:normal;
	font-size:10px;
	text-align:justify;
	text-decoration:none;
	}
.leftContainer a{
	text-decoration:none;
	color:#630;
	}
.leftContainer a:hover{
	font-weight: bold;
	}
.footer{
	width:934px;
	height:68px;
	position:absolute;
	bottom:0px;
	left:0px;
	padding-top:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color: #FC6;
	text-align:center;
	}
.footer a{
	text-decoration:none;
	color:#FC6;
	}
.footer a:hover{
	color:#FF9;
	}/*************************End Footer*******************************/
