/*************
 *
 * Hotel Chelsea Main Styles
 *  
 * Colors
 * 
 * White Grey: #bab5a9 
 * Lighter Grey: #a19c8f  
 * Light Grey: #939187 
 * Grey: #827d71 
 * Dark Grey: #4c443c 
 * Darkest Grey: #2a2622
 * Even Darker Grey: #1d0b02 
 *
 *************/   

body {
    text-align: center;
    font-family: Trebuchet MS, Trebuchet,Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #2a2622;
    background-image: url(../images/bg-body.gif);
    background-repeat: repeat-x;
    background-position: top left;
    color: #000;
}

a {
    text-decoration: none;
}

a:hover {
}

form {
    margin: 0px;
}

/** Layout **/

#layout_container {
    width: 748px;
    margin: 26px auto 0px auto;
    border: 1px solid #000;
    background-color: #000;
}

#layout_header {
}

#layout_menubar {
    background-image: url(../images/bg-menu-main.gif);
    background-repeat: repeat-x;
    background-position: top left;
}

#layout_content {
    background-image: url(../images/bg-content.gif);
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #827d71;
    color: #1d0b02;
    padding: 20px 12px 12px 12px;
}

#layout_content_cols {
    width: 100%;
    margin: 0xp auto;
    text-align: left;
}

#layout_footer {
}

/** Styles **/

/* Header */

#header {
}

#header a {
    display: block;
}

#header img {
    display: block;
}
/* Sidebar */

.sidebar {
    width: 196px;
    padding-right: 12px; 
}

/* Main Menu */

#menu_main {
    margin: 0px auto;
    color: #939187;
}

#menu_main h2 {
    font-weight: bold;
    font-size: 14px;
}

#menu_main a {
    color: #939187;
    display: block;
    padding: 0px 10px;
    margin: 3px 0px;
    border-left: 1px solid #4c443c;
}

#menu_main .selected a {
    color: #ccc;
}

#menu_main .first a {
    border-left: 0px solid #4c443c;
}

#menu_main a:hover {
    color: #ccc;
}

/* Imagebar */

#imagebar {
    margin-bottom: 12px;
    text-align: center;
}

#imagebar img {
    border: 1px solid #000;
    margin: 0px auto;
}

#imagebar #map {
    text-align: left;
}
/* Main Content */

#main_content {
    background-image: url(../images/bg-content-main.gif);
    background-repeat: repeat-x;
    background-position: bottom center;
    background-color: #a19c8f;
    padding: 15px;
    color: #1d0b02;
}

#main_content h3 {
    font-weight: bold;
    font-size: 16px;
}

#main_content p {
    line-height: 1.5em;
}

#main_content a {
    text-decoration: underline;
}

#main_content a:hover {
    color: #333;
}

/* Reservation Box */

.res_box {
    background-color: #bab5a9;
    border: 1px solid #000;
    margin-bottom: 12px;
    padding: 8px;
}

.res_box select{
    font-size: 10px;
    margin-bottom: 4px;
}

.res_box h4 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 10px;
    margin: 5px 0px 0px 0px;
}

.res_box .top h4 {
    margin: 0px;
}
.res_box .goButton {
    background-image: url(../../../images/check-avilability.gif);
    background-repeat: no-repeat;
    background-position: top center;
    border: 0px;
    background-color: transparent;
    width: 172px;
    height: 27px; 
    margin-top: 8px;
    cursor: pointer;
}
/* Quotation Box */

.quote_box {
    margin-bottom: 12px;
}

.quote_box p {
    font-size: 13px;
    line-height: 1.4em;
}

.quote_box h4 {
    text-align: right;
    font-style: italic;
    font-weight: normal;
    font-size: 11px;
}

/* Errors */

.errors {
    text-align: left;
    color: #fff;
}
