@charset "utf-8";
body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    scrollbar-face-color: #ffffff;
    scrollbar-highlight-color: #999999;
    scrollbar-shadow-color: #999999;
    scrollbar-3dlight-color: #ffffff;
    scrollbar-arrow-color: #999999;
    scrollbar-darkshadow-color: #ffffff;
    scrollbar-base-color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 13px;
    background-color: #C3CBC5;
    line-height: 1.4;
    color: #FFFFFF;
}

img {
    border: none;
    behavior: url(../js/iepngfix.htc)
}

input,
textarea {
    background-color: #B4B4B4;
    border: 1px solid #FFFFFF;
    padding: 2px;
}

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

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

a:hover,
a:active {
    color: #333366;
    text-decoration: none;
}

#index-info {
    float: left;
    width: 980px;
}

#index-leftbox {
    width: 742px;
    float: left;
    padding: 10px;
    line-height: 1.6;
}

#index-leftbox H1 {
    font-size: 15px;
    padding-bottom: 6px;
    margin: 0px;
    color: #C6C9D7;
    letter-spacing: 1px;
}

#index-rightbox {
    width: 160px;
    float: left;
    padding: 25px;
    text-align: left;
    line-height: 1.8;
}

#container {
    width: 980px;
    text-align: center;
    padding: 0px;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
}

@media only screen and (min-width: 1600px) {
    #container {
        transform: scale(1.4);
        transform-origin: top center;
    }
}

@media only screen and (min-width: 1200px) {
    #container {
        transform: scale(1.2);
        transform-origin: top center;
    }
}

#language {
    width: 150px;
    color: #CCCCCC;
    height: 20px;
    float: left;
    padding-top: 10px;
    text-align: right;
    padding-bottom: 10px;
}

#header {
    width: 980px;
    color: #FFFFFF;
    height: 120px;
    float: left;
}

#logo {
    width: 240px;
    height: 120px;
    float: left;
    font-size: 30px;
    color: #FFFFFF;
    background-color: #333366;
    background-image: url(../images/arc-1.png);
    background-repeat: no-repeat;
    background-position: left top;
    behavior: url(../js/iepngfix.htc);
}

#menu-bg {
    height: 120px;
    width: 740px;
    text-align: left;
    float: left;
    font-size: 12px;
    letter-spacing: 1px;
    background-color: #6C6C71;
    background-image: url(../images/arc-2.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    behavior: url(../js/iepngfix.htc);
}

#menu-top {
    width: 520px;
    float: left;
    padding-left: 0px;
    padding-right: 20px;
    margin: 0px;
    padding-top: 15px;
    padding-bottom: 10px;
    font-size: 11px;
    text-align: right;
}

#menu-top ul {
    float: left;
    list-style-type: none;
    margin: 0px;
    width: 500px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #999999;
}

#menu-top ul li {
    float: right;
    margin: 0px;
    width: 65px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #999999;
}

#menu-top ul li a {
    color: #FFFFFF;
    text-decoration: none;
    height: 16px;
}

#menu-top ul li a:hover {
    color: #FFFFFF;
}

#menu-top ul li a.current {
    color: #F1780A;
}

#menu {
    height: 40px;
    width: 720px;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 20px;
    float: left;
    font-size: 12px;
    text-align: center;
}

#menu ul {
    float: left;
    height: 40px;
    width: 720px;
    margin: 0px;
    padding: 0px;
}

#menu ul li {
    height: 40px;
    width: 142px;
    float: left;
    list-style-type: none;
    text-align: center;
}

#menu li a {
    text-decoration: none;
    float: left;
    color: #FFFFFF;
    width: 120px;
    height: 35px;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    text-align: center;
    margin: 0px;
}

#menu li a:hover {
    height: 35px;
    width: 120px;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    float: left;
    margin: 0px;
    color: #FFFFFF;
}

#menu li a.current {
    height: 35px;
    width: 120px;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    float: left;
    background-image: url(../images/menu-current.gif);
    background-repeat: no-repeat;
    background-position: center center;
    behavior: url(../js/iepngfix.htc);
    margin: 0px;
    color: #FFFFFF;
}

#master {
    width: 980px;
    text-align: left;
    float: left;
    margin: 0px;
    padding: 0px;
    background-image: url(../images/master-bg.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    behavior: url(../js/iepngfix.htc);
}

#index-master-bg {
    width: 980px;
    text-align: left;
    float: left;
    margin: 0px;
    padding: 0px;
    background-image: url(../images/index-master-bg.gif);
    background-repeat: no-repeat;
    background-position: right bottom;
    behavior: url(../js/iepngfix.htc);
    background-color: #444444;
}

