﻿* { margin: 0; padding: 0; }

body 
{
    background-color: #000000;
    min-width: 1000px;
    font-family: Trebuchet MS, Verdana, Arial;
    font-size: small;
    letter-spacing: 1px;
    color: #454545;
}

.showmobile
{
    display: none;
}

#wrapper
{ 
    position: relative;
    width: 1000px;
    height: 1000px;
    left: 50%;
    top: 0;
    margin-left: -500px;
    background: #000000 url(../Images/bkgd_Page.jpg) no-repeat center top;    
}

#menu
{ 
    position: absolute;
    width: 340px;
    height: 20px;
    left: 472px;
    top: 130px;
    text-align: right;
}

#menu ul
{ 
    list-style: none;
}
#menu ul li
{ 
    float: left;
    background: transparent url(../Images/bkgd_TabHoverLeft.gif) no-repeat left top;
    padding-left: 9px;
    margin-left: 10px;
    margin-bottom: 4px;
}
#menu ul li a
{ 
    float: left;
    color: #FF3300;
    display: block;
    height: 20px;
    line-height: 20px;
    background: transparent url(../Images/bkgd_TabHoverRight.gif) no-repeat right top;
    padding-right: 9px;
    text-decoration: none;
}
#menu ul li:hover
{ 
    background: transparent url(../Images/bkgd_TabSelectedLeft.gif) no-repeat left top;
}

#menu ul li:hover a
{ 
    color: #CCCCCC;
    background: transparent url(../Images/bkgd_TabSelectedRight.gif) no-repeat right top;
}

#default #nav-default,
#about #nav-about,
#examples #nav-examples,
#contact #nav-contact
{ 
    background: transparent url(../Images/bkgd_TabSelectedLeft.gif) no-repeat left top;
}

#default #nav-default a,
#about #nav-about a,
#examples #nav-examples a,
#contact #nav-contact a
{ 
    color: #FFFFFF;
    background: transparent url(../Images/bkgd_TabSelectedRight.gif) no-repeat right top;
}

#content
{ 
    position: absolute;
    width: 620px;
    height: 600px;
    left: 192px;
    top: 176px;
}
#admin #content
{
    top: 200px;
}

#footer
{
    font-size: 80%;
    position: absolute;
    text-align: right;
    width: 700px;
    height: 50px;
    left: 192px;
    top: 900px;
}