#popupMask {
  position: absolute;
  z-index: 900;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: .5;
  filter: alpha(opacity=50);
  background-color: #333333;
  display: none; }

#popupContainer {
  position: absolute;
  z-index: 901;
  top: 0px;
  left: 0px;
  display: none;
  padding: 0px; }

#popupInner {
  border: 2px solid #000000;
  background-color: #ffffff; }

#popupFrame {
  margin: 0px;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 202; }

#popupTitleBar {
  background-color: #522E6B;
  color: #ffffff;
  font-weight: bold;
  height: 1.3em;
  padding: 5px;
  border-bottom: 2px solid #000000;
  border-top: 1px solid #A266CC;
  border-left: 1px solid #A266CC;
  border-right: 1px solid #36005B;
  position: relative;
  z-index: 203; }

#popupTitle {
  float: left;
  font-size: 1.1em; }

#popupControls {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 999;
  cursor: pointer;
  cursor: hand; }

.highslide-container div {
  font-family: Verdana, Helvetica;
  font-size: 10pt; }

.highslide {
  outline: none;
  text-decoration: none; }
  .highslide img {
    border: 2px solid silver; }
  .highslide:hover img {
    border-color: gray; }

.highslide-active-anchor img {
  visibility: hidden; }

.highslide-gallery .highslide-active-anchor img {
  border-color: black;
  visibility: visible;
  cursor: default; }

.highslide-image {
  border-width: 2px;
  border-style: solid;
  border-color: white;
  background: gray; }

.highslide-wrapper, .highslide-outline {
  background: white; }

