@charset "utf-8";
body, html {
	margin:0px;
	background-image:url(imagens/back.jpg);
	background-repeat:repeat-x;
	height:100%;
	font-family:Tahoma;
	font-size:11px;
}
input,textarea,select{
	font-family:Tahoma;
	font-size:11px;
	border:1px solid #999999;

}

#sombra_esquerda{
	position:absolute;
	left:50%;
	top:165px;
	width:23px;
	height:188px;
	margin-left:-413px;
	z-index:1;
}
#sombra_direita{
	position:absolute;
	left:50%;
	top:165px;
	width:23px;
	height:188px;
	margin-left:390px;
	z-index:1;
}
#conteudo{
	background-image:url(imagens/back_topo.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	background-position:top center;
	position:absolute;
	left:50%;
	top:0px;
	width:780px;
	height:100%;
	margin-left:-390px;
	z-index:1;
	padding-top:176px;
}
#menu{
	width:174px;
	float:left;
}
#tela{
	width:384px;
	float:left;
	border-left:1px dashed #999999;
	border-right:1px dashed #999999;
	margin-bottom:10px;
	margin-top:0px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	padding-top:0px;
}
#promocoes{
	width:200px;
	float:left;
}

#rodape{
	
	position:relative;
	width:700px;
	height:55px;
	left:50%;
	margin-left:-350px;
	border-top:1px dashed #999999;
	z-index:1;
	clear:both;
}
p,a{
	text-align:center;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	margin:0px;

	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
#atendimento{
	position:absolute;
	margin-top:42px;
	width:210px;
	height:150px;
	margin-left:180px;
	left:50%;
	z-index:2;
}
.tabela{
	
	font-size:11px;
	text-align:justify;
}

.tabela a{
	color:#000000;
	font-size:11px;
	text-align:justify;
}

.link{
	font-size: 11px;
	font-family: Tahoma;
	color: #737373;
	text-decoration:none;
}