@charset "utf-8";

html, body {
    margin: 0;
    padding: 0;
}

a img {
    border: 0;
}

body {
    background: #fff;
    font: 100.1% Tahoma, Arial, Helvetica, sans-serif;
}
input, textarea, select, option {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.container-wrapper {
}
.container {
    width: 800px;
    margin: 0 auto;
}

a {
    color: #7a9cc6;
}
.fl {
    float: left;
}

/* {{{ header */
.header {
    position: relative;
    height: 370px;
    background: url(../img/bg_top.jpg) no-repeat top;
    margin-bottom: 25px;
}
.logo {
    position: absolute;
    left: 65px;
    top: 20px;
    text-decoration: none;
    padding-left: 70px;
    width: 370px;
}
.logo img {
    position: absolute;
    left: 0;
    top: 7px;
}
.logo .company {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}
.logo .slogan {
    font: normal 14px Tahoma, Arial, sans-serif;
    color: #fff;
    display: block;
    padding-top: 2px;
    background: url(../img/line.png) no-repeat 0 0;
}
.header ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.service-menu {
    position: absolute;
    right: 27px;
    top: 10px;
    font: 10px Tahoma, Arial, Helvetica, sans-serif;
    color: #abc6e6;
}
.service-menu li {
    float: left;
    height: 19px;
    line-height: 19px;
    margin-left: 20px;
}
.s-home b {
    background-position: 0 0;
}
.s-contact b {
    background-position: 0 -19px;
}
.s-sitemap b {
    background-position: 0 -41px;
}
.service-menu a {
    color: #abc6e6;
    text-decoration: none;
    display: block;
    height: 100%;
    padding-left: 25px;
    float: left;
    position: relative;
}
.service-menu a b {
    display: block;
    position: absolute;
    top: 0;
    left: 0px;
    width: 19px;
    height: 19px;
    background-image: url(../img/smenu_icons.gif);
    background-repeat: no-repeat;
}
.address {
    font: 10px Tahoma, Arial, Helvetica, sans-serif;
    position: absolute;
    right: 27px;
    top: 35px;
    color: #fff
}
.address span {
    display: block;
    text-align: right;
}

.main-menu {
    position: absolute;
    left: 0px;
    top: 101px;
    font-size: 12px;
    font-weight: bold;
    height: 24px;
    width: 800px;
    padding-left: 30px!important;
}
.main-menu li {
    float: left;
    height: 24px;
    line-height: 24px;
}
.main-menu a {
    color: #000;
    text-decoration: none;
}
.main-menu b {
    color: #000;
    text-decoration: none;
    float: left;
    white-space: nowrap;
    position: relative;
    margin-left: -23px;
}
.main-menu a span {
    float: left;
}
.main-menu b {
    float: left;
    height: 24px;
    line-height: 24px;
    padding: 0 25px;
    cursor: pointer;
    background: url(../img/bg_menu.png) no-repeat 0 0;
}
.main-menu .first b {
    background-position: 0 -24px;
}
.main-menu .last b {
    background-position: 0 -24px;
    width: 23px;
    padding: 0;
}
.main-menu a:hover b {
    background-position: 0 -48px;
}
.main-menu .first a:hover b {
    background-position: 0 -72px;
}


.get-quote {
    position: absolute;
    top: 160px;
    left: 41px;
    width: 640px;
    height: 125px;
}
.get-quote h2 {
    font-weight: normal;
    font-size: 18px;
    color: #7a9cc6;
    margin: 0 0 20px 0;
    padding: 0;
}
.get-quote h2 span {
    font-size: 19px;
    font-weight: bold;
    color: #000;
    display: block;
}
.get-quote label {
    font-size: 13px;
    color: #7a9cc6;
}
.get-quote input,
.get-quote select,
.get-quote option {
    font-size: 11px;
}
#btn-get-quote {
    position: absolute;
    left: 490px;
    top: 80px;
}
.get-quote table {
    margin-left: 230px;
    border-collapse: collapse;
}
.get-quote table td {
    padding: 2px;
}
.about {
    position: absolute;
    top: 300px;
    left: 30px;
    width: 425px;
    font-size: 11px;
}
.about h2 {
    margin: 0 0 2px 0;
    padding: 0;
    color: #c40000;
    font-size: 13px;
    font-weight: bold;
}
.about p {
    margin: 0;
    padding: 0;
}
.about table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}
.about td {
    width: 33%;
}

.address2 {
    position: absolute;
    top: 300px;
    right: 30px;
    padding-left: 10px;
    width: 280px;
    font-size: 13px;
}
.address2 strong {
    color: #39618c;
    font-weight: normal;
}
.address2 span {
    display: block;
}
.address2 td {
    width: 50%;
    white-space: nowrap;
    vertical-align: top;
}
/* }}} header */

/* {{{ content */
.content {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    font-size: 13px;
    margin-bottom: 25px;
}
.col1, .col2, .col3 {
    padding: 10px;
    vertical-align: top;
}
.col2, .col3 {
    background: url(../img/line2.png) no-repeat 0 -10px;
    padding-left: 15px;
}
.content h1,
.content h2 {
    font-size: 18px;
    font-weight: normal;
    color: #666;
    text-align: center;
    margin: 0 0 10px 0;
    padding: 0;
}
.content p {
    text-indent: 20px;
}
.retrieve {
    background: #fff url(../img/bg_retrieve.png) no-repeat 100% 0;
    min-height: 110px;
    padding: 33px 0 0 80px;
    width: 192px;
    position: relative;
    left: -20px;
    margin-bottom: 20px;
}
* html .retrieve {
    height: 110px;
}
.retrieve h2 {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    margin: 0 0 20px 0;
    padding: 0;
    text-align: left;
}
.retrieve select,
.retrieve option {
    font-size: 11px;
}
.retrieve label {
    font-size: 13px;
    color: #7a9cc6;
}
.retrieve .button {
    display: block;
    margin: 15px 0 0 0;
}
/* }}} content */

/* {{{ footer */
.footer {
    position: relative;
    padding-bottom: 10px;
}
* html .footer {
    height: 1%;
}
.footer-menu-wrapper {
}
.footer-menu {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    line-height: 100%;
    height: 20px;
    font-size: 11px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.footer-menu li {
    float: left;
    margin-right: 15px;
}
.footer-menu a {
    float: left;
    background: url(../img/arrow1.gif) no-repeat 0 0;
    padding-left: 14px;
}
.footer-menu a b {
    font-weight: bold;
    cursor: pointer;
}
.footer-menu a:hover {
}

.copy {
    font: bold 11px Verdana, Arial, Helvetica, sans-serif;
    color: #fff;
    margin: 18px 0 0 0;
    background: #295a8c url(../img/bg_copy.png) no-repeat 0 0;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.copy a {
    color: #bec7e4;
}

.designed {
    position: absolute;
    bottom: 25px;
    right: 10px;
}
/* }}} footer */

