/* CSS Document */
a:link, a:active, a:visited {
	text-decoration: underline;
	color:#004747;
}	
a:hover {
	text-decoration:underline;
	color:#FF9900;
}
body{
margin:0;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
#global{
height:880px;
width:740px;
left:50%;
margin-left:-370px;
margin-top:20px;
position:absolute;
}
#cabecalho{
background:url(../images/cabecalho.jpg) no-repeat #FFFFFF;
width:600px;
height:100px;
float:left;
}
#logo{
padding:25px 0px 0px 15px;
width:200px;
height:60px;
float:left;
}
#lateral{
width:140px;
height:800px;
float:right;
}
#menu{
width:600px;
height:280px;
float:left;
}
#principal{
background:url(../images/fundo-conteudo.jpg) no-repeat #FFFFFF;
width:560px;
height:395px;
float:left;
padding:25px 20px 0px 20px;
}
#sombra{
background:url(../images/sombra-conteudo.jpg) no-repeat;
width:600px;
height:80px;
float:left;
}
#galeria{
width:335px;
height:360px;
float:left;
}
#servGal{
position:relative;
width:200px;
height:205px;
left:50%;
margin:-250px 0px 0px 70px;
}
.imgGal img{
border:5px solid #333333;
}
.fonteCinza{
color:#999999;
}
.txtProdutosIE6{
overflow:auto;
width:335px;
height:360px;
padding-right:5px;
text-align:justify;
}
.txtConteudos{
overflow:auto;
width:530px; 
height:350px; 
padding-left:20px; 
padding-right:10px; 
text-align:justify;
}