/* CSS Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body
{
    line-height: 1;
}

ol, ul
{
    list-style: none;
}

blockquote, q
{
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after
{
    content: '';
    content: none;
}

:focus
{
    outline: 0;
}

ins
{
    text-decoration: none;
}

del
{
    text-decoration: line-through;
}

table
{
    border-collapse: collapse;
    border-spacing: 0;
}

/* Main structure */

body
{
    font-family: 'Lucida Sans Unicode';
    font-size: 13px;
    color: #525252;
    background: #FFFFE6;
    margin: 0;
    padding: 0;
}

#container
{
    width: 920px;
    margin: 0 auto;
    position: relative;
}

#page
{
    border-top: 1px solid #808080;
    border-left: 1px solid #808080;
    border-right: 1px solid #808080;
    background: #fff;
    padding: 10px;
}

#content
{
    margin-top: 30px;
    padding: 0 10px;
}

#header
{
    height: 156px;
    position: relative;
}

#header_logo
{
    width: 500px;
    margin-left: auto;
}

#menu
{
    position: absolute;
    width: 100%;
    left: 0;
    top: 111px;
    height: 40px;
    background: #700000 url('../images/pages/menu.png') left top repeat-x;
}

#menu ul
{
    margin: 0;
    line-height: 24px;
}

#menu ul li
{
    display: block;
    float: left;
    height: 40px;
    padding: 0 0;
    border-right: 2px solid #FFF;
    background: transparent;
}

#menu ul li a
{
    font-size: 13px;
    font-weight: bold;
    float: left;
    display: block;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 42px 8px 40px;
    text-decoration: none;
}

#menu ul li a.active
{
    background: #306EF4 url('../images/pages/menu-arr2.gif') no-repeat left top;
}

#menu ul li a:hover
{
    background: #EA932E url('../images/pages/menu-arr.gif') no-repeat left top;
}

.note
{
    height: 50px;
    position: relative;
}

.note p
{
    color: #000;
    text-align: center;
    padding-top: 20px;
}

#underconstruction
{
    width: 200px;
    height: 191px;
}

/* Cols */

.col-1, .col-2, .col-3, .col-4
{
    float: left;
}

.col2-set
{
    margin: 0;
    border-bottom: 1px solid #544b4b;
}

.col2-set .col-1
{
    width: 598px;
    margin: 0;
}

.col2-set .col-1 p
{
    margin-bottom: 2px;
}

.col2-set .col-2
{
    float: right;
    width: 260px;
    margin: 0 0 0 20px;
}

.justify
{
    text-align: justify;
}

#main-offer
{
    margin: 20px 0;
}

#main-offer .cell
{
    float: left;
    width: 279px;
    margin: 0 20px 20px 0;
}

#main-offer .cell img
{
    margin: 0 0 20px 0;
}

#main-offer .cell a.more, .gallery a
{
    color: #fff;
    padding: 0px 20px 0px 20px;
    background: transparent url('../images/pages/btn.gif') left top repeat-x;
    text-decoration: none;
}

#main-offer .cell a.order
{
    color: #fff;
    padding: 0px 20px 0px 20px;
    background: transparent url('../images/pages/btn.gif') left top repeat-x;
    text-decoration: none;
}

#main-offer .cell a:hover.more, .gallery a:hover
{
    background: #EA932E;
}

.gallery a:hover
{
    color: #FFF;
}

#main-offer .last
{
    margin: 0 0 20px 0;
}

#footer
{
    height: 45px;
    background: #700000 url('../images/pages/footer.png') left top repeat-x;
    position: relative;
}

#footer p
{
    position: relative;
    text-align: right;
    top: 5px;
    margin-right: 30px;
    color: #bcb8b8;
}

#footer a
{
    color: #bcb8b8;
    text-decoration: underline;
}

#footer a:hover
{
    text-decoration: none;
}

#url
{
    text-align: center;
    margin-top: 5px;
    margin-bottom: 50px;
    position: relative;
    color: #700005;
}

#url a
{
    font-size: 11px;
    text-decoration: underline;
}

