a
{
    color: #346abf;
    text-decoration: underline;
}

a:visited
{
    color: #346abf;
}


a:hover
{
    color: #85e1f5;
    text-decoration: none;
}

a:active
{
    color: #e5f9fb;
}

#page-container
{
	position: relative;
    background-color: #FFFFFF;
    top: 0px;
    bottom: auto;
    width: 1000px;
    padding: 0px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    text-align: left;
    border-left: solid 1px #DDDDDD;
    border-right: solid 1px #DDDDDD;
    border-bottom: solid 1px #DDDDDD;
}

#page-container #header
{
    padding: 0px;
    margin: 0px;
}

#page-container #top-bar
{
    width: 1000px;
    height: 107px;
    background: url(../images/oem/admin_site_header.jpg) no-repeat top left;
}

#page-container #top-bar h2
{
    display: none;
}

#page-container #menu
{
    /*position: absolute;*/
    width: 1000px;
    /*height: 20px;*/
    top: 107px;
    background: url(../images/oem/oem_menu-bar.jpg) no-repeat top left;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 40px;
    font-size: 9pt;
    line-height: normal;
}


#page-container #body
{
    position: relative;
    width: 775px;
    top: -20px;
    padding-top: 0px;
    padding-bottom: 40px;
    left: 110px;
    min-height: 500px;
    overflow-x: hidden;
}
