/*Inicio do arquivo site.css*/
* {
	list-style-type		: none;
	list-style-image	: none;
	list-style-position	: outside;
	margin				: 0px;
	padding				: 0px;
	text-decoration		: none;
	font-family			: Arial,Helvetica,sans-serif;
	font-size			: 12px;
	font-style			: normal;
	font-variant		: normal;
	font-weight			: normal;
}

html,body {
	color				: #003399;
	/*background			: #BCA645 url( "/Imagens/bg.gif" ) repeat-x scroll 0px 0px;*/
	background			: #CC0000 url( "/Imagens/bg.gif" ) repeat-x scroll 0px 0px;
	_text-align			: center;
	margin				: 0px;
	padding				: 0px;
}

hr {
	background			: transparent url( "/Imagens/bg_pontilhado.gif" ) repeat-x scroll 0px 0px;
	height				: 1px;
	line-height			: 1px;
	border				: 0px none;
	margin				: 20px 0px 0px 0px;
	
}

pre.debug {
	float				: left;
	position			: fixed;
	top					: 0px;
	left				: 0px;
	font-size			: 8pt;
	max-height			: 300px;
	width				: 500px;
	overflow			: auto;
	border				: 1px dashed #666;
	background			: url( "/Imagens/debug.png" );
	z-index				: 10000;
	color				: #fff;
	padding				: 10px;
}

input {
	background			: #e7e9eb url( "/Imagens/inputbg.png" ) repeat-x scroll 0px 0px;
	border				: 1px solid #abaeb4;
	color				: #666666;
	text-align			: center;
}

.content {
	display				: block;
	width				: 770px;
	height				: 100px;
	margin				: 0 auto;
	text-align			: left;
	padding-left		: 25px;
}

	
#topo {
	display				: block;
	height				: 120px;
	width				: 770px;
	margin				: 0 auto;
	overflow			: hidden;
}

#meio {
	display				: block;
	margin				: 0 auto;
}

#topo #logo {
	background			: transparent url( "/Imagens/logo.png" ) no-repeat scroll 0 0;
	_background			: none;
	_filter				: progid:DXImageTransform.Microsoft.AlphaImageLoader( src="/Imagens/logo.png", sizingMethod='scale');
	height				: 90px;
	margin				: 10px 0;
	width				: 220px;
	float				: left;
}

#topo #logo h1 {
	margin				: 0px;
	padding				: 0px;
}

#topo #logo h2 {
	display				: none;
}

#topo #logo h1 a {
	float				: left;
	height				: 90px;
	overflow			: hidden;
	position			: absolute;
	text-indent			: -9999px;
	width				: 220px;
	margin				: 0px;
	padding				: 0px;
}

#topo #menu {
	float				: left;
	height				: 70px;
	margin				: 0px 0px 0px 2px;
}

#topo #menu ul.menu {
	float				: left;
	padding				: 0px;
	margin				: 0px;
	list-style			: none;
	height				: 70px;
	width				: 540px;
}

#topo #menu ul.menu li {
	float				: left;
}

#topo #menu ul.menu li a {
	background			: transparent url( "/Imagens/menu.gif" ) no-repeat scroll 0 0;
	display				: block;
	overflow			: hidden;
	text-indent			: -9999px;
	height				: 70px;
}

#topo #menu ul.menu li a.miEmpresa {
	width				: 106px; 
}

#topo #menu ul.menu li a.miEmpresa:hover {
	background-position	: 0 -76px;
}

#topo #menu ul.menu li a.miProdutos {
	background-position	: -110px 0;
	width				: 117px; 
}

#topo #menu ul.menu li a.miProdutos:hover {
	background-position	: -110px -76px;
}

#topo #menu ul.menu li a.miServiços {
	background-position	: -227px 0;
	width				: 116px; 
}

#topo #menu ul.menu li a.miServiços:hover {
	background-position	: -227px -76px;
}

#topo #menu ul.menu li a.miFAQ {
	background-position	: -343px 0;
	width				: 73px; 
}

#topo #menu ul.menu li a.miFAQ:hover {
	background-position	: -343px -76px;
}

