html,body {
	margin:0;
	padding:0;
	text-align: center;
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size: 100%;
	text-align: left;
	background-color: #fefcfc;
	color: #47494a;
	align: center;
}

#outline {
 	width: 990px;
	top: 0px;
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
}

#header {
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
	height: 190px;
	width: 990px;
	text-align: center;
}
#headerImg {
	width: 150px;
	left: 779px;
	top: 18px;
	position: relative;
}

#menuImg {
	height: 124px;
	text-align: center;
}

#menuImgTopLine {
	height: 10px;
	text-align: center;
	
}

/* menu START */

#menus {
	width: 600px;
	position: relative;
	top: -170px;
	left: 100px;
}
#menus li {
	display:inline;
	list-style:none;
}
#menus li a {
	padding-bottom: 15px;
	padding-right: 20px;
	padding-left: 20px;
	display:block;
	font-size: 80%;
	color: #000000;
	float:left;
	text-decoration: none;
	margin: 0;
	left: 0%;
	font-weight: bold; 
}
#menus li a:hover{
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(img/menuActivity.png);
} 
/* menu END */

/* submenu START */
#menus li ul {
	top: 0px;
	display:none;
	background-image: url(img/menuBg.png);
	text-align: center;
	margin: 0;
	left: 0%;
	padding:0 5px;
	position: relative;
}
#menus li li {
	margin: 0;
	background-repeat: no-repeat;
	left: 0%;
	float:none;
	margin:0 !important;
	margin:0;
	padding:0;
	display:block;
	list-style:none;
	position: relative;
}
#menus li li a {
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 0px;
	padding-top: 2px;
	margin-left: 0;
	margin-bottom: 2px;
	margin-right: 0;
	margin-top: 0;
	border-left-width: 0;
	border-bottom-width: 1px;
	border-right-width: 0;
	border-top-width: 0px;
	float:none;
	display:block;
	text-decoration:none;
	width:124px;
	border-style:solid;
	border-color:#ffffff;
	background-image:none;
	height:auto;
	line-height:115%;
	color:#ffffff;
	left: 0%;
	font-weight: bold; 
	position: relative;

}
#menus li li a:hover {
	background-image: none;
	color:#ff4900;
}
/* submenu END */

#language {
	top: 38px;
	left: 800px;
	width: 30px;
	position: relative;
	font-size: 11px;
}

a.languageActive:active, a.languageActive:link, a.languageActive:visited, a.languageActive:hover
{
	text-decoration: none;
	color: #ff4900;
}

#main{
	top: 350px;
	position: absolute;
	margin-left: 260px;
	width: 490px;
}

#submenuName {
	width: 225px;
	position: relative;
	font-size: 24px;
	color: #cccccc;
	top: -60px;
	left: 280px;
}
#dot {
	background-image: url(img/dot.jpg);
	background-repeat: repeat-x;
	padding-top: 10px;
	height: 3px;
	width: 490px;
}

#text {
	margin: 5px;
	text-align: justify;
	font-size: 12px;
/* 	padding: 15px; */
}

#footer {
	background-position: 111px;
	height: 90px;
	width: 470px;
	background-image: url(img/plain.jpg);
	background-repeat: no-repeat;
	opacity:0.5;
	filter:alpha(opacity=50);
}
#upArrow {
	position: relative;
	top: 40px;
	left: 20px;
}

#backArrow {
	position: relative;
	top: 50px;
	left: 400px;
}
#up {
	font-size: 11px;
	position: relative;
	top: 50px;
	left: 5px;
}

#back {
	font-size: 11px;
	position: relative;
	top: 50px;
	left: 397px;
}

#credits {
	left: 10px;
	text-align: center;
	color: 	#47494A;
	position: relative;
	top: 58px;
	border-color: #ff251c;
	font-size: 10px;
}

a:link, a:visited, a:active, a:hover {
	text-decoration: none;
	color: #000000;
}


/* -------- intro ---------- */
#introMain {
	text-align: center;
	height: 215px;
	width: 980px;
	position: absolute;
	top: 169px;
	background-image: url(img/intro/main.jpg);
	background-repeat: no-repeat;
	position: absolute;
}

#introLanguage {
	top: 360px;
	left: 820px;
	position: absolute;
}
#introLanguage .LT {
	color: #ff4900;
}

#introImg {
	top:262px;
	left: 554px;
	width: 358px;
	height: 53px;
	position: absolute;
}

#img1, #img2, #img3, #img4 {
	margin-right: 10px;
	margin-left: 10px;
}

img {
	border: 0px none;
}

/* -------- intro ---------- */
