/* `XHTML, HTML4, HTML5 Reset
----------------------------------------------------------------------------------------------------*/
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%; }

html,
body {
  height: 100%; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  /*
    Override the default (display: inline) for
    browsers that do not recognize HTML5 tags.
  
    IE8 (and lower) requires a shiv:
    http://ejohn.org/blog/html5-shiv
  */
  display: block; }

b,
strong {
  /*
    Makes browsers agree.
    IE + Opera = font-weight: bold.
    Gecko + WebKit = font-weight: bolder.
  */
  font-weight: bold; }

img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
  /*
    For IE.
    http://css-tricks.com/ie-fix-bicubic-scaling-for-images
  */
  -ms-interpolation-mode: bicubic; }

ol,
ul {
  list-style: none; }

li {
  /*
    For IE6 + IE7:
  
    "display: list-item" keeps bullets from
    disappearing if hasLayout is triggered.
  */
  display: list-item; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

th,
td,
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left; }

q {
  quotes: none; }

q:before,
q:after {
  content: "";
  content: none; }

sub,
sup,
small {
  font-size: 75%; }

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

svg {
  /*
    For IE9. Without, occasionally draws shapes
    outside the boundaries of <svg> rectangle.
  */
  overflow: hidden; }

/*
1060px grid system ~ Core CSS.
20 Columns ~ Margin left: 10px ~ Margin right: 10px

Based on the 960.gs grid system - http://960.gs/
by Nathan Smith

Created by the Grid System Generator - v1.04
Learn more ~ http://www.gridsystemgenerator.com/
*/
/*
Forces backgrounds to span full width,
even if there is horizontal scrolling.
Increase this if your layout is wider.

Note: IE6 works fine without this fix.
*/
body {
  min-width: 960px; }

/* =Containers
--------------------------------------------------------------------------------*/
.container_20 {
  margin-left: auto;
  margin-right: auto;
  width: 1060px; }

/* =Grid >> Global
--------------------------------------------------------------------------------*/
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16,
.grid_17,
.grid_18,
.grid_19,
.grid_20 {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px; }

.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11,
.push_12, .pull_12,
.push_13, .pull_13,
.push_14, .pull_14,
.push_15, .pull_15,
.push_16, .pull_16,
.push_17, .pull_17,
.push_18, .pull_18,
.push_19, .pull_19 {
  position: relative; }

/* =Grid >> Children (Alpha ~ First, Omega ~ Last)
--------------------------------------------------------------------------------*/
.alpha {
  margin-left: 0; }

.omega {
  margin-right: 0; }

/* =Grid >> 20 Columns
--------------------------------------------------------------------------------*/
.container_20 .grid_1 {
  width: 33px; }

.container_20 .grid_2 {
  width: 86px; }

.container_20 .grid_3 {
  width: 139px; }

.container_20 .grid_4 {
  width: 192px; }

.container_20 .grid_5 {
  width: 245px; }

.container_20 .grid_6 {
  width: 298px; }

.container_20 .grid_7 {
  width: 351px; }

.container_20 .grid_8 {
  width: 404px; }

.container_20 .grid_9 {
  width: 457px; }

.container_20 .grid_10 {
  width: 510px; }

.container_20 .grid_11 {
  width: 563px; }

.container_20 .grid_12 {
  width: 616px; }

.container_20 .grid_13 {
  width: 669px; }

.container_20 .grid_14 {
  width: 722px; }

.container_20 .grid_15 {
  width: 775px; }

.container_20 .grid_16 {
  width: 828px; }

.container_20 .grid_17 {
  width: 881px; }

.container_20 .grid_18 {
  width: 934px; }

.container_20 .grid_19 {
  width: 987px; }

.container_20 .grid_20 {
  width: 1040px; }

/* =Prefix Extra Space >> 20 Columns
--------------------------------------------------------------------------------*/
.container_20 .prefix_1 {
  padding-left: 53px; }

.container_20 .prefix_2 {
  padding-left: 106px; }

.container_20 .prefix_3 {
  padding-left: 159px; }

.container_20 .prefix_4 {
  padding-left: 212px; }

.container_20 .prefix_5 {
  padding-left: 265px; }

.container_20 .prefix_6 {
  padding-left: 318px; }

.container_20 .prefix_7 {
  padding-left: 371px; }

.container_20 .prefix_8 {
  padding-left: 424px; }

.container_20 .prefix_9 {
  padding-left: 477px; }

.container_20 .prefix_10 {
  padding-left: 530px; }

.container_20 .prefix_11 {
  padding-left: 583px; }

.container_20 .prefix_12 {
  padding-left: 636px; }

.container_20 .prefix_13 {
  padding-left: 689px; }

.container_20 .prefix_14 {
  padding-left: 742px; }

