
body {
    text-align: center;
    background-color: white;
    padding: 0px;
    margin: 0px;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 10px;
    color: black;
}

/* main page layout */

div#main_container {
    margin: auto;
    text-align: left;
    width: 715px;
    padding: 0;
}

div#top_logo {
    width: 715px;
    height: 191px;
    padding: 0;
    margin: 0;
    border: 0;
    overflow: hidden;
}

div#menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

div#menu ul li {
    display: block;
    float: left;
    padding: 0;
    margin: 0;
    width: 143px;
    height: 39px;
    text-align: center;
    font-weight: bold;
    font-size: 11px;
    color: white;
    background-image: url('images/button_off.png');
}

div#menu ul li:hover {
    background-image: url('images/button_on.png');
}

div#menu ul li.left {
    background-image: url('images/button_left_off.png');
}

div#menu ul li.left:hover {
    background-image: url('images/button_left_on.png');
}

div#menu ul li.right {
    background-image: url('images/button_right_off.png');
}

div#menu ul li.right:hover {
    background-image: url('images/button_right_on.png');
}

div#menu ul li a {
    color: white;
    text-decoration: none;
}

div#menu ul li a:hover {
    text-decoration: underline;
}

div#container {
    width: 715px;
}

div#left_side {
    margin-top: 10px;
    float: left;
    width: 234px;
    padding-bottom: 10px;
}

div#left_side div.title {
    width: 234px;
    height: 31px;
    padding-top: 9px;
    background-image: url('images/left_column_top.png');
    background-repeat: no-repeat;
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 11px;
}

div#left_side div.special_offer {
    width: 234px;
    padding: 0;
    padding-bottom: 3px;
    margin-bottom: 3px;
    border-bottom: 1px #DEDFE1 solid;
    color: #7B7B7B;
    text-align: justify;
}

div#left_side div.special_offer img {
    padding: 1px;
    margin: 0;
    border: 1px #DEDFE1 solid;
    margin-right: 3px;
    margin-top: 2px;
    float: left;
}

div#left_side div.special_offer p.title {
    margin-top: 0;
    color: black;
    font-weight: bold;
    text-decoration: underline;
}

div#right_side {
    margin-top: 10px;
    float: right;
    width: 468px;
    background-color: #E6EBEF;
    background-image: url('images/bg_search.png');
    background-repeat: repeat-x;
}

ul#home_page_menu {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

ul#home_page_menu li {
    display: block;
    float: left;
    padding: 0;
    padding-top: 9px;
    margin: 0;
    width: 234px;
    height: 31px;
    text-align: center;
    background-image: url('images/right_tab_off.png');
    background-repeat: no-repeat;
}

ul#home_page_menu li a {
    font-weight: bold;
    font-size: 11px;
    color: white;
    text-decoration: none;
}

ul#home_page_menu li:hover {
    background-image: url('images/right_tab_on.png');
}

ul#home_page_menu li.selected {
    background-image: url('images/right_tab_on.png');
}

div#footer {
    width: 715px;
    clear: both;
    min-height: 67px;
    padding-top: 20px;
    background-color: #D5D5D7;
    background-image: url('images/bg_footer.png');
    background-repeat: repeat-x;
}

div#acc_search, div#car_search {
    width: 458px;
    padding: 5px;
}

td.acc_search_usa {
    background-color: #D6E0EA;
    background-image: url('images/search_us_flag.png');
    background-position: top-left;
    background-repeat: no-repeat;
    padding: 5px;
    padding-left: 20px;
}

td.acc_search_canada {
    background-color: #D6E0EA;
    background-image: url('images/search_canada_flag.png');
    background-position: top-left;
    background-repeat: no-repeat;
    padding: 5px;
    padding-left: 20px;
}

select, option, input, textarea {
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 10px;
    color: #0C0C0C;
}

div#container div.gray_box {
    width: 713px;
    background-color: #E3E4E4;
    border: 1px #D7D8D8 solid;
    text-align: justify;
    margin-bottom: 10px;
}

div.gray_box h1, div.gray_box h2 {
    display: block;
    color: #456695;
    border-bottom: 1px white solid;
    font-size: 12px;
    padding: 4px;
    background-color: #D7D8D8;
    margin: 0;
    font-family: Arial;
}

div.gray_box h1 {
    color: #FB5906;
    font-size: 14px;
} 

div.gray_box p {
    padding: 4px;
}

div#container div.hotel_sort_header {
    background-image: url('images/hotel_res/header_top.png');
    width: 695px;
    height: 23px;
    color: white;
    font-size: 12px;
    padding-top: 8px;
    padding-left: 10px;
    padding-right: 10px;
}

div#container div.hotel_res {
    width: 715px;
    background-color: #E3E4E4;
    text-align: justify;
    margin-bottom: 10px;
}

div#container div.hotel_res_footer {
    clear: both;
    background-image: url('images/hotel_res/box_bottom.png');
    width: 715px;
    height: 10px;
}

div#container div.hotel_res_header {
    background-image: url('images/hotel_res/box_top.png');
    width: 715px;
    height: 32px;
}

td.hotel_res_name {
    color: white;
    font-size: 12px;
    height: 32px;
}

div.hotel_res_picture {
    clear: both;
    float: right;
    margin-left: 5px;
    margin-bottom: 3px;
}

div.hotel_res_content {
    clear: both;
    width: 695px;
    margin: 10px;
}
td.hotel_res_price {
    color: white;
    font-size: 12px;
}

.dark_blue {
    color: #254463;
}

.light_blue {
    color: #60A2C4;
}

.dark_background {
    background-color: #D8D8D8;
}

.light_background {
    background-color: #E4E4E4;    
}

.small {
   font-size: 9px;
}

.large {
   font-size: 12px;
}

div.separator {
    border-top: 1px white solid;
    width: 695px;
    padding: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    clear: both;
}

div#container a {
    text-decoration: none;
    color: #FA5806;
}

div#container a:hover {
    text-decoration: underline;
}

input.wide {
    width: 250px;
}

/* end main page layout */
