﻿
*
{
    padding: 0px;
    margin: 0px;
}

h1
{
    font-size: 20px;
}

body
{
    background: #fafafa url( "images/bg_gradient.png" ) 50% 0px repeat-x;
    font: 11px/18px arial, sans-serif;
}

#EvonetTopContainer
{
    background: #FFFFFF url( "images/bg_outer.png" ) 50% 0px repeat;
    text-align: left;
    margin: 0 auto;
    width: 820px;
    height: 235px;
    padding-top: 20px;
}

#EvonetHeader
{
    position: relative;
    left: 18px;
    height: 235px;
}

#EvonetLogo
{
    position: absolute;
    left: 5px;
    width: 347px;
    height: 58px;
    background: url( "images/logo.png" ) no-repeat;
    text-indent: -9999px;
}

#EvonetLogo a
{
    width: 347px;
    height: 58px;
    background: url( "images/logo.png" ) no-repeat;
    display: block;
}
#EvonetNav
{
    position: absolute;
    left: 0px;
    top: 66px;
    height: 150px;
}
#EvonetNav ul
{
    float: left;
    width: 820px;
    list-style: none;
}
#EvonetNav li
{
    float: left;
    margin: 0 8px 0 0;
}
#EvonetNav img
{
    display: inline;
    float: left;
}

#EvonetBlogBanner
{
    width: 780px;
    height: 150px;
    background: url("images/DemoBanner.jpg" ) no-repeat;
}

#EvonetMenubar
{
    position: absolute;
    top: 224px;
    left: 0px;
    height: 25px;
    background: url( "images/menu_bar.png" ) no-repeat;
}

#EvonetMenubar #RSS a
{
    position: absolute;
    top: 4px;
    left: 680px;
    font: bold 12px/15px arial, sans-serif;
    color: White;
    text-decoration: None;
    background-image: url( "images/rss-icon.jpg" );
    background-repeat: no-repeat;
    background-position: 0px -1px;
    padding: 0 0 5px 25px;
}

#EvonetMenubar #RSS a:hover
{
    color: White;
    text-decoration: Underline;
}

#EvonetMenubar ul
{
    float: left;
    width: 784px;
    list-style: none;
}
#EvonetMenubar li
{
    float: left;
    margin: 4px 0px 0px 15px;
    font: bold 12px/15px arial, sans-serif;
    color: White;
    background-image: url( "images/arrow.gif" );
    background-repeat: no-repeat;
    background-position: 0px 1px;
    padding: 0 0 5px 15px;
}

#EvonetMenubar li a
{
    color: White;
    text-decoration: None;
}

#EvonetMenubar li a:hover
{
    color: White;
    text-decoration: Underline;
}


#EvonetBottomContainer
{
    background: #FFFFFF url( "images/bg_inner.png" ) 50% 0px repeat;
    text-align: center;
    margin: 0 auto;
    width: 820px;
    min-height: 845px;
    padding-top: 30px;
}

#EvonetBottomContainer h3 
{
    position: relative;
    top: 4px;
    font-size: 18px;
    line-height: 25px;
    color: #656551;
    letter-spacing: -1px;
    margin-bottom: 20px;
}

#EvonetBottomContainer h3 a
{
    color: #656551;
    text-decoration: None;
}

#EvonetBottomContainer h3 a:hover
{
    color: #656551;
    text-decoration: Underline;
}