.container_20 .prefix_15 {
  padding-left: 795px; }

.container_20 .prefix_16 {
  padding-left: 848px; }

.container_20 .prefix_17 {
  padding-left: 901px; }

.container_20 .prefix_18 {
  padding-left: 954px; }

.container_20 .prefix_19 {
  padding-left: 1007px; }

/* =Suffix Extra Space >> 20 Columns
--------------------------------------------------------------------------------*/
.container_20 .suffix_1 {
  padding-right: 53px; }

.container_20 .suffix_2 {
  padding-right: 106px; }

.container_20 .suffix_3 {
  padding-right: 159px; }

.container_20 .suffix_4 {
  padding-right: 212px; }

.container_20 .suffix_5 {
  padding-right: 265px; }

.container_20 .suffix_6 {
  padding-right: 318px; }

.container_20 .suffix_7 {
  padding-right: 371px; }

.container_20 .suffix_8 {
  padding-right: 424px; }

.container_20 .suffix_9 {
  padding-right: 477px; }

.container_20 .suffix_10 {
  padding-right: 530px; }

.container_20 .suffix_11 {
  padding-right: 583px; }

.container_20 .suffix_12 {
  padding-right: 636px; }

.container_20 .suffix_13 {
  padding-right: 689px; }

.container_20 .suffix_14 {
  padding-right: 742px; }

.container_20 .suffix_15 {
  padding-right: 795px; }

.container_20 .suffix_16 {
  padding-right: 848px; }

.container_20 .suffix_17 {
  padding-right: 901px; }

.container_20 .suffix_18 {
  padding-right: 954px; }

.container_20 .suffix_19 {
  padding-right: 1007px; }

/* `Push Space >> 20 Columns
--------------------------------------------------------------------------------*/
.container_20 .push_1 {
  left: 53px; }

.container_20 .push_2 {
  left: 106px; }

.container_20 .push_3 {
  left: 159px; }

.container_20 .push_4 {
  left: 212px; }

.container_20 .push_5 {
  left: 265px; }

.container_20 .push_6 {
  left: 318px; }

.container_20 .push_7 {
  left: 371px; }

.container_20 .push_8 {
  left: 424px; }

.container_20 .push_9 {
  left: 477px; }

.container_20 .push_10 {
  left: 530px; }

.container_20 .push_11 {
  left: 583px; }

.container_20 .push_12 {
  left: 636px; }

.container_20 .push_13 {
  left: 689px; }

.container_20 .push_14 {
  left: 742px; }

.container_20 .push_15 {
  left: 795px; }

.container_20 .push_16 {
  left: 848px; }

.container_20 .push_17 {
  left: 901px; }

.container_20 .push_18 {
  left: 954px; }

.container_20 .push_19 {
  left: 1007px; }

/* `Pull Space >> 20 Columns
--------------------------------------------------------------------------------*/
.container_20 .pull_1 {
  left: -53px; }

.container_20 .pull_2 {
  left: -106px; }

.container_20 .pull_3 {
  left: -159px; }

.container_20 .pull_4 {
  left: -212px; }

.container_20 .pull_5 {
  left: -265px; }

.container_20 .pull_6 {
  left: -318px; }

.container_20 .pull_7 {
  left: -371px; }

.container_20 .pull_8 {
  left: -424px; }

.container_20 .pull_9 {
  left: -477px; }

.container_20 .pull_10 {
  left: -530px; }

.container_20 .pull_11 {
  left: -583px; }

.container_20 .pull_12 {
  left: -636px; }

.container_20 .pull_13 {
  left: -689px; }

.container_20 .pull_14 {
  left: -742px; }

.container_20 .pull_15 {
  left: -795px; }

.container_20 .pull_16 {
  left: -848px; }

.container_20 .pull_17 {
  left: -901px; }

.container_20 .pull_18 {
  left: -954px; }

.container_20 .pull_19 {
  left: -1007px; }

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */
.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

.clearfix:after {
  clear: both; }

/*
The following zoom:1 rule is specifically for IE6 + IE7.
Move to separate stylesheet if invalid CSS is a problem.
*/
.clearfix {
  zoom: 1; }

/*
  960 Grid System ~ Text CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/
/* `Basic HTML
----------------------------------------------------------------------------------------------------*/
body {
  font: 13px/1.5 "Helvetica Neue", Arial, "Liberation Sans", FreeSans, sans-serif; }

pre,
code {
  font-family: "DejaVu Sans Mono", Menlo, Consolas, monospace; }

hr {
  border: 0 solid #cccccc;
  border-top-width: 1px;
  clear: both;
  height: 0; }

/* `Headings
----------------------------------------------------------------------------------------------------*/
h1 {
  font-size: 25px; }

