﻿body
{
    font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
    margin: 0px 0px;
    padding: 0px 0px;
    color: #596167;
    background: #fff;
    background-repeat: repeat;
}

p
{
    padding: 0;
    margin: 0;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    color: #000;
    text-transform: none;
    font-weight: 600;
    margin:5px 0px;
}

h1
{
    font-size: 1.6em;
}

h2
{
    font-size: 2em;
    font-weight: 600;
    margin: 10px 0px;
}

h3
{
    color: #596167;
    font-size: 1.3em;
    margin-top: 5px;
    margin-bottom: 5px;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

ul li
{
    list-style: circle;
    font-weight:normal;
    line-height:2em;
}
/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
.page
{
    width: 1024px;
    height: auto;
    background-color: #fff;
    margin: 0px auto;
    padding: 5px 10px;
    overflow: hidden;
}

.main
{
    background-color: #fff;
    font-size: 1.13em;
    margin: 0px auto;
    padding: 5px 10px;
    padding-left: 30px;
    min-height: 580px;
    overflow: hidden;
    /*border:1px solid #c0c0c0;*/
    border-radius: 5px 5px;
    width: 980px;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #ffffff;
    /*min-height:50px;*/
    vertical-align: bottom;
}

.golden-dragon
{
    font-family: Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
    font-size: 1.2em;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 5px;
    color: #0D5AA4;
    font-style: italic;
}

/* Home    
----------------------------------------------------------*/
.panel-home
{
    vertical-align: top;
    position: relative;
    margin: 0;
    overflow: hidden;
}

    .panel-home .home-first
    {
        float: left;
        margin-left: 0px;
        margin-top: 10px;
        margin-right: 15px;
        width: 440px;
    }

    .panel-home .home-photo
    {
        overflow: hidden;
        margin-right: 0px;
    }

.welcome
{
    margin-top: 30px;
    margin-bottom: 30px;
    vertical-align: middle;
    text-align: center;
    font-weight: bolder;
    line-height: 1.5em;
}

    .welcome .golden
    {
        font-family: Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
        font-size: 5em;
        line-height: 1.5em;
        color: #FF6600; /*#E8A317 FF6600*/
    }

    .welcome .dream
    {
        font-family: Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
        font-size: 3.5em;
        line-height: 1.5em;
        color: #0066CC;
        letter-spacing: 1px;
    }

.quote
{
    color: #990000;
    margin: 5px 5px;
    font-size: 1.2em;
    font-style: italic;
    line-height: 1.5em;
    font-weight: 600;
    letter-spacing: 1px;
}

    .quote .quote-span
    {
        padding-top: 10px;
        text-align: right;
        padding-right: 100px;
        font-style: normal;
        font-size: 1.3em;
    }

/* About Us    
----------------------------------------------------------*/
.panel-aboutus
{
    text-align: justify;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 1.1em;
    color: #000;
    line-height: 1.5em;
    /*letter-spacing: 1px;*/
    float: left;
    top: -1px;
    vertical-align: top;
    position: relative;
    margin: 0;
    padding: 10px 0px;
    overflow: hidden;
    /*width:800px;*/
}

    .panel-aboutus .left
    {
        float: left;
        width: 500px;
    }

    .panel-aboutus .picture
    {
        vertical-align: top;
        overflow: hidden;
        width: 200px;
        height: 150px;
        padding: 10px 10px;
    }

    .panel-aboutus .line-break
    {
        line-height: .75em;
        overflow: hidden;
    }

    .panel-aboutus strong
    {
        font-weight: 600;
    }


/* Products    
----------------------------------------------------------*/
.panel-products
{
    text-align: justify;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 1.1em;
    color: #000;
    line-height: 1.5em;
    float: left;
    top: -1px;
    vertical-align: top;
    position: relative;
    margin: 0;
    padding: 10px 0px;
    overflow: hidden;
    /*width:800px;*/
}

    .panel-products .left
    {
        float: left;
        width: 500px;
    }

    .panel-products .picture
    {
        float: left;
        text-align: left;
        overflow: hidden;
        padding: 20px 30px;
        padding-top: 10px;
    }

    .panel-products .line-break
    {
        line-height: .75em;
        overflow: hidden;
    }

    .panel-products strong
    {
        font-weight: 600;
    }

.content-title
{
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 2em;
    font-weight: 600;
    color: #000;
}

.bus-thumnail-left
{
    vertical-align: top;
    padding: 0px 0px;
    margin-right: 10px;
    float: left;
}

.selected
{
    border: 1px dotted #ccc;
    border-bottom: 1px solid #fff;
    background-color: #ececec;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

    .selected a
    {
        cursor: default;
    }

.bold
{
    font-weight: 600;
}

.bus-tab
{
    overflow: hidden;
    float: left;
    margin: 10px 0px;
}

.bus-thumnail
{
    margin: 3px 3px;
    float: left;
    vertical-align: top;
    height: 150px;
    padding: 12px 15px;
    padding-right: 10px;
    width: 360px;
    overflow: hidden;
    border: 1px dotted #ccc;
    border-radius: 5px 5px;
}

    .bus-thumnail:hover
    {
        background-color: #ececec;
    }

    .bus-thumnail p
    {
        line-height: 1.5em;
    }

    .bus-thumnail .img
    {
        vertical-align: middle;
        float: left;
        width: auto;
        height: auto;
        font-size: 0;
        overflow: hidden;
    }

    .bus-thumnail .info
    {
        font-size: 0.9em;
        padding: 0;
        margin: 0;
        vertical-align: top;
        padding-left: 10px;
        overflow: hidden;
    }

        .bus-thumnail .info a
        {
            font-size: 1.12em;
            color: #0066CC;
            line-height: 1.5em;
        }


.panel-content
{
    /*font-family: Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;*/
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 1.1em;
    color: #000;
    line-height: 1.5em;
    letter-spacing: 1px;
    float: left;
    top: -1px;
    vertical-align: top;
    position: relative;
    margin: 0;
    padding: 10px 0px;
    overflow: hidden;
    border: 1px dotted #c0c0c0;
    border-radius: 5px 5px;
    min-width: 980px;
}

    .panel-content .left
    {
        vertical-align: top;
        float: left;
        margin-left: 0px;
        margin-right: 15px;
        width: 440px;
        overflow: hidden;
    }

    .panel-content .right
    {
        overflow: hidden;
        margin-right: 0px;
    }

.sitemap
{
    padding: 5px 10px;
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    overflow: hidden;
}

    .sitemap .link
    {
        padding: 3px 0px;
        float: right;
    }

    .sitemap a
    {
        padding: 0px 10px;
        border-left: 1px solid #ccc;
        font-size: 1em;
        text-decoration: none;
        color: #0066CC;
    }

        .sitemap a:hover
        {
            text-decoration: underline;
        }

/* ordered list */
ol.round
{
    margin-top: 20px;
    margin-left: 20px;
    list-style-type: none;
    padding-left: 0;
}

    ol.round li
    {
        margin: 10px 0;
        padding-left: 45px;
        line-height: 2.2em;
        vertical-align: middle;
    }

        ol.round li.zero
        {
            background: url(../images/orderedList0.png) no-repeat;
        }

        ol.round li.one
        {
            background: url(../images/orderedList1.png) no-repeat;
        }

        ol.round li.two
        {
            background: url(../images/orderedList2.png) no-repeat;
        }

        ol.round li.three
        {
            background: url(../images/orderedList3.png) no-repeat;
        }

        ol.round li.four
        {
            background: url(../images/orderedList4.png) no-repeat;
        }

        ol.round li.five
        {
            background: url(../images/orderedList5.png) no-repeat;
        }

        ol.round li.six
        {
            background: url(../images/orderedList6.png) no-repeat;
        }

        ol.round li.seven
        {
            background: url(../images/orderedList7.png) no-repeat;
        }

        ol.round li.eight
        {
            background: url(../images/orderedList8.png) no-repeat;
        }

        ol.round li.nine
        {
            background: url(../images/orderedList9.png) no-repeat;
        }

.footer
{
    background-color: #fff;
    width: 1024px;
    height: auto;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
    overflow: hidden;
}

    .footer span
    {
        line-height: 3em;
    }

.myanmar
{
    font-family: Zawgyi-One;
    margin:10px auto;
    float:left;
    overflow:hidden;
}

/* TABLE  
----------------------------------------------------------*/
table, th, tr, td
{
    border-collapse: collapse;
}

caption.default
{
    text-align: left;
    background-color: #ececec;
    border: 1px solid #ccc;
    padding: 5px 10px;
    font-size: 1.2em;
    font-weight: 600;
    border-bottom: none;
}

table.default, th.default, tr.default, td.default
{
    border: 1px solid #ccc;
    padding: 5px 10px;
    text-align:left;
    vertical-align:top;
}
