body {
    margin: 0px;
    padding: 0px;
    min-height: 100%;
    height: 100%;
    font-family: Georgia, serif; /* Helvetica, Arial, sans-serif;  */
    font-size: 12px;
    background-color: #000;   
}
html {
    height: 100%;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th {
    margin:0;
    padding:0;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
fieldset, img {
    border:0;
}
abbr, acronym {
    border:0;
}
label {
    border: 0 !important;
}
img {
    border: 0;
}
iframe {
    border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
    font-style:normal;
    font-weight:normal
}
h1, h2, h3, h4, h5, h6 {
    font-size:1em;
    font-weight:normal;
}
ol, ul {
    list-style:none;
}
small {
    font-size: 1em;
}
a {
  text-decoration: none;
  outline: none;
  color: #1881AD;
}
a:hover {
  text-decoration: none;
  outline: none;
  color: #ADA805;
}         
h1, h2, h3, h4, h5, h6, p {
    line-height: 1.3em;
}
h1 {
    font-size: 30px;
}
h2 {
    font-size: 25px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 18px;
    font-weight: bold;
}
h5 {
    font-size: 16px;
    font-weight: bold;
}
h6 {
    font-size: 14px;
    font-weight: bold;
}
b, strong {
    font-weight: bold;
}
i, em {
    font-style: italic;
}
hr {
    border-top: 1px solid #000;
    margin: 20px 0px;
}
.hidden {
    display: none;
}
.clear {
    clear: both;
}
#outercontainer { 
    position: absolute;
    visibility: visible;
    top: 50%;
    left: 50%;
    width: 900px;
    height: 512px;
    margin-left: -450px;
    margin-top: -256px;
    background: #000;
    overflow: hidden;
}

#innercontainer {
    background: #000;
}

#main_nav {
    clear: both;
    font-size: 20px;
    color: #F3CE52;
}

#footer {
    clear: both;
    padding: 0px 0px 0px 0px;
    font-size: 11px;
    color: #F3CE52;
}
#collection {

}

#gallery_container {
    margin:0 auto;
    height: 512px; 
    position:relative;
    overflow:hidden;
}
.gallery {
    position:absolute;
    left:0;
    top:0;
    white-space: nowrap;
}
/* positions are all hardcoded to keep IE6 happy.. sigh */
#nav_strip {
    position: absolute;
    left: 772px;
    top: 460px; 
    width: 128px;
    height: 52px;
}

#nav_strip_inner {
    opacity: 0.9; 
    filter: alpha(opacity=90);
    background-color: #a9a8b0;
    width: 100%;
    height: 100%;
}

#nav_strip_inner div {
    float: left;
    width: 24px;
    height: 42px;
    padding: 5px 20px 5px 20px;
}

#info {
    font-size: 40px;
    color: #000; 
    line-height: 1em;
    margin:0.5em;
}    

#menu {
    position: absolute;
    width: 100%;
    white-space: nowrap;
    clear: both;
    margin-top: 200px;
}

#logo {
    background-color: #a9a8b0; 
    opacity: 0.9; 
    filter: alpha(opacity=90); 
    float: left;
    width: 25%;
    padding: 10px 10px 10px 10px; 
    font-size: 30px;
    color: #000;
    margin-bottom: 10px;
}

a.menuheading {
    background-color: #a9a8b0; 
    opacity: 0.9; 
    filter: alpha(opacity=90); 
    float: left; 
    padding: 5px 5px 5px 5px; 
    margin-bottom: 10px;
    text-decoration: none;
    outline: none;
    font-size: 15px;
    color: #000;
    width: 15%;
    clear: both;
}

a.menuselection { 
    background-color: #a9a8b0; 
    opacity:0.9; 
    filter:alpha(opacity=90); 
    float:left; 
    padding: 5px 5px 5px 5px; 
    text-decoration: none;
    outline: none;
    font-size: 13px;
    color: #000;
    margin-bottom: 10px;
    width: 15%; 
    clear:both;
}

a.menuheading:hover {
    color: #F3CE52; 
}         

a.menuselection:hover {
    color: #F3CE52;
}

.menuspacer { 
    clear: both;
}

.submenu {

} 

#stores {
  position:absolute;
  top: 10%;
  left: 30%;
  width: 68%;
  height: 75%;
  background-color:#a9a8b0;

}
#storesinner {
  position:absolute;
  color: #000;
  width: 592px;
  height: 364px;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px; 
  font-size: 16px;
  overflow: auto;
}
li {
  margin-top: 1em;
}
#bio {
    position:absolute;
    top: 10%;
    left: 30%;
    width: 68%;
    height: 75%;
    background-color:#a9a8b0;
}
#bio img {
    float: right;    
}
#bioinner {
    position:absolute;
    color: #000;
    width: 592px;
    height: 364px;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px; 
    font-size: 15px;
    overflow: auto;
}
#contact {
    float:left;
    background-color:#a9a8b0;
    position:absolute;
    color: #000;
    overflow: none;
    font-size: 20px;
    top: 40%;
    left: 40%;
    width: 55%;
    height: 15%;
    padding: 10px 10px 10px 10px;
}
#contact p {
    text-align: center;
}
#contact a.hover {
    color: #F3CE52; 
}
