
/********************************************
* Institucional Style
********************************************/

/*********************************
* Títulos
*********************************/

#hdr-historia, 
#hdr-right, 
#hdr-video, 
#hdr-estrutura, 
#hdr-localizacao,
#hdr-contato,
#hdr-solicite {
    height: 20px;
    text-indent: -9999px;
    margin-bottom: 5px;
}

#hdr-historia {
    background: url(../images/hdr_historia.gif) top left no-repeat;
}

#hdr-right {
    background: url(../images/hdr_right.gif) top left no-repeat;
}

#hdr-video {
    background: url(../images/hdr_video.gif) top left no-repeat;
}

#hdr-estrutura {
    background: url(../images/hdr_cadeiavalor.gif) top left no-repeat;
}

#hdr-localizacao {
    background: url(../images/hdr_localizacao.gif) top left no-repeat;
}

#hdr-contato {
    background: url(../images/hdr_contato_rel.gif) top left no-repeat;	
	
}

#hdr-solicite {
    background: url(../images/hdr_solicite.gif) top left no-repeat;	
	
}
/*********************************
* SubMenu
*********************************/

#subnav a#historia {
    background: url(../images/subnav_historia.gif) top left no-repeat;
}

#subnav a#video {
    background: url(../images/subnav_video.gif) top left no-repeat;
}

#subnav a#estrutura {
    background: url(../images/subnav_estrutura.gif) top left no-repeat;
}

#subnav a#localizacao {
    background: url(../images/subnav_localizacao.gif) top left no-repeat;
}

#subnav a#historia:hover, body.historia-on #subnav a#historia {
    background: url(../images/subnav_historia.gif) bottom left no-repeat;
}

#subnav a#video:hover, body.video-on #subnav a#video {
    background: url(../images/subnav_video.gif) bottom left no-repeat;
}

#subnav a#estrutura:hover, body.estrutura-on #subnav a#estrutura {
    background: url(../images/subnav_estrutura.gif) bottom left no-repeat;
}

#subnav a#localizacao:hover, body.localizacao-on #subnav a#localizacao {
    background: url(../images/subnav_localizacao.gif) bottom left no-repeat;
}