h2 {
  font-size: 23px; }

h3 {
  font-size: 21px; }

h4 {
  font-size: 19px; }

h5 {
  font-size: 17px; }

h6 {
  font-size: 15px; }

/* `Spacing
----------------------------------------------------------------------------------------------------*/
ol {
  list-style: decimal; }

ul {
  list-style: disc; }

li {
  margin-left: 30px; }

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 20px; }

body {
  background-color: #928C76;
  background-image: url("/public/images/bg.jpg"); }

.message-404 {
  color: white;
  font-size: 18pt; }

.border {
  border: 1px solid black; }

a {
  color: #231f20;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

area {
  border: 0;
  outline: none; }

.footer-menu {
  position: fixed;
  left: 0;
  bottom: 0;
  background-image: url("/public/images/menubar-snip.jpg");
  height: 55px;
  width: 100%; }
  .footer-menu .centerpanel-footer {
    text-align: center; }
  .footer-menu .footer-menu-text {
    position: relative;
    font-size: 17pt;
    line-height: 55px; }
    .footer-menu .footer-menu-text .footer-menu-text-list {
      list-style-type: none; }
      .footer-menu .footer-menu-text .footer-menu-text-list li {
        display: inline-block;
        margin: 0 10px 0 10px; }
  .footer-menu .footer-menu-copy {
    position: relative;
    font-size: 10pt;
    line-height: 55px; }

.side_peek_l {
  margin-right: 30px;
  margin-left: -75px; }

.side_peek_r {
  margin-left: -45px; }

.side_peek_l, .side_peek_r {
  display: inline-block;
  line-height: 359px;
  height: 100%;
  width: 200px;
  cursor: pointer; }
  .side_peek_l.show_background_about, .side_peek_r.show_background_about {
    background-image: url("/public/images/about-finger.png");
    background-repeat: no-repeat;
    background-position: center; }
  .side_peek_l.show_background_gallery, .side_peek_r.show_background_gallery {
    background-image: url("/public/images/gallery-finger.png");
    background-repeat: no-repeat;
    background-position: center; }
  .side_peek_l img, .side_peek_r img {
    vertical-align: middle; }

.slider-frame {
  width: 1060px;
  height: 750px;
  overflow: hidden; }

.slider {
  position: relative;
  left: -1060px; }
  .slider .panel, .slider .left, .slider .center, .slider .right {
    position: absolute;
    display: inline-block;
    top: 0px;
    width: 1060px; }
  .slider .left {
    left: 0px; }
  .slider .center {
    left: 1060px; }
  .slider .right {
    left: 2120px; }

#contact-box-frame {
  max-height: 80px; }

#contact-box {
  background-image: url("/public/images/contact-expanded.png");
  position: relative;
  top: -200px;
  width: 351px;
  height: 291px;
  text-align: center;
  z-index: 1; }
  #contact-box .contact-box-text {
    color: white;
    font-size: 14px;
    padding-top: 125px; }
    #contact-box .contact-box-text a {
      color: white;
      font-size: 16pt; }
  #contact-box:hover {
    cursor: pointer; }

.picture-frame {
  margin-left: -25px;
  text-align: left; }

.text-frame-outer {
  width: 100%;
  text-align: center; }

.text-frame {
  margin-left: -22px;
  background-image: url("/public/images/whiteframe-textbox.png");
  width: 472px;
  height: 359px; }
  .text-frame .text-content-frame {
    position: relative;
    top: 70px;
    margin: 20px 90px 70px 90px;
    max-height: 190px;
    overflow: auto;
    scrollbar-3dlight-color: silver;
    scrollbar-arrow-color: silver;
    scrollbar-base-color: #242424;
    scrollbar-darkshadow-color: #242424;
    scrollbar-face-color: #242424;
    scrollbar-highlight-color: #242424;
    scrollbar-shadow-color: #242424; }
    .text-frame .text-content-frame .text-content {
      color: white; }

#page-nav {
  text-align: center;
  font-size: 14pt;
  z-index: 99;
  margin-top: -150px;
  z-index: 5; }
  #page-nav #page-nav-list {
    list-style-type: none; }

#prices {
  text-align: center;
  font-size: 14pt;
  z-index: 99; }
  #prices:hover {
    cursor: pointer; }
  #prices #prices-full {
    position: relative;
    top: -130px; }
  #prices #typewriter-empty {
    position: relative;
    top: -275px; }

#video {
  margin-top: -25px;
  text-align: center;
  font-size: 14pt;
  z-index: 99; }
  #video:hover {
    cursor: pointer; }

#gallery {
  margin-top: -25px;
  text-align: center;
  font-size: 14pt;
  z-index: 99; }

#shelf {
  background-image: url("/public/images/shelf.png");
  z-index: -1;
  height: 100px;
  margin-top: 60px; }

