body {
  background: url("img/bg.png") repeat-x #000000;
  margin: 0;
}

a {
  color: #E2D3B6;
}

a:hover {
  color: #B5A483;
}

h1 {
  font-size: 45px;
  font-weight: normal;
  margin: 3px 0 15px 0;
  color: #E2D3B6;
}

h2 {
  font-size: 25px;
  font-weight: normal;
  margin: 3px 0 0px 0;
  color: #E2D3B6;
}

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

ul {
  list-style-type: square;
  list-style-image: url('img/bullet.gif');
}

p {
  margin: 3px 0 10px;
}

img {
  border: 0;
}

.hide {
  display: none;
}

.bgoverride {
  background: none !important;
}

input[type=text], textarea {
  background: url("img/input.gif") repeat-x #484338;
  border: 1px solid #191816;
  padding: 5px;
  color: #E2D3B6;
  width: 350px;
  font-family: Tahoma, Arial;
  font-size: 12px;
}

input[type=submit] {
  float: right;
  background: url("img/button.gif") repeat-x #484338;
  border: 1px solid #191816;
  padding: 5px;
  color: #E2D3B6;
}

#wrapper {
  width: 820px;
  background: url("img/rim.gif") repeat-x #484338;
  margin: 0 auto 0 auto;
}

#top {
  width: 800px;
  height: 203px;
  margin: 0px auto 0px auto;
  border-bottom: 3px solid #484338;
}

#logo {
  width: 800px;
  height: 150px;
  background-image: url("img/default.jpg");
  background-position: right;
  background-repeat: no-repeat;
}

#logo a {
  display: block;
  width: 800px;
  height: 150px;
  text-decoration: none;
  background: url("img/logo-overlay.gif") top left no-repeat;
}

#nav {
  width: 800px;
  height: 50px;
  font-family: Tahoma;
  font-size: 8pt;
  text-transform: uppercase;
  border-bottom: 3px solid #2C2924;
}

#nav ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

#nav ul li {
  display: inline;
  float: left;
  margin: 0px;
  padding: 0px;
}

#nav ul li a {
  display: block;
  float: left;
  height: 25px;
  margin: 0px;
  padding: 25px 15px 0 15px;
  color: #FFFFFF;
  text-decoration: none;
  background: none;
}

#nav ul li a:hover {
  background: url("img/selectb.gif") repeat-x #908670;
}

#content {
  clear: both;
  width: 760px;
  margin: 0px auto 0px auto;
  padding: 5px 20px 40px 20px;
  background: url("img/content.gif") top right no-repeat #2C2924;
  color: #E5DED0;
  font-family: Tahoma;
  font-size: 10pt;
  letter-spacing: .5pt;
  overflow: auto;
}

#footer {
  float: left;
  position: relative;
  top: -6px;
  width: 820px;
  height: 118px;
  background: url("img/footer.gif") repeat-x;
  margin-bottom: 30px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

#footercontent {
  width: 670px;
  height: 98px;
  padding: 20px 0px 0px 150px;
  background: url("img/mini.gif") no-repeat 40px 20px;
}

#footercontent span {
  display: block;
  float: left;
  width: 220px;
  color: #FFFFFF;
  font-family: Tahoma;
  font-size: 8pt;
  line-height: 25px;
  text-transform: uppercase;
}

#footercontent span.slogan h3 {
  margin: 12px 0 0 0;
  text-transform: none;
  color: #FFFFFF;
  font-size: 20pt;
}


#gallery {
  display: none;
}

#gfilter {
  float: right;
  width: 270px;
  padding-left: 10px;
}

#gfilter ul {
  list-style: none;
  margin: 10px 0 0 0;
  padding: 0;
}

#gfilter ul li {
  display: inline;
}

#gfilter ul li a {
  height: 17px;
  padding: 0 20px 0 0;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Lucida Grande", Verdana, Arial;
  font-size: 9pt;
  color: #999999;
}

#gfilter ul li a:hover {
  color: #CCCCCC;
  text-decoration: underline;
}

#gfilter ul li a.selected {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 10pt;
}

#gdesc {
  float: left;
  width: 230px;
  margin: 0 10px 0 0;
  min-height: 100px;
}

#gdesc h3 {
  margin-top: 0;
}

#gdesc .hr hr {
  display: none;
}

#gdesc .hr {
  height: 2px;
  width: 100%;
  background: url("img/footerhr.gif") repeat-x;
  margin: 17px auto 17px auto;
}

#imagewrapper {
  float: left;
  width: 430px;
  height: 465px;
  margin: 0 10px 0 0;
  background: url("img/loader.gif") no-repeat center;
}

#gimage {
  width: 430px;
  height: 465px;
  background-repeat: no-repeat;
  position: relative;
}

#gimage #next {
  display: block;
  width: 38px;
  height: 38px;
  position: absolute;
  right: 0;
  top: 190px;
  background: url("img/gallery-next.png") no-repeat 0 0;
}

#gimage #previous {
  display: block;
  width: 38px;
  height: 38px;
  position: absolute;
  left: 0;
  top: 190px;
  background: url("img/gallery-previous.png") no-repeat 0 0;
}

#gimage #next:hover,
#gimage #previous:hover {
  background-position: 0 -38px;
}

#gimage #enlarge {
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url("img/gallery-enlarge.png") no-repeat 0 0;
}

#gimage #enlarge:hover {
  background-position: 0 -26px;
}

#gpick {
  float: left;
  width: 240px;
  height: 285px;
  overflow: hidden;
  margin: 0;
}

#gpick ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 240px;
  overflow: auto;
}

#gpick ul li {
  float: left;
  width: 71px;
  height: 85px;
  margin: 4px 0 6px 9px;
  background: url("img/gallery-empty.png") no-repeat;
}

#gpick ul li a {
  display: block;
  width: 71px;
  height: 85px;
}

#gscroll {
  float: left;
  width: 18px;
  height: 285px;
  position: relative;
  background: url("img/gallery-scroll.gif") repeat-y center;
  margin: 0 0 0 10px;
}

#gscroll #up {
  display: block;
  width: 18px;
  height: 18px;
  background: url("img/gallery-up.png") no-repeat 0 0;
  position: absolute;
  top: 0;
  left: 0;
}

#gscroll #down {
  display: block;
  width: 18px;
  height: 18px;
  background: url("img/gallery-down.png") no-repeat 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
}

#gscroll #up:hover,
#gscroll #down:hover {
  background-position: 0 -18px;
}

