body {
    margin: 10px auto 0px;
    background-image: url(assets/images/bg.jpg);
    background-repeat: repeat-x;
    background-color: #9fb36e;
    font-family: Tahoma, Geneva, Helvetica, Arial, sans-serif;
    color: #6e5421;
    font-size: 12px;
}

a, a:hover, a:active, a:visited {
    color: #778F3A;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#page-wrapper {
    margin: 0px auto;
    width: 907px;
    position: relative;
}

#top {
    width: 907px;
    background-image: url(assets/images/top.png);
    background-repeat: no-repeat;
    min-height: 39px;
    max-height: 39px;
    margin: 0px auto;
    text-align: right;
    line-height: 39px;
    font-size: 12px;
}

#top a, #top a:hover, #top a:active, #top a:visited {
    color: #6e5421;
    text-decoration: none;
} 

#top a:hover {
    text-decoration: underline;
}

#top ul {
    margin: 0px;
    padding: 0px 15px 0px 0px;
}

#top ul li {
    display: inline;
    list-style-type: none;
    padding: 0px 8px 0px 5px;
    border-right: 1px solid #6e5421;
}

#top ul li.last {
    padding: 0px 0px 0px 5px;
    border-right: 0px;
}

#page {
    width: 907px;
    margin: 0px auto;
    background-image: url(assets/images/shadow.png);
    background-repeat: repeat-y;
}


#flash {
    width: 901px;
    margin: 0px auto;
    min-height: 300px;
    max-height: 300px;
    position: relative;
}

#flash-left {
    float: left;
    width: 277px;
    min-height: 300px;
    max-height: 300px;
    background-image: url(assets/images/flash-left.png);
    background-repeat: no-repeat;
}

#flash-right {
    float: left;
    width: 624px;
    min-height: 300px;
    max-height: 300px;
/*     background-image: url(assets/images/flash-overlay.png); */
/*     background-repeat: no-repeat; */
}

#flash-overlay {
    position: absolute;
    top: 0px;
    left: 277px;
    z-index: 98; 
}


#inside {
    width: 901px;
    margin: 0px auto;
    min-height: 300px;
/*     max-height: 300px; */
    position: relative;
}

#inside-left {
    float: left;
    width: 277px;
    min-height: 300px;
/*     max-height: 300px; */
    background-image: url(assets/images/flash-left.png);
    background-repeat: no-repeat;
}

#inside-right {
    float: left;
    width: 624px;
    min-height: 300px;
/*     max-height: 300px; */
/*     background-image: url(assets/images/flash-overlay.png); */
/*     background-repeat: no-repeat; */
}

#inside-overlay {
    position: absolute;
    top: 0px;
    left: 277px;
    z-index: 98; 
}

#content-wrapper {
    width: 901px;
    margin: 0px auto;
    background-image: url(assets/images/content-bg-2.png);
    background-repeat: repeat-y;
}

#content {
    width: 901px;
    margin: 0px auto;
    min-height: 350px;
    background-image: url(assets/images/content-bg.png);
    background-repeat: no-repeat;
/*     text-align: center; */
}

#bottom {
    width: 907px;
    margin: 0px auto;
    background-image: url(assets/images/bottom.png);
    background-repeat: no-repeat;
    min-height: 28px;
    max-height: 28px;
}

#footer {
    width: 908px;
    margin: 0px auto;
    text-align: center;
    min-height: 40px;
    color: #f8ffe7;
}

#footer div {
    font-size: 18px;
    padding: 10px 0px 5px;
}

#footer p {
    font-size: 12px;
    padding: 0px;
    margin: 0px;
}

#footer a, #footer a:hover, #footer a:visited, #footer a:active {
    color: #f8ffe7;
    text-decoration: none;
} 

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

#logo {
    position: absolute;
    z-index: 99;
    left: 25px;
    top: -20px;
}

#buttons {
    position: relative;
    top: 100px;
    left: 25px;
}

#left-menu {
    padding-right: 25px;
}

#left-menu ul {
    
}

#left-menu ul li {
    list-style-image: url(assets/images/leaf.png);
    padding-bottom: 10px;
}

h3 {
    color: #6e5421;
    font-size: 20px;
    font-weight: normal;
}

h3.button_headers  {
    color: #6e5421;
    font-size: 20px;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 5px;
}

.button_headers a {
    color: #6e5421;
    font-size: 20px;
    font-weight: normal;
    text-decoration: none;
}

.button_headers a.hover {
    color: #6e5421;
    padding-left:5px;
    font-size: 20px;
    font-weight: normal;
    text-decoration: underline;
}

h4 {
    color: #6e5421;
    padding-left:5px;
    font-size: 15px;
    font-weight: normal;
    margin: 0px 0px 5px 0px;
}

#left-menu a, #left-menu a:hover, #left-menu a:visited, #left-menu a:active {
    color: #778F3A;
    text-decoration: none;
}

#left-menu a:hover {
    text-decoration: underline;
}

#left-menu h4 a, #left-menu h4 a:visited, #left-menu h4 a:hover, #left-menu h4 a:active {
    text-decoration: none;
    color: #6e5421;
} 

hr {
  border: 0;
  width: 100%;
  color: transparent;
  background-color: #778F3A;
  height: 1px;
}

.spa-packages {
    border: 1px dotted #6e5421;
    background-color: white;
    padding: 15px;
}

.gallery img {
    padding: 5px;
    border: 1px solid #778F3A;
}
