﻿body {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Tahoma, Verdana, Helvetica, Sans-Serif;
    font-size: 13px;
    color: #595959;
    background: #272727;
}

p {
    font-size: 14px;
}


ul.simple {
    font-size: 14px;
}

    ul.simple li {
        padding-top: 3px;
        padding-bottom: 3px;
    }

a {
    color: #b08810;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

    a img {
        border: none;
    }

.ContentContainer {
    width: 990px;
    margin: auto;
}

.yellow {
    color: #ebc806;
}

.mgtop5px {
    margin-top: 5px!important;
}

.mgtop10px {
    margin-top: 10px!important;
}

.mgtop15px {
    margin-top: 15px!important;
}

.mgtop20px {
    margin-top: 20px!important;
}

.mgtop25px {
    margin-top: 25px!important;
}

.mgtop30px {
    margin-top: 30px!important;
}


.mgleft5px {
    margin-left: 5px!important;
}

.mgleft10px {
    margin-left: 10px!important;
}

.mgleft15px {
    margin-left: 15px!important;
}

.mgleft20px {
    margin-left: 20px!important;
}

.mgleft25px {
    margin-left: 25px!important;
}

.mgleft30px {
    margin-left: 30px!important;
}

.mgleft50px {
    margin-left: 50px!important;
}

.mgleft60px {
    margin-left: 60px!important;
}

.mgleft70px {
    margin-left: 70px!important;
}

.float_l {
    float: left;
}

.float_r {
    float: right;
}

.clear {
    clear: both;
}

/**********************************************/
/***************** TOP MENU *******************/
/**********************************************/
#TopMenuWrapper {
    height: 68px;
    background: url(../images/BG-Top-Menu.gif) repeat-x left top;
}

.TopMenuContainer {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    overflow: hidden;
    height: 68px;
    display: block;
}

    .TopMenuContainer li {
        display: inline-block;
        float: left;
        height: 68px;
        line-height: 59px;
        color: #fff;
        font-size: 15px;
        font-weight: bold;
        padding-left: 15px;
        padding-right: 15px;
    }


        .TopMenuContainer li.selected {
            background: url(../images/BG-Selected-Menu.png) repeat-x left top;
            color: #272727;
        }

            .TopMenuContainer li.selected a {
                color: #272727;
                background: url(../images/BG-Selected-Menu-A.gif) no-repeat center 62px;
            }

                .TopMenuContainer li.selected a:hover {
                    text-decoration: none;
                }

        .TopMenuContainer li a {
            color: #fff;
            text-decoration: none;
            display: block;
            height: 68px;
        }

            .TopMenuContainer li a:hover {
                text-decoration: underline;
            }


.CallUsContainer {
    position: absolute;
    right: 50px;
    bottom: -215px;
    display: block;
    width: 180px;
    height: 100px;
    text-align: center;
}

    .CallUsContainer:hover {
        text-decoration: none;
    }

    .CallUsContainer .Call {
        display: block;
        font-size: 21px;
        font-weight: bold;
        color: #f1f1f1;
        text-shadow: 0px -1px #000;
    }

    .CallUsContainer .Phone {
        display: block;
        font-size: 21px;
        font-weight: bold;
        color: #fed806;
        text-shadow: 0px -1px #000;
        margin-top: 5px;
    }


/**********************************************/
/***************** TOP LOGO *******************/
/**********************************************/
#TopLogoWrapper {
    background: #fff;
    height: 140px;
}

#TopLogoContainer {
    position: relative;
}

#logo {
    margin-top: 20px;
    display: inline-block;
}

h1.Slogan {
    font-size: 20px;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
    color: #cdb106;
    margin-top: -1px;
    display: inline-block;
    word-spacing: 1px;
}

.LogoContainer {
    display: inline-block;
    width: 370px;
}

.TopImgContainer {
    position: absolute;
    width: 256px;
    height: 256px;
    top: -50px;
    right: 0px;
}

/**********************************************/
/************** TOP MIDDLE MENU ***************/
/**********************************************/
#TopMiddleMenuWrapper {
    height: 170px;
}

#TopMiddleMenuContainer {
    overflow: hidden;
    background: url(../images/BG-Middle-Right.jpg) no-repeat right top;
    height: 170px;
}

.midBlock {
    display: inline-block;
    width: 225px;
    margin-right: 30px;
}

    .midBlock:hover {
        text-decoration: none;
    }

    .midBlock .midHeader {
        display: block;
        height: 48px;
        background: url(../images/BG-Mid-Block.gif) no-repeat center 40px;
        text-align: center;
    }

.midLongBlock .midHeader {
    display: block;
    height: 48px;
    width: 225px;
    background: url(../images/BG-Mid-Block.gif) no-repeat center 40px;
    text-align: center;
}

