/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(/mt-admin/themes-base/blog.css);
@import url(/mt-admin/support/themes/professional-green/professional-green.css);
/* end StyleCatcher imports */

/*Color of Subtitle*/
#header-description {
    color: #b0b0b0;
    font-size: 15px;  
}

#header a {
    font-weight:bold;
    color: #e0e0e0;
}

#header { 
    background: #000 url(header-bg.gif) repeat-x 0 0;
}



#main-navigation {
    background: #eee url(navbg.gif) repeat-x 0 0;
    border-bottom: 1px solid #000;
    font-family: verdana;
}

#main-navigation-inner {
    position: relative;
}

#main-navigation ul {
    margin: 0;
    padding: 0 0 0 20px;
    list-style: none;
}

#main-navigation ul li {
    float: left;
    padding-top: 2px;
}

#main-navigation ul li a {
    display: block;
    text-decoration: none;
    padding: 7px 15px 7px 16px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

#main-navigation ul li a:hover {
    text-decoration: underline;
}

#main-navigation ul li.on a {
    color: #000;
    background: #fff url(nav-arrow-on.gif) no-repeat 50% bottom;
}

#main-navigation ul li.last {
    border-right: 1px solid #ccc;
}
