﻿body
{
    background-color: #010101; /*#e9e5d0;*/
    margin: 0;
    padding: 0;
    font-family: "Book Antiqua";
    font-size: 105%;
}

h1
{
    font-family: "Book Antiqua";
    font-size: 150%;
    letter-spacing: .3em;
    font-style: italic;
    margin: 5px;
}

h2
{
    font-family: "Book Antiqua";
    font-size: 120%;
    letter-spacing: .2em;
    font-style: italic;
    margin: 5px;
}

img
{
    border-width: 0px;
}

a
{
    color: #221600;
    text-decoration: underline;
}

a:hover
{
    color: #221600;
    text-decoration: none;
}

#container
{
    position: relative;
    background-color: #fff;
    background-image: url(../images/page_background.jpg);
    display: table;
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
    min-height: 600px;
    background-repeat: repeat-y;
}

#homecontainer
{
    background-color: #fff;
    background-image: url(../images/home_background.jpg);
    display: table;
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
    height: 671px;
    overflow: hidden;
}

#promoPlayer
{
    position: absolute;
    top: 215px;
    left: 230px;
    width: 740px;
    height: 230px;
    background-color: #fff;
}

#OTLogo
{
    position: absolute;
    top: 10px;
    left: 228px;
    width: 284px;
    height: 210px;
    cursor: pointer;
    z-index: 2;
}

#OTPlayer
{
    display: none;
    position: absolute;
    width: 306px;
    height: 230px;
    left: 210px;
    top: 0px;
    z-index: 1;
}

#pagecontainer
{
    position: relative;
    width: 1000px;
    min-height: 671px;
    overflow: hidden;
}

.otlogo
{
    position: absolute;
    top: 20px;
    left: 20px;
}

#homenavigation
{
    position: absolute;
    left: 0px;
    top: 160px;
    height: 511px;
    overflow: hidden;
}

#navigation
{
    position: absolute;
    left: 0px;
    top: 160px;
}

.NavNode
{
    font-size: 12pt !important;
    color: #fff;
    padding-bottom: 5px !important;
}

#navigation a:hover
{
    text-decoration: none;
    color: #e4dfc5;
}

#navigation .accent
{
    color: #d20202;
    font-weight: bold;
    padding-right: 5px;
}

#navigation .CurrentPage
{
    position: relative;
    padding-left: 5px;
    top: -10px;
}

#body
{
    margin-left: 220px;
    padding: 50px 50px 20px 20px;
}

#OrderNow
{
    position: absolute;
    top: 635px;
    left: 780px;
}

#OrderNow img
{
    width: 160px;
    height: 20px;
    border-width: 0px;
}

.pagecontent
{
    margin-top: 20px;
}

.textcontent
{
    margin-top: 40px;
}
.imgleft
{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.imgright
{
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}
.scripture
{
    font-weight: bold;
    color: Maroon;
    text-decoration: none;
}
.scripture:hover
{
    font-weight: bold;
    color: Maroon;
    text-decoration: none;
}
#overlay
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5000;
    background-color: #000;
    -moz-opacity: 0.6;
    opacity: .60;
    filter: alpha(opacity=60);
    display: none;
}
#PageGate
{
    position: fixed;
    background: #FFF;
    border: 1px solid #35afe8;
    padding: 0px;
    width: 470px;
    height: 265px;
    z-index: 10000;
    display: none;
}
.button
{
    color: #333;
    font: 12px arial,verdana,sans-serif;
    background-color: #EFE8DB;
    border: 1px solid #81786A;
    padding: 3px;
    cursor: pointer;
}
.messageBoxError
{
    padding: 10px;
    color: Maroon;
    background-color: #FEFEF4;
    font-size: smaller;
}

.messageBoxSuccess
{
    padding: 10px;
    background-color: #FEFEF4;
    border: solid 2px #236303;
}

#cbmc-logo
{
    position: absolute;
    bottom: 20px;
    left: 30px;
}