html {
background:#C3E1E3;
}

body {
border-top:3px solid #88C3C7;
background:#FFF url(../imagens/bg_rodape.gif) left bottom repeat-x;
}

#wrapper {
position:relative;
width:840px;
margin:0 auto 0 auto;
}


/* Header */

#header {
position:relative;
height:115px;
}

#header ul#accessibility {
display:none;
}

#header h1 {
display:block;
width:114px;
height:83px;
margin:0 auto 0 auto;
padding:15px 0 0 0;
}

#header #links {
position:absolute;
top:0;
left:640px;
width:198px;
height:24px;
background:url(../imagens/bg_topo_menu.gif) no-repeat;
}

#header ul#links li {
display:inline;
float:left;
padding:5px 0 0 0;
}

#header ul#links li a {
font-weight:normal;
color:#FFF;
padding:5px 8px;
}

#header ul#links li.corporative a {
margin:0 0 0 20px;
}


/* Menu */

#nav {
position:static; /* IE doesn't allow me to make it relative */
background:url(../imagens/bg_menu.jpg) no-repeat;
width:100%;
height:36px;
padding:0 0 10px 42px;
}

#nav ul li {
position:relative;
float:left;
}

#nav ul li a {
display:block;
float:left;
height:36px;
text-indent:-10000px;
overflow:hidden;
background-image:url(../imagens/menu_links.gif);
}

#nav ul li#aba-home, 
#nav ul li#aba-inst, 
#nav ul li#aba-prod, 
#nav ul li#aba-lanc, 
#nav ul li#aba-rs, 
#nav ul li#aba-rh, 
#nav ul li#aba-press {
margin:0 3px 0 0;
}

#nav ul li#aba-home a { width:52px; }
#nav ul li#aba-home.affected a { background-position:0 -36px; }

#nav ul li#aba-inst a { width:84px; background-position:-55px 0; }
#nav ul li#aba-inst.affected a { background-position:-55px -36px; }

#nav ul li#aba-prod a { width:67px; background-position:-142px 0; }
#nav ul li#aba-prod.affected a { background-position:-142px -36px; }

#nav ul li#aba-lanc a { width:91px; background-position:-212px 0; }
#nav ul li#aba-lanc.affected a { background-position:-212px -36px; }

#nav ul li#aba-rs a { width:103px; background-position:-306px 0; }
#nav ul li#aba-rs.affected a { background-position:-306px -36px; }

#nav ul li#aba-rh a { width:121px; background-position:-455px 0; }
#nav ul li#aba-rh.affected a { background-position:-455px -36px; }

#nav ul li#aba-press a { width:70px; background-position:-579px 0; }
#nav ul li#aba-press.affected a { background-position:-579px -36px; }

#nav ul li.affected {
z-index:1499;
}

#nav ul.sub, #nav ul.sub2 {
display:none;
position:absolute;
padding:2px;
border:1px solid #9FCECE;
width:140px;
background:#FFF;
}

#nav ul.sub3 {
display:none;
position:absolute;
padding:2px;
border:1px solid #9FCECE;
width:110px;
background:#FFF;
}

#nav ul li.affected ul.sub {
display:block;
}

#nav ul li#aba-inst.affected ul.sub,
#nav ul li#aba-prod.affected ul.sub {
width:110px;
}

#nav ul li#aba-inst.affected ul.sub { background-image:url(../imagens/menu_hover_institucional.gif); }
#nav ul li#aba-prod.affected ul.sub { background-image:url(../imagens/menu_hover_produtos.gif); }
#nav ul li#aba-rs.affected ul.sub { background-image:url(../imagens/menu_hover_responsabilidade.gif); }
#nav ul li#aba-rh.affected ul.sub { background-image:url(../imagens/menu_hover_rh.gif); }

#nav ul li.affected ul.sub {
top:3px;
left:3px;
padding:27px 2px 2px 2px;
background-color:#FFF;
background-position:6px 9px;
background-repeat:no-repeat;
z-index:1500;
}

#nav ul li.affected ul.sub2 {
top:5px;
left:135px;
z-index:1600;
}
#nav ul li.affected ul.sub3 {
top:5px;
left:105px;
z-index:1600;
}

