body {
    margin: 0;
    font: 0.8em Trebuchet MS, Georgia, Tahoma, Verdana, arial, sans-serif;
    color: #333;
    background: #296AAA;
    text-align: center;
}

a {
    color: #3366ff;
    text-decoration: none;
}

a:hover {    
    color: #0099ff;
    text-decoration: none;
}

a img {
    border: none;
}

h1 {
    color: #fff;
    font: bold 1.1em Arial, Georgia, Tahoma, Verdana, arial, sans-serif;
    margin: 0;
    padding: 14px 0 14px 24px;
    text-transform: uppercase;
}

p {
    margin: 6px 0;
    padding: 4px 0;    
}

 input, select, textarea {
    color: #574f4b;
    font: 0.85em Verdana, arial, sans-serif;
}

#home {
    background: #fff;
    margin: 0 auto;
    width: 800px;
    text-align: left;
}

.menu {
    background: url("../images/hotel_01.gif") no-repeat;
    height: 126px;    
    margin: 0 auto;
}

.menu img {
    float: left;
}

.menu #menu_home {
    background: url("../images/menu_home.gif") 100% 0 no-repeat;
    float: left;
    height: 126px;
    width: 101px;
}

.menu #menu_home:hover,
.menu #menu_home.active {
    background-position: 0 0;
    border: none; cursor: pointer;
}

.menu #menu_room {
    background: url("../images/menu_room.gif") 100% 0 no-repeat;
    float: left;
    height: 126px;
    width: 101px;
}

.menu #menu_room:hover,
.menu #menu_room.active {
    background-position: 0 0;
    border: none; cursor: pointer;
}

.menu #menu_resto {
    background: url("../images/menu_resto.gif") 100% 0 no-repeat;
    float: left;
    height: 126px;
    width: 101px;
}

.menu #menu_resto:hover,
.menu #menu_resto.active {
    background-position: 0 0;
    border: none; cursor: pointer;
}

.menu #menu_resa {
    background: url("../images/menu_resa.gif") 100% 0 no-repeat;
    float: left;
    height: 126px;
    width: 101px;
}

.menu #menu_resa:hover,
.menu #menu_resa.active {
    background-position: 0 0;
    border: none; cursor: pointer;
}

.header {
    background: url("../images/hotel_02.gif") no-repeat;
    height: 184px;    
    margin: 0 auto;
}

.header .logo {
    float: left;
}

.header .banner {
    float: left;
}

.content {
    height: 548px;
    margin: 0 auto;
}

.content .left {
    background: url("../images/box_home.gif") no-repeat;
    float: left;
    height: 548px;
    width: 412px;
}

.content .right {
    float: left;
    width: 387px;
}

.content .right .box_room {
    background: url("../images/box_room.gif") no-repeat;
    height: 274px;
}

.content .right .box_resto {
    background: url("../images/box_room.gif") no-repeat;
    height: 274px;
}

.textwrap {
    line-height: 160%;
    padding: 4px 24px;
    text-align: justify;
}

.sm {
    color: #999;
    font: 9px Verdana;
}

.error {
    color: #F00;
    font: 11px Verdana;
    line-height: 90%;
}

p.error {
    background: #ffcccc url("../images/warning.png") no-repeat 6px 4px;
    border: 1px solid #ff3333; color: #f00;
    line-height: 120%;
    padding: 4px 4px 4px 28px;
    text-align: left;
}

p.done {
    background: #ccffcc url("../images/info.png") no-repeat 6px 4px;
    border: 1px solid #00cc00; color: #009933;
    padding: 4px 4px 4px 28px;
    text-align: left;
}

.picwrap {
    padding: 2px 10px;
    text-align: justify;
}

.slide {
    height: 170px;
}

.pagination {
    font: 11px Verdana;
    margin: 5px;
    text-align: center;
}

.pagination a { color: #888; margin: 5px; padding: 3px 5px; border: 1px solid #ccc; background: #ececec; text-decoration: none }
.pagination a.activeSlide { background: #fff; color: #000; }
.pagination a:focus { outline: none; }

.footer {
    background: url("../images/hotel_07.gif") no-repeat;
    clear: both;
    height: 77px;
    margin: 0 auto;
    text-align: center;
}

.footer .menu_footer {
    color: #888;
    font: 0.9em Arial, Tahoma, Verdana, arial, sans-serif;
    padding: 16px 0 4px 0;
    margin: 0;
    text-transform: uppercase;
    word-spacing: 26px;
}

.footer .menu_footer a {
    color: #888;
}

.footer .menu_footer a:hover {
    color: #0099ff;
    border-bottom: 1px dotted #0099ff;
}

.footer .address {
    color: #35b0ff;
    font: 0.85em Tahoma, Verdana, arial, sans-serif;
}