@charset "utf-8";
/***********************************************/
/* html tag styles                             */
/***********************************************/
html,body{
	height: 100%;
	padding: 0px;
	margin: 0px;
	font-family: Trebuchet MS;
	font-size: small;
	color: #666;
	background: #223144;
}

img{
	border: 0px;
}

#Template{
	width: 820px;
	padding: 0px 0px 10px 0px;
	margin: 0px auto;
	background:url(../images/bk_template.jpg) repeat-y;
}

#ContentsArea{
	width: 800px;
	padding: 0px 0px 30px 0px;
	margin: 0px auto;
	background: #fff;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}

.clear {
    clear: both;
	padding:0px;
	margin:0px;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*Â¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

a:link{
    color: #666;
	text-decoration: underline ;
}

a:visited{
	color: #999;
	text-decoration: underline ;
}

a:active{
	color: #999;
	text-decoration: underline ;
}

a:hover{
	color: #999;
	text-decoration: underline ;
}

h1,h2,h3 {
    padding: 0px;
	margin: 0px;
	border: 0px;
}

* html h1,h2,h3 {
    padding: 0px;
	margin: 0px;
	border: 0px;
}

/*---- Header --------------------------------------------------*/
#Header {
	width: 800px;
	height: 90px;
	margin: 0px 0px 10px 0px;
}

/* Logo */
#Logo{
    list-style:none;
    margin: 0px;
    float: left;
}

#Logo a{
    display:block;
    width:320px;
    height:58px;
    text-indent:-200px;
    overflow:hidden;
    background:url(../images/logo02.gif) no-repeat bottom left;
}

/* Header Menu */
ul#HeaderMenu{
    list-style:none;
	padding: 0px;
	margin: 0px;
}
ul#HeaderMenu li{
    list-style:none;
    float:right;
	padding: 0px;
	margin: 0px;	
}
ul#HeaderMenu a{
    display:block;
    text-indent:-100px;
    overflow:hidden;
}
ul#HeaderMenu span{
    display: none;
}
a.news{
    background:url(../images/bu_news.gif);
    width:65px;
    height:59px;	
}
a:hover.news{
    background-position:0px 59px;
}
a.contactus{
    background:url(../images/bu_contactus.gif);
	width:85px;
    height:59px;
}
a:hover.contactus{
    background-position:0px 59px;
}

/* Global Navigation */
ul#GlobalNavi{
    list-style:none;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	clear: both;
}
ul#GlobalNavi li{
    list-style:none;
    float:left;
	padding: 0px;
	margin: 0px;	
}
ul#GlobalNavi a{
    display:block;
    text-indent:-200px;
    overflow:hidden;
}
ul#GlobalNavi span{
    display: none;
	margin:0px;
	pdding:0px;
    text-indent:-200px;
    overflow:hidden;	
}

.left{
	width: 110px;
	height: 31px;
    background:url(../images/bk_globalnavi.jpg) left bottom;
}

.right{
	width: 115px;
	height: 31px;
    background:url(../images/bk_globalnavi.jpg) right bottom;
}

li.gn_01{
    background:url(../images/gn_01.jpg) left bottom;
    width:70px;
    height:31px;
    display:block;
}

a.gn_01{
    background:url(../images/gn_01.jpg);
    width:70px;
    height:31px;
}

a:hover.gn_01{
    background-position: 0px 31px;
}

li.gn_02{
    background:url(../images/gn_02.jpg) left bottom;
    width:110px;
    height:31px;
    display:block;
}
a.gn_02{
    background:url(../images/gn_02.jpg);
    width:110px;
    height:31px;
}
a:hover.gn_02{
    background-position: 0px 31px;
}

li.gn_03{
    background:url(../images/gn_03.jpg) left bottom;
    width:130px;
    height:31px;
    display:block;
}
a.gn_03{
    background:url(../images/gn_03.jpg);
    width:130px;
    height:31px;
}
a:hover.gn_03{
    background-position: 0px 31px;
}

li.gn_04{
    background:url(../images/gn_04.jpg) left bottom;
    width:150px;
    height:31px;
    display:block;
}
a.gn_04{
    background:url(../images/gn_04.jpg);
    width:150px;
    height:31px;
}
a:hover.gn_04{
    background-position: 0px 31px;
}

li.gn_05{
    background:url(../images/gn_05.jpg) left bottom;
    width:115px;
    height:31px;
    display:block;
}
a.gn_05{
    background:url(../images/gn_05.jpg);
    width:115px;
    height:31px;
}
a:hover.gn_05{
    background-position: 0px 31px;
}

/*--------------------------------------------------------------*/


/*---- Home Main Area ------------------------------------------*/

/* Main Flash Area */
#FlashArea {
	width: 780px;
	height: 275px;
	padding:0px;
	margin: 0px auto;
    border-top: 5px solid #223144;
}

