
/* cvs id: $Id: style.css,v 1.9 2010/09/28 05:22:53 sean Exp $ */

/* ==================== Start Body styles ====================== */

* {
  font-family: arial, sans-serif;
}

body { margin: 0px; background: black url(images/bodybg.jpg) repeat-x; color: #dadada; }

#top-bar {
  width: 100%;
  height: 15px;
  background: #000000;
  display: block;
}

#container {
  width: 960px;
  margin: 0px auto;
}

#header {
  float: left;
  height: 123px;
  width: 1000px;
  background: url(images/header-bg.jpg) top left no-repeat;
}

#logo {
  float: left;
}

#visual-nav {
    width: 1000px;
    height: 300px;
    float: left;
}
#visual-nav .visual-nav-separator {
    float: left;
    background: #1d1d1d;
    width: 1px;
    height: 232px;
    display: block;
}
#visual-nav a:hover {
      background-position: 0px 0px;
}
#visual-nav .visual-rooms {      
      float: left;
      height: 232px;
      width: 165px;
      background: url(images/visual-rooms.jpg) top left no-repeat;
      /*background-position: 0px -232px;*/
      background-position: 0px 0px;
}
#visual-nav .visual-room-rates {      
      float: left;
      height: 232px;
      width: 165px;
      background: url(images/visual-room-rates.jpg) top left no-repeat;
      background-position: 0px 0px;
}
#visual-nav .visual-restaurant {      
      float: left;
      height: 232px;
      width: 165px;
      background: url(images/visual-restaurant.jpg) top left no-repeat;
      background-position: 0px 0px;
}
#visual-nav .visual-bookings {      
      float: left;
      height: 232px;
      width: 165px;
      background: url(images/visual-bookings.jpg) top left no-repeat;
      background-position: 0px 0px;
}
#visual-nav .visual-facilities {      
      float: left;
      height: 232px;
      width: 165px;
      background: url(images/visual-facilities.jpg) top left no-repeat;
      background-position: 0px 0px;
}
#visual-nav .visual-about {      
      float: left;
      height: 232px;
      width: 170px;
      background: url(images/visual-about.jpg) top left no-repeat;
      background-position: 0px 0px;     
}

#main-content-spacer {
  float: left;
  height: 15px;
  width: 1000px;
  background: #000000;
}

#content-wrapper {
  float: left;
  width: 1000px;
  background: url(images/content-bg.gif) top left repeat-y;
  overflow: hidden;
}

#content-left {
  float: left;
  width: 575px;
  padding: 25px;
}

#right-col {
  float: right;
  width: 375px;
}

#right-col img {
}

#right-images {
  float: left;
  margin-top: 5px;
  margin-bottom: 30px;
  width: 345px;
  height: 200px;
  padding: 15px;
  background: #2c1212;
}

#slideshow {
  width: 345px;
  height: 200px;
  overflow: hidden;
}

#site-information {
  float: right;
  clear: both;
  width: 355px;
  padding-right: 20px;
  font-size: 0.70em;
  color: #ad8d6e;
  text-align: right;
}
#site-information a {
  color: #eec297;
  text-decoration: none;
}
#site-information a:hover {
  text-decoration: underline;
}

#footer {
  float: left;
  width: 1000px;
  background: #323231;
  height: 1px;
  margin-top: 2px;
  margin-bottom: 20px;
  display: block;
}


/***** Non structual CSS *****/
h1 { 
  color: #757575;
  font-size: 1.4em;
  font-weight: normal;
}

h2, .head2 {
  font-size: 1.1em;
  font-weight: normal;
  color: #ce661f;
}

#content-left li {
  list-style-type: square;
  font-size: 0.85em;
  margin-top: 10px;
}

#content-left img {
  padding: 0 15px 15px 0px;
  border: none;
}

.element {
  font-size: 0.85em;
  padding: 4px 0;
}
.elementTitle {
  font-size: 0.75em;
}

.mediaContainer {
  margin-top: 40px;
  padding-left: 125px;
  font-size: 0.80em;
  width: 200px;
  float: left;
  clear: both;
}

.mediaContainer img {
  border: 10px solid #2C1212; 
}

.caption {
  text-align: right;
}

.error {
  color: #d00f00;
  font-size: 0.80em;
  line-height: 1.3em;
}

#content-left p {
  color: #dadada;
  font-size: 0.80em;
  line-height: 1.5em;
}

#content-left td {
  line-height: 1.5em;
}

#content-left a {
  color: #770000;
  text-decoration: none;
}
#content-left a:hover {
  color: #904d4d;
  text-decoration: underline;
}


/*****    Menu Style   *****/
#menu-container {
  padding-top: 100px;
  padding-left: 120px;
}

#menu-wrap {
	position: relative;
	height: 25px;
	z-index: 999;

}
#menu-wrap ul {
	padding: 0px;
	margin: 0px;
}
#menu-wrap li {
  float: left;
  *float: none;
  text-align: left;
  padding: 0px;
  list-style-type: none;
  display: inline;
}

.main-menu-li {
	margin-left: 0px;
}

#menu-wrap a {
  text-decoration: none;
  font-size: 0.90em;
  font-weight: normal;
	padding-top: 0px;
	padding-bottom: 12px;
	top: 0px;
}

.menu-link-active {
	color: #ffffff;
}

.menu-link {
	color: #939393;
}

.sub-menu a {
	color: #939393;
}

#menu-wrap a:hover {
	text-decoration: none;
	color: #ffffff;
  font-weight: normal;    
}
#menu-wrap ul li { 
    position: relative;
    top: 0px;
    padding: 0 0px;
    margin-left: 20px;
}
#menu-wrap ul ul {
    display: none;
    position: absolute;
    top: 23px;
    left: 0px;
    width: auto !important;
    white-space: nowrap;
    margin: 0px;
    padding: 0;
    border-left: 1px solid #323232;
    border-right: 1px solid #323232;
    border-bottom: 1px solid #323232;
    background: #4c0805;
    font-size: 0.85em;
}
#menu-wrap ul ul li {
    display: block;
    padding: 4px;
    text-align: left;
    margin: 0px;
    clear: left;
}
#menu-wrap ul ul li a {
    margin: 0px;
}