#url a:hover
{
    text-decoration: none;
}

.col-2 .h-menu
{
    width: 240px;
    margin-left: 20px;
}

.col-2 .h-menu .head
{
    margin: 0 0 1px 0;
    padding: 8px 0;
    text-align: center;
    background: #921e3a url('../images/pages/head.gif') left top no-repeat;
}

.col-2 .h-menu .head h3
{
    color: #fff;
    font-weight: normal;
    font-family: 'Lucida Sans Unicode';
    margin: 0;
}

.col-2 .h-menu .box
{
    background: #716868;
}

.col-2 .h-menu .box ul
{
    margin: 0 0 10px 0;
    padding: 0 20px;
}

.col-2 .h-menu .box ul li
{
    line-height: 35px;
    padding: 0;
    background: transparent url('../images/pages/side-dot-line.gif') left bottom repeat-x;
}

.col-2 .h-menu .box ul li.last
{
    background: none;
}

.col-2 .h-menu .box ul li a
{
    color: #fff;
    text-transform: uppercase;
    padding: 0 0 0 24px;
    background: transparent url('../images/pages/side-li-arr.gif') left no-repeat;
    text-decoration: none;
    font-size: 12px;
}

.col-2 .h-menu .box ul li a.active
{
    background: transparent url('../images/pages/side-li-arr-act.gif') left top no-repeat;
    text-decoration: none;
    color: #000;
    font-weight: bold;
}

.col-2 .h-menu .box ul li ul li
{
    background: none;
}

.col-2 .h-menu .box ul li ul li a
{
    background: transparent url('../images/pages/circle.png') left top no-repeat;
    color: #fff;
    text-transform: uppercase;
    padding: 0 0 0 24px;
    text-decoration: none;
    font-size: 12px;
}

.col-2 .h-menu .box ul li ul li a.active
{
    background: transparent url('../images/pages/circle_a.png') left top no-repeat;
    text-decoration: none;
    color: #000;
    font-weight: bold;
}

/* Headers */

h1
{
    position: absolute;
    left: 45px;
    top: 25px;
    width: 291px;
    height: 53px;
    display: block;
}

h1 a
{
    color: #000;
}

h1 a span
{
    width: 310px;
    height: 53px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: transparent url('../images/pages/logo.png') left top no-repeat;
}

h2, .cell h3
{
    font-family: 'Tahoma';
    font-weight: normal;
    font-size: 22px;
    color: #9C0027;
    background: transparent url('../images/pages/dot-line.gif') left bottom repeat-x;
    padding-bottom: 13px;
    margin-bottom: 20px;
}

.cell h3
{
    font-size: 20px;
    padding-bottom: 14px;
    margin-bottom: 17px;
}

.cell h3 a, .cell h3 a:hover
{
    color: #9C0027;
    text-decoration: none;
}

h3
{
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #1f1e1e;
}

#footer .logo
{
    position: absolute;
    left: 30px;
    top: 9px;
    width: 194px;
    height: 27px;
    display: block;
}

#footer .logo a
{
    color: #fff;
}

#footer .logo a span
{
    width: 194px;
    height: 27px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: transparent url('../images/pages/footer-logo.png') left top no-repeat;
}

#footer .reg
{
    position: absolute;
    left: 690px;
    top: 25px;
    display: inline;
    font-size: 9px;
    color: #bcb8b8;
}

/* Standard classes */

p, ul, ol
{
    line-height: 22px;
    margin: 0 0 20px 0;
}

ul li
{
    background: transparent url('../images/pages/li-arr.gif') 2px 7px no-repeat;
    padding-left: 24px;
}

.nobreak
{
    margin-top: 0px;
    margin-bottom: 0px;
}

ol
{
    line-height: 22px;
    margin: 0 0 20px 0;
}

a
{
    color: #892125;
    text-decoration: underline;
}

a:hover
{
    color: #524a4a;
    text-decoration: none;
}

/* Various classes */

.nowrap, .nobr
{
    white-space: nowrap !important;
}

/* Alignment */

.right
{
    float: right;
}