#topo #menu ul.menu li a.miContato {
	background-position	: -416px 0;
	width				: 104px;
}

#topo #menu ul.menu li a.miContato:hover {
	background-position	: -416px -76px;
}

img.enviar {
	display				: block;
	float				: right;
	cursor				: pointer;
	margin				: 0px 30px 0px 0px;
}

/*Inicio do arquivo carrinho.css*/
div#controle {
	background		: transparent url( "/Imagens/controle.png" ) no-repeat;
	_background		: transparent url( "/Imagens/controleIE6.png" ) no-repeat;
	width			: 525px;
	_width			: 535px;
	height			: 60px;
	padding			: 0px 0px 0px 10px;
	float			: left;
	margin			: 0px 0px 0px 15px;
	overflow		: hidden;
}

div#controle.nocart {
	background		: none;
}

div#controle div#carrinho {
	margin			: 10px 10px 0px 0px;
	float			: right;
	width			: 140px;
	height			: 32px;
	z-index			: 10000;
}

div#controle div#carrinho a.vercarrinho {
	display			: block;
	color			: #003399;
	overflow		: hidden;
	width			: 110px;
	_width			: 130px;
	height			: 32px;
	_width			: 130px;
	padding			: 0px;
	padding			: 2px 0px 0px 30px;
	overflow		: hidden;
	z-index			: 10000;
	background		: transparent url( "/Imagens/cart_ico.png" ) no-repeat;
	_background		: none;
	_filter			: progid:DXImageTransform.Microsoft.AlphaImageLoader( src="/Imagens/cart_ico.png", sizingMethod='scale');
	font-weight		: bolder;
	
}

div#controle div#carrinho img {
	float			: left;
	width			: 29px;
	height			: 30px;
	text-decoration	: none;
	border			: 0px none;
}

div#controle div#carrinho p {
	float			: left;
	width			: 100px;
	vertical-align	: middle;
	font-weight		: bold;
	margin			: 0px 0px 0px 4px;
}

div#controle div#carrinho span.carrinho_total_itens {
	color			: #FF0000;
}

#meio div.meio_caixa.conteudo div.box_carrinhoprodutos h2 {
	background			: transparent url( "/Imagens/tituloCarrinho.png" ) no-repeat scroll 0 0;
	height				: 42px;
	text-indent			: -9999px;
	font-size			: 10px;
	line-height			: 10px;
	margin				: 0px 0px 10px 8px;
}
#meio div.meio_caixa.conteudo div.box_carrinhoprodutos p.carrinho_vazio {
	margin				: 10px 0px 0px 10px;
	font-size			: 12px;
	font-weight			: bolder;
}

div.box_carrinhoprodutos table {
	margin				: 0px 0px 0px 8px;
	width				: 750px;
}

div.box_carrinhoprodutos table tr {
	height				: 45px;
}

div.box_carrinhoprodutos table thead {
	color				: #ffffff;
}

div.box_carrinhoprodutos table thead tr {
	border-top			: 1px solid #cc0000;
	background			: #cc0000 url( "/Imagens/carbar.png" ) repeat-x top left;
}

div.box_carrinhoprodutos table thead tr th {
	font-weight			: bolder;
	text-align			: center;
}

div.box_carrinhoprodutos table thead tr th.tdesc {
	width				: 310px;
}

div.box_carrinhoprodutos table thead tr th.tquantidade {
	width				: 110px;
}

div.box_carrinhoprodutos table thead tr th.tremover {
	width				: 110px;
}

div.box_carrinhoprodutos table thead tr th.tpreco {
	width				: 110px;
}

div.box_carrinhoprodutos table thead tr th.ttotal {
	width				: 110px;
}

div.box_carrinhoprodutos table tbody tr {
	margin				: 1px 0px 0px 0px;	
}