#index-master-bg a:link {
    color: #FFFFFF;
    text-decoration: underline;
}

#index-master-bg a:visited {
    color: #CCCCCC;
    text-decoration: underline;
}

#index-master-bg a:hover,
a:active {
    color: #FFB366;
    text-decoration: none;
}

#master-service {
    width: 980px;
    text-align: left;
    float: left;
    margin: 0px;
    padding: 0px;
    background-image: url(../images/arc-bottom.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    behavior: url(../js/iepngfix.htc);
}

#left {
    width: 240px;
    float: left;
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    min-height: 700px;
}

#submenu-title {
    float: left;
    width: 200px;
    text-align: left;
    margin: 0px;
    height: 40px;
    font-size: 22px;
    padding-top: 10px;
    color: #FFFFFF;
    font-weight: bold;
    padding-left: 40px;
    background-image: url(../images/submenu-line.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    behavior: url(../js/iepngfix.htc);
}

#submenu {
    float: left;
    width: 240px;
    text-align: right;
    margin: 0px;
    font-size: 14px;
    letter-spacing: 1px;
    padding-top: 200px;
}

#submenu ul {
    list-style-type: none;
    float: left;
    width: 240px;
    margin: 0px;
    behavior: url(../js/iepngfix.htc);
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
}

#submenu ul li {
    background-image: url(../images/submenu-line.png);
    width: 240px;
    float: left;
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-top: 4px;
    padding-bottom: 4px;
}

#submenu ul li a {
    float: left;
    text-decoration: none;
    color: #000000;
    text-align: left;
    padding-left: 30px;
}

#submenu ul li.sub a {
    float: left;
    text-decoration: none;
    color: #000000;
    text-align: left;
    padding-left: 38px;
    padding-bottom: 0px;
}

#submenu ul li a:hover {
    float: left;
    font-weight: bold;
}

#submenu ul li a.current {
    text-decoration: none;
    color: #333333;
    font-weight: bold;
    background-image: url(../images/icon-point06.gif);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 30px;
}

#content {
    float: left;
    width: 720px;
}

#title {
    height: 50px;
    width: 720px;
    padding-left: 20px;
    float: left;
    background-color: #D7DCCF;
    background-image: url(../images/title-bg.gif);
    background-repeat: no-repeat;
    background-position: left top;
    behavior: url(../js/iepngfix.htc);
}

h1 {
    font-size: 18px;
    font-weight: bold;
    height: 20px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 0px;
    width: auto;
    float: left;
    padding-top: 7px;
    color: #333333;
    margin-top: -2px;
    letter-spacing: 1px;
}

h2 {
    font-size: 11px;
    font-weight: normal;
    width: 700px;
    float: left;
    color: #333333;
    text-align: right;
    height: 20px;
    margin-top: -30px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 0px;
}

#main {
    width: 700px;
    float: left;
    text-align: left;
    line-height: 1.6;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}

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

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

#main a:hover,
a:active {
    color: #FFB366;
    text-decoration: none;
}

#main pic {
    float: left;
    padding-left: 15px;
}

#main div#application ol {
    display: block;
    height: 100px;
    width: 720px;
    margin: 0px;
    padding: 30px;
}

#main div#application ol li {
    height: 35px;
    width: 142px;
    float: left;
    text-align: left;
}

#main div#application ol li a.current {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    background-image: url(../images/icon-point06.gif);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 30px;
}

h3 {
    font-size: 15px;
    margin: 0px;
    padding: 15px 0 10px 0;
    color: #C6C9D7;
    letter-spacing: 1px;
}

h4 {
    font-size: 15px;
    margin: 0px;
    padding: 10px 0 3px 0;
    font-weight: normal;
    color: #C6C9D7;
}

#index-banner {
    background-color: #333333;
    float: left;
    height: 250px;
    width: 980px;
}

.leftimg {
    float: left;
    border: none;
    margin-right: 30px;
}

.rightimg {
    float: right;
    border: none;
    clip: rect(auto, auto, auto, auto);
}

#sitemap {
    line-height: 2;
}

.line {
    padding-top: 5px;
    padding-bottom: 5px;
}

#footer {
    width: 980px;
    text-align: center;
    font-size: 12px;
    behavior: url(../js/iepngfix.htc);
    margin: 0px;
    float: left;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #39423C;
}

#footer-container {
    width: 990px;
    float: left;
}

