body{
	font-family: Verdana, Arial, "Courier New", Courier, monospace;
	margin:0px;
	padding:0px;
	text-align:center;
}
/*Header Section*/
#header{
    width:930px;
    margin-left:auto;
    margin-right:auto;
    border:0px solid black;
    background-image:url('../images/bg_shadow.jpg');
    padding-top:5px;
    padding-bottom:5px;
    padding-left:10px;
    padding-right:10px;
    overflow:hidden;
}
#header a{
    color:#999;
    text-decoration:none;
}
#header a:hover{
    color:#333;
}
#leftHeader{
    width:460px;
    overflow:auto;
    border:0px solid black;
    float:left;
}
#logo{
    float:left;
    padding-left:10px;
    padding-bottom:7px;
    border:0px solid black;
}
#partner{
    width:420px;
    float:left;
    font-size:11px;
    color:#333;
    padding:1px;
}
#rightHeader{
    width:420px;
    overflow:hidden;
    border:0px solid black;
    float:right;
}
#selectLang{
    width:200px;
    float:right;
    font-size:11px;
    color:#333;
    padding-right:6px;
    padding-top:13px;
    text-align:right;
}
#topMenu{
    float:right;
    font-size:11px;
    color:#333;
    padding-right:6px;
    padding-top:10px;
}
#hotline{
    float:right;
    text-align:right;
    width:300px;
    font-size:13px;
    color:#666;
    padding-right:6px;
    padding-top:13px;
    font-weight:bold;
}
#hotline span span{
    color:red;
    font-size:20px;
}
/*Slide Show*/
#slideshow{
    text-align:center;
    width:930px;
    display:block;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    border-top:0px solid black;
}
#midBody{
    width:950px;
    height:345px;
    margin-left:auto;
    margin-right:auto;
    border:0px solid black;
    text-align:center;
    background-image:url('../images/bg_shadow.jpg');
}
#hLine{
    width:920px;
    height:5px;
    margin-left:auto;
    margin-right:auto;
    border-top:1px solid #CCC;
    font-size:0px;
}
/*Menu Bar*/
#menuBar{
    width:930px;
    height:50px;
    margin-left:auto;
    margin-right:auto;
    border:0px solid black;
    text-align:center;
    padding-left:10px;
    padding-right:10px;
    background-image:url('../images/bg_shadow.jpg');
}
.menu{
    border:0px solid black;
    float:left;
    /*padding:14px 0px 14px 0px;*/
    margin-right:2px;
    font-size:12px;
    background-color:#CCC;
    color:#333;
    background-image:url('../images/bg_menu.jpg');
}
#menuBar a{
    text-decoration:none;
    color:#333;
    padding:13px 0px 13px 0px;
    border:0px solid black;
}
#menuBar a:hover{
    color:#cc6666;
}
.menu_r{
    border:0px solid black;
    float:left;
    /*padding:14px 0px 14px 0px;*/
    font-size:12px;
    background-color:#CCC;
    color:#333;
    text-decoration:none;
    background-image:url('../images/bg_menu.jpg');
}
/*Body*/
#body{
    width:930px;
    margin-left:auto;
    margin-right:auto;
    border:0px solid black;
    text-align:center;
    padding-left:10px;
    padding-right:10px;
    background-image:url('../images/bg_shadow.jpg');
    overflow:hidden;
}
.detail{
    width:930px;
    margin-left:auto;
    margin-right:auto;
    border:0px solid black;
    text-align:center;
    padding-left:10px;
    padding-right:10px;
    background-image:url('../images/bg_shadow.jpg');
    overflow:hidden;
}
#highlight{
    float:left;
    padding:15px;
}
#highlight a{
    text-decoration:none;
    color:#555;
}
#highlight a:hover{
    color:#222;
}
.highlightBox{
    width:140px;
    height:180px;
    padding:6px;
    font-size:11px;
    color:#666;
    float:left;
    margin:10px;
    background-color:#DDD;
    border:1px #CCC solid;
    line-height:15px;
}
.highlightBox img{
    border:0px solid black;
    padding-bottom:5px;
}
#news{
    width:320px;
    height:180px;
    padding:6px;
    border:1px solid #CCC;
    margin:25px 25px 0px 0px;
    float:right;
    background-color:#f7f7d5;
    color:#666;
    overflow:auto;
    line-height:15px;
}
.news-th{
    font-size:11px;
}
.news-en{
    font-size:11px;
}
#newsList{
    overflow:auto;
    border:0px solid black;
    width:280px;
    float:left;
    margin-top:10px;
}
#newstitle{
    padding-top:10px;
}
#news ul{
    text-align:left;
    margin:5px;
    padding-top:5px;
    padding-left:30px;
    list-style-image: url('../images/liheart.jpg');
}
#news li{
    padding-bottom:6px;
}
#news a{
    color:#666;
    text-decoration:none;
}
#news a:hover{
    color:#333;
    text-decoration:underline;
}
#morenews{
    float:right;
    margin-top:25px;
    padding-right:10px;
}
/* Search */
#searchBody{
    border:0px solid black;
    padding:20px 10px 10px 80px;
    text-align:left;
}
.pagetitle{
    font-size:22px;
    font-weight:bold;
    text-decoration:underline;
}
.searchResult{
    padding:20px 20px 10px 20px;
    border:0px solid black;
}
.searchResult p{
    font-size:13px;
    padding-left:10px;
    border:0px solid black;
    margin:5px;
}
.searchResult span{
    font-size:16px;
}
.searchResult a{
    color:#2B77BA;
    text-decoration:none;
}
.searchResult a:hover{
    color:#CCC;
}
.more-link{
    font-size:10px;
}
/*Page*/
.showHideDiv{
    padding-left:20px;
    margin:0px;
    clear:both;
}
.titleDiv{
    padding:5px ;
    margin:5px;
    cursor:pointer;
    font-size:13px;
    color:#006699;
    font-weight:bold;
    list-style-image:url('../images/arrow_right.jpg');
}
.detailDiv{
    display:none;
    border:1px solid #CCC;
    padding:10px;
    margin-right:0px;
    color:#333;
    width:630px;
    background-color:#dcecf5;
    list-style-type: none;
    text-align:justify;
    line-height:20px;
}
.detailDiv em{
    color:#006699;
}
#pageBody{
    border:0px solid black;
    padding-left:10px;
    padding-right:10px;
    text-align:left;
}
#submenuBar{
    float:left;
    border:0px solid #CCC;
}
#submenuBar ul{
    border-top:0px solid #CCC;
    font-size:12px;
    text-decoration:none;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