#video-big {
  position: absolute;
  display: none;
  top: 150px;
  left: 174px;
  height: 322px;
  width: 712px;
  z-index: 1;
  background-image: url("/public/images/video-large.png"); }
  #video-big #video-close {
    display: none;
    float: right;
    margin-right: 45px;
    font-weight: bold;
    font-size: 22pt;
    color: #f5f5f5;
    text-align: right;
    width: 100px;
    padding: 5px; }
    #video-big #video-close:hover {
      cursor: pointer; }
  #video-big #embed-video {
    position: absolute;
    top: 30px;
    left: 92px; }

.about-left, .about-right {
  text-align: center; }
  .about-left .about-select, .about-right .about-select {
    margin-top: 20px;
    min-height: 240px; }
  .about-left .about-show ul.about-list, .about-right .about-show ul.about-list {
    list-style-type: none; }
    .about-left .about-show ul.about-list li, .about-right .about-show ul.about-list li {
      display: inline-block;
      width: 40%;
      margin: 1em; }

.about-right {
  background-image: url("/public/images/about/about-text-box.png");
  width: 458px;
  height: 420px; }
  .about-right .about-right-frame {
    position: relative;
    top: 70px;
    margin: 10px 60px 60px 60px;
    max-height: 280px;
    overflow: auto; }
    .about-right .about-right-frame .about-right-content {
      color: black; }

.about-nav {
  text-align: center;
  font-size: 18pt; }

.gallery-image {
  background-image: url("/public/images/gallery/gallery-frame.png");
  width: 758px;
  height: 595px; }
  .gallery-image div.thumbnailsScroll {
    margin: 65px 130px 65px 65px;
    overflow: auto;
    height: 470px;
    width: 90%;
    float: left; }
  .gallery-image div.thumbnails .sectionTitle {
    font-family: "Courier New", Courier, monospace;
    font-size: 16pt;
    font-weight: bold;
    padding: 0 0 0 0; }
  .gallery-image div.thumbnails ul.images {
    list-style-type: none;
    padding: 0 25px 15px 0;
    margin: 6px; }
    .gallery-image div.thumbnails ul.images li {
      display: inline-block;
      margin: 12px; }
  .gallery-image div.detail {
    width: 42%;
    float: left;
    padding: 65px 0 65px 0; }
    .gallery-image div.detail img {
      max-width: 90%; }

.gallery-selection {
  text-align: center; }

.gallery-menu {
  text-align: center; }
  .gallery-menu ul.gallery-manu-list {
    list-style-type: none; }
    .gallery-menu ul.gallery-manu-list li {
      background-image: url("/public/images/gallery/section-frame.png");
      height: 114px;
      width: 152px;
      line-height: 114px;
      display: block;
      margin: 0 0 25px 0;
      text-align: center; }

.overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.7);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#424242', endColorstr='#424242');
  /* IE */
  display: none;
  z-index: 9999; }
  .overlay .imageLoading {
    position: relative;
    background-color: black;
    color: white;
    width: 600px;
    height: 400px;
    z-index: 1;
    overflow: hidden; }

.overlay .lightbox {
  position: relative;
  background-color: black;
  width: 600px;
  height: 400px;
  overflow: hidden; }
  .overlay .lightbox #imageDetailContainer .loadingMessage {
    position: absolute;
    color: white;
    font-weight: bold;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    margin-top: 100px;
    line-height: 16px;
    text-align: middle; }
    .overlay .lightbox #imageDetailContainer .loadingMessage img {
      margin: -30px 15px 0 0; }

.overlay .lightbox .description {
  color: white;
  vertical-align: middle;
  padding: 15px 10px 5px 10px;
  text-align: left;
  float: left;
  width: 70%; }
  .overlay .lightbox .description a {
    color: #dddddd; }

.overlay .lightbox .close {
  color: white;
  vertical-align: middle;
  padding: 15px 10px 5px 10px;
  text-align: right;
  float: right;
  width: 20%; }
  .overlay .lightbox .close a {
    color: white; }

.overlay .lightbox .leftNav, .overlay .lightbox .rightNav {
  display: inline-block;
  position: absolute;
  font-size: 24pt;
  top: 10px;
  height: 90%;
  min-width: 50px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid transparent;
  margin: 0;
  background-image: url("/public/images/spacer.gif"); }

.overlay .lightbox .leftNav.arrow {
  background-image: url("/public/images/previous-image-arrow-32.png"); }

.overlay .lightbox .rightNav.arrow {
  background-image: url("/public/images/next-image-arrow-32.png"); }

.overlay .lightbox a {
  text-decoration: none; }

.overlay .lightbox img {
  position: relative;
  top: 10px;
  left: 10px; }
