/*----- master style -----*/
html, body
{
    font-family: Verdana, 'Helvetica Narrow', sans-serif, Arial;
    font-size: 11px;
    color: #000;
    margin: 0;
    background: #DFEBFF;
    text-align:center;
}

/*----- top panel, banner -----*/
#top
{
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
    height: 161px;
    background-image: url('../images/banner-wide.png');
    background-position: center center;
    background-repeat: no-repeat;
}

#top-base
{
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
    height: 161px;
    background-image: url('../images/banner-wide-base.png');
    background-position: center center;
    background-repeat: no-repeat;
}

#top .top-container-div
{
    margin: 0px auto;
    width: 900px;
    text-align: right;
    height: 161px;
}

#top .top-data-div
{
    padding-top: 5px;
    font-size: 10px;
    font-weight: bold;
    color: #000080;
    padding-right: 5px;
}

#top .top-data-div a,
#top .top-data-div a:visited
{
    text-decoration: none;
    color: #000080;
}

#top .top-data-div a:hover
{
    text-decoration: underline;
}

/*----- main container -----*/
#main
{
    margin: 0px auto;
    width: 900px;
    text-align: left;
}

/*----- horizontal menu -----*/
#main #menubar
{
    height: 45px;
    margin-bottom: 20px;
}

/*----- left column -----*/
#main #left-nav
{
    float: left;
    width: 180px;
    margin-left: 2px;
}

#main #left-nav .left-nav-adds
{
    margin-top: 20px;
    margin-bottom: 10px;
}

#main #left-nav .left-nav-adds img
{
    border: 0;
}

/*----- right wrapper = content & right -----*/
#main #right-wrapper
{
}

/*----- content (center) column -----*/
#main #center-nav
{
    float: left;
    width: 690px;
    margin-left: 10px;
    margin-bottom: 10px;
}

/*----- right column -----*/
#main #right-nav
{
    float: right;
    width: /*140px;*/ 0;
}

/*----- bottom panel, footer -----*/
#main #bottom .bottom-hr
{
    height: 1px;
    clear: both;
    margin: 0;
    margin-top: 15px;
    background-image: url('../images/footer-line.png');
    background-position: center center;
    background-repeat: no-repeat;
}

#main #bottom .bottom-footer
{
    font-size: x-small;
    clear: both;
    margin: 0;
    background-image: url('../images/footer-bg.png');
    background-position: left top;
    background-repeat: repeat-y;
    text-align: center;
}

#main #bottom .bottom-footer a,
#main #bottom .bottom-footer a:hover,
#main #bottom .bottom-footer a:visited
{
    color: #193266;
    font-weight: bold;
    text-decoration: none;
}

/*----- title h2 -----*/
#center-nav #content h2
{
    color: #375CA2;
    border-bottom: 1px solid #000080;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 0;
    font-size: 15px;
}

#center-nav #content h2 span
{
    margin-left: 20px;
    text-transform: uppercase;
}

/*----- left nav elements -----*/
#left-nav .hardware-list
{
    width: 178px;
    padding: 1px;
    text-align: center;
    margin-left: -3px;
}

#left-nav .hardware-list-header
{
    height: 33px;
    background-image: url('../images/partners-menu-header.png');
    background-position: left top;
    background-repeat: no-repeat;
    color: #66FF33;
}

#left-nav .hardware-list-header span
{
    display: block;
    padding-top: 4px;
    font-weight: bold;
    font-size: 13px;
}

#left-nav .hardware-list-body
{
    background-image: url('../images/partners-menu-body.png');
    background-position: left top;
    background-repeat: repeat-y;
}

#left-nav .hardware-list-body ul
{
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: -10px;
}

#left-nav .hardware-list-body ul li
{
    padding-bottom: 5px;
}

#left-nav .hardware-list-body ul li a,
#left-nav .hardware-list-body ul li a:visited
{
    font-size: 13px;
    text-decoration: none;
    color: #000080;
}

#left-nav .hardware-list-body ul li a:hover
{
    text-decoration: underline;
}

#left-nav .hardware-list-bottom
{
    height: 12px;
    background-image: url('../images/partners-menu-bottom.png');
    background-position: left top;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}

/*----- right nav elements -----*/
/*
#right-nav .hardware-menu
{
    width: 122px;
    padding: 1px;
    text-align: center;
}

#right-nav .hardware-menu-header
{
    height: 33px;
    background-image: url('../images/right-menu-header.png');
    background-position: left top;
    background-repeat: no-repeat;
    color: #66FF33;
}

#right-nav .hardware-menu-header span
{
    display: block;
    padding-top: 4px;
    font-weight: bold;
    font-size: 11px;
}

#right-nav .hardware-menu-body
{
    background-image: url('../images/right-menu-body.png');
    background-position: left top;
    background-repeat: repeat-y;
}

#right-nav .hardware-menu-body ul
{
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: -10px;
}

#right-nav .hardware-menu-body ul li
{
    padding-bottom: 5px;
}

#right-nav .hardware-menu-body ul li a,
#right-nav .hardware-menu-body ul li a:visited
{
    text-decoration: none;
    color: #000080;
}

#right-nav .hardware-menu-body ul li a:hover
{
    text-decoration: underline;
}

#right-nav .hardware-menu-bottom
{
    height: 12px;
    background-image: url('../images/right-menu-bottom.png');
    background-position: left top;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}
*/
