* {
  margin: 0;
  padding: 0;
}
body {
  background-color: #712712;
  font: normal 1em Arial,Helvetica,sans-serif;
}
.top {
    min-width: 800px;
    padding: 20px 50px 20px 20px;
    text-align: center;
}
.top a:first-child {
  float:left;
}
.top img:last-child {
  float:right;
}
#backstretch img {
  opacity: 0.3;
}
#menu {
    background: url("filet.png") no-repeat scroll right bottom transparent;
    clear: both;
    height: 26px;
    margin: 0 50px 0 0;
    text-align: right;
}
#menu ul {
    background: url("filet.png") no-repeat scroll right bottom transparent;
    height: 26px;
    list-style: none outside none;
    margin: 0 0 10px;
}
#menu ul > li {
  display: inline-block;
  margin: 0px 0px 4px;
}
#menu ul > li a {
    background-color: #620009;
    border-top-left-radius: 12px;
    color: white;
    font: 1.1em Arial,Helvetica,sans-serif;
    margin: 0 10px;
    padding: 5px 20px;
    text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#menu ul > li a:hover,
#menu ul > li a.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
#pages {
  padding: 0 0 50px;
}
.page {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.5);
    display: none;
    margin: 0 50px 0 350px;
    padding: 15px;
}
.page.active {
  display: block;
}
.page img {
    -webkit-box-shadow: 3px 3px 4px #000;
    box-shadow: 3px 3px 4px #000;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
    float: right;
    margin: 15px;
}
.pagecontent {
  padding: 12px 0;
}
.clear {
  clear: both;
}
#collections {
    clear: both;
    list-style: none outside none;
    padding: 0 0 50px;
    position: absolute;
    top: 172px;
    width: 100%;
}
#collections > li {
    background: url("fd_menu.png") no-repeat scroll right top transparent;
    display: block;
    font: 1.1em Arial,Helvetica,sans-serif;
    min-height: 30px;
    margin: 0 0 4px;
    overflow: hidden;
    padding: 9px 0 0 0;
    transition: opacity 0.2s ease-in 0s, width 0.2s ease-in 0s, color 0.2s ease-out 0s;
    -moz-transition: opacity 0.2s ease-in 0s, width 0.2s ease-in 0s, color 0.2s ease-out 0s;
    -o-transition: opacity 0.2s ease-in 0s, width 0.2s ease-in 0s, color 0.2s ease-out 0s;
    -webkit-transition: opacity 0.2s ease-in 0s, width 0.2s ease-in 0s, color 0.2s ease-out 0s;
    width: 350px;
}
#collections > li:hover,
#collections > li.active {
  width:100%;
}
#collections > li > a,
#collections > li > a:link,
#collections > li > a:visited,
#collections > li > a:active {
  background:  url(arrow.png) no-repeat 10px 0 transparent;
  border: 0 none;
  color: white;
  padding: 9px 35px;
  text-decoration: none;
  text-transform: uppercase;
}
#collections > li > a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity:0.7;
}
.collection {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.5);
    display: none;
    margin: 10px 50px 0 0;
    padding: 15px 100px 15px 50px;
    text-align: center;
}
.active .collection {
  display: block;
}
.collection a {
  text-decoration: none;
}
.collection figure {
  display: inline-block;
  vertical-align: top;
}
h1 {
    color: #333333;
    font: bold 1.5em Arial,Helvetica,sans-serif;
    padding: 0 0 8px;
    text-shadow: 0.1em 0.1em #666666;
}
h2 {
    color: #333333;
    font: 1.2em Arial,Helvetica,sans-serif;
    padding: 0 0 4px;
}
#bottom {
    background: url("fd_footer.png") repeat-x scroll 0 center transparent;
    bottom: 0;
    box-shadow: 0 -3px 8px black;
    color: #999;
    font-weight: bold;
    height: 30px;
    padding: 10px 0 0;
    position: fixed;
    text-align: center;
    width: 100%;
}
#bottom a {
    color: #999;
    font-weight: bold;
    text-decoration: none;
}
#bottom a:hover {
  color: white;
}
.tel {
  margin: 0 0 0 25px;
}
#map {
    float: right;
    margin: 0 25px 0 0;
}
#map_canvas {
    display:none;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}