/* CSS Document */

body{
margin:0px;
padding:0px;
font-family:Arial,Verdana, Helvetica, sans-serif;
font-size:11px;
color:#333;
/*scrollbar-face-color:#fff;
	scrollbar-highlight-color:#fff;
	scrollbar-3dlight-color:#fff;
	scrollbar-darkshadow-color:#fff;
	scrollbar-shadow-color:#fff;
	scrollbar-arrow-color:#990000;
	scrollbar-track-color:#fff;*/
}
#containerGeral{
position: absolute;
top: 50%;
left: 50%;
margin-top:-319px;
margin-left:-400px;
width: 800px;
height: 638px;
}

/******* ESTILO TOPO **********/
#topo{
margin:0px 0px;
padding:0px 0px;
width:800px;
height:128px;
}
#topoEsquerda{
margin:0px 0px;
padding:0px 0px;
height:128px;
width:400px;
float:left;
background-image:url(../imgs/bgTopoEsq.jpg);
background-repeat:no-repeat;
}
#topoDireita{
margin:0px 0px;
padding:0px 0px;
height:128px;
width:400px;
float:right;
background-image:url(../imgs/bgTopoDir.jpg);
background-repeat:no-repeat;
}
#topoDireita form{
margin:90px 0px 0px 200px;
width:200px;
font: 10px arial, helvetica,;
color:#333333;
}

.campos {
background-color:#f1f1f1;
font: 10px arial, helvetica,;
margin-right: 2px;
color:#333333;
border:1px solid #999;
}
.botao {
background-color:#999;
font: 10px Arial, sans-serif;
color: #fff;
}

/*#topoDireita Form { width: 200px; height:30px; margin:100px 50px 0px 50px;padding:0px 0px;}
#topoDireita  Form label {display:inline; margin:50px 0px 0px 30px;}
#topoDireita Form input { width:100px; background-color:#f1f1f1; font:10px arial, helvetica, sans-serif; color:#333; margin:0px 0px;}
#topoDireita Form button { width:400px; background-color:#f1f1f1; font:10px arial, helvetica, sans-serif; color:#333; margin:0px 0px;}*/


/******************* MEIO ***********************************/
#meio{
margin:0px 0px;
padding:0px 0px;
width:800px;
height:410px;
}
/* ESTILO ESQUERDA  - Botoes*/
#ColLeft{
margin:0px 0px;
padding:0px 0px;
width:113px;
height:410px;
float:left;
background-image:url(../imgs/bgBotoes.jpg);
background-repeat:no-repeat;
}

#c{
width:113px;
height:44px;
}
.submenu{
width:113px;
background-color:#003366;
text-align:center;
}
a.link{
font-size:10px;
text-decoration:none;
color:#FFF;
}
a.link:hover{
font-size:10px;
text-decoration:none;
color:#006699;
}
a.empresa{
width:113px;
height:44px;
text-decoration:none;
display:block;
background-image:url(../imgs/btEmpresaOff.jpg);
background-repeat:no-repeat;
}
a.empresa:hover{
width:113px;
height:44px;
text-decoration:none;
display:block;
background-image:url(../imgs/btEmpresaOn.jpg);
background-repeat:no-repeat;
}
a.visao{
width:113px;
height:44px;
text-decoration:none;
display:block;
background-image:url(../imgs/btVisaoOff.jpg);
background-repeat:no-repeat;
}
a.visao:hover{
width:113px;
height:44px;
text-decoration:none;
display:block;
background-image:url(../imgs/btVisaoOn.jpg);
background-repeat:no-repeat;
}
a.produtos{
width:113px;
height:44px;
text-decoration:none;
display:block;
background-image:url(../imgs/btProdutosOff.jpg);
background-repeat:no-repeat;
}
a.produtos:hover{
width:113px;
height:44px;
text-decoration:none;
display:block;
background-image:url(../imgs/btProdutosOn.jpg);
background-repeat:no-repeat;
}

a.unidades{
width:113px;
height:44px;
text-decoration:none;
display:block;
background-image:url(../imgs/btUnidadesOff.jpg);
background-repeat:no-repeat;
}
a.unidades:hover{
width:113px;
height:44px;
text-decoration:none;
display:block;
background-image:url(../imgs/btUnidadesOn.jpg);
background-repeat:no-repeat;
}

a.profissionais{
width:113px;
height:44px;
text-decoration:none;
display:block;
background-image:url(../imgs/btProfissionaisOff.jpg);
background-repeat:no-repeat;
}
a.profissionais:hover{
width:113px;
height:44px;
text-decoration:none;
display:block;
background-image:url(../imgs/btProfissionaisOn.jpg);
background-repeat:no-repeat;
}
a.contato{
width:113px;
height:44px;
text-decoration:none;
display:block;
background-image:url(../imgs/btContatoOff.jpg);
background-repeat:no-repeat;
}
a.contato:hover{
width:113px;
height:44px;
text-decoration:none;
display:block;
background-image:url(../imgs/btContatoOn.jpg);
background-repeat:no-repeat;
}

a.bibliotecas{
width:113px;
height:44px;
text-decoration:none;
display:block;
background-image:url(../imgs/btBibliotecasOff.jpg);
background-repeat:no-repeat;
}
a.bibliotecas:hover{
width:113px;
height:44px;
text-decoration:none;
display:block;
background-image:url(../imgs/btBibliotecasOn.jpg);
background-repeat:no-repeat;
}




/***************** RODAPE****************************/
#rodape{
margin:0px 0px;
padding:0px 0px;
width:800px;
height:100px;
background-image:url(../imgs/bgRodape.jpg);
background-repeat:no-repeat;
}



