body {
    margin: 0;
    padding: 0;
    background-color: #4d0b10;
    color: #f3dad7;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
}

h1 {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.2pt;
}

p#intro-text {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

/***************************/
/*
/*  HEADER
/*
/***************************/

div#logo > img{
	border: 0px;
}

div#top-container {
    height: 145px;
    background: url('../images/top-bg.png');
}

div#logo {
    width: 922px;
    margin: auto;
}

div#middle-container {
    height: 262px;
    background: url('../images/middle-bg.png') center;
}

div#middle-white {
    width: 906px;
    height: 281px;
    background-color: #fff;
    margin: auto;
    margin-top: -281px;
    padding: 8px;
}

div#main_image {
    float: left;
    width: 734px;
}

div#main_image img {
    width: 734px;
    height: 281px;
}

div#thumbnails {
    float: left;
    margin-left: 10px;
    width: 95px;
    height: 281px;
}

/***************************/
/*
/*  MENU
/*
/***************************/

div#menu {
    width: 170px;
    height: 279px;
    background: url('../images/menu-bg.png');
    border: 1px solid #f5efef;
    float: left;
    font-size: 11px;
}

div#menu ul#menutop {
    line-height:20px;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0 0 5px;
    padding:0 0 8px;
    width:170px;
}

div#menu ul#menutop li {
    background:#FFFFFF url('../images/menulink-bg.png') repeat-x scroll 0 50%;
    padding:2px 0;
    width:170px;
}

div#menu ul#menutop li a {
    color:#ba5a60;
    display:block;
    width:160px;
    text-transform: uppercase;
    text-decoration: none;
    padding-left: 10px;
}

div#menu ul#menutop li.selected, 
div#menu ul#menutop li.selected a {
    color: #681b14;
    font-weight:bold;
    background:#FFFFFF url('../images/menulink-active-bg.png') repeat-x scroll 0 50%;
}

div#menu ul#menutop li:hover, div#menu ul#menutop li a:hover {
    background:#FFFFFF url('../images/menulink-active-bg.png') repeat-x scroll 0 50%;
    color:#681b14;
}

div#menu ul#menutop li.active a:hover {
    background:#FFFFFF none repeat scroll 0 50%;
}

div#menu ul#menubottom {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0 0 5px;
    padding:0 0 8px;
    width:170px;
}

div#menu ul#menubottom li {
    padding:2px 0;
    width:170px;
}

div#menu ul#menubottom li a {
    color:#ba5a60;
    text-decoration: none;
    padding-left: 10px;
}

div#menu ul#menubottom li.selected, 
div#menu ul#menubottom li.selected a {
    font-weight:bold;
    color:#681b14;
}

/***************************/
/*
/*  MAIN
/*
/***************************/

div#main {
    width: 922px;
    margin: auto;
    padding: 8px 0 20px 0;
}

div#main a {
    color: #f3dad7;
}

div#main-left, div#main-left-big {
    float: left;
    width: 450px;
    padding-right: 10px;
}

div#main-right-big {
    float: left;
    width: 450px;
    padding-left: 10px;
}

div#main-right-bottom {
    clear: both;
}

div#address {
    float: left;
}

div#formresa {
    float: left;
}

div#main-bottom {
    clear: both;
}

div#main-bottom-left {
    float: left;
    width: 450px;
    padding-right: 10px;
}

div#main-bottom-right {
    float: left;
    width: 450px;
    padding-left: 10px;
}

div#sub-menu ul {
    float: left;
    list-style: none;
    padding: 0;
    width: 480px;
    margin-top: 10px;
}

div#sub-menu ul li {
    display: inline;
    float: left;
    text-align: center;
    background-color: #713c40;
    height: 25px;
    line-height: 25px;
    padding: 3px;
    width: 145px;
}

div#sub-menu ul li a {
    font-size: 10px;
    color: #f3d9d7;
    text-decoration: none;
    text-transform: uppercase;
    height: 25px;
    line-height: 25px;
    width: 160px;
}

div#sub-menu ul li.selected {
    background-color: #e8e0d7;
}

div#sub-menu ul li.selected a {
    color: #4d0b10;
}


/***************************/
/*
/*  RESA
/*
/***************************/

div#formresa {
    float: right;
    width: 50%;
}

form#idForm {
   border: 9px solid #713c40;
   background: url('../images/resa-bg.png');
   height: 118px;
   margin-top: 10px;
}

table#tableresa {
   height: 118px;
}

table#tableresa,
table#tableresa a {
    color: #691c15;
}

table#tableresa h1 {
    color: #691c15;
    margin: 0;
}

/***************************/
/*
/*  FOOTER
/*
/***************************/

div#footer {
    width: 100%;
    margin: 10px auto;
    color: #bb7676;
    text-align: center;
    font-size: 11px;
    clear: both;
}

div#footer a {
    text-decoration: none;
    color: #bb7676;
}

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

div#footer p#footer-address {
    color: #fff;
    background: url('../images/address-bg.png') center no-repeat;
    height: 23px;
    line-height: 23px;
}

div#footer p#footer-address a {
    color: #fff;
}
