@import url("menu.css");
@import url("pageControls.css");
@import url("footer.css");

@font-face {
    font-family: Calibri;
    font-style: normal;
    font-weight: normal;
    src: url("../font/calibri.eot");
    src: local('Calibri'), url('../font/calibri.otf')
    format('truetype')
}

@font-face {
    font-family: Trajan;
    font-style: normal;
    font-weight: normal;
    src: url("../font/TrajanPro-Regular.eot");
    src: local('Trajan'), url('../font/TrajanPro-Regular.otf')
    format('truetype')
}

html {
    overflow: -moz-scrollbars-vertical;
    overflow-y: auto;
    overflow-x: hidden;
}

body {
    height: 90%;
    font-family: "Calibri", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 80.5%;
    margin: 0;
}

img {
    border: 0;
    vertical-align: top;
}

#background-img {
    height: auto;
    left: 0;
    min-height: 100%;
    min-width: 1024px;
    position: fixed;
    top: 0;
    width: 100%;
}

a {
    outline: medium none;
    text-decoration: none;
    color: #fff;
}

.topSpace {
    height: 30px;
}

#mainBodyWrapper, .topSpace{
    width: 966px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

#mainBodyWrapper {
    height: 666px;
}

#leftPad, #rightPad, #shadowBL_spacer {
    width: 23px;
    float: left;
}

#mainBody {
    width: 920px;
    float: left;
}

#mainPaneBordered {
    height: 647px;
    border: 2px solid #8b8583;
    background-color: transparent;
}

#innerContent {
    border: 3px solid #fff;
    height: 641px;
    background-color: transparent;
    overflow: hidden;
}

#menuBar, #footerBar {
    height: 30px;
    background: #3a2c27;
    border: 1px solid #fff;
}

#topBar {
    height: 202px;
    border: 1px solid #fff;
    background-color: transparent;
}

#introPane {
    width: 302px;
    height: 150px;
    background: url("../images/logo.jpg") #fff no-repeat center;
    float: left;
    margin-right: 2px;
    padding-top: 30px;
}

#introHomePane {
    width: 302px;
    height: 202px;
    background: url("../images/logo_big.png") #fff no-repeat center;
    float: left;
    margin-right: 2px;
}

#bottomBar {
    height: 371px;
    border: 1px solid #fff;
    width: 908px;
    overflow: hidden;
    background-color: #fff;
}

#fullPageBar {
    height: 575px;
    border: 1px solid #fff;
    background-color: #fff;
}

#fullPageBar.gallery {
    padding-left: 30px;
}

.hidden {
    display: none;
}

.strong {
    font-weight: bold;
}

#shadowL, #mainBody {
    height: 650px;
}

#shadowTR {
    height: 20px;
    background: url("../images/shadows/shadow_top_right.png") no-repeat;
}

#shadowR {
    height: 630px;
    background: url("../images/shadows/shadow_middle_main.png") repeat-y;
}

#shadowBL {
    width: 20px;
    height: 15px;
    float: left;
    background: url("../images/shadows/shadow_bottom_left.png") no-repeat;
}

#shadowB {
    width: 900px;
    height: 15px;
    float: left;
    background: url("../images/shadows/shadow_bottom_main.png") repeat-x;
}

#shadowBR {
    width: 20px;
    height: 15px;
    float: left;
    background: url("../images/shadows/shadow_bottom_right.png") no-repeat;
}

#comingsoon {
    background: url("../images/landing.png") no-repeat;
    width: 339px;
    height: 306px;
    position: relative;
    margin: 165px auto 0;
    cursor: pointer;
}

#comingsoon:hover {
    background: url("../images/landing_roll.png") no-repeat;
}

p {
    margin-top: 11px;
    margin-bottom: 0;
}

.plainBack{
    background: url("../images/plain_back.jpg") no-repeat;
}

.scrollable {
    overflow-y: scroll;

}