﻿.HeaderLine1
{
    height: 112px;
}
.HeaderLine2
{
    height: 39px;
    clear: both;
}
.HeaderLogo
{
    width: 360px;
    float: left;
}
.LinkImage
{
    width: 360px;
    height: 112px;
    display: block;
}
.HeaderAddress
{
    float: right;
    padding-right: 20px;
    font-size: 8pt;
    color: #ffffff;
    font-family: Tahoma, Verdana, Arial;
    text-align: right;
    padding-right: 24px;
    padding-top: 30px;
    line-height: 18px;
    cursor: default;
}
.HeaderDate
{
    font-family: Tahoma, Verdana, Arial;
    padding-left: 7px;
    font-size: 0.5em;
    color: #666666;
    padding-top: 24px;
    float: left;
    width: 123px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: default;
}
.HeaderMenu
{
    float: right;
}
.HeaderMenuItem
{
    float: left;
    font-size: 0.7em;
    color: #333333;
    font-family: Arial, Tahoma, Verdana;
    text-decoration: none;
    font-weight: bold;
    background-position: left center;
    background-image: url(/PTSorocaba/WebSite/Common/MenuItem.gif);
    background-repeat: no-repeat;
    height: 39px;
    display: block;
    padding-right: 6px;
    padding-left: 12px;
    line-height: 37px;
}
.HeaderMenuItem:hover
{
    background-image: url(/PTSorocaba/WebSite/Common/MenuItemOver.gif);
}