#nav ul li.affected ul.sub li a, #nav ul li.affected ul.sub2 li a {
border-top:1px solid #C3E1E3;
padding:5px 15px 5px 5px;
background:none;
float:none;
font-weight:normal;
overflow:none;
text-indent:0;
width:120px !important;
height:auto;
}

#nav ul li#aba-inst.affected ul.sub li a,
#nav ul li#aba-prod.affected ul.sub li a { 
width:90px !important;
}

#nav ul li.affected ul.sub li.first-child a {
border:0;
}

#nav ul li.affected ul.sub li a.has {
background:#FFF url(../imagens/menu_seta.gif) 131px 9px no-repeat !important;
}

#nav ul li.affected ul.sub li a.has2 {
background:#FFF url(../imagens/menu_seta.gif) 101px 9px no-repeat !important;
}

#nav ul li.affected ul.sub li a:hover {
background-color:#E1F1F1;
text-decoration:none;
}



/* Search */

#nav .searchbox {
position:absolute; 
top:123px;
left:703px;
width:137px;
}

#nav .searchbox label {
display:none;
}

#nav .searchbox input#busca_box {
border:none;
width:90px;
padding:3px 5px;
background:transparent;
}

#nav .searchbox input.action {
position:absolute;
top:0;
right:9px;
width:24px;
height:20px;
background:url(../imagens/b_buscar.gif) 5px 3px no-repeat;
}

#nav .searchbox input.loading {
background:url(../imagens/loading2.gif) 2px 2px no-repeat;
}


/* Content */

#content .section {
position:relative;
background:url(../imagens/bg_palco.gif) repeat-y;
padding:0 0 40px 0;
margin:0 0 10px 0;
}

#content .section h2 {
background:url(../imagens/bg_palco_topo.gif) no-repeat;
height:35px;
padding:10px 0 0 15px;
}

#content .section {
min-height:300px;
_height:300px;
}

#content .section-main, #content .section-aux {
position:relative;
float:left;
}

#content .section-main {
width:620px;
}

#content .section-aux {
width:210px;
margin:0 0 0 10px;
}

#content .path {
position:absolute;
bottom:0;
left:0;
width:830px;
background:url(../imagens/bg_palco_rodape.gif) 0 bottom no-repeat;
padding:5px;
}

#content .path p {
padding:5px;
border-top:1px solid #C3E1E3;
}

#content .path p a {
font-weight:normal;
text-decoration:underline;
}




/* Footer */

#footer {
position:relative;
height:120px;
}

#footer ul {
padding:0 0 0 295px;
width:615px;
height:31px;
background:url(../imagens/rodape_div.gif) center bottom no-repeat;
}

#footer ul li {
display:inline;
}

#footer ul li a {
display:block;
float:left;
padding:8px 13px;
background:url(../imagens/div.gif) left center no-repeat;
font-weight:normal;
}

#footer ul li.first-child a {
background:none;
}

#footer ul li a abbr {
font-style:normal;
}

#footer .vcard {
padding:10px 0 0 40px;
width:100%;
height:40px;
background:url(../imagens/rodape_div2.gif) center bottom no-repeat;
}

#footer .vcard h3 {
background:url(../imagens/rodape_memphis.gif);
width:94px;
height:15px;
text-indent:-100000px;
overflow:hidden;
}

#footer .vcard p {
float:left;
margin:0 5px 0 0;
}

#footer .vcard p a {
font-weight:normal;
}

#footer .vcard p.tel {
padding:0 5px 0 0;
background:url(../imagens/div.gif) right 3px no-repeat;
}

#footer p.feed {
position:absolute;
top:91px;
left:41px;
}

#footer p.feed a {
display:block;
width:14px;
height:14px;
background:url(../imagens/rss.gif);
text-indent:-100000px;
overflow:hidden;
}

#footer p.feed a:hover {
background:url(../imagens/rss2.gif);
}

#footer p#copyright {
position:absolute;
bottom:15px;
left:65px;
font-size:10px;
}

#footer p#upside {
position:absolute;
bottom:4px;
right:40px;
}