div.box_carrinhoprodutos table tbody tr td {
	border-bottom		: 1px dashed #dadada;
	text-align			: center;	
}
div.box_carrinhoprodutos table tbody tr td.tdesc {
	text-align			: left;
	padding-left		: 3px;
}
div.box_carrinhoprodutos table tbody tr td.tdesc strong {
	font-weight			: bolder;
}
div.box_carrinhoprodutos table tbody tr td.tquantidade input {
	width				: 25px;
}
div.box_carrinhoprodutos table tbody tr td.tremover img.excluir {
	cursor				: pointer;
}
div.box_carrinhoprodutos table tfoot tr {
	height				: 30px;
}
div.box_carrinhoprodutos table tbody tr td.ttotal,
div.box_carrinhoprodutos table tfoot tr td.total {
	background-color	: #e6e6e6;
}
div.box_carrinhoprodutos table tfoot tr td.total {
	font-weight			: bolder;
}

div.box_carrinhoprodutos table tfoot tr td {
	text-align			: center;
}
div.box_carrinhoprodutos table tfoot tr td.ttotal {
	background-color	: #cc0000;
	color				: #ffffff;
	font-weight			: bolder;
}
div.box_carrinhoprodutos table tfoot tr td.fechar {
	background			: transparent url( "/Imagens/fechar.png" ) no-repeat;
	text-indent			: -999999px;
	cursor				: pointer;
}

div.box_carrinhoprodutos table tfoot tr.frete {
	background-color	: #cccccc;
}
div.box_carrinhoprodutos table tfoot tr td.outros {
	text-align			: right;
	padding-right		: 3px;
}
div.box_carrinhoprodutos table tfoot tr.frete td.tdesc {
	text-align			: left;
	color				: #ffffff;
	font-weight			: bolder;
	padding-left		: 3px;
}

div.box_carrinhoprodutos table tfoot tr td.tdesc input#cep1 {
	margin-left			: 5px;
}

div.box_carrinhoprodutos table span.flecha {
	background			: url( "/Imagens/flechinha.gif" ) no-repeat;
	padding-left		: 14px;
	font-weight			: bold;
	text-transform		: capitalize;
	cursor				: pointer;
	color				: #003399;
}

div.box_carrinhoprodutos table span.flecha a {
	text-decoration		: none;
	color				: #003399;
}

/*Inicio do arquivo banners.css*/
div#banners div.banner {
	margin-left		: -25px;
	clear			: both;
	overflow		: hidden;
}

/*Inicio do arquivo rodape.css*/
#rodape {
	display				: block;
	background			: transparent url( "/Imagens/bg_rodape.gif" ) no-repeat scroll center center;
	color				: #CC0000;
	height				: 30px;
	line-height			: 20px;
	margin				: 10px 0px 15px 0px;
	padding				: 0px;
	width				: 770px;
	height				: 40px;
}

#rodape ul {
	margin				: 0px;
	padding				: 10px 0px 0px 10px;
	width				: 750px;
	height				: 30px;
}

#rodape ul li {
	float				: left;
	margin-right		: 5px;
	width				: auto;
}

#rodape ul li a {
	color				: #CC0000;
	float				: left;
	line-height			: 20px;
}

#rodape ul li a:hover {
	color				: #999999;
}



#rodape ul li.credito {
	float				: right;
	margin				: 3px 0px 0px 0px;
	width				: 85px;
}

#rodape ul li.credito a {
	float				: left;
	background			: transparent url( "/Imagens/visualcom.gif" ) no-repeat scroll 0 0;
	width				: 85px;
	line-height			: 0px;
	height				: 16px;
	
}

#rodape ul li.credito a span {
	visibility			: hidden;
	height				: 0px;
	line-height			: 0px;
}

#rodape ul li a.pt {
	background			: transparent url( "/Imagens/bandeiras.jpg" ) no-repeat scroll 0 0;
	height				: 25px;
	margin				: 0;
	overflow			: hidden;
	text-indent			: -9999px;
	width				: 23px;
}

#rodape ul li a.en {
	background			: transparent url( "/Imagens/bandeiras.jpg" ) no-repeat scroll -25px 0;
	height				: 25px;
	margin				: 0;
	overflow			: hidden;
	text-indent			: -9999px;
	width				: 23px;
}

#rodape ul li a.es {
	background			: transparent url( "/Imagens/bandeiras.jpg" ) no-repeat scroll -48px 0;
	height				: 25px;
	margin				: 0 10px 0 0;
	overflow			: hidden;
	text-indent			: -9999px;
	width				: 23px;
}