/* Current Investments */
#CurrentInvestments {
	width: 780px;
	padding:0px;
	margin: 0px auto;
}

/* Home Message */
#HomeMessage {
	width: 760px;
	padding:0px 10px 0px 10px;
	_padding:10px;	
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	background:#eeeeee;
	border-bottom: 5px solid #223144;
}

p#HomeMessage {
	padding: 0px 0px 5px 0px;
	_margin: 0px 0px 5px 0px;	
}

/* Home News */
#HomeNews {
	width: 780px;
	padding:0px;
	margin: 0px auto;
}

table#HomeNews {
	border-collapse:collapse;
}

.moreNews{
    list-style:none;
    margin: 5px 0px 0px 0px;
    float: right;
}

.moreNews a{
    display:block;
    width:100px;
    height:20px;
    text-indent:-100px;
    overflow:hidden;
    background:url(../images/bu_morenews.gif) no-repeat bottom right;
}

.moreNews a:hover{
    background:url(../images/bu_morenews.gif) no-repeat top right;
}


/*--------------------------------------------------------------*/


/*---- Copyright -----------------------------------------------*/
#Copyright{
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 15px;	
	text-align: center;
	clear: both;
}

#Copyright p{
    margin: 0px;
}
/*---------------------------------------------------------------*/


/*---- BreadMenu -----------------------------------------------*/
#BreadMenu {
    width: 770px;
	height: 25px;
    padding: 15px 5px 0px 5px;
    text-align: left;
	margin: 0px auto;
    color: #999;
	font-size: x-small;
	background:url(../images/bk_breadmenu.gif) repeat-x;
}

#BreadMenu a:link{
    color: #999;
	text-decoration: underline;
}

#BreadMenu a:visited{
    color: #999;
	text-decoration: underline;
}

#BreadMenu a:active{
    color: #CCC;
	text-decoration: underline;
}

#BreadMenu a:hover{
    color: #CCC;
	text-decoration: underline;
}
/*--------------------------------------------------------------*/


/*---- MainContentsArea ----------------------------------------*/
#MainContentsArea {
	width: 780px;
	padding:0px;
    margin: 0px auto;
    background:url(../images/bk_leftmenu_y.gif) repeat-y;
	border-bottom: 1px solid #223144;
}

/*--------------------------------------------------------------*/


/*---- LeftMenu ------------------------------------------------*/
#LeftMenu{
    width: 200px;
	height: 400px;
    padding: 0px;
    margin: 0px;
    background:url(../images/bk_leftmenu_grada.jpg) no-repeat top left;	
    float: left;

}

#LeftMenu p{
    margin: 0px;
    padding: 0px;
}

#LeftMenu ul{
    margin: 10px 0px;
    padding: 0px 5px;
}

#LeftMenu li {
    list-style: none;
    padding: 5px 0px 5px 20px;
	margin: 0px;
}

#LeftMenu li.arrow {
    padding: 5px 0px 5px 20px;
	background: url(../images/arrow_02.gif) no-repeat 0px 8px;
	margin: 0px;
	font-weight:bold;
}

#LeftMenu a {
    color: #666;
	text-decoration: none;
	
}

#LeftMenu a:hover {
    color: #666;
	font-weight:bold;
	text-decoration: none;	
}

/*--------------------------------------------------------------*/


/*---- RightContentsArea ----------------------------------------*/
#RightContentsArea {
	width: 580px;
	padding:0px;
    margin: 0px;
	float:right;
}

#RightContentsArea h3{
	margin: 3px 0px;
	font-size: small;
}

#RContents h2{
    width: 540px;
	height: 21px;
    padding: 3px 0px 0px 0px;
    text-align: left;
	margin: 0px;
    color: #333;
	font-size: small;
	text-indent: 5px;
	background:url(../images/bk_title.gif) repeat-x;
}

p.titleSpace{
    padding: 0px;
	margin: 0px;
	border: 0px;
}

/* Our Companies */
#CompanyList,#RContents,#News{
    width: 540px;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;	
}

#CompanyList td{
    padding-top:5px;
	vertical-align:top;	
}

table.cl_box {
	width: 260px;
	margin:0px;
	padding:0px;
}

.cl_box td.logoPic{
	width: 110px;
	padding:15px 0px 0px 0px;	
}

.cl_box td.logoText{
	line-height:110%;
}

.logoText a:link{
    color: #666;
	text-decoration: none;
}

.logoText a:visited{
    color: #666;
	text-decoration: none;
}

.logoText a:active{
    color: #666;
	text-decoration: none;
}

.logoText a:hover{
    color: #666;
	text-decoration: none;
}

.LineDotted_260{
	height: 20px;
	padding:0px;
	margin:0px;
    background:url(../images/line_dotted.gif) repeat-x;
}

