@import url(reset.css);

body
{
    background: #fff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #000;
}

a
{
    color: #000;
    text-decoration: underline;
}

a:hover
{
    color: #333;
}

h1 a, h1 a:hover
{
    text-decoration: none;
    color: #000;
}

#bg
{
    width: 1000px;
    margin: 0px 0px 0px -500px;
    padding: 0px;
    position: absolute;
    left: 50%;
    top: 0%;
    background: url(../images/bg.jpg) repeat fixed;
}

#page
{
    background: url(../images/pillars.gif) repeat-y;
    position: relative; /* IE fix for disapperaring background */
    min-height: 1%;
}

#header h1
{
    display: none;
}

#header
{
    padding: 50px 70px 0px 80px;
    height: 150px;
}

#header .logo
{
    float: left;
}

#header .enjmin, #header .igf
{
    float: right;
}

#header .enjmin
{
    margin: 20px 0px 0px 20px;
}

#menu
{
    width: 158px;
    position: absolute;
    left: 0px;
}

#menu-header
{
    height: 19px;
    background: url(../images/menu-header.gif) no-repeat;
}

#menu-content
{
    background: #fff url(../images/menu-bg.gif) repeat-y;
    padding: 0px 14px 0px 24px;
}

#menu-content ul
{
    
}

#menu-content li, #menu-content a
{
    width: 100px;
    height: 21px;
    display: block;
}

#menu-content ul li a span
{
    display: none;
}

#menu-content a.overview
{
    background: url(../images/item-overview.gif) no-repeat;
}

#menu-content a.screenshots
{
    background: url(../images/item-screenshots.gif) no-repeat;
}

#menu-content a.video
{
    background: url(../images/item-video.gif) no-repeat;
}

#menu-content a.download
{
    background: url(../images/item-download.gif) no-repeat;
}

#menu-content a.team
{
    background: url(../images/item-team.gif) no-repeat;
}

#menu-content a:hover
{
    background-position: 0px -21px;
}

#menu-footer
{
    height: 39px;
    background: url(../images/menu-footer.gif) no-repeat;
}

#content
{
    clear: both;
    margin: 0px 100px 0px 200px;
}

#content h1
{
    font-size: 1.5em;
    margin: 0px 0px 1em 0px;
}

#content p, #content table
{
    text-align: justify;
    margin: 0px 0px 1.5em 0px;
    line-height: 1.2em;
}

#content ul
{
    list-style-type: square;
    margin: 0px 0px 1em 2em;
}

#content li
{
    margin: 0.5em 0px;
}

#content img
{
    padding: 0px 20px 20px 0px;
}

#content table.team td
{
    padding: 0px 20px 10px 0px;
}

#content table.team td.name
{
    font-weight: bold;
}

#content .download
{
    font-size: 1.2em;
    text-decoration: none;
    line-height: 1.5em;
}

#content .download .thanks
{
    font-size: 0.6em;
}

#content .download img
{
    vertical-align: middle;
}

#footer
{
    font-size: 0.8em;
    color: #fff;
    background: url(../images/footer.gif) no-repeat;
    height: 22px;
    padding: 16px 0px 0px 0px;
    text-align: center;
}

#footer a
{
    color: #fff;
}

#footer a:hover
{
    color: #c0c0c0;
}
