html, body 
{
    height: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
}

* html #page
{
    height: 100%; /* hack para IE6 que trata height como min-height */
}
body
{
    background-color: #004E00;
    color:#333333;
    font-family: arial, sans-serif;
    font-size: 12px;
    background-image: url(../images/layout/bg.jpg);
    background-position: top center;
    background-repeat: repeat-x;
}

#page
{
    width: 100%;
    min-width: 960px;
    min-height: 100%;
    margin: 0 auto;
    position: relative;
    background-image: url(../images/layout/bg_conteudo_repeat.png);
    background-position: top center;
    background-repeat: repeat-y;
    
}
/*********************************************************************************/
#header
{
    width: 960px;
    height: 98px;
    margin: 0 auto;
    position: relative;
}
a#logo {
    float: left;
    position: relative;
    margin-left: 45px;
    margin-top: 19px;
}
#header_right {
    float: right;
    position: relative;
    width: 620px;
    height: 64px;
    margin-top: 34px;
    margin-right: 55px;
    color: #A4A4A4;
}
/*********************************************************************************/
#header_right div#form_webmail {
    float: left;
    position: relative;
    width: 335px;
}
#header_right div#form_busca {
    float: right;
    position: relative;
}

div#form_webmail form .row{
    float: left;
    position: relative;
    width: 100%;
    height: 20px;
}
div#form_webmail form .row a{
    color: #6DA984;
    font-size: 10px;
    float: right;
    margin-top: 5px;
    margin-right: 35px;
}
span.webmail {
    float: left;
    position: relative;
    height: 17px;
    padding-top: 3px;
    font-weight: 700;
    background-image: url(../images/layout/icon_mail.jpg);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 24px;
    padding-right: 16px;
}

#header_right input.text {
    float: left;
    position: relative;
    border: 0;
    border: #EAEAEA solid 1px;
    width: 100px;
    height: 18px;
    margin-right: 3px;
    font-size: 11px;
    color: #A4A4A4;
    background-color: #FBFBFB;
}
#header_right input.submit {
    border: 0;
    width: 20px;
    height: 20px;
    background: transparent;
    background-image: url(../images/layout/bt_submit.png);
    background-position: center center;
    background-repeat: no-repeat;
}

