﻿body {
    background: #575a5d url(../images/background.gif) repeat-x fixed 0 0;
    color: #fff;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 8pt;
    letter-spacing: 0.125em;
    text-transform: lowercase;
}

a 
{
    border-bottom: 1px solid #fff;
    color: #fff;
    text-decoration: none;
}

#header {
    border-top: 8px solid #191c1f;
    height: 128px;
    left: 0;
    margin-bottom: -128px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3;
}

#strip {
    color: #575a5d;
    margin-top: 32px;
    width: 888px;
}

#strip a:link, #strip a:visited 
{
    border: 0;
    color: #575a5d;
    text-decoration: none;
}

#strip a:hover, #strip a:active 
{
    border: 0;
    color: #b5b7b5;
}

#logo {
    background: #fff;
    float: left;
    height: 64px;
    overflow: hidden;
    width: 355px;
}

#logo img {
    margin-left: 33px;
}

#menu {
    background: #fff;
    float: left;
    height: 64px;
    width: 533px;
}

#menu ul {
    float: right;
    height: 64px;
    padding-right: 20px;
    text-align: right;
}

#menu li {
    float: left;
    height: 64px;
    padding-right: 16px;
}

#menu li a 
{
    border: 0;
    display: block;
    line-height: 64px;
    padding: 0 12px;
}

#menu li.youarehere {
    background: url(../images/bracket-left.gif) left 17px no-repeat;
}

#menu li.youarehere a {
    background: url(../images/bracket-right.gif) right 17px no-repeat;
    border: 0;
    font-weight: bold;
    text-transform: uppercase;
}

#menu li.youarehere a:link, #menu li.youarehere a:visited, #menu li.youarehere a:hover, #menu li.youarehere a:active 
{
    border: 0;
    color: #191c1f;
}

#content {
    padding: 136px 36px 0 36px;
    z-index: 1;
}

#content table {
    margin-right: 36px;
}

#content td {
    vertical-align: middle;
}

#content td a 
{
    border: 0;
    display: block;
    margin: 0 12px;
}

#content img {
    border: 5px solid #fff;
}

#content .outertext {
    height: 345px;
    margin: 0 12px;
}

#content .outertext.shadow {
    height: 375px;
    voice-family: "\"}\""; 
    voice-family:inherit;
    height: 345px;
    }
    html>body #content .outertext.shadow {
    height: 345px;
}

#content .innertext {
    background: #fff;
    color: #191c1f;
    height: 345px;
    padding: 12px;
    voice-family: "\"}\""; 
    voice-family:inherit;
    height: 321px;
    }
    html>body #content .innertext {
    height: 321px;
}

#content .innertext h1 {
    color: #b5b7b5;
    font-size: 16pt;
    font-weight: normal;
    padding: 12px;
    text-transform: uppercase;
}

#content .innertext table {
    margin: 0;
}

#content .innertext td {
    padding: 0 12px;
    vertical-align: top;
}

#content .innertext td p, #content .innertext td dl
{
    clear: both;
    letter-spacing: 0;
    line-height: 1.5;
    margin-bottom: 1em;
    overflow: hidden;
    width: 384px;
}

#content .innertext td dl.printprices
{
    line-height: 2;
    width: 384px;
}

dl.printprices dt 
{
    border-bottom: 1px solid #dadbda;
    clear: both;
    float: left;
    width: 192px;
}

dl.printprices dd 
{
    border-bottom: 1px solid #dadbda;
    float: right;
    text-align: right;
    width: 192px;
}

dl.shows dt 
{
    clear: both;
    float: left;
    width: 192px;
}

dl.shows dd 
{
    float: right;
    text-align: right;
    width: 192px;
}

#content .innertext td a 
{
    border-bottom: 1px solid #191c1f;
    color: #191c1f;
    display: inline;
    font-weight: bold;
    margin: 0;
}

#footer {
    background: #191c1f;
    left: 0;
    height: 48px;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 2;
}

#footer p {
    height: 48px;
    line-height: 48px;
}

#footer p.left {
    float: left;
    padding-left: 48px;
}

#footer p.right {
    float: right;
    padding-right: 48px;
}

.shadow {
    background-color: transparent;
    background-image: url(../images/shadow.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    padding-bottom: 30px;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
