﻿body
{
    margin:0px;
    padding:0px;
    border-collapse:collapse;
    
    background-image:url('../img/mainBackground.gif');
    background-attachment:fixed;
    background-position:bottom center;
    background-repeat:no-repeat;
    background-color:#000000;
    
    font-family:Arial;
    font-size:13px;
    line-height:17px;
    color:#adadad;
}
.nb{
    border:0px;
    padding:0px;
    margin:0px;
}

#Footer
{
    background-image:url('../img/footerBG.gif');
    height:150px;
    width:100%;
    position:fixed;
    bottom:0px;
    left:0px;
    z-index:5;
}
#FooterFader
{
    height:150px;
    background-image:url('../img/footer.gif');
    background-position:center;
    background-repeat:no-repeat;
}

#Menu
{
    position:absolute;
    left:50%;
    top:30%;
    height:90px;
    width:640px;
    margin-top:35px;
    margin-left:-320px;
}
#Menu2
{
    position:absolute;
    left:50%;
    top:30px;
    height:90px;
    width:640px;
    margin-left:-340px;
}
.menuItem
{
    border:0px;
    padding:0px;
    margin:0px;
    border-collapse:collapse;
}
#PageMenu
{
    text-align:center;
    position:absolute;
    top:100%;
    margin-top:-50px;
    width:100%;
}
#Header
{

}
#MainClipContainer
{
    position:absolute;
    top:100%;
    margin-top:-284px;
    left:50%;
    width:432px;
    height:284px;
    overflow:hidden;
    z-index:99;
}
#about_clip
{
    position:absolute;
    top:100%;
    margin-top:-295px;
    margin-left:-100px;
    left:50%;
    width:445px;
    height:275px;
    overflow:hidden;
    z-index:99;
}


#services_clip
{
    position:absolute;
    top:100%;
    margin-top:-325px;
    margin-left:-420px;
    left:100%;
    width:301px;
    height:255px;
    overflow:hidden;
    z-index:99;
}


#contact_clip
{
    position:absolute;
    top:100%;
    margin-top:-340px;
    margin-left:-281px;
    left:50%;
    width:562px;
    height:240px;
    overflow:hidden;
    z-index:99;
}

#default_clipOne
{
    position:absolute;
    top:100%;
    left:0px;
    margin-top:-330px;
    width:209px;
    height:265px;
    overflow:hidden;
    z-index:99;
}

#contactFooter
{
    position:absolute;
    z-index:150;
    top:100%;
    margin-top:-30px;
    left:50%;
    margin-left:-300px;
    width:600px;
    text-align:center;
    color:#8c8c8c;
    font-size:11px;
}

#default_clipTwo
{
    position:absolute;
    width:179px;
    height:265px;
    top:100%;
    left:100%;
    margin-left:-179px;
    margin-top:-330px;
    overflow:hidden;
    z-index:99;
}


#Portfolio
{
    position:absolute;
    left:50%;
    height:450px;
    width:800px;
    top:80px;
    margin-left:-400px;
}

#ContentScroller
{
    position:absolute;
    top:100%;
    left:50%;
    width:216px;
    height:25px;
    margin-left:-108px;
    margin-top:-149px;
    z-index:6;
    display:none;
}

#Content
{
    position:absolute;
    left:50%;
    width:800px;
    top:95px;
    margin-left:-400px;
}

.headerImage
{
    position:absolute;
    left:50%;
    top:95px;
    margin-left:-400px;
}

.prefix
{
    color:#6d6d6d;
}

#ClipSelection
{
    position:absolute;
    left:50%;
    width:450px;
    margin-left:-225px;
}

#ClipPlayback
{
    position:absolute;
    left:50%;
    width:480px;
    margin-left:15px;
}


a
{
    color:#adadad;
    text-decoration:underline;
}

a:hover
{
    color:#c41230;
    text-decoration:underline;
}