div#form_busca span.busca {
    float: left;
    position: relative;
    height: 17px;
    padding-top: 3px;
    font-weight: 700;
    padding-right: 5px;
}
/*********************************************************************************/
#content
{
    position: relative;
    width: 872px;
    margin: 0 auto;
    padding-top: 14px; 
    padding-left: 44px;
    padding-right: 44px;
    padding-bottom: 100px;
}
/*********************************************************************************/
#mainmenu
{
    position: relative;
    width: 960px;
    height: 39px;
    margin: 0 auto;
    z-index: 0;

}
#mainmenu #mainmenu_sombra
{
    position: absolute;
    width: 960px;
    height: 6px;
    left: 0;
    bottom: 0;
    background-image: url(../images/layout/menu_sombra.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    z-index: 1;
}
#mainmenu ul
{
    float: left;
    position: relative;
    width: 917px;
    height: 39px;
    margin-left: 44px;
    background-image: url(../images/layout/menu_bg.jpg);
    background-position: bottom left;
    background-repeat: no-repeat;
}
#mainmenu li
{
    float: left;
    position: relative;
    background-image: url(../images/layout/menu_divisor.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}

#mainmenu li a
{
    float: left;
    position: relative;
    height: 23px;
    padding-top: 16px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    color: #A4A4A4;
    text-align: center;
    font-weight: 700;
}
#mainmenu li a:hover,
#mainmenu li.active a
{
    color: #FFF;
    text-decoration: none; 
    background-image: url(../images/layout/menu_bg2.png);
    background-position: bottom center;
    background-repeat: no-repeat;
}
#mainmenu li.first a
{
    padding-left: 23px;
}
#mainmenu li.first a:hover,
#mainmenu li.first.active a
{
    background-position: bottom left;
}
#mainmenu li.last a:hover,
#mainmenu li.last.active a
{
    background-position: bottom right;
}
#mainmenu li.last
{
    background: transparent;
}
/******************************************************************************/
div.area_cliente {
    display: none;
}

.central_cliente ul {
    padding-top: 12px;
    float: left;
    position: relative;
    width: 100%;
}
.central_cliente ul li {
    float: left;
    position: relative;
    margin-bottom: 2px;
}
.central_cliente ul li a{
    float: left;
    position: relative;
    font-size: 14px;
    color: #666666;
    width: 219px;
    height: 19px;
    padding-top: 1px;
    padding-left: 20px;
    background-image: url(../images/modules/home/menudestaque_bg.jpg);
    background-position: top left;
    background-repeat: no-repeat;
}

.central_cliente ul li a:hover{
    text-decoration: none;
    background-position: bottom left;
}

div.central_cliente {
    float: left;
    position: relative;
    width: 220px;
    /*padding-left: 24px;*/
    /*padding-right: 24px;*/
    z-index: 100;
    margin-right: 60px;
}

div.central_cliente:hover .content {
    display: block;
}

div.central_cliente .title {
    cursor: pointer;
    color: #004E00;
    background: transparent url('../images/layout/icon-users.png') left center no-repeat;
    text-align: left;
    padding-left: 40px;
}
div.central_cliente h2 {
    margin: 0;
    padding: 0;
    float: left;
    position: relative;
    width: 100%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
div.central_cliente  .barra_top {
    position: relative;
    margin: 0 auto;
    width: 200px;
    height: 10px;
    margin-bottom: 0;
    background-color: #CCCCCC;
}

div.central_cliente .content {
    float: left;
    position: relative;
    background-color:#EEEEEE;
    width:180px;
    padding: 7px 20px;
    padding-bottom: 15px;
    display: none;

    -webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 5px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 5px 5px 0px rgba(50, 50, 50, 0.75);
}

div.central_cliente .sombra{
    position: absolute;
    width: 288px;
    height: 6px;
    bottom: 0;
    right: 0;
    /*background: transparent url(../images/modules/home/sombra_bottom.png) no-repeat top left;*/
    z-index: 1;
}
/*********************************************************************************/
div.facebook_box {
    float: left;
    position: relative;
    width: 240px;
    height: 340px;
    overflow: hidden;
    padding-top: 20px;
    padding-left: 24px;
    padding-right: 24px;
}
/*********************************************************************************/

#footer
{
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
    min-width: 960px;
    clear: both;
    position:absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    height: 97px;
}

#footer_content
{
    position: relative;
    width: 960px;
    height: 88px;
    padding-top: 9px;
    margin: 0 auto;
    text-align: left;
    color: #666666;
}

#footer_content .copyright
{
    float: left;
    position: relative;
    width: 100%;
    height: 20px;
    text-align: center;
    padding-top: 24px;
    color: #333333;
    font-size: 9px;
}
/*******************************************************************************/
#footermenu {
    float: left;
    position: relative;
    width: 960px;
    height: 44px;
}
#footermenu #footermenu_sombra
{
    position: absolute;
    width: 960px;
    height: 6px;
    left: 0;
    top: 9px;
    background-image: url(../images/layout/footermenu_sombra.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    z-index: 1;
}
#footermenu ul
{
    float: left;
    position: relative;
    width: 860px;
    height: 44px;
    margin-left: 50px;
    background-image: url(../images/layout/footermenu_bg.jpg);
    background-position: top left;
    background-repeat: no-repeat;
}
#footermenu li
{
    float: left;
    position: relative;
    background-image: url(../images/layout/footermenu_divisor.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}

#footermenu li a
{
    float: left;
    position: relative;
    height: 22px;
    padding-top: 22px;
    padding-left: 27px;
    padding-right: 27px;
    font-size: 12px;
    color: #B2B2B2;
    text-align: center;
    font-weight: 700;
}
#footermenu li a:hover,
#footermenu li.active a
{
    color: #099014;
    text-decoration: none; 
}
#footermenu li.first
{
    margin-left: 48px;
}
#footermenu li.first a:hover,
#footermenu li.first.active a
{
    background-position: bottom left;
}
#footermenu li.last a:hover,
#footermenu li.last.active a
{
    background-position: bottom right;
}
#footermenu li.last
{
    background: transparent;
}
/*******************************************************************************/
a#logo_t4r
{
    position: absolute;
    bottom: 5px;
    right: 50px;
    width: 40px;
    height: 23px;
    background-image: url(../images/layout/logo_t4r.png);
    background-position: top left;
    background-repeat: no-repeat;
}
a#logo_t4r:hover
{
    background-position: bottom left;
}
/*********************************************************************************/
div.breadcrumbs
{
    float: left;
    position: relative;
    width: 100%;
    padding-bottom: 10px;
}
div.breadcrumbs span
{
    font-weight: bold;
    font-size: 14px;
}
div.breadcrumbs span a
{
    font-weight: normal;
    font-size: 12px;
}
/*****************************************************************************/
div.texto, p.texto
{
    line-height: 18px;
}
p.note
{
    margin-top: 7px;
    margin-bottom: 7px;
}

a:link, a:active, a:visited
{
    color: #000;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

a.mais
{
    float: right;
    position: relative;
    width: 80px;
    height: 21px;
    background-image: url(../images/layout/bt_leiamais.png);
    background-position: top left;
    background-repeat: no-repeat;
}
/******************************************************************/

h1, h2
{
    padding-top: 8px;
    font-size: 14px;
    color: #999999;   
}

.errorSummary
{
    color: #000;
}