﻿/****************************************************/
/*                                                  */
/*     Elements                                     */
/*                                                  */
/****************************************************/

body
{
}

h3
{
  color: #8f6c0f;
  text-decoration: underline;
}

ol li
{
  list-style-type: square;
}

#footer ul
{
  padding-top: 12.9em;
  text-align: center;
  font-size: smaller;
}

#footer li
{
  list-style: none;
  display: inline;
}

#navigator ul, #navigator ul li 
{
  list-style: none;
  margin: 0;
  padding: 0;
}
 
#navigator ul 
{
  padding: 0px 0 5px;
  text-align: center;
}
 
#navigator ul li 
{
  display: inline;
  margin-right: .75em;
  background-color:  transparent;
}
 
body.gallery ul
{
  padding-top: 0em;
  list-style: none;
}

body.gallery ul img
{
  padding: 0.2em 0 0 0;
  border: solid 0.1em #8f6c0f;
}

#navigator ul li a 
{
  background: transparent url(graphics/tabright.gif) no-repeat 100% 0;
  color: #06C;
  padding: 3px 0;
  text-decoration: none;
}

#navigator ul li a span 
{
  background: transparent url(graphics/tableft.gif) no-repeat;
  background-attachment: scroll;
  position: relative;
  padding: 3px 1em;
  color: #06C;
  cursor: pointer;
}
 
#navigator ul li a:hover span 
{
  color: #69C;
  text-decoration: underline;
}

body.home #navigator li.home a span,
body.home #navigator li.home a,
body.facilities #navigator li.facilities a span,
body.facilities #navigator li.facilities a,
body.rates #navigator li.rates a span,
body.rates #navigator li.rates a,
body.gallery #navigator li.gallery a span,
body.gallery #navigator li.gallery a,
body.contact #navigator li.contact a span,
body.contact #navigator li.contact a,
body.links #navigator li.links a span,
body.links #navigator li.links a
{
 padding-bottom: 5px;
 color:   #c09c8c;
}

body.home #navigator ul li.home a:hover span,
body.facilities #navigator ul li.facilities a:hover span,
body.rates #navigator ul li.rates a:hover span,
body.gallery #navigator ul li.gallery a:hover span,
body.contact #navigator ul li.contact a:hover span,
body.links #navigator ul li.links a:hover span
{
  color: #c09c8c;
  text-decoration: none;
  cursor: default;
}

#centre_column p
{
  color: #3f2d02;
  font-weight: bold;
  text-align: justify;
  line-height: 1.25em;
}

th
{
  border: solid 0.1em #8f6c0f;
  color: #3f2d02;
  text-align: left;
}

/****************************************************/
/*                                                  */
/*     Classes                                      */
/*                                                  */
/****************************************************/

.data
{
  text-align: right;
}

body.home 
{
  background: #deb887 url(graphics/sunset.jpg) repeat-x;
  background-attachment: fixed;
}

body.facilities
{
  background: #deb887 url(graphics/dam.jpg) repeat-x;
  background-attachment: fixed;
}

body.rates
{
  background: #deb887 url(graphics/room.jpg) repeat-x top left;
}

body.gallery, body.contact, body.links
{
  background: #deb887 url(graphics/plant.jpg) repeat-x top left;
}

#navigator ul li.last 
{
	margin-right: 0;
}
 
body.home #navigator li.home,
body.facilities #navigator li.facilities,
body.rates #navigator li.rates,
body.gallery #navigator li.gallery,
body.contact #navigator li.contact,
body.links #navigator li.links
{
  color: #000;
  padding: 5px 0;
  text-decoration: none;
}

.top
{
  font-size: smaller;
}

/****************************************************/
/*                                                  */
/*     ID's                                         */
/*                                                  */
/****************************************************/

#centre_column
{
  background-color: transparent;
  padding: 0em 1em 0 10em;
  float: none;
  position: fixed;
  top: 3em;
  width: 40.5em;
  height: 25em;
  overflow: auto;
}

body.gallery #centre_column
{
  position: fixed;
  left: 15em;
  padding: 0em 1em 0em 0em;
  width: 28em;
  height: 30em;
}

#footer
{
  height: 12.5em;
  width: 100%;
  background: transparent url(graphics/footer1.png) repeat-x top left;
  position: fixed;
  left: 0;
  bottom: 0;
}

body.gallery #left_column
{
  position: fixed;
  left: 0;
  top: 2.7em;
  height: 30em;
  overflow: auto;
  z-index: 10;
}

#left_column
{
  height: 50em;
  background-color: transparent;
  padding: 0em 5em 2em 0em;
  margin: 0;
  /*float: left;*/
  position: fixed;
  left: 0;
  top: 3em;
  height: 30em;
}

#logo
{
  background: url(graphics/logo.png) no-repeat;
  padding: 8em 20em 0em 0em;
  position: fixed;
  top: 3em;
  right: 0;
  z-index: 100;
}

#navigator
{
  background: #deb887 url(graphics/bg.png) repeat-x;
  font-size: 1.1em;
  margin-top: 0;
  padding-top: 1em;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

#right_column
{
  background-color: transparent;
  width: 17.5em;
  padding: 2em;
  float: right;
}












