/* CSS Document */
/*@import url('global.css');*/
body {
    font-family: sans-serif, "Times New Roman";
    font-size: 12px;
    margin: 0px;
    padding: 0px;
}

.homebtn {
    padding: 7px 14px 7px 14px;
    font-weight: bolder;
    font-size: 10pt;
    font-family: Verdana;
    color: #FFFFFF;
    background-color: #990000;
    border-right: #1F497D 1px outset;
    border-top: #1F497D 1px outset;
    border-left: #1F497D 1px outset;
    border-bottom: #1F497D 1px outset;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    top: 27px;
    left: 47px; text-decoration:none;
}
.mar-top { margin-top:20px;
}
.top_head_line {
    background: #de453e;
    height: 3px;
}

.wrapper {
    width: 95%;
    margin: 0 auto;
}

.wrapper2 {
    width: 1172px;
    margin: 0 auto;
}

.wrapper2-logo {
    width: 64px;
    float: left;
    margin: 0 auto;
}

.wrapper2-logo-txt {
    width: 990px;
    float: left;
    position: relative;
    margin: 0 auto;
}

.iprd-txt {
    font-size: 34px;
    font-family: 'Bell MT';
    position: absolute;
    top: 4px;
    left: 10px;
    color: #fff;
}

.iprd-txt2 {
    font-size: 22px;
    font-family: Arial;
    position: absolute;
    top: 38px;
    left: 12px;
    color: #fff;
}

.headerbk {
    background: #947c0c;
    height: 71px;
    margin-bottom: -20px;
}
/* You can also use a <br class="clear" /> to clear columns */
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.footer {
    width: 100%;
    height: 35px;
    background-color: #947c0c;
    bottom: 0px;
}

.footer-inner {
    width: 1172px;
    height: 35px;
    margin: auto;
}

.footer-left {
    width: 30%;
    line-height: 35px;
    float: left;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}

.footer-right {
    width: 30%;
    line-height: 35px;
    float: right;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}

    .footer-right a {
        color: #fff;
        text-decoration: none;
    }
