@charset "utf-8";
/* CSS Document */
*{border:none;}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color:#000;
}

#tudo{
	width:100%;
	text-align:center;
}
#topo{
	width:100%;
	text-align:left;
}
#conteudo{
	width:960px;
	margin:auto;
	text-align:left;
	padding: 20px 0 20px 0;
}
#esquerda{
	width:180px;
	float:left;
	padding-top:3px;
}
#menuPort{
	position:relative;
}
#menuPort ul li{
	list-style-type:none;
	padding-top:5px;
}
.fechinhaMenu{
	width:7px;
	height:4px;
	vertical-align:middle;
	text-align:right;
	padding: 0 0 0 10px;
}
#direita{
	width:770px;
	float:right;
}
#direitaContato{
	width:800px;
	padding:0 0 0 25px;
	float:left;
}
#chamada{
	height:32px;
}
#fundoChamadaEsquerda{
	width:28px;
	height:32px;
	background-image:url(../imagens/fundoEsquerdaChamada.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	float:left;
}
#fundoChamada{
	height:32px;
	background-image:url(../imagens/fundoChamada.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	float:left;	
	}
#chamadaTexto{
	font-size:14px;
	text-transform:uppercase;
	padding-top:8px;
}
#fundoDireitaChamada{
	width:13px;
	height:32px;
	background-image:url(../imagens/fundoChamadaDireita.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	float:left;
}

#conteudoInterno{
	padding: 20px 0 20px 15px;
}
#conteudoInternoProdutos{
	padding: 0 0 20px 15px;
}
#voltarTopo{

}
#rodape{
	width:960px;
	height:50px;
	margin:auto;
	text-align:left;
	background-image:url(../imagens/rodape.gif);
	background-position:top left;
	background-repeat:no-repeat;
	position:relative;
}
#menuRodape ul{
	list-style:none;
	padding:0;
}

#menuRodape ul li{
	display:inline;
	padding:0 5px 0 5px;
}

#gh{
	width:24px;
	height:10px;
	position:absolute;
	left: 865px;
	top: 6px;
	
}
.clear{
	clear:both;
}
.cinza{
	color:#999;
}

/* basicos */

p {
	margin:8px 0;
}
h1, h2, h3, h4, h5, h6 {
	margin:8px 0;
}
.negrito {
	font-weight:bold;
}
.negrito14 {
	font-weight:bold;
	font-size:14px;
}
.clear {
	clear:both;
}
a:link {
	color: #F8A139;
	text-decoration: none;
}
a:visited {
	color: #3B3B3B;
	text-decoration: none;
}
a:hover {
	color: #F9A13A;
	text-decoration: none;
}
a:active {
	color: #F8A139;
	text-decoration: none;
}
ul{
	padding-left: 12px;
	margin-left:10px;
}
ul li{
	list-style:disc;
}
.chamadaAzulCategoria{
	color:#00599B;	
	font-size:14px;
}
.chamadaAzulDestaqueProdutoNormal{
	color:#00599B;	
	font-size:14px;
	font-weight:bold;
}
.chamadaAzulDestaqueProduto{
	color:#00599B;	
	font-size:14px;
	font-weight:bold;
	background-image:url(../imagens/flexaChamada.gif);
	background-repeat:no-repeat;
	padding-left:7px;
}
.btnPadding{
	padding-left:4px;
}
.legendasFotos{
	color:#999;
	font-size:10px;
}
.ie6{
	color: #000; 
	background-color:#FFFF09; 
	font-weight: bold;
	margin:0;
	padding:5px 5px;
}
#produtosGeral{
	padding:0 0 0 0;	
	border:#000 1px solid;
}
