/* 
    Document   : siteBar
    Created on : 10.01.2009., 11.45.21
    Author     : Milko Leporis
    Description:
        Purpose of the stylesheet follows.
*/

.Promo_SiteBar_Back {
    /*margin-left: auto;
    margin-right: auto;*/
    width: 100%;
    height: 70px;
    background-image: url(../../images/bar_back.png);
    background-repeat: repeat-x;
}
.Promo_SiteBar {
    margin-left: auto;
    margin-right: auto;
    width: 900px;
    text-align: left;
}
.Promo_SiteBar_Logo {
    float: left;
    padding: 10px 4px 4px 0px;
    font-family: Georgia,serif;
    font-weight: bold;
}
.Promo_SiteBar_Logo a:link,
.Promo_SiteBar_Logo a:visited {
    color: white;
    font-size: 24px;
    text-decoration: none;
}
.Promo_SiteBar_Logo a:hover {
    color: white;
    font-size: 24px;
    text-decoration: none;
}
.Promo_SiteBar_Title {
    float: right;
    padding: 10px 0px 4px 4px;
    font-family: Georgia,serif;
    font-weight: bold;
    color: white;
    font-size: 24px;
}
.Promo_SiteBar_Counter {
    float: left;
    margin-left: 180px;
}
.Promo_SiteBar_Counter embed {
    height: 50px;
    margin-top: 2px;
}