.left
{
    float: left;
}

.msg
{
    float: left;
    margin-top: 10px;
}

.a-right
{
    text-align: right;
}

.a-left
{
    text-align: left;
}

.v-top
{
    vertical-align: top;
}

.v-middle
{
    vertical-align: middle;
}

.v-bottom
{
    vertical-align: bottom;
}

/* Clearfix */

.clearfix:after, .col2-set:after, #main-offer:after
{
    content: ".";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    overflow: hidden;
}

/* Contact */

input, textarea
{
    padding: 9px;
    border: 1px solid #928a8a;
    outline: 0;
    font: normal 13px/100% Verdana, Tahoma, sans-serif;
    width: 200px;
    background: #FFFFFF;
}

textarea
{
    border: 1px solid #928a8a;
    width: 590px;
    max-width: 595px;
    height: 170px;
    line-height: 150%;
}

input:hover, textarea:hover, input:focus, textarea:focus
{
    border-color: #C9C9C9;
}

.form label
{
    margin-left: 10px;
    color: #515151;
}

.submit input
{
    width: auto;
    padding: 9px 15px;
    background: #617798;
    border: 0;
    font-size: 14px;
    color: #FFFFFF;
}

/* Map */

#map
{
    margin: 0 !important;
    width: 260px;
    height: 300px;
    position: relative;
    border: 1px solid #C0C0C0;
}

#mapLink, #photoLink
{
    margin: 3px 4px;
    color: #666666;
    clear: both;
}

#mapLink a, #photoLink a
{
    padding: 2px 0 2px 20px;
    height: 1px;
}

#mapLink span
{
    float: left;
    margin-bottom: 3px;
    margin-bottom: 0px;
}

#mapLink .routeBox
{
    float: right;
    margin-right: 3px;
}

#mapLink .routeBox a
{
    background: none;
    padding-left: 0px;
}

/* Thumbnail */

.thumbnail a img
{
    border: 2px solid #444;
    margin-bottom: 20px;
}

.thumbnail a img:hover
{
    border: 2px solid #EA932E;
}

/* Gallery */

.image-gallery
{
    padding: 0 5px;
    color: #7F7F7F;
    width: 600px;
    height: 190px;
}

div.image-gallery div.img-holder, div.image-gallery div.sep
{
    float: left;
    border: 1px solid #D9D9D9;
    padding-bottom: 2px;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    margin-right: 10px;
}

div.image-gallery div.img-holder div
{
    float: left;
    padding: 4px 0;
    text-align: center;
}

div.image-gallery div.img-holder div.padding
{
    padding: 4px 10px;
}

div.image-gallery div.img-holder img
{
    height: 145px;
    width: 132px;
}

div.width-100
{
    width: 100px;
}

div.width-120
{
    width: 120px;
}

div.width-200
{
    width: 200px;
}

div.width-260
{
    width: 260px;
}

div.image-gallery div.padding
{
    padding: 4px;
}

div.image-gallery div.sep
{
    width: 34px;
    border: 0;
}

.center-col div.image-gallery div.sep
{
    width: 24px;
}

.center-col div.hr-sep
{
    height: 1px;
    background: #EFEAE9;
    margin-bottom: 30px;
}

div.image-gallery img
{
    border: 0 !important;
    padding: 0 !important;
    margin-bottom: 4px;
}

div.image-gallery a
{
    color: #7F7F7F !important;
    display: block;
    float: right;
    text-align: center;
}

div.image-gallery a:hover
{
    color: #A0A0A0 !important;
}

div.more-link
{
    float: right !important;
}

.more
{
    float: right;
    background: url("../images/pages/btn.gif") repeat-x scroll left top transparent;
    color: #FFFFFF;
    padding: 0px 20px 0px 20px;
    text-decoration: none;
    margin-bottom: 10px;
}

.order
{
    float: left;
    background: url("../images/pages/order.gif") repeat-x scroll left top transparent;
    color: #FFFFFF;
    padding: 0px 20px 0px 20px;
    text-decoration: none;
    margin-bottom: 10px;
}
