﻿body
{
    background-image: url(bg-grad.jpg);
    background-repeat: repeat-x;
    background-color: #030815;
    color: #fff;
    font-family: Sans-Serif;
    font-size: 14px;
    letter-spacing: -1px;
    text-align: left;
}

a 
{
    color: #b4ff00;
    text-decoration: none;
}

a:hover 
{
    color: #b4ff00;
    text-decoration: underline;
}

#top
{
    background-image: url(bg-top.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    z-index: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 358px;
}

#logo 
{
    position: absolute;
    top: 55px;
    left: 105px;
    background-image: url(logo.png);
    background-repeat: no-repeat;
    width: 822px;
    height: 302px;
}
#logo-sub
{
    color: #085571;
    font-family: "Arial Black", Sans-Serif;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: -3px;
    font-size: 1px;
    line-height: 75%;
    display: none;
}
    
#logo-main
{
    color: #ffffff;
    font-family: "Arial Black", Sans-Serif;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: -3px;
    font-size: 1px;
    line-height: 80%;
    display: none;
}

#slogan
{
    position: absolute;
    top: 305px;
    left: 100px;
    display: none;
    z-index: 3;
}
    
#slogan-main
{
    color: #b4ff00;
    font-family: Sans-Serif;
    text-transform: none;
    font-weight: bold;
    letter-spacing: -3px;
    font-size: 1px;
    line-height: 80%;
}

#slogan-main b 
{
    color: #b4ff00;
}

h2 
{
    color: #b4ff00;
    font-family: Arial, Sans-Serif;
    font-size: 30px;
    letter-spacing: -3px;
}

#content 
{
    position: absolute;
    top: 350px;
    left: 100px;
    z-index: 10;
}

#news, #work, #contact 
{
    width: 175px;
    float: left;
    line-height: 130%;
    padding-right: 50px;
}
#news 
{
    width: 400px;
    text-align: justify;
}

#work ul, 
#work li
{
    list-style: none;
    padding: 0px;
}