/**
 * bnh style sheet
 * -ENG-
 * @Author: Eli Barak
 */
body
{
    direction: ltr;
    margin: 0px;
    background-color: #DFDAE1;
    font: 10pt Arial;
    color: #372F58;
}

.body
{
    text-align: center;
}

p
{
    margin: 0px;
}

.bg
{
    text-align: left;
    vertical-align: top;
    width: 900px;
    background-repeat: no-repeat;
    border-collapse: collapse;
}

.homePageTop
{
    height: 210px;
}

.homePageTop img
{
    position: absolute;
    top: 0;
    clip: rect(0 900px 210px 0);
    border: 0;
}

.homePageBox
{
    width: 180px;
    height: 555px;
}

div.homePageBox
{
    width: 130px;
    height: auto;
    margin: 80px 10px;
    border: solid 1px #947D99;
    padding: 8px;
    background-color: #B8A4BF;
    font: 16px FrankRuehl;
    text-align: justify;
    color: #343352;
}

.homePageText
{
    width: 500px;
}

.homePageNews
{
    border: solid 1px #947D99;
    background-color: #B8A4BF;
}

.homePageFilm
{
    padding-left: 67px;
}

.homePageFilm marquee
{
    height: 524px;
}

.homePageFilm img
{
    width: 106px;
    height: 118px;
    border-bottom: solid 10px black;
}

.developer
{
    font: 8pt Tahoma;
    margin: 12px 0 0 44px;
    border: solid 1px #947D99;
    padding: 2px;
    background-color: #B8A4BF;
    display:none;
}

h1
{
    margin: 0px;
    font: bold 24px Times New Roman;
    color: #404060;
}

.pagesTop
{
    height: 180px;
}

.pagesTop img
{
    position: absolute;
    top: 0;
    clip: rect(0 900px 180px 0);
    border: 0;
}

.pagesBox
{
    width: 160px;
    height: 580px;
}

div.pagesBox
{
    width: 140px;
    height: 555px;
    margin: 4px;
    border: solid 1px #947D99;
    padding: 4px;
    background-color: #D3C9D8;
}

div.pagesBox div
{
    margin: 10px;
    border-color: #947D99;
    border-style: solid;
    border-width: 0px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    padding: 8px 10px 4px 0px;
    text-align: right;
    font: bold 18px Times New Roman;
    color: #B1A0BA;
}

div.pagesBox div.sub
{
    padding-right: 25px;
    font-size: 15px;
}

div.pagesBox div a
{
    color: #3C466E;
    text-decoration: none;
}

.pagesText
{
    width: 580px;
    padding-left: 20px;
}

.pagesLeft
{
    border: inset 2px #CCCC99;
    background-color: #D3C9D8;
    font: 8pt Tahoma;
    margin-top: 42px;
}

.pagesLeft ul
{
    margin-left: 20px;
    margin-top:10px;
}

.pagesLeft li
{
    padding-bottom: 10px;
}

.pagesLeft ul a:hover
{
    background-color: #EEEEEE;
}
