* { border: 0; margin: 0; padding: 0; }

a, object { outline: 0; }
a { text-decoration: none; }
html, body { width: 100%; height: 100%; }


*
{
    z-index: 0;
}

body
{
    width: 100%;
    height: 100%;
    background-color: #F5F4EF;
    background-repeat: repeat-x;
    background-position: center 138px;
    background-image: url('/img/page_bg.jpg');
    font-family: Arial, Helvetica, sans-serif;
}

#wrapper-header
{
    height: 110px;
    min-width: 960px;
    background-repeat: repeat-x;
    background-image: url('/img/header_gradient.png');
}

#header
{
    width: 950px;
    height: 110px;
    position: relative;
    background-color: #FFFFFF;
    background-position: right;
    background-repeat: no-repeat;
    border-right: 10px solid #A31513;
    background-image: url('/img/header_bg.jpg');
    
}

#wrapper-header .shadow-left
{
    height: 110px;
    width: 975px;
    margin: 0 auto;
    padding: 0 0 0 15px;
    background-position: left;
    background-repeat: repeat-y;
    background-image: url('/img/shadow_left.png');
}

#wrapper-header .shadow-right
{
    width: 960px;
    height: 110px;
    padding: 0 15px 0 0px;
    background-position: right;
    background-repeat: repeat-y;
    background-image: url('/img/shadow_right.png');
}

#logo
{
    float: left;
    width: 155px;
    height: 100%;
    display: block;
    margin: 0 0 0 7px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('/img/logo.png');
}

#slogan
{
    float: right;
    width: 630px;
    height: 66px;
    color: #58585A;
    
    overflow: hidden;

    margin: 22px 20px 0 0;
    font-size: 30px;
    font-weight: bold;
    font-family: Garamond;
}
/*

#slogan-outer
{
    width: 630px;
    height: 90px;
    
    background: black;
    
    overflow: hidden;
    position: relative;
}
#slogan-outer[id]
{
    display: table;
    position: static;
}

#slogan-middle
{
    top: 50%;
    position: absolute;
}

#slogan-middle[id]
{
    width: 100%;
    position: static;
    display: table-cell;
    vertical-align: middle;
}

#slogan-inner
{
    top: -50%;
    position: relative;
}
*/

#wrapper-menu
{
    width: 100%;
    min-width: 990px;
    height: 28px;
    background-color: #58585A;
}

#menu
{
    width: 960px;
    height: 28px;
    line-height: 28px;
    margin: 0 auto;
}

#menu > .item
{
    float: left;
    width: 100px;
    height: 28px;
    z-index: 100;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    position: relative;
}

#menu > .item:first-child
{
    margin-left: 15px;
}

#menu > .item > a
{
    width: 100%;
    height: 100%;
    color: #B3B3B3;
    display: block;
    overflow: hidden;
}

#menu > .item > a:hover
{
    color: #FFFFFF;
}

#menu > .item:hover > .submenu
{
    display: block;
}

#menu > .item > a.active
{
    color: #FFFFFF;
}

#menu > .item > .submenu
{
    top: 25px;
    width: 167px;
    z-index: 100;
    left: -33.5px;
    display: none;
    color: #FFFFFF;
    position: absolute;
}

#menu > .item > .submenu a
{
    color: #FFFFFF;
}

#menu > .item > .submenu a.active,
#menu > .item > .submenu a:hover
{
    color: #FBB03B;
}

#menu > .item > .submenu > .submenu-top
{
    height: 24px;
    background-repeat: no-repeat;
    background-image: url('/img/submenu_top.png');
}

#menu > .item > .submenu > .submenu-middle
{
    background-repeat: repeat-y;
    background-image: url('/img/submenu_middle.png');
}

#menu > .item > .submenu > .submenu-middle p
{
    width: 125px;
    line-height: 16px;
    margin: 5px 21px 0 21px;
}

#menu > .item > .submenu > .submenu-middle p:first-child
{
    padding-top: 3px;
    margin: 0px 21px 0 21px;
}

#menu > .item > .submenu > .submenu-bottom
{
    height: 27px;
    background-repeat: no-repeat;
    background-image: url('/img/submenu_bottom.png');
}


#search
{
    float: right;
    height: 18px;
    padding: 5px 0;
    margin: 0 10px 0 0;
}

#search #search-button
{
    float: left;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
    background-color: transparent;
}

#search #search-box
{
    float: right;
    height: 18px;
    margin: 0 0 0 10px;
    background-color: #CCCCCC;
}

#wrapper-content
{
    width: 990px;
    margin: 0 auto;
    overflow: hidden;
}

