body {
    background: #fff;
    margin: 0;
    padding: 25px 0;
    font-family: arial,helvetica,lucida,verdana,sans-serif;
    font-size: 13px;
    color: #555;
}
a {
    text-decoration: none;
    color: #3271c0;
}
a:hover {
    text-decoration: underline;
    color: #3aafe6;
}

.header {
    height: 120px;
}
.header .container_12 {
    position: relative;
    text-align: left;
}
.header h1 {
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/bkg-logo.png) no-repeat 0 0;
    width: 237px;
    height: 93px;
    margin: 0;
    padding: 0;
}
.header h1 a {
    display: block;
    width: 237px;
    height: 93px;
    line-height: 93px;
    overflow: hidden;
    text-indent: -9999px;
}
.header .header-phone {
    position: absolute;
    top: 84px;
    left: 98px;
    width: 100px;
    cursor: default;
    z-index: 1;
}
.header ul {
    position: absolute;
    top: 36px;
    right: 0;
    margin: 0;
    padding: 0;
}
.header ul li {
    list-style: none;
    padding: 6px 12px;
    margin-left: 5px;
    float: left;
}
.header .nav-active {
    background: #3271c0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.header .nav-active a {
    color: #fff;
}

/* Banner */

.banner {
    background: url(images/bkg-banner.png);
    border-top: 1px solid #959595;
    border-bottom: 1px solid #959595;
    height: 96px;
    margin-bottom: 10px;
}
.banner h2 {
    font-size: 36px;
    font-weight: normal;
    color: #363636;
    margin: 24px 0 0;
    padding: 0;
}
.banner .container_12  {
    position: relative;
}
.banner .banner-btn {
    position: absolute;
    top: 16px;
    right: -20px;
}


.banner.banner-home {
    height: 331px;
}
.banner.banner-home .grid_12 {
    background: url(images/bkg-banner-home-img.png) no-repeat right;
    height: 331px;
}
.banner-home-msg {
    position: absolute;
    top: 80px;
    left: 0;
    background: url(images/bkg-banner-home-msg.png) no-repeat;
    width: 433px;
    height: 85px;
    line-height: 85px;
    overflow: hidden;
}
.banner.banner-home .banner-btn {
    position: absolute;
    top: 200px;
    left: -20px;
}


.btn-contact {
    display: block;
    background: url(images/btn-contactus.png) no-repeat 0 0;
    width: 260px;
    height: 64px;
    line-height: 64px;
    overflow: hidden;
    text-indent: -9999px;
}
.btn-contact:hover {
    background-position: 0 -64px;
}


/* Main Content */

.maincontent {
    padding: 25px 0 50px 0;
    line-height: 1.6em;
}


/* Footer */

.footer {    
    line-height: 1.6em;
}
.footer-nav a {
    margin-right: 10px;
}
.footer small {
    display: block;
    color: #bdbdbd;
}
.copyright {
    padding: 10px 0 30px 0;
}


/* Common */

h2,h3,h4 { font-family: georgia,times,serif; color: #000; }
h3 { font-size: 20px; }

strong, label { color: #000; }
ul { margin: 0; padding: 0 0 0 20px; }

.red { color: #f00; }
.blk { color: #000; }
.gry { color: #999; }
.grn { color: #000800; }

.arrow { background: url(images/bkg-arrow.png) no-repeat right; padding-right: 10px; }
.right { text-align: right; }

.mt0 { margin-top: 0; }

table td { border-collapse: collapse; padding: 5px; }
form { margin: 20px 0; }

.btn {    
    background: #EDEDED url(images/bkg-btn-grey.gif) repeat-x; 
    border: 1px solid #B7B7B7;
    color: #000;
    padding: 8px 22px;
    cursor: pointer;
    text-shadow: 0 1px 2px #FFFFFF;
    -moz-border-radius:16px 16px 16px 16px;
    -moz-box-shadow:0 1px 2px #CCCCCC;
}
.btn:hover{
    background:#dfdfdf url(images/bkg-btn-grey.gif) repeat-x 0 -35px; 
    text-decoration:none; 
    border-color:#afafaf; 
    color:#000; 
    cursor:pointer;
}
.btn:active{
    background:#d4d3d3 url(images/bkg-btn-grey.gif) repeat-x 0 -70px;
    outline:none;
}