@charset "utf-8";

html, body {
    margin: 0;
    padding: 0;
}

a img {
    border: 0;
}

body {
    background: #f2e6c6 url(../img/bg_main.jpg) repeat-x top;
    font: 100.1% "Trebuchet MS", Arial, Helvetica, sans-serif;
}
input, textarea, select, option {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.container-wrapper {
    background: url(../img/bg_top.png) no-repeat 50% 0;
}
.container {
    width: 766px;
    margin: 0 auto;
}

a {
    color: #606042;
}
.fl {
    float: left;
}

/* {{{ header */
.header {
    position: relative;
    height: 370px;
    background: url(../img/bg_top.jpg) no-repeat bottom;
    margin-bottom: 25px;
}
.logo {
    position: absolute;
    left: 47px;
    top: 20px;
    text-decoration: none;
    padding-left: 70px;
}
.logo img {
    position: absolute;
    left: 0;
    top: 5px;
}
.logo .company {
    font-size: 20px;
    font-weight: bold;
    color: #4d422e;
}
.logo .slogan {
    font: normal 14px Tahoma, Arial, sans-serif;
    color: #000;
    display: block;
}
.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: #333;
}
.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 -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.png);
    background-repeat: no-repeat;
}
.s-home a:hover b {
    background-position: -19px 0;
}
.s-contact a:hover b {
    background-position: -19px -19px;
}
.s-sitemap a:hover b {
    background-position: -19px -38px;
}
.address {
    font: 10px Tahoma, Arial, Helvetica, sans-serif;
    position: absolute;
    right: 27px;
    top: 55px;
}
.address span {
    display: block;
    text-align: right;
}

.main-menu {
    position: absolute;
    left: 10px;
    top: 100px;
    font-size: 16px;
    font-weight: bold;
    height: 34px;
    width: 800px;
    padding-left: 10px!important;
}
.main-menu li {
    float: left;
    height: 34px;
    line-height: 34px;
}
.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: -15px;
}
.main-menu a span {
    float: left;
}
.main-menu b {
    float: left;
    height: 34px;
    line-height: 34px;
    padding: 0 20px;
    cursor: pointer;
    background: url(../img/bg_menu.png) no-repeat 0 0;
}
.main-menu .last b {
    background: url(../img/bg_menu_last.png) no-repeat 0 0;
    width: 15px;
    padding: 0;
}
.main-menu a:hover b {
    background: url(../img/bg_menu_hover.png) no-repeat 0 0;
}
* html .main-menu b {
    background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/bg_menu.png', sizingMethod='crop');
}
* html .main-menu .last  b {
    background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/bg_menu_last.png', sizingMethod='crop');
}
* html .main-menu a:hover b {
    background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/bg_menu_hover.png', sizingMethod='crop');
}


.get-quote {
    position: absolute;
    top: 154px;
    left: 24px;
    width: 390px;
    height: 125px;
}
.get-quote h2 {
    font-weight: normal;
    font-size: 18px;
    color: #fff;
    margin: 0 0 20px 0;
    padding: 0;
}
.get-quote h2 span {
    font-size: 22px;
    font-weight: bold;
    color: #4d422e;
    display: block;
}
.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;
    right: 0;
    bottom: 0;
}
.get-quote table {
    margin-left: 35px;
    border-collapse: collapse;
}
.get-quote table td {
    padding: 2px;
}
.about {
    position: absolute;
    top: 300px;
    left: 14px;
    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: 20px;
    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;
    background: #fff;
}
.col2, .col3 {
    border-left: 7px solid #f2e6c6;
}
.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: url(../img/bg_retrieve.jpg) no-repeat 100% 0;
    min-height: 137px;
    padding: 20px 0 0 25px;
    width: 213px;
    position: relative;
    right: -2px;
}
* html .retrieve {
    height: 147px;
}
.retrieve h2 {
    font-size: 17px;
    font-weight: bold;
    color: #4d422e;
    margin: 0 0 20px 0;
    padding: 0;
    text-align: left;
}
.retrieve select,
.retrieve option {
    font-size: 11px;
}
.retrieve label {
    font-size: 13px;
    color: #7f6e4e;
}
.retrieve .button {
    display: block;
    margin: 25px auto 0;
}
/* }}} content */

/* {{{ footer */
.footer {
    position: relative;
    padding-bottom: 10px;
}
* html .footer {
    height: 1%;
}
.footer-menu-wrapper {
}
.footer-menu {
    color: #787878;
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.footer-menu li {
    float: left;
}
.footer-menu a {
    float: left;
    color: #fff;
    text-decoration: none;
    display: block;
    height: 100%;
    background: url(../img/bg_fmenu_l.png) no-repeat 0 0;
    padding-left: 10px;
}
.footer-menu a b {
    float: left;
    font-weight: normal;
    display: block;
    height: 100%;
    background: url(../img/bg_fmenu_r.png) no-repeat 100% 0%;
    padding-right: 10px;
    cursor: pointer;
}
.footer-menu a:hover {
    text-decoration: underline;
}

.copy {
    font: bold 11px Verdana, Arial, Helvetica, sans-serif;
    color: #fff;
    margin: 18px 0 0 150px;
    background: #747c93 url(../img/bg_copy.png) no-repeat 0 0;
    height: 32px;
    line-height: 32px;
    padding-left: 145px;
}
.copy a {
    color: #bec7e4;
}

.designed {
    position: absolute;
    bottom: 10px;
    left: 0;
}
/* }}} footer */

