/* CSS Document */
* { padding: 0; margin: 0;outline:none; }
img{ border:0;}
body {
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 10pt;
}
img.banner-left{
	position:absolute; 
	left:10; 
}
img.banner-right{
	position:absolute; 
	right:10; 
}
#imply{
	width: 100%;
	background-color:#efeeeb;
}
#header {
	 width: 955px;
	 height:127px;
	 margin:0 auto;
	 background:#efeeeb url(../images/bg_header.gif) no-repeat;
	 overflow:hidden;
}
#navigation {
	 width: 940px;
	 height:35px;
	 margin: auto;
	 padding:0 5px 0 10px;
	 overflow:hidden;
	 background:url(../images/bg_nav.gif) repeat-x;
}
#wrapper { 
	 width:955px;
	 overflow:hidden;
	 margin:0 auto;
	 background-color:#fff;
}

#footer { 
	 width:935px;
	 overflow:hidden;
	 margin:0 auto;
	 background-color:#fafafa;
	 padding:10px;
}
/*-----------------------------------------------------------------------------------------------*/
#logo{
	float:left;
	width:115px;
}
#name-slogan{
	float:left;
	widows:300px;
	padding:45px 0 0 0;
}
#slogan{
	font-family:Arial;
	font-size:11pt;
	color:#ec982b;
	font-weight:bold;
	padding:3px 0 0 0;
}
ul#menu{
	list-style:none; 
	width:800px;
	float:left;
	margin:0px;
}
ul#menu li{
	height:26px;
	float:left;
	padding:9px 20px 0 20px;
	font-weight:bold;
	background:url(../images/line_menu.gif) no-repeat right;
	font-size:10pt;
}
ul#menu li.current{
	float:left;
	background:url(../images/menu_nav_current.gif) repeat-x;
	border:1px solid #bb0500;
	font-size:10pt;
}
ul#menu li.current a{
	 color:#FFFFFF;
}
ul#menu li a{
	text-decoration:none;
	color:#525252;
}
ul#menu li.current a:hover{
	color:#fff;
}
ul#menu li a:hover{
	color:#D5201C;
}
#navigation div {
	float:right;
	width:25px;
	height:35px;
}
.lang_vi{
	width:22px;
	height:16px;
	position:relative;
	top:10px;
	background:url(../images/language.gif) no-repeat 0px 0px;
}
.lang_eng{
	position:relative;
	top:10px;
	width:22px;
	height:16px;
	background:url(../images/language.gif) no-repeat -22px 0px;
}

/***********************************************/
.line-page{
	background:url(../images/line.gif) no-repeat bottom;
	height:10px;
	width:100%;
	clear: both;
}
.logo-footer{
	width:100px;
	float:left;
}
.info-footer{
	width:400px;
	float:left;
	padding:10px;
	color:#B4B4B4;
}
.logo-king{
	width:100px;
	padding:20px 0;
	float:right;
}
.logo-king a .king{
	height:36px;
	width:60px;
	background:url(../images/logo-king.jpg) no-repeat;
}
.logo-king a:hover .king{
	height:36px;
	width:60px;
	background:url(../images/king-hover.jpg) no-repeat;
}
.startups-incubator{
	font-size:11px;
	font-family:arial;
	clear:both;
	text-align:center;
	color:#009900;
}
.startups-incubator img{
	 padding:5px 10px;
}
.startups-incubator span{
position:relative;
bottom:20px;
}
/*----------------=-----------------------*/
.pagination{
	margin-top:10px;
	vertical-align:top;
	text-align:right;
}
.pagination a img{
	position:relative;
	top:3px;
}
.pagination a.number {
	text-decoration: none;
	color: #006cff;
	font-family:tahoma;
	font-size:9pt;
	font-weight:bold;
	padding:2px 5px;
	border: solid 1px #d6d6d6;
	margin-right:1px;
}
.pagination a.number:hover {
	color: #ff5a00;
	border: solid 1px #d6d6d6;
}
.pagination a.current {
	color: #ff5a00;
	border: solid 1px #ffffff;
}