#content
{
    width: 950px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    background-color: #FFFFFF;
    border-right: 10px solid #A31513;
}

#wrapper-content .shadow-left
{
    padding: 0 0 0 15px;
    background-position: left;
    background-repeat: repeat-y;
    background-image: url('/img/shadow_left.png');
}

#wrapper-content .shadow-right
{
    padding: 0 15px 0 0;
    background-position: right;
    background-repeat: repeat-y;
    background-image: url('/img/shadow_right.png');
}

#wrapper-content .shadow-bottom
{
    width: 991px;
    height: 16px;
    background-repeat: no-repeat;
    background-image: url('/img/shadow_bottom.png');
}

#slideshow
{
    float: left;
    width: 625px;
    height: 215px;
    position: relative;
    margin: 10px 0 0 10px;
    background-color: #B31119;
}

#slideshow-title
{
    float: left;
    width: 199px;
    color: #FFFFFF;
    overflow: hidden;
    min-height: 25px;
    max-height: 50px;
    height: 50px;
    margin: 15px 15px 0 15px;
}

#slideshow-title h1
{
    font-size: 25px;
    line-height: 25px;
}

#slideshow-desc
{
    float: left;
    width: 199px;
    height: 85px;
    color: #FFFFFF;
    font-size: 12px;
    overflow: hidden;
    line-height: 12px;
    margin: 5px 15px 0 15px;
}

#slideshow-desc-body
{
    overflow: hidden;
    max-height: 61px;
    line-height: 16px;
}

#slideshow-read-more
{
    height: 14px;
    width: 199px;
    color: #FFFFFF;
    font-size: 12px;
    text-align: right;
    margin: 5px 0 0 0;
}

#slideshow-read-more a
{
    color: #FFFFFF;
    
    
}

#slideshow-previous,
#slideshow-next
{
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center 5px;
}

#slideshow-previous.disabled,
#slideshow-next.disabled
{
    visibility: hidden;
}

#slideshow-previous
{
    float: left;
    width: 27px;
    height: 40px;
    margin: 5px 0 0 0;
    background-image: url('/img/previous.png');
}

#slideshow-next
{
    float: right;
    width: 27px;
    height: 40px;
    margin: 5px 0 0 0;
    background-image: url('/img/next.png');
}

#slideshow-previous:hover
{
    background-image: url('/img/previous_hover.png');
}

#slideshow-next:hover
{
    background-image: url('/img/next_hover.png');
}

#slideshow-index
{
    float: left;
    width: 175px;
    height: 40px;
    overflow: hidden;
    position: relative;
    margin: 5px 0px 0px 0px;
}

#slideshow-index .slideshow-button
{
    float: left;
    width: 35px;
    height: 40px;
    
    color: #AAAAAA;
    text-indent: 3px;
    font-weight: bold;
    line-height: 38px;
    text-align: center;
    letter-spacing: -2.1px;
    
    cursor: pointer;
    background-repeat: no-repeat;
    background-image: url('/img/button-book-off.jpg');
}

#slideshow-index .slideshow-button.on
{
    cursor: auto;
    color: #FFFFFF;
    background-image: url('/img/button-book-on.jpg');
}

#slideshow-slider
{
    height: 40px;
    
    top: 0;
    left: 0px;
    
    position: absolute;
}

#slideshow-image
{
    float: right;
    width: 396px;
    height: 215px;
    background-position: center;
    background-repeat: no-repeat;
    /*background-image: url('/img/slideshow-default.png');*/
}

#slideshow-flap
{
    float: right;
    width: 52px;
    height: 51px;
    background-repeat: no-repeat;
    background-image: url('/img/flap_bg.png');
}

#textbox
{
    float: left;
    width: 595px;
    color: #808080;
    font-size: 12px;
    overflow: hidden;
    min-height: 381px;
    margin: 10px 0 10px 10px;
    background-color: #ECEADF;
    padding: 15px 15px 15px 15px;
}

#textbox p
{
    line-height: 18px;
}


#textbox img
{
    margin: 10px;
}

#textbox a
{
    color: #C50C1F;
}

#textbox h1
{
    color: #C50C1F;
    font-size: 25px;
    margin: 0 0 5px 0;
}

#textbox .underline
{
    margin: 0 0 14px 0;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #FFFFFF;
}


#textbox ol,
#textbox ul
{
    list-style-position: inside;
}

#contact_form
{
    width: 639px;
    height: auto;
    margin: 0 auto;
}

#contact_form #error-msg
{
    height: 25px;
    color: #C50C1F;
    visibility: hidden;
    line-height: 25px;
    text-align: center;
}