.glossy-dark {
  background: #111; }


.highslide-number {
  font-weight: bold;
  color: gray; }

.highslide-caption {
  display: none;
  border-top: none;
  font-size: 1em;
  padding: 5px;
  background: white; }

.highslide-heading {
  display: none;
  font-weight: bold;
  margin: 0.4em; }

.highslide-dimming {
  position: absolute;
  background: black; }

a.highslide-full-expand {
  background: url(//images/graphics/fullexpand.gif) no-repeat;
  display: block;
  margin: 0 10px 10px 0;
  width: 34px;
  height: 34px; }
a.highslide-credits {
  padding: 2px;
  color: silver;
  text-decoration: none;
  font-size: 10px; }
  a.highslide-credits:hover {
    color: white;
    background-color: gray; }

.highslide-loading {
  display: block;
  color: black;
  font-size: 9px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  padding: 3px;
  border: 1px solid white;
  background-color: white;
  padding-left: 22px;
  background-image: url(/images/graphics/loader.white.gif);
  background-repeat: no-repeat;
  background-position: 3px 1px; }

a.highslide-credits i {
  padding: 2px;
  color: silver;
  text-decoration: none;
  font-size: 10px; }
a.highslide-credits:hover i {
  color: white;
  background-color: gray; }

.highslide-move, .highslide-move * {
  cursor: move; }

.highslide-overlay {
  display: none; }

.closebutton {
  position: relative;
  top: -15px;
  left: 15px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: url(/images/graphics/close.png); }

.highslide-controls {
  width: 195px;
  height: 40px;
  background: url(/images/graphics/controlbar-white.gif) 0 -90px no-repeat;
  margin: 20px 15px 10px 0; }
  .highslide-controls ul {
    position: relative;
    left: 15px;
    height: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
    background: url(/images/graphics/controlbar-white.gif) right -90px no-repeat; }
  .highslide-controls li {
    float: left;
    padding: 5px 0;
    list-style-type: none; }
  .highslide-controls a {
    background-image: url(/images/graphics/controlbar-white.gif);
    display: block;
    float: left;
    height: 30px;
    width: 30px;
    outline: none; }
    .highslide-controls a.disabled {
      cursor: default; }
    .highslide-controls a span {
      display: none; }
  .highslide-controls .highslide-previous a {
    background-position: 0 0; }
    .highslide-controls .highslide-previous a:hover {
      background-position: 0 -30px; }
    .highslide-controls .highslide-previous a.disabled {
      background-position: 0 -60px !important; }
  .highslide-controls .highslide-play a {
    background-position: -30px 0; }
    .highslide-controls .highslide-play a:hover {
      background-position: -30px -30px; }
    .highslide-controls .highslide-play a.disabled {
      background-position: -30px -60px !important; }
  .highslide-controls .highslide-pause a {
    background-position: -60px 0; }
    .highslide-controls .highslide-pause a:hover {
      background-position: -60px -30px; }
  .highslide-controls .highslide-next a {
    background-position: -90px 0; }
    .highslide-controls .highslide-next a:hover {
      background-position: -90px -30px; }
    .highslide-controls .highslide-next a.disabled {
      background-position: -90px -60px !important; }
  .highslide-controls .highslide-move a {
    background-position: -120px 0; }
    .highslide-controls .highslide-move a:hover {
      background-position: -120px -30px; }
  .highslide-controls .highslide-full-expand a {
    background-position: -150px 0; }
    .highslide-controls .highslide-full-expand a:hover {
      background-position: -150px -30px; }
    .highslide-controls .highslide-full-expand a.disabled {
      background-position: -150px -60px !important; }
  .highslide-controls .highslide-close a {
    background-position: -180px 0; }
    .highslide-controls .highslide-close a:hover {
      background-position: -180px -30px; }

.highslide-maincontent {
  display: none; }

.highslide-html {
  background-color: white; }

.highslide-html-content {
  display: none;
  width: 400px;
  padding: 0 5px 5px 5px; }

.highslide-header {
  padding-bottom: 5px; }
  .highslide-header ul {
    margin: 0;
    padding: 0;
    text-align: right; }
    .highslide-header ul li {
      display: inline;
      padding-left: 1em; }
      .highslide-header ul li.highslide-previous {
        display: none; }
  .highslide-header a {
    font-weight: bold;
    color: gray;
    text-transform: uppercase;
    text-decoration: none; }
    .highslide-header a:hover {
      color: black; }
  .highslide-header .highslide-move a {
    cursor: move; }

.highslide-header ul li.highslide-next {
  display: none; }

.highslide-footer {
  height: 11px; }
  .highslide-footer .highslide-resize {
    float: right;
    height: 11px;
    width: 11px;
    background: url(/images/graphics/resize.gif); }


.highslide-resize {
  cursor: nw-resize; }

.draggable-header .highslide-header {
  height: 16px; }
  .draggable-header .highslide-header .highslide-move {
    cursor: move;
    display: block;
    height: 16px;
    position: absolute;
    left: 0;
    right: 16px;
    top: 0;
    width: auto;
    z-index: 1; }
    .draggable-header .highslide-header .highslide-move * {
      display: none; }
  .draggable-header .highslide-header .highslide-close {
    position: relative;
    float: right;
    z-index: 2;
    padding: 0; }
    .draggable-header .highslide-header .highslide-close a {
      display: block;
      height: 16px;
      width: 16px;
      background-image: url(/images/graphics/closeX.png); }
      .draggable-header .highslide-header .highslide-close a:hover {
        background-position: 0 16px; }
    .draggable-header .highslide-header .highslide-close span {
      display: none; }

.no-footer .highslide-footer {
  display: none; }

.wide-border .highslide-image {
  border-width: 10px; }
.wide-border .highslide-caption {
  padding: 0 10px 10px 10px; }

.borderless .highslide-image {
  border: none; }
.borderless .highslide-caption {
  border-bottom: 1px solid white;
  border-top: 1px solid white;
  background: silver; }

.outer-glow {
  background: #444; }
  .outer-glow .highslide-image {
    border: 5px solid #444444; }
  .outer-glow .highslide-caption {
    border: 5px solid #444444;
    border-top: none;
    padding: 5px;
    background-color: gray; }

.colored-border .highslide-image {
  border: 2px solid green; }
.colored-border .highslide-caption {
  border: 2px solid green;
  border-top: none; }

.dark {
  background: #111; }
  .dark .highslide-image {
    border-color: black black #202020 black;
    background: gray; }
  .dark .highslide-caption {
    color: white;
    background: #111; }
  .dark .highslide-controls {
    background-image: url(/images/graphics/controlbar-black-border.gif); }

.dark .highslide-controls ul, .dark .highslide-controls a {
  background-image: url(/images/graphics/controlbar-black-border.gif); }

.floating-caption .highslide-caption {
  position: absolute;
  padding: 1em 0 0 0;
  background: none;
  color: white;
  border: none;
  font-weight: bold; }

.controls-in-heading .highslide-heading {
  color: gray;
  font-weight: bold;
  height: 20px;
  overflow: hidden;
  cursor: default;
  padding: 0 0 0 22px;
  margin: 0;
  background: url(/images/graphics/icon.gif) no-repeat 0 1px; }
.controls-in-heading .highslide-controls {
  width: 105px;
  height: 20px;
  position: relative;
  margin: 0;
  top: -23px;
  left: 7px;
  background: none; }
  .controls-in-heading .highslide-controls ul {
    position: static;
    height: 20px;
    background: none; }
  .controls-in-heading .highslide-controls li {
    padding: 0; }
  .controls-in-heading .highslide-controls a {
    background-image: url(/images/graphics/controlbar-white-small.gif);
    height: 20px;
    width: 20px; }
  .controls-in-heading .highslide-controls .highslide-move {
    display: none; }
  .controls-in-heading .highslide-controls .highslide-previous a {
    background-position: 0 0; }
    .controls-in-heading .highslide-controls .highslide-previous a:hover {
      background-position: 0 -20px; }
    .controls-in-heading .highslide-controls .highslide-previous a.disabled {
      background-position: 0 -40px !important; }
  .controls-in-heading .highslide-controls .highslide-play a {
    background-position: -20px 0; }
    .controls-in-heading .highslide-controls .highslide-play a:hover {
      background-position: -20px -20px; }
    .controls-in-heading .highslide-controls .highslide-play a.disabled {
      background-position: -20px -40px !important; }
  .controls-in-heading .highslide-controls .highslide-pause a {
    background-position: -40px 0; }
    .controls-in-heading .highslide-controls .highslide-pause a:hover {
      background-position: -40px -20px; }
  .controls-in-heading .highslide-controls .highslide-next a {
    background-position: -60px 0; }
    .controls-in-heading .highslide-controls .highslide-next a:hover {
      background-position: -60px -20px; }
    .controls-in-heading .highslide-controls .highslide-next a.disabled {
      background-position: -60px -40px !important; }
  .controls-in-heading .highslide-controls .highslide-full-expand a {
    background-position: -100px 0; }
    .controls-in-heading .highslide-controls .highslide-full-expand a:hover {
      background-position: -100px -20px; }
    .controls-in-heading .highslide-controls .highslide-full-expand a.disabled {
      background-position: -100px -40px !important; }
  .controls-in-heading .highslide-controls .highslide-close a {
    background-position: -120px 0; }
    .controls-in-heading .highslide-controls .highslide-close a:hover {
      background-position: -120px -20px; }

* {
  margin: 0;
  padding: 0; }

body {
  background: #7C6F5C url(/images/bg.jpg);
  color: #222;
  font: normal 62.5% sans-serif;
  padding: 2% 0; }

a {
  color: #642; }
  a:hover {
    color: #963; }

big {
  font-size: 1.1em; }

h1 {
  color: #442;
  padding: 8px 0 2px;
  font: normal 2.4em serif,sans-serif; }
  h1 a {
    text-decoration: none; }
    h1 a:hover {
      text-decoration: underline; }

h2 {
  color: #442;
  padding: 8px 0 2px;
  font: normal 1.6em serif,sans-serif; }

h3 {
  color: #442;
  padding: 8px 0 2px;
  font: bold 1.2em serif,sans-serif; }

blockquote {
  background: url('/images/quote.gif') no-repeat;
  display: block;
  font: normal 1.1em Georgia,serif;
  padding-left: 26px; }

form, table {
  margin-bottom: 1.2em; }

img {
  border: none; }

label {
  display: block; }

li {
  line-height: 1.5em; }

p {
  padding: 2px 0 10px; }

small, .small {
  font: normal 0.9em sans-serif; }

ul {
  padding: 0 2em 1.2em; }
  ul.block {
    border-top: 1px dashed #BCBAAC;
    margin: 4px 0;
    padding: 0;
    width: 90%; }

#wrapper {
  background: #332 url(/images/wrapper.gif) no-repeat left bottom;
  margin: 0 auto;
  width: 850px; }

#container {
  background: #FBF9F4;
  border-top: 6px solid #332;
  font-size: 1.3em;
  line-height: 1.3em;
  margin: 0 auto;
  width: 838px; }

.title {
  background: #E2DED4;
  border-top: 1px solid #996; }
  .title h1 {
    color: #441;
    font: normal 2.2em Georgia,"Trebuchet MS",sans-serif;
    padding: 10px 0 10px 18px; }

.header {
  border-top: 2px solid #663;
  background: #DAD7C5 url(/images/header.jpg) no-repeat left bottom;
  height: 220px; }

.navigation {
  background: #DED9D0 url(/images/nav.gif) repeat-x;
  height: 41px;
  border-top: 1px solid #996; }
  .navigation a {
    background: #FFF url(/images/nav.gif) repeat-x;
    border-right: 1px solid #C9C6B3;
    color: #553;
    float: left;
    font: bold 1em Tahoma,sans-serif;
    padding: 0 14px;
    line-height: 41px;
    text-align: center;
    text-decoration: none; }
    .navigation a:hover, .navigation a#active {
      background-position: left bottom;
      color: #331; }

.main#two-columns {
  background: #FFF url(/images/two-columns.gif) repeat-y; }

.bottom {
  position: relative;
  background: #DCDAC9 url(/images/bottom.gif) no-repeat left bottom;
  border-top: 1px solid #AA8;
  color: #444;
  padding: 14px 20px; }
  .bottom .left, .bottom .right {
    width: 49%; }

#gallery img {
  border: 1px solid #333322; }

#address {
  position: absolute;
  bottom: 5px; }

.footer {
  background: #332;
  color: #EED;
  padding: 10px; }
  .footer .left {
    width: 66%; }
  .footer .right {
    width: 33%;
    text-align: right; }
  .footer a {
    color: #FFF;
    text-decoration: none; }
    .footer a:hover {
      color: #FFF;
      text-decoration: underline; }

.gallery td {
  vertical-align: top;
  text-align: center; }
.gallery em {
  display: block; }

.clear {
  clear: both; }

.clearer {
  clear: both;
  font-size: 0; }

.col2 .left {
  width: 64%; }
.col2 .right {
  width: 33%; }
  .col2 .right .content {
    background: #FFF; }

.content {
  padding: 18px 20px; }

.left {
  float: left; }

.right {
  float: right; }
  .right .content {
    padding: 18px 12px 12px; }
  .right .block {
    border-color: #DCDACC; }
    .right .block li {
      border-color: #DCDACC; }
      .right .block li a:hover {
        background: #F2F0EA; }

.block li {
  border-bottom: 1px dashed #BCBAAC;
  list-style: none; }
  .block li a {
    color: #553;
    display: block;
    padding: 4px 3%;
    text-decoration: none;
    width: 94%; }
    .block li a span {
      font-weight: bold; }
    .block li a:hover {
      background: #D2D0C0;
      color: #553; }
  .block li em {
    color: #553;
    display: block;
    font-size: 0.9em;
    font-style: normal; }

.product {
  text-align: center;
  border: 2px solid #332;
  background: #DCDAC9;
  margin-bottom: 8px; }
  .product img {
    border-bottom: 1px solid #332; }