#submenuBar ul li{
    border-left:5px solid #568cb8;
    margin: 2px;
    padding: 0px;
    background-color:#EEE;
    width:180px;
}
#submenuBar ul li li{
    display:none;
    width:170px;
}
#submenuBar ul .current_page_item li, #submenuBar ul .current_page_parent li{
    display:block;
    border-left:5px solid #C2719E;
    margin: 2px;
    padding: 0px;
    background-color:#EEE;
}
#submenuBar .current_page_item a, #submenuBar .current_page_parent a{
    color:#FFF;
    display:block;
    background-color:#AAA;
    padding:10px;
    font-weight:normal;
    text-decoration:none;
}
#submenuBar a{
    color:#555;
    display:block;
    padding:10px;
    text-decoration:none;
    width:160px;
}
#submenuBar a:hover{
    color:#FFF;
    background-color:#CCC;
    display:block;
    padding:10px;
}
#submenuBar ul .current_page_item li a, #submenuBar ul .current_page_parent li a{
    color:#555;
    display:block;
    padding:8px;
    background-color:#EEE;
    text-decoration:none;
    font-weight:normal;
    width:155px;
}
#submenuBar ul .current_page_item li a:hover, #submenuBar ul .current_page_parent li a:hover{
    color:#FFF;
    background-color:#CCC;
    padding:8px;
}
#submenuBar ul li .current_page_item a{
    color:#FFF;
    background-color:#BBB;
    display:block;
    padding:8px;
}
#subSubMenuDesc{
    padding:10px 0px 10px 20px;
    font-size:12px;
    font-weight:bold;
    color:#333;
    overflow:auto;
}
#subSubmenuTitle{
    border-bottom:1px solid #CCC;
    padding:10px;
    font-size:14px;
    font-weight:bold;
    color:#333;
}
#subSubmenuBar{
    float:right;
    border:1px solid #CCC;
    padding:0px;
    width:700px;
    margin-bottom:10px;
}
#subSubmenuBar ul{
    border-top:0px solid #CCC;
    font-size:13px;
    text-decoration:none;
    margin: 0;
    padding:20px 20px 20px 80px;
}
#subSubmenuBar ul li{
    margin: 0px;
    padding: 5px;
}
#subSubmenuBar .current_page_item a{
    color:#333;
    font-weight:bold;
    text-decoration:none;
}
#subSubmenuBar a{
    color:#666;
    text-decoration:none;
}
#subSubmenuBar a:hover{
    font-weight:bold;
}
#pageTitle{
    border-bottom:1px solid #CCC;
    border-right:5px solid #C2719E;
    padding:10px;
    font-size:14px;
    font-weight:bold;
    text-align:right;
    color:#333;
}
#pageContent{
    float:right;
    border:0px solid black;
    padding:0px;
    margin:0px;
    overflow:auto;
    width:700px;
    line-height:20px;
}
#pageDetail{
    padding:10px;
    font-size:12px;
    color:#444;
}
/* Min Height*/
#pageBody{min-height:520px}
* html #pageBody {height:520px}

