@charset "utf-8";
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Tahoma;
	font-size: 12px;
	background-color: #FFFFFF;
	background-image: url(../_imagens/body_fundo.jpg);
	background-repeat: repeat-x;
}
#defesa  {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
} 
#topo  {
	height: 370px;
	float: left;
	width: 1000px;
}
#logo {
	float:left;
	height:55px;
	width:285px;
	background-image: url(../_imagens/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	cursor:pointer;
}
#menu_topo {
	height:55px;
	text-align:right;
	color: #000000;
	font-size: 11px;
	width: 712px;
	float: left;
	padding-left: 3px;
} 
#menu_topo  a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 11px;
}
#menu_topo  a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-size: 11px;
}
#item_menu_topo {
	width:100px;
	height:18px;
	padding-top:37px;
	float:left;
	background-image:url(../_imagens/item_menu.jpg);
	background-repeat: no-repeat;
	text-align:center;
	margin-right:2px;
}
#item_menu_topo_selecionado {
	width:100px;
	height:18px;
	padding-top:37px;
	float:left;
	background-image:url(../_imagens/item_menu_selecionado.jpg);
	background-repeat: no-repeat;
	text-align:center;
	margin-right:2px;
}
#banner {
	width:1000px;
	height:250px;
	float:left;
}
#linha_vermelha {
	width:1000px;
	height:5px;
	float:left;
	background-color:#980404;
	line-height: 5px;
}
#busca {
	width:325px;
	height:40px;
	float:left;
	background-color:#F3F3F3;
}
#menu_esquerda  {
	float: left;
	width: 160px;
	padding-right: 5px;
}
#carrinho {
	width:240px;
	height:32px;
	float:left;
	background-image: url(../_imagens/carrinho_fundo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 75px;
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 8px;
	cursor:pointer;
	
}
#listagem {
	width:630px;
	height:810px;
	;
	float:left;
	padding-top:15px;
}
#menu_direita  {
	float: left;
	width: 190px;
}
#promocoes {
	width:170px;
	height:auto;
	padding-left:9px;
	padding-right:10px;
	float:left;
	padding-top: 15px;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #980404;
}
#suporte {
	width:160px;
	height:50px;
	float:left;
	padding-top: 20px;
}
#destaques_internos {
	width:630px;
	height:250px;
	float:left;
}
#cabecalho_esquerda{
	width:145px;
	height:16px;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#980404;
	letter-spacing:-0.5px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #980404;
	background-image: url(../_imagens/cabecalho_fundo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}
#cabecalho_direita {
	width:175px;
	height:15px;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#980404;
	letter-spacing:-0.5px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #980404;
	background-image: url(../_imagens/cabecalho_fundo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}

#cabecalho_central {
	width:610px;
	height:20px;
	float:left;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(../_imagens/cabecalho_canto.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #980404;
	padding-top: 5px;
	color: #FFFFFF;
}
#chamada {
	width:auto;
	height:20px;
	padding-right:25px;
	float:left;
	background-image:url(../_imagens/chamada_canto.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
}
#login {
	width:160px;
	height:190px;
	float:left;
	background-image:url(../_imagens/login_fundo.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	padding-top: 65px;
	padding-right: 10px;
	padding-left: 20px;
	margin-bottom: 20px;
}
#carregando {
	height: 245px;
	width: 632px;
	float: left;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 0px;
	display: block;
	padding-top: 180px;
}

#conteudo  {
	width: 630px;
	float: left;
	height: auto;
	padding-right: 5px;
} 
#texto {
	width:600px;
	height:460px;
	float:left;
	overflow: auto;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#finalizando {
	width:600px;
	float:left;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#carrinho_corpo {
	width:600px;
	float:left;
	margin-bottom: 15px;
	padding: 15px;
}

#cadastro {
	width:580px;
	height:auto;
	padding-left:35px;
	padding-right:15px;
	padding-top:25px;
	float:left;
	padding-bottom: 25px;
}
#contato {
	width:540px;
	height:480px;
	float:left;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 65px;
	margin-bottom: 15px;
}

#mapa {
	width:620px;
	height:443px;
	float:left;
	margin-bottom: 20px;
}


#conteudo_produto {
	width:600px;
	height:370px;
	padding-left:10px;
	padding-right:20px;
	float: left;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 10px;
	display: none;
	padding-top: 35px;
	padding-bottom: 10px;
}
#descricao {
	width:620px;
	padding-left:3px;
	padding-right:7px;
	height:auto;
	float:left;
	margin-bottom:20px;
	padding-top: 20px;
}

#produto {
	width:200px;
	height:240px;
	float:left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 25px;
	padding-left: 5px;
}

#nome_produto {
	width:200px;
	height:30px;
	float:left;
	font-family:arial;
	text-align:center;
	overflow: hidden;
	font-size: 11px;
	line-height: 15px;
}
#nome_produto a{
	text-decoration:none;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
}
#foto_produto {
	width:200px;
	height:120px;
	float:left;
	margin-bottom:10px;
	overflow: hidden;
	text-align: center;
}
#preco_produto {
	width:200px;
	height:35px;
	float:left;
	margin-bottom:10px;
	text-align:center;
	line-height:16px;
	color: #980404;
}

#base_produto {
	width:200px;
	height:30px;
	float:left;
	text-align:center;
}
#produto_promo {
	width:170px;
	height:166px;
	float:left;
	margin-bottom:10px;
}
#nome_produto_promo {
	width:160px;
	height:18px;
	padding-left:5px;
	padding-right:5px;
	text-align:center;
	margin-bottom:5px;
	float:left;
	overflow: hidden;
	line-height: 18px;
}
#nome_produto_promo a {
	text-decoration:none;
	font-weight:bold;
	color:#000000;
}
#foto_produto_promo {
	width:145px;
	height:95px;
	float:left;
	text-align:center;
	overflow: hidden;
	background-image: url(../_imagens/promo_fundo.jpg);
	background-repeat: repeat;
	background-position: left top;
}
#base {
	height: 70px;
	width: 1000px;
	padding-top: 15px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

#base_defesa {
	height: 200px;
	background-image: url(../_imagens/base_fundo.jpg);
	background-repeat: repeat-x;
	width: 100%;
	text-align: left;

}
#base_interna {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}


#creditos {
	height: 90px;
	width: 960px;
	padding-top: 15px;
	padding-left: 20px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding-right: 20px;
}
.limpa_float {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
