/* body styles */
body {
  background: #E1BB68;
}


/* table styles */
table {
  border-spacing: 0px;
}
table td {
  padding: 0px;
}
.maintable {
  border: 1px solid black;
  background: #F4D89B;
}

table.shipping td {
  padding-left: 15px;
  padding-right: 15px;
}


/* image styles */
img.tour {
  border: 1px solid black;
}

/* logos */
h1#logo1 {
  background: #F4D89B url(../img/logo1.jpg) top left no-repeat;
  width: 212px;
  height: 97px;
  padding: 0px;
  margin: 0px;
}

span#logotext {
  display: none;
}

div#logo2 {
  background: #F4D89B url(../img/logo2.jpg) top left no-repeat;
  width: 282px;
  height: 422px;
  padding: 0px;
  margin: 0px;
}

td#bottom {
  background: #F4D89B url(../img/bottom.jpg) top left repeat-x;
  height: 59px;
  padding: 0px;
  margin: 0px;
}

h1#sublogo {
  background: #F4D89B url(../img/sublogo.jpg) top left no-repeat;
  width: 400px;
  height: 111px;
  padding: 0px;
  margin: 0px;
}

table#toprunner {
  background: #F4D89B url(../img/toprunner.jpg) top left repeat-x;
  height: 111px;
  padding: 0px;
  margin: 0px;
}


/* text styles */
td.description {
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;
}
h1.headline {
  font-size: 20px;
  font-family: arial;
  color: Black;
  font-weight: bold;
  margin: 0px;
}
.medium {
  font-size: 14px;
}
td {
  font-size: 12px;
  font-family: arial;
  color: Black;
}
input {
  font-size: 12px;
  font-family: arial;
  color: Black;
  border: solid 1px #665531;
}
.smallfont {
  font-size: 9px;
}
div.shrinktofit-left {
  display: inline-block;
  text-align: left;
}
div.shrinktofit-right {
  display: inline-block;
  text-align: right;
}
div.shrinktofit-center {
  display: inline-block;
  text-align: center;
}


/* link styles */
a {
  font-size: 12px;
  font-family: arial;
  color: #665531;
  text-decoration: none;
}
a:hover {
  font-size: 12px;
  font-family: arial;
  color: #665531;
  text-decoration: underline;
}
a.showhide {
  white-space:nowrap;
}
div.showhide {
  text-align: center;
}
.inactivelink {
  color: #b9a46b;
}

/* audio button styles */
button.playbutton {
  width: 25px;
  height: 35px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(../img/note-sprite.gif) no-repeat 0px top;
  text-indent: -1000em;
  cursor: pointer;
  cursor: hand;
  outline: none;
}
button.stopbutton {
  width: 25px;
  height: 35px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(../img/note-active.gif) no-repeat center top;
  text-indent: -1000em;
  cursor: pointer;
  cursor: hand;
  outline: none;
}
a.audiobutton {
  cursor: pointer;
  cursor: hand;
  white-space:nowrap;
}
a.audiobutton:hover {
  text-decoration: none;
}
a.audiobutton:hover .playbutton {
  background: transparent url(../img/note-sprite.gif) no-repeat -25px top;
  text-decoration: none;
}
a.audiobutton:hover .buttontext {
  text-decoration: underline;
}
button::-moz-focus-inner {
  border: 0;
}

/* image gallery styles */
a.imagegallery {
  cursor: pointer;
  cursor: hand;
  padding: 0px;
  margin: 0px;
}
img.imagegallery {
  display: block;
  padding: 0px;
  margin: 0px;
}
div.imagegalleryparent {
  position: relative;
}
div.imagegalleryhide {
  display: none;
}
div.imagegalleryshow {
  display: block;
}
div.imagegallerythumbnails-bottomleft {
  float: left;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
div.imagegallerythumbnails-bottomright {
  float: right;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
div.imagegallerythumbnails-verticalright {
  position: absolute;
  top: 10px;
  right: -38px;
}
div.imagegallerythumb {
  float: left;
  padding: 1px;
  margin: 0px;
  border: 1px solid transparent;
}
div.imagegallerythumbactive {
  float: left;
  padding: 1px;
  margin: 0px;
  border: 1px solid black;
}
div.imagegallerythumb:hover {
  background: #b9a46b;
  border: 1px solid black;
}
div.imagegallerythumbvertical {
  padding: 1px;
  margin: 0px;
  border: 1px solid transparent;
}
div.imagegallerythumbactivevertical {
  padding: 1px;
  margin: 0px;
  border: 1px solid black;
}
div.imagegallerythumbvertical:hover {
  background: #b9a46b;
  border: 1px solid black;
}