#footer-menu {
    float: left;
    height: 70px;
    width: 700px;
    text-align: left;
    padding-left: 30px;
    color: #747474;
    padding-top: 10px;
    letter-spacing: 1px;
    font-size: 12px;
}

#footer-menu div {
    float: left;
    width: 700px;
}

#footer-menu ul {
    float: left;
    width: 720px;
    padding: 0px;
    list-style-type: none;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #FF0000;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}

#footer-menu ul li {
    float: left;
    width: auto;
    padding-right: 15px;
    padding-left: 15px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #EC0000;
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    list-style-type: none;
}

.font-8 {
    font-size: 11px!important;
}

.font-11 {
    font-size: 11px;
}

.font-15 {
    font-size: 15px;
    letter-spacing: 1px;
}

.font-18 {
    font-size: 18px;
}

.font-20 {
    font-size: 20px;
}

.color-0 {
    color: #CCCCCC;
}

.color-1 {
    color: #EDB53F;
}

.color-2 {
    color: #F1821D;
}

.color-3 {
    color: #FFFFCC;
}

.color-4 {
    color: #669933;
}

.color-5 {
    color: #0066CC;
}

.color-6 {
    color: #333333;
}

.datatable {
    border-collapse: collapse;
    width: 100%;
    background-color: #5B5B5B;
}

.datatable th {
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    padding-top: 3px;
    text-align: center;
    padding-left: 10px;
    border: 1px solid #666666;
    background-color: #4C4C4C;
    padding-bottom: 3px;
}

.datatable td {
    font-family: "Arial", "Helvetica", "sans-serif";
    color: #FFFFFF;
    text-align: left;
    padding-left: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    border: 1px solid #7B7B7B;
}

.datatable td.pic {
    background-image: url(../images/priority.jpg);
    background-repeat: no-repeat;
    background-position: 60px center;
}

.datatable tr.altrow {
    background-color: #E8E8EA;
}

.datatable-standards {
    border-collapse: collapse;
    width: 100%;
    color: #CCCCCC;
}

.datatable-standards th {
    color: #666666;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    height: 20px;
    padding-top: 5px;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #666666;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #666666;
    text-align: left;
    padding-left: 10px;
}

.datatable-standards td {
    font-family: "Arial", "Helvetica", "sans-serif";
    height: 25px;
    color: #333333;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #666666;
    text-align: left;
    padding-left: 5px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #333333;
    font-size: 12px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.datatable-standards tr.altrow {
    background-color: #E8E8EA;
}

#product-menu {
    float: left;
    width: 240px;
    text-align: left;
    font-size: 13px;
    letter-spacing: 1px;
}

#product-menu div {
    float: left;
    width: 200px;
    font-weight: bold;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 40px;
    font-size: 13px;
    color: #A4A8BB;
    letter-spacing: 1px;
}

#product-menu ul {
    width: 200px;
    list-style-type: none;
    margin: 0px;
    float: left;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 40px;
    background-image: url(../images/submenu-line.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    behavior: url(../js/iepngfix.htc);
}

#product-menu ul li {
    float: left;
    width: 200px;
    padding-top: 2px;
    padding-right: 0px;
    padding-bottom: 1px;
    padding-left: 0px;
    margin: 0px;
}

#product-menu ul li a {
    text-decoration: none;
    background-image: none;
    color: #FFFFFF;
}

#product-menu ul li a:hover {
    text-decoration: none;
    font-weight: bold;
    color: #FFFFFF;
}

#product-menu ul li a.current {
    text-decoration: none;
    font-weight: bold;
    color: #FFFFFF;
    background-image: url(../images/icon-point06.gif);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
}

.map {
    height: 330px;
    width: 680px;
    background-image: url(../images/map-bg.gif);
    background-repeat: no-repeat;
    padding: 5px;
    margin-top: 10px;
}

.list {
    width: 700px;
    background-image: url(../images/line.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-bottom: 10px;
    padding-top: 6px;
    float: left;
}

.list-pic {
    background-image: url(../images/list-pic-bg.jpg);
    background-repeat: no-repeat;
    float: left;
    height: 100px;
    width: 135px;
    margin-right: 15px;
    margin-bottom: 10px;
    padding: 12px;
}

.list-pic div {
    color: #666666;
    padding-top: 2px;
    font-size: 12px;
    padding-left: 30px;
    line-height: 1;
}

.ps {
    color: #FFFFFF;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #FFFFFF;
}

address {
    font-style: normal;
}