/*******************
 *
 * WNW Main Styles
 * 
 * Colours:
 * 
 * Black Blue: #0b1021
 * Grey Blue: #77809c 
 * White Blue: #eaedf9
 * Purple: #4a4886
 * Black Purple: $1a1d38
 * Red: #fe3d1e
 * White Red: #ff7b66
 * White Grey: #f8f6f4 
 * Light Grey: #ebe6e0 
 * Lighter Grey: #f5f3f0
 * Red Light Grey: #ffe6e0 
 * Brown: #706255
 * Dark Brown: #5c4c3e 
 *  
 *******************/
 
body {
    background-color: #fff;
    color: #000;
    background-image: url(../images/background.gif);
    background-repeat: repeat;
    text-align: center;
    font-family: helvetical, arial, sans-serif;
    font-size: 12px;
}

#layout_container_shadow {
    width: 800px;
    margin: 0px auto;
    text-align: center;
    background-image: url(../images/background-shadow.gif);
    background-repeat: repeat;
}

#layout_container {
    width: 780px;
    margin: 0px auto;
    text-align: left;
    background-color: #fff;
    border-color: #fff;
    border-style: solid;
    border-width: 0px 1px;
}

#layout_cols {
    width: 100%;
}

#layout_sidebar {
    width: 172px;
    background-color: #0b1021;
    color: #fff;
}

#layout_sidebar_images {
    width: 134px;
    background-color: #000;
}

.home #layout_sidebar_images {
    width: 172px;
    background-color: #000;
}


#layout_main_body{
}

/** Sidebar **/

#sidebar {
    position: relative;
    color: #fff;
    padding-top: 0px;
}

#sidebar .logo {
    text-align: center;
    margin: 0px auto 80px auto;
}

#sidebar .contact_info {
    text-align: right;
    margin: 0px 11px;
    color: #77809c;
    font-size: 12px;
    line-height: 1.6em;
}

#sidebar .contact_info h3 {
    font-weight: bold;
    font-size: 12px;
    line-height: 1.6em;
    margin: 0px;
}

#sidebar .contact_info a {
    color: #77809c;
    text-decoration: none;
}

#sidebar .contact_info a:hover {
    text-decoration: underline;
}

/** Sidebar Main Menu **/
#menu_main {
    text-align: right;
    margin: 0px 0px 220px 10px;
}

#menu_main .item {
    border-bottom: 1px #4a4886 dotted;
    padding-right: 10px;
}

#menu_main .item.last {
    border-bottom: 0px #4a4886 dotted;
}

#menu_main .item.selected {
    background-color: #1a1d38;
}

#menu_main .item:hover {
    background-color: #1a1d38;
}

#menu_main h2 {
    font-weight: normal;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0px;
    line-height: 2.1em;
}

#menu_main a {
    color: #eaedf9;
    text-decoration: none;
}

#menu_main #specials {
    position: absolute;
    width: 162px;
    top: 387px;
    right: 1px;
}

#menu_main #specials .item {
    background-color: #fe3d1e;
    border-color: #fff;
}

#menu_main #specials .item.selected {
    background-color: #ff573c;
}

#menu_main #specials .item:hover {
    background-color: #ff573c;
}

/** Sidebar Images **/

#sidebar_images img {
    display: block;
}

/** Main Body **/

#main_body .padder {
    padding: 0px 5px;
}

#main_body #menu_home {
    text-align: right;
    margin-bottom: 30px;
}

#main_body .highlighted {
    color: #4a4886;
    font-weight: bold;
}

#main_body h2 {
    text-align: right;
    font-weight: normal;
    font-size: 24px;
    text-transform: uppercase;
    color: #fe3d1e;
    margin-right: 18px;
}

#main_body .tab_bar img {
    display: inline;
    float: left;
}

#main_body .content_box .header {
    background-color: #f5f3f0;
    padding: 0px 18px;
    border-width: 1px 0 0 0;
    border-style: dotted;
    border-color: #706255;
}

#main_body .content_box .header h4 {
    margin: 0px;
    line-height: 2em;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    color: #4a4886;
}

#main_body .content_box .body {
    background-color: #ebe6e0;
    padding: 12px 18px;
}

#main_body .content_box .body p {
    text-align: justify;
    line-height: 1.7em;
    font-size: 12px;
}

#main_body .content_box .body p.author {
    text-align: left;
    font-style: italic;
    padding-bottom: 15px;
}

#main_body .content_box .body .hotels td {
    padding: 5px;
}

#main_body .content_box .body .hotels p {
    text-align: left;
    line-height: 1.7em;
    font-size: 12px;
}

/** Home **/

.home #slideshow {
    margin-left: 13px;
}

.home p {
    margin-top: 1em;
    padding: 0px 27px 0px 13px;
    line-height: 1.7em;
    font-size: 12px;
}

.home .hotels {
    margin-top: 2em;
    margin-left: 13px;
    width: 400px;
}

.home .hotels td {
    width: 50%;
}

.home .hotels .listing {
    margin-bottom: 1em;
}

.home .hotels .listing .bullet {
    float: left;
    margin-top: 0.2em;
    margin-right: 0.7em;
}

.home .hotels .listing .name {
    line-height: 1.1em;
    float: left;
    color: #5c4c3e;
    text-decoration: none;
}

.home .hotels .listing .name:hover {
    color: #5c4c3e;
    text-decoration: underline;
}


.home .hotels .listing .footer {
    clear: left;
}



/* Write A Review */
.reviewRules {
    font-size: 11px;
}

.reviewRules ul {
    margin-left: 15px;
    list-style: disc;
}

.reviewRules li {
    line-height: 1.3em;
}

.error_messages_box {
    border: 2px solid #f00;
    padding: 10px;
    background-color: #ffe6e0;
    margin-bottom: 10px;
}

#main_body .content_box .body .error_messages_box p {
    line-height: 1.3em;
    font-size: 11px;
}

.reviewForm td {
    padding: 0px 5px 5px 0px;
}

.reviewForm td.buttons {
    padding: 0px;
    text-align: center;
}

.reviewForm td .error {
    border: 1px solid #f00;
    background-color: #ffe6e0;
}

/*Maps*/
#map {
    width: 428px;
    height: 380px;
    margin-bottom: 10px;
}

#main_body .content_box .body #map_listings p {
    text-align: left;
    line-height: 1.3em;
}

#main_body .content_box .body #map_listings a.map_pointer {
    text-decoration: none;
    font-weight: bold;
}

#main_body .content_box .body #map_listings a.map_pointer:hover {
    text-decoration: underline;
}

a.bookBtn { 
color: #FFF;
background-color:#FE4629; 
padding:5px; 
border: 1px solid #707995;
text-transform:uppercase;
text-decoration:none;
padding:0 2px 2px 2px;}

a:hover.bookBtn { 
background-color:#707995; 
padding:5px; 
border: 1px solid #707995;
text-transform:uppercase;
text-decoration:none;
padding:0 2px 2px 2px;}
/** Errors **/

.errors {
    text-align: left;
    background-color: #fff;
}

.imgLeft {float: left; margin: -7px 10px 10px 0 }

.body dt { font-weight:bold }
.body dd { padding:0; margin:0 0 10px 0 }