@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: 365px;
    background: url(../img/bg_top.png) no-repeat bottom;
    margin-bottom: 25px;
}
.logo {
    position: absolute;
    left: 50px;
    top: 30px;
    text-decoration: none;
    padding-left: 60px;
    color: #000;
}
.logo img {
    position: absolute;
    left: 0;
    top: 4px;
}
.logo .company {
    font-weight: bold;
    font-size: 16px;
}
.logo .slogan {
    display: block;
    padding-top: 2px;
    font-weight: normal;
    font-size: 14px;
}
.header ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.service-menu {
    position: absolute;
    right: 10px;
    top: 18px;
    font-size: 11px;
    color: #000;
}
.service-menu li {
    float: left;
    height: 20px;
    line-height: 20px;
    margin-left: -12px;
}
.s-home b {
    background-position: 0 0;
}
.s-contact b {
    background-position: 0 -10px;
}
.s-sitemap b {
    background-position: 0 -20px;
}
.service-menu a {
    color: #000;
    text-decoration: none;
    display: block;
    height: 100%;
    padding-left: 40px;
    width: 73px;
    float: left;
    position: relative;
    background: url(../img/bg_smenu.gif) no-repeat;
}
.service-menu a:hover {
    background-position: 0 -20px;
}
.service-menu a b {
    display: block;
    position: absolute;
    top: 6px;
    left: 20px;
    width: 17px;
    height: 10px;
    background-image: url(../img/smenu_icons.gif);
    background-repeat: no-repeat;
    overflow: hidden;
}
.address {
    font: 10px Tahoma, Arial, Helvetica, sans-serif;
    position: absolute;
    right: 27px;
    top: 50px;
    color: #777;
}
.address span {
    display: block;
    text-align: right;
}

.main-menu {
    position: absolute;
    left: 0px;
    top: 102px;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    overflow: hidden;
}
.main-menu li {
    float: left;
    height: 25px;
    line-height: 25px;
}
.main-menu a {
    color: #000;
    text-decoration: none;
}
.main-menu b {
    color: #000;
    text-decoration: none;
    float: left;
    white-space: nowrap;
    position: relative;
}
.main-menu a span {
    float: left;
}
.main-menu b {
    float: left;
    height: 25px;
    line-height: 25px;
    padding: 0 3px 0 45px;
    cursor: pointer;
    background: url(../img/bg_menu.gif) no-repeat 0 0;
}
.main-menu .first b {
    background-position: 0 -25px;
}
.main-menu .last {
    display: none;
}

.get-quote {
    position: absolute;
    top: 160px;
    left: 41px;
    width: 640px;
    height: 110px;
}
.get-quote h2 {
    color: #eaf3fd;
    margin: 0 0 20px 0;
    font-size: 18px;
    font-weight: normal;
    padding: 0;
}
.get-quote h2 span {
    font-size: 19px;
    font-weight: bold;
    display: block;
    width: 350px;
    line-height: 24px;
    color: #000;
    background: #eaf3fd url(../img/bg_slogan.gif) no-repeat right;
    height: 24px;
    margin-left: -9px;
    padding-left: 9px;
    position: relative;
}
.get-quote label {
    font-size: 13px;
    color: #fff;
}
.get-quote input,
.get-quote select,
.get-quote option {
    font-size: 11px;
}
.get-quote input {
    width: 96px;
}
#btn-get-quote {
    position: absolute;
    left: 169px;
    bottom: 2px;
    width: auto;
}
.get-quote table {
    border-collapse: collapse;
    position: absolute;
    bottom: 0;
    left: 0;
}
.get-quote table td {
    padding: 2px;
}
.about {
    position: absolute;
    top: 305px;
    left: 26px;
    width: 428px;
    font-size: 12px;
}
.about h2 {
    margin: 0 0 2px 0;
    padding: 0;
    color: #606042;
    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: 305px;
    right: 30px;
    padding-left: 10px;
    width: 275px;
    font-size: 12px;
}
.address2 strong {
    color: #606042;
    font-weight: normal;
}
.address2 span {
    display: block;
}
.address2 td {
    width: 50%;
    white-space: nowrap;
    vertical-align: top;
}
/* }}} header */

/* {{{ content */
.content {
    width: 800px;
    table-layout: fixed;
    border-collapse: collapse;
    font-size: 13px;
    margin: 0 auto 25px;
}
.col1, .col2, .col3 {
    padding: 0 10px;
    vertical-align: top;
}
.col2, .col3 {
    background: url(../img/line.png) no-repeat 0 0;
    padding-left: 30px;
}
.content h1,
.content h2 {
    font-size: 18px;
    font-weight: normal;
    color: #333;
    text-align: center;
    margin: 0 0 10px 0;
    padding: 0;
}
.content p {
    text-indent: 20px;
}
.retrieve {
    background: url(../img/bg_retrieve.png) no-repeat 0 0;
    min-height: 121px;
    padding: 33px 0 0 57px;
    width: 217px;
    position: relative;
    left: -24px;
    margin: 14px 0 20px 0;
}
* html .retrieve {
    height: 121px;
}
.retrieve h2 {
    font-size: 18px;
    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: #fff;
}
.retrieve .button {
    display: block;
    margin: 20px 0 0 53px;
}
/* }}} content */

/* {{{ footer */
.footer {
    position: relative;
}
* html .footer {
    height: 1%;
}
.footer-menu-wrapper {
}
.footer-menu {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    line-height: 15px;
    height: 15px;
    font-size: 11px;
}
.footer-menu li {
    float: left;
    margin-right: 10px;
    height: 15px;
}
.footer-menu a {
    float: left;
    background: url(../img/bg_fmenu_item.gif) no-repeat 100% 0;
    padding-right: 20px;
}
.footer-menu a b {
    font-weight: bold;
    cursor: pointer;
}
.footer-menu a:hover {
}

.copy {
    font-size: 11px;
    font-weight: bold;
    color: #666;
    margin: 18px 0 0 0;
    background: #465875 url(../img/bg_copy.png) no-repeat 0 0;
    height: 40px;
    padding: 14px 0 0 0;
    text-align: center;
}
.copy a {
    color: #295a8c;
}

.designed {
    position: absolute;
    bottom: 25px;
    right: 10px;
}
/* }}} footer */