#contact_form .cleft
{
    float: left;
    width: 307px;
    margin: 0 0 25px 0;
}

#contact_form .cright
{
    float: right;
    width: 310px;
    margin: 0 0 25px 0;
}

#contact_form .cright .input,
#contact_form .cleft .input
{
    width: 310px;
    height: 20px;
    margin: 5px 0 0 0;
    text-align: right;
}

#contact_form .cright .input
{
    float: right;
}

#contact_form .cleft .input
{
    float: right;
}

#contact_form .cright .input input,
#contact_form .cleft .input input
{
    width: 189px;
    height: 20px;
    margin: 0 0 0 5px;
    display: inline-block;
    border: 1px solid #B3B3B3;
}

#contact_form .cright .input input.focused,
#contact_form .cleft .input input.focused
{
    background-color: #B3B3B3;
}

#contact_form .cright .input label,
#contact_form .cleft .input label
{
    display: inline-block;
}

#contact_form .cleft .street_name
{
    width: 200px;
}

#contact_form .cleft .street_number
{
    width: 81px;
}

#contact_form .cleft .street_name input
{
    width: 108px;
}

#contact_form .cleft .street_number input
{
    width: 50px;
}

#contact_form .comment
{
    margin: 0 0 5px 0;
}

#contact_form .comment label
{
    display: block;
    line-height: 27px;
    margin: 0 0 0 116px;
}

#contact_form .comment textarea
{
    width: 521px;
    height: 95px;
    display: block;
    margin: 0 0 0 116px;
    border: 1px solid #B3B3B3;
}

#contact_form .submit
{
    width: 629px;
    text-align: right;
    margin: 0 0 10px 0;
}

#contact_form .submit input
{
    width: 101px;
    height: 40px;
    cursor: pointer;
    
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    
    /*
    background-repeat: no-repeat;
    background-image: url(/img/submit_bg.png);
    */
}

#contact_form .info
{
    width: 552px;
    height: 180px;
    color: #FFFFFF;
    margin: 0 0 0 116px;
    background-repeat: repeat-y;
    background-image: url(/img/contact_info_bg.png);
}

#contact_form .info .address
{
    margin: 0 0 0 20px;
}

#contact_form .info .address.first
{
    padding: 20px 0 0 0;
    margin: 0 0 0 20px;
}

#contact_form .info .phone.first
{
    margin: 10px 0 0 20px;
}

#contact_form .info .phone
{
    margin: 0 0 0 20px;
}

#contact_form .info .mail
{
    margin: 10px 0 0 20px;
}

#contact_form .info .mail a
{
    color: #FFFFFF;
}

#contact_form .info p
{
    line-height: 15px;
}

#listings
{
    float: right;
    width: 305px;
    margin: 10px 0 10px 0;
    background-color: #F2F2F2;
}

#listings h1
{
    font-size: 25px;
}

#listings h2 
{
    color: #C50C1F;
    padding-top:10px;
    padding-left:10px;
    padding-bottom:5px;

}

#listings iframe {
    padding: 0px 10px;
}

#listings p 
{
    font-size: 12px;
    color: #58585A;
    padding: 10px;
}

#footer
{
    float: left;
    width: 100%;
    height: 59px;
    
    /*
    left: 0;
    bottom: 0;
    position: absolute;
    */
    
    background-color: #F2F2F2;
}

#menu-bottom
{
    width: 920px;
    height: 28.5px;
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px solid #CCCCCC;
}

#menu-bottom > .item
{
    font-size: 11px;
    margin-left: 25px;
    line-height: 28.5px;
    display: inline-block;
}

#menu-bottom > .item:first-child
{
    margin: 0;
}


#menu-bottom > .item > a
{
    width: 100%;
    height: 100%;
    display: block;
    color: #808080;
}

#menu-bottom > .item > a:hover
{
    color: #000000;
}

#menu-bottom > .item > a.active
{
    color: #000000;
}

#copyright
{
    width: 920px;
    height: 28.5px;
    margin: 0 auto;
    color: #B3B3B3;
    font-size: 10px;
    position: relative;
    text-align: center;
    line-height: 28.5px;
    border-top: 1px solid #CCCCCC;
}

#atobiz
{
    top: 0;
    right: 0;
    
    width: 48px;
    height: 28.5px;
    display: block;
    
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('/img/atobiz.png');
    
    position: absolute;
}

#sitemap
{
    margin: 15px 0 0;
    list-style-position: inside;
}

#sitemap > li
{
    margin-bottom: 15px;
}

.gray_line {
    height: 1px;
    background-color: #CCCCCC;
    margin-top: 5px;
}
.white_line {
    height: 1px;
    background-color: #FFF;
}
