/* ESTRUTURA DO LAYOUT E SELETORES GLOBAIS */
*
{
margin:0;
padding:0;
border:0;
}

body
{
margin:0 auto;
text-align:center;
font-family:Arial, Helvetica, sans-serif, "Arial Narrow";
font-size:62.5%;
color:#333;
background:url(../imagens/bg.gif) repeat-x;
}

a
{
color:#069;
}

a:hover
{
text-decoration:none;
}

.clear
{
clear:both;
}

#wrapper
{
position:relative;
width:960px;
margin:0 auto;
text-align:left;
}

/* LOGO */
h1.logo
{
position:absolute;
top:13px;
left:8px;
text-indent:-90000px;
width:521px;
height:131px;
background:url(../imagens/logo.png) no-repeat;
}

h1.logo a
{
display:block;
width:300px;
height:131px;
text-decoration:none;
}

/* LABOFIT TV */
p.labofitTV
{
position:absolute;
top:65px;
right:45px;
}

/* RODAPÉ */
#footer
{
clear:both;
width:839px;
margin-left:122px;
padding:60px 0 20px 0;
background:url(../imagens/bg-footer.png) repeat-x;
}

#home #footer
{
background:none;
padding-top:0;
}

#footer address
{
width:177px;
float:left;
font-size:1.2em;
line-height:1.5em;
font-style:normal;
}

#footer address strong
{
font-size:1.4em;
color:#00386c;
}

.footerInfo
{
float:left;
height:140px;
border-left:1px solid #ccc;
}

.footerInfo h6
{
margin-bottom:20px;
font-size:1.2em;
color:#666;
font-weight:normal;
}

.footerInfo#espaco
{
text-align:center;
width:145px;
}

.footerInfo#parceiros
{
width:510px;
}

.footerInfo#parceiros h6
{
padding-left:20px;
}

.footerInfo#parceiros ul
{
list-style:none;
padding-left:20px;
}

.footerInfo#parceiros ul li
{
float:left;
margin-right:25px;
}

.footerInfo#parceiros ul li.stage3
{
margin-right:0;
}