.fontRed{
	color:#FF0000;
	margin:0px;
	padding:0px;
}

a.url{
    font-size:x-small;
    color: #666;
	text-decoration: none ;
	
}

a:hover.url {
    font-size:x-small;
    color: #999;
	text-decoration: none ;
}

/* Business Partners */
.LogoBox_115 {
	width: 115px;
	height: 85px;
	border: 1px solid #CCC;
	padding: 30px 0px 0px 0px;
    margin: 10px 0px 0px 20px;
    _margin: 10px 0px 0px 10px;
	text-align:center;
	float:left;
}

.LogoBox_115_02 {
	width: 115px;
    margin: 10px 0px 0px 20px;
    _margin: 10px 0px 0px 10px;
	text-align:center;	
	float: left;
}

.LogoBox_115_02_in {
	width: 115px;
	border: 1px solid #CCC;
	padding: 1px 0px 1px 0px;
	_padding: 2px 0px 0px 0px;	
    margin: 0px 0px 10px 0px;
    _margin: 0px 0px 10px 0px;
	text-align:center;
}

.LogoBox_115_index {
	width: 115px;
	height: 85px;
	border: 1px solid #CCC;
	padding: 30px 0px 0px 0px;
    margin: 10px 0px 0px 65px;
    _margin: 10px 0px 0px 35px;
	text-align:center;
	float:left;
}

.LogoBox_115_02_index {
	width: 115px;
    margin: 10px 0px 0px 65px;
    _margin: 10px 0px 0px 35px;
	text-align:center;	
	float: left;
}

.LogoBox_115_02_in_index {
	width: 115px;
	border: 1px solid #CCC;
	padding: 1px 0px 1px 0px;
	_padding: 2px 0px 0px 0px;	
    margin: 0px 0px 10px 0px;
    _margin: 0px 0px 10px 0px;
	text-align:center;
}

.DiscriptionBox_410 {
	width: 410px;
	padding: 5px 0px 5px 10px;
    margin: 10px 20px 0px 0px;
    _margin: 10px 10px 0px 0px;	
	float:right;
	line-height:110%;
}

.LogoBox_210 {
	width: 210px;
	height: 60px;
	border: 1px solid #CCC;
	padding: 10px 0px 0px 0px;
    margin: 10px 0px 0px 20px;
    _margin: 10px 0px 0px 10px;
	text-align:center;
	float:left;	
}

.DiscriptionBox_315 {
	width: 315px;
	padding: 5px 0px 5px 10px;
    margin: 10px 20px 0px 0px;
    _margin: 10px 10px 0px 0px;	
	float:right;
	line-height:110%;
}

.LineDotted_540{
    width: 540px;
	height: 20px;
	padding:0px;
	margin:0px auto;
    background:url(../images/line_dotted.gif) repeat-x;
	clear: both;
}

/* News */

#News h2{
	margin: 3px 0px 0px 0px;
	font-size: small;
}


#News a {
    color: #0033cc;
	font-weight:bold;	
	text-decoration:underline;
	
}
#News a:hover {
    color: #0066ff;
	font-weight:bold;
	text-decoration:underline;
}

.NewsDate{
    width: 540px;
	height: 30px;
    padding: 0px;
	margin: 0px;
	background:url(../images/line_dotted_02.gif) repeat-x;
}

/* Contact Us */
table.Branch {
	width: 98%;
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;	
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	padding:0px;
}

.Branch th{
    width: 160px;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
	padding:5px;
	background:#eee;
	text-align:center;
	font-weight:normal;
}

.Branch td{
    border-bottom: 1px solid #CCC;
	padding:5px;
	background:#FFF;
	text-align:left;
}

.Branch h3{
    text-align: left;
	padding: 3px 0px 5px 0px;
	margin: 0px;
    color: #333;
	font-size: small;
}

.emailList {
	width: 98%;
	padding:5px;
	text-align:left;
    text-indent:60px;
    background:url(../images/img_mail.gif) no-repeat;
}

/*
table.emailList {
	width: 98%;
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;	
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;	
	padding:0px;
}

.emailList th{
    width: 160px;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
	padding:5px;
	background:#eee;
	text-align:center;
	font-weight:normal;
}

.emailList td{
    border-bottom: 1px solid #CCC;
	padding:5px;
	background:#FFF;
	text-align:left;
    text-indent:40px;
    background:url(../images/img_mail.gif) no-repeat;
}
*/

/* gotoPageTop */
.gotoPageTop{
	padding-top: 30px;
	float:right;	
	text-align: right;
}

/* pageNavi */
#pageNavi {
    width: 540px;
	height: 26px;
    padding: 5px 0px 0px 0px;
    text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
    color: #999;
	background:url(../images/bk_pagenavi.gif) repeat-x;
}

/*--------------------------------------------------------------*/