.midLongBlock .BlockLongDescr {
    color: #fff;
    font-size: 15px;
    width: 750px;
    line-height: 19px;
}

.midBlock .midHeaderTrans {
    background: url(../images/BG-Mid1.png) no-repeat center 40px;
}

h2.midhead {
    padding: 0px;
    margin: 0px;
    display: block;
    background: #877c6f;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0px -1px #3b3b3b;
}

ul.DescrList {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    color: #fff;
    margin-top: 15px;
}

    ul.DescrList li {
        list-style-type: none;
        background: url(../images/mid-list.png) no-repeat left 4px;
        padding-left: 15px;
        margin-left: 5px;
        margin-top: 5px;
    }


/**********************************************/
/******************* MAIN BODY  ***************/
/**********************************************/
#MainBodyWrapper {
    background: #f1f1f1;
    padding-bottom: 30px;
}

.ContentPane {
    overflow: hidden;
    padding-top: 20px;
}

.PartContent {
    width: 430px;
    text-align: justify;
}

h3 {
    font-size: 28px;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
    text-shadow: 0px 1px #fff;
    color: #818181;
}

    h3.BlackField {
        font-size: 19px;
        line-height: 23px;
        color: #fff;
        text-shadow: none;
        margin: 0px;
        padding: 0px;
        margin-bottom: 7px;
        margin-top: -5px;
    }

h4 {
    font-size: 15px;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
    text-shadow: 0px 1px #fff;
    color: #818181;
}

.SubContent {
    width: 100%;
}

    .SubContent .SubRight {
        width: 260px;
    }


#BottomContainer {
    padding-top: 25px;
    padding-bottom: 25px;
    overflow: hidden;
    color: #888888;
    position: relative;
}

.bglogo {
    width: 185px;
    text-align: center;
}

.Madeby {
    position: absolute;
    right: 0px;
    bottom: 25px;
}

.mapContainer {
    padding: 1px;
    border: 1px solid #999;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.ImgLibraryContainer img {
    padding: 1px;
    border: 1px solid #999;
    margin-top: 10px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.SizeTable {
    width: 100%;
}

    .SizeTable td {
        padding-top: 7px;
        padding-bottom: 7px;
        border-bottom: 1px solid #999;
    }

    .SizeTable tr:hover td {
        background: #e1e1e1;
    }

    .SizeTable th {
        padding-bottom: 7px;
        border-bottom: 1px solid #999;
        font-weight: bold;
        font-size: 14px;
    }


.imgsmallgroup {
    margin-right: 5px;
    display: inline-block;
}

    .imgsmallgroup img {
        width: 120px;
    }

.ContactTable {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

    .ContactTable td {
        padding-top: 5px;
        padding-bottom: 5px;
        vertical-align: middle;
    }

        .ContactTable td.label {
            font-weight: bold;
        }

            .ContactTable td.label .yellow {
                font-weight: bold;
            }

td.vtop {
    vertical-align: top;
}

table.tableTdRightBottomPadding td, table.tableTdRightBottomPadding th {
    padding: 0 10px 10px 0;
    vertical-align: top;
}

td.underlineTd {
    border-bottom: 1px dotted #000;
}

input.input {
    height: 24px;
    line-height: 24px;
    width: 350px;
    border: 1px solid #ccc;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 12px;
}

textarea.input {
    height: 120px;
    width: 350px;
    line-height: 24px;
    border: 1px solid #ccc;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 12px;
}

input.total {
    border: 0;
    border-bottom: 3px double #ccc;
    background: transparent;
}

.centerText {
    text-align: center;
}

.lableStyle {
    height: 24px;
    line-height: 24px;
    border: 0;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    background: transparent;
    cursor: default;
}

.btnSubmit {
    background: url(../images/bg-btn.jpg) no-repeat left top;
    display: block;
    width: 111px;
    height: 39px;
    line-height: 35px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    font-size: 15px;
}

td.ralign {
    text-align: right;
}

.messageSuccess {
    color: Green;
    text-align: center;
    font-weight: bold;
    padding: 10px;
    width: 100%;
    border: 2px solid Green;
}

.ContactTable td.head {
    width: 80px;
}

.no-border, .no-border img {
    border: none!important;
}


.facebook {
    background: url("../images/facebook.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 21px;
    position: absolute;
    right: 266px;
    top: 6px;
    vertical-align: top;
    width: 158px;
}

/* The phone number and email are links now, for tap to call and mailto. The
   global a{} rule would repaint them #b08810, so keep the block's own colour
   and let the anchors inherit it. */
.Phone a,
.Phone a:link,
.Phone a:visited,
.Phone a:hover {
    color: inherit;
    text-decoration: none;
}
