/*---------------- MAIN -------------------*/

body
{
    background: #fff;
    margin-top: 0px;
    margin-left: 0px;
    font-family: "trebuchet ms";
}
.page
{
    background: url(../images/mainbg.jpg) repeat-y;
    position: absolute;
    width: 990px;
    padding-bottom: 90px;
}
.header
{
    background: url(../images/header.jpg) no-repeat;
    height: 170px;
    width: 990px;
}
.sidebar
{
    width: 146px;
    margin-left: 80px;
    _margin-left: 40px;
	float: left;
	padding-top: 10px;
}
.maincontent
{
    width: 650px !important;
    .width: 700px;
	_width: 660px;
    margin-right: 30px;
	_margin-right: 10px;
    margin-top: 30px;
    float: right;
    padding: 25px;
    border: 1px solid #ededed;
}
.footer
{
    clear: both;
    font-size: 10px;
    margin-left: 80px;
    color: #717171;
    padding-top: 30px;
    text-align: center;
}
.blue
{
    color: #0071bc;
}
.link
{
    color: #0071bc;
    padding: 1px;
}
.link:hover
{
    color: #0071bc;
    padding: 1px;
    text-decoration: none;
}
.link:visited
{
    color: #0071bc;
    padding: 1px;
}
.link:active
{
    color: #0071bc;
    padding: 1px;
}

/*---------------- MAINCONTENT -------------------*/

.page-title
{
    color: #0071bc;
    padding: 1px;
    font-size: 17px;
    font-weight: bold;
    border-bottom: solid 1px #0071bc;
    margin-bottom: 20px;
}
.quote
{
    font-style: italic;
    font-size: 15px;
    padding-bottom: 20px;
}
.title-box
{
    background-color: #c9252b;
    color: #ffffff;
    padding: 10px 10px 10px 10px;
    font-size: 13px;
    font-weight: bold;
}
.text-box
{
    border: solid 1px #c9252b;
    padding: 10px 10px 10px 10px;
    font-size: 11px;
}
.par
{
    padding: 10px 10px 10px 10px;
    font-size: 11px;
}
.red-title
{
    color: #c9252b;
    padding: 1px;
    font-size: 13px;
    font-weight: bold;
    border-bottom: solid 1px #c9252b;
    margin-bottom: 20px;
}
.screenshot
{
    float: left;
}
.screenshot-text
{
    padding: 0px 10px 10px 420px;
    font-size: 11px;
}
.shot-box-ebar
{
    height: 310px;
}
.shot-box-admman
{
    height: 365px;
}
.shot-box-topgrade
{
    height: 390px;
}

/*---------------- HEADER -------------------*/

.header-nav
{
    width: 230px;
    position: absolute;
    top: 143px;
    left: 730px;
    text-align: center;
    font-family: arial;
    font-size: 9pt;
}
.header-nav a, .header-nav a:visited, .header-nav a:hover
{
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px;
    background: no-repeat center left url(../images/bullet.jpg);
}
.header-nav a:hover
{
    text-decoration: underline;
}

/*---------------- SIDEBAR -------------------*/

.sidebar-links
{
    margin-top: 50px;
    border-top: 1px dotted #d5d5d5;
}
.sidebar-link
{
    display: block;
    border-bottom: 1px dotted #d5d5d5;
    padding: 3px 0px;
}
.sidebar-link a, .sidebar-link a:visited, .sidebar-link a:active
{
    display: block;
    text-transform: uppercase;
    padding: 9px 10px;
    text-decoration: none;
    color: #717171;
    font-size: 9pt;
    font-family: arial;
    background: no-repeat url(../images/shorterorangeline.jpg) 0px 2px;
    background-color: #fff;
}
.sidebar-link a:hover, .sidebar-active-link a
{
    background-color: #0071bc;
    color: #fff;
}
.sidebar-logo img
{
    border: 0px;
}
