@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: 365px;
    background: url(../img/bg_top.jpg) no-repeat bottom;
    margin-bottom: 9px;
}
.logo {
    position: absolute;
    left: 31px;
    top: 28px;
    text-decoration: none;
    padding-left: 85px;
    width: 300px;
}
.logo img {
    position: absolute;
    left: 0;
    top: 7px;
}
.logo .company {
    font: italic normal 22px Impact, Georgia, serif;
    color: #B90045;
}
.logo .slogan {
    font: bold 11px Tahoma, Arial, sans-serif;
    display: block;
    padding-top: 2px;
    color: #666;
}
.header ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.service-menu {
    position: absolute;
    right: 21px;
    top: 15px;
    font: 10px Tahoma, Arial, Helvetica, sans-serif;
    color: #606042;
}
.service-menu li {
    float: left;
    height: 19px;
    line-height: 19px;
    width: 93px;
}
.s-home b {
    background-position: 0 0;
}
.s-contact b {
    background-position: 0 -19px;
}
.s-sitemap b {
    background-position: 0 -38px;
}
.service-menu a {
    color: #606042;
    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;
    background-color: #DAD6C5;
}
.service-menu a:hover {
    white-space: normal;
}
.service-menu a:hover b {
    background-color: #FBB603;
}
.address {
    font: 10px Tahoma, Arial, Helvetica, sans-serif;
    position: absolute;
    right: 50px;
    top: 54px;
    color: #fff;
}
.address span {
    display: block;
    text-align: right;
}

.main-menu {
    position: absolute;
    left: 40px;
    top: 96px;
    font-size: 12px;
    font-weight: bold;
    height: 37px;
    overflow: hidden;
    margin: 0;
}
.main-menu li {
    float: left;
    height: 27px;
    line-height: 27px;
}
.main-menu a {
    color: #fff;
    text-decoration: none;
}
.main-menu a:hover * {
    color: #FAB600;
}
.main-menu b {
    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: 27px;
    line-height: 27px;
    padding: 0 20px;
    cursor: pointer;
    background: url(../img/bg_menu.gif) no-repeat 0 0;
}
.main-menu .last {
    display: none;
}

.get-quote {
    position: absolute;
    top: 153px;
    left: 43px;
    width: 382px;
    height: 125px;
}
.get-quote h2 {
    font: normal 18px Tahoma, Arial, sans-serif;
    color: #AA9874;
    margin: 0 0 20px 0;
    padding: 0;
}
.get-quote h2 span {
    font: normal 26px Impact, Tahoma, sans-serif;
    color: #4D422E;
    display: block;
}
.get-quote label {
    font-size: 13px;
    color: #000;
}
.get-quote input,
.get-quote select,
.get-quote option {
    font-size: 11px;
}
#btn-get-quote {
    position: absolute;
    right: 0;
    bottom: 0;
}
.get-quote table {
    border-collapse: collapse;
    margin-left: 23px;
}
.get-quote table td {
    padding: 2px;
}
.about {
    position: absolute;
    top: 306px;
    left: 43px;
    width: 410px;
    font-size: 13px;
    color: #fff;
}
.about h2 {
    margin: 0 0 2px 0;
    padding: 0;
    color: #4D422E;
    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: 306px;
    right: 36px;
    width: 280px;
    font-size: 13px;
    color: #fff;
}
.address2 strong {
    color: #4D422E;
    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 17px;
    background: #F5F4F0;
}
.col1, .col2, .col3 {
    padding: 25px 10px;
    vertical-align: top;
}
.col2, .col3 {
    background: url(../img/dotted1.gif) repeat-y 0 0;
}
.content h1,
.content h2 {
    font: normal 18px Tahoma, Arial, sans-serif;
    color: #4D422E;
    text-align: center;
    margin: 0 0 10px 0;
    padding: 0;
}
.content p {
    text-indent: 20px;
}
.retrieve {
    background: url(../img/bg_retrieve.png) no-repeat 100% 0;
    min-height: 140px;
    padding: 17px 0 0 0;
    width: 233px;
    margin-bottom: 20px;
    position: relative;
    right: -10px;
}
* html .retrieve {
    height: 140px;
}
.retrieve h2 {
    font: normal 21px Impact, Arial, sans-serif;
    color: #fff;
    margin: 0 0 20px 0;
    padding: 0;
    text-align: center;
}
.retrieve select,
.retrieve option {
    font-size: 11px;
}
.retrieve label {
    font-size: 13px;
    color: #000;
    margin-left: 20px;
}
.retrieve .button {
    display: block;
    margin: 20px 0 0 53px;
}
/* }}} content */

/* {{{ footer */
.footer {
    position: relative;
    background: #F5F4F0;
}
* html .footer {
    height: 1%;
}
.footer-menu-wrapper {
    background: #fff;
    padding-bottom: 20px;
}
.footer-menu {
    margin: 0;
    padding: 0 0 0 25px;
    list-style: none;
    line-height: 22px;
    height: 22px;
    font-size: 12px;
    background: url(../img/bg_menu_bottom.png) repeat-x top;
    overflow: hidden;
}
.footer-menu li {
    float: left;
    margin-right: 5px;
    height: 22px;
}
.footer-menu a {
    float: left;
    background: url(../img/bg_fmenu_item.gif) no-repeat 100% 0;
    padding-right: 20px;
    padding-left: 5px;
    color: #fff;
}
.footer-menu a b {
    font-weight: normal;
    cursor: pointer;
}
.footer-menu a:hover {
}
.footer-menu .last a {
    background: none;
}

.copy {
    font: bold 11px Verdana, Arial, Helvetica, sans-serif;
    color: #B90044;
    margin: 18px 0 0 180px;
    background: #DAD6C5;
    height: 34px;
    line-height: 34px;
    text-align: center;
    padding-right: 20px;
}
.copy a {
    color: #4D422E;
}

.designed {
    position: absolute;
    bottom: 10px;
    left: 10px;
}
/* }}} footer */