#searchBody{min-height:550px}
* html #searchBody {height:550px}

#test{border:0px black solid;font-size:0px; clear:both; overflow:visible; height:0px;}
* html #test {border:0px black solid;font-size:0px; clear:both; overflow:hidden; height:0px;}
/*Tetimonial*/
.testimonial_link{
    border:0px solid black;
    overflow:auto;
    padding:5px;
    clear:both;
}
.testimonial_link div{
    overflow:auto;
}
.testimonial_thumb{
    border:0px solid black;
    float:left;
    width:240px;
    text-align:center;
    padding:10px;
}
.testimonial_word{
    border:0px solid black;
    float:right;
    width:410px;
    text-align:justify;
}
.testimonial_title{
    border:0px solid black;
    padding:5px;
}
.testimonial_detail{
    border:0px solid black;
    padding:5px;
    text-align:justify;
    color:#666;
}
.testimonial_more{
    padding:5px;
    text-align:right;
}
.testimonial_link a{
    color:#333;
    text-decoration:none;
}
/*Contact Form*/
#contactForm{
    margin-top:15px;
    margin-left:auto;
    margin-right:auto;
    border:1px #ccc solid;
    width:580px;
    padding:15px;
    background-color:#eaf2fb;
    font-size:11px;
}
#contactForm div{
    padding:10px;
    border:0px solid black;
    overflow:auto;
}
#contactForm div div{
    border:0px solid black;
    padding:1px;
    overflow:hidden;
}
.contactTitle{
    float:left;
    width:250px;
    border:1px solid black;
}
#contactForm div span{
    color:red;
    font-style:italic;
    font-size:10px;
}
#contactForm div textarea{
     vertical-align:middle;
}
/*Site Map*/
#sitemapPTitle{
    padding:5px;
    border-bottom:1px solid #CCC;
    text-align:right;
    color:#333;
    font-weight:bold;
}
#sitemap{
    margin-left:130px;
    margin-right:80px;
    margin-top:20px;
    font-size:13px;
}
#sitemap a{
    color:#666699;
    text-decoration:none;
}
#sitemap a:hover{
    color:#663399;
    text-decoration:underline;
}
.sitmapSection{
    float:left;
    width:320px;
    height:auto;
    padding:10px;
    border:0px solid black;
}
.sitmapSection ul{
    padding:5px;
}
.sitemapTitle{
    color:#003366;
    font-weight:bold;
}
/*Footer*/
#footer {
    font-size: 10px;
    width:930px;
    margin-left:auto;
    margin-right:auto;
    border-bottom:0px solid #666;
    text-align:center;
    padding-left:10px;
    padding-right:10px;
    background-image:url('../images/bg_shadow.jpg');
    overflow:hidden;
}
#footerLeft{
    float:left;
    width:520px;
    border:0px solid black;
    padding:5px 10px 5px 5px;
}
#hotlineImg{
    float:left;
    padding:5px;
}
#bankCounter{
    float:left;
    font-size:11px;
    border:0px solid black;
    color:#333;
    padding-left:10px;
    width:520px;
    line-height:15px;
}
#bankCounter #title{
    border:0px solid black;
    color:#333;
    float:left;
    height:30px;
}
#bankCounter #data{
    border:0px solid black;
    color:#333;
    text-align:left;
    padding-left:5px;
    float:right;
    width:400px;
}
#bankCounter #data span{
    color:red;
}
#bankCounter #data .subFooter{
    color:#666;
    font-size:9px;
}
#footerRight{
    float:right;
    border:0px solid black;
    padding-top:16px;
    width:390px;
}
#address{
    width:250px;
    float:right;
    padding:15px 10px 5px 15px;
    border:0px solid black;
    text-align:right;
    color:#333;
}
#copyright{
    float:right;
    padding-top:5px;
}
#footer a{
    color: #999999;
    text-decoration: none;
}
#footer a:hover{
    color: #666666;
    text-decoration: none;
}
#endLine{
    width:930px;
    height:0px;
    margin-left:auto;
    margin-right:auto;
    border-top:1px solid #CCC;
    font-size:0px;
}