@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: #839dc8;
}
.fl {
    float: left;
}

/* {{{ header */
.header {
    position: relative;
    height: 420px;
    background: url(../img/bg_top.jpg) no-repeat bottom;
    margin-bottom: 25px;
}
.logo {
    position: absolute;
    left: 20px;
    top: 20px;
    text-decoration: none;
    padding-left: 120px;
    color: #3b4963;
}
.logo img {
    position: absolute;
    left: 0;
    top: 7px;
}
.logo .company {
    font: bold 24px "Times New Roman", Georgia, serif;
}
.logo .slogan {
    font: italic bold 14px Tahoma, Arial, sans-serif;
    display: block;
    padding-top: 2px;
}
.header ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.service-menu {
    position: absolute;
    right: 27px;
    top: 15px;
    font: 11px 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 -20px;
}
.s-sitemap b {
    background-position: 0 -40px;
}
.service-menu a {
    color: #666;
    text-decoration: none;
    display: block;
    height: 100%;
    padding-left: 40px;
    float: left;
    position: relative;
}
.service-menu a b {
    display: block;
    position: absolute;
    top: 0;
    left: 0px;
    width: 37px;
    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: 50px;
    color: #000;
}
.address span {
    display: block;
    text-align: right;
}

.main-menu {
    position: absolute;
    left: 21px;
    top: 100px;
    font-size: 14px;
    font-weight: bold;
    height: 37px;
    overflow: hidden;
}
.main-menu li {
    float: left;
    height: 37px;
    line-height: 37px;
}
.main-menu a {
    color: #fff;
    text-decoration: none;
}
.main-menu b {
    color: #fff;
    text-decoration: none;
    float: left;
    white-space: nowrap;
    position: relative;
    margin-left: -1px;
}
.main-menu a span {
    float: left;
}
.main-menu b {
    float: left;
    height: 37px;
    line-height: 37px;
    padding: 0 10px 0 25px;
    cursor: pointer;
    background: url(../img/bg_menu.png) no-repeat 0 0;
}
.main-menu a:hover b {
    background-position: 0 -37px;
}
.main-menu .last {
    display: none;
}

.get-quote {
    position: absolute;
    top: 160px;
    left: 41px;
    width: 640px;
    height: 125px;
}
.get-quote h2 {
    font: italic normal 18px "Trebuchet MS", Tahoma, sans-serif;
    color: #89a5d3;
    margin: 0 0 20px 0;
    padding: 0;
}
.get-quote h2 span {
    font: normal 36px "Times New Roman", Georgia, serif;
    color: #fff;
    display: block;
    width: 240px;
    line-height: 80%;
}
.get-quote label {
    font-size: 13px;
    color: #f9f3d3;
}
.get-quote input,
.get-quote select,
.get-quote option {
    font-size: 11px;
}
#btn-get-quote {
    position: absolute;
    left: 259px;
    top: 165px;
}
.get-quote table {
    border-collapse: collapse;
}
.get-quote table td {
    padding: 2px;
}
.about {
    position: absolute;
    top: 363px;
    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: 363px;
    right: 30px;
    padding-left: 10px;
    width: 320px;
    font-size: 11px;
}
.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: 764px;
    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/dotted1.gif) repeat-y 0 0;
}
.content h1,
.content h2 {
    font: normal 18px "Times New Roman", Georgia, serif;
    color: #465875;
    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: 137px;
    padding: 20px 0 0 20px;
    width: 250px;
    position: relative;
    left: -10px;
    margin-bottom: 20px;
}
* html .retrieve {
    height: 137px;
}
.retrieve h2 {
    font: normal 24px "Times New Roman", Georgia, serif;
    color: #fff;
    margin: 0 0 20px 0;
    padding: 0;
    text-align: left;
}
.retrieve select,
.retrieve option {
    font-size: 11px;
}
.retrieve label {
    font-size: 13px;
    color: #f9f3d3;
}
.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: 35px;
    height: 35px;
    font-size: 12px;
    background: url(../img/bg_menu_footer.gif) repeat-x top;
}
.footer-menu li {
    float: left;
    margin-right: 5px;
    height: 35px;
}
.footer-menu a {
    float: left;
    background: url(../img/bg_fmenu_item.gif) no-repeat 100% 1px;
    padding-right: 20px;
    color: #465875;
}
.footer-menu a b {
    font-weight: normal;
    cursor: pointer;
}
.footer-menu a:hover {
}
.footer-menu .last a {
    background: none;
}

.copy {
    font: bold 10px Verdana, Arial, Helvetica, sans-serif;
    color: #fff;
    margin: 18px 0 0 0;
    background: #465875 url(../img/bg_copy.png) no-repeat 0 0;
    height: 66px;
    line-height: 66px;
    text-align: right;
    padding-right: 20px;
}
.copy a {
    color: #bec7e4;
}

.designed {
    position: absolute;
    bottom: 25px;
    left: 10px;
}
/* }}} footer */

