@charset "iso-8859-1";
/* Desenvolvido por Francelio Alves da Silva */

body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
	background-color: #FFF;
}
#principal {
	width: 950px;
	margin: auto;
	background-color: #F7F7F7;
}
#topo {
	height: 145px;
	width: 950px;
	display: block;
	background-image: url(imagens/bgtopo.gif);
	background-repeat: no-repeat;
}
#banner {
	background-image: url(imagens/fundo_promocao.gif);
	background-repeat: no-repeat;
	height: 326px;
	width: 950px;
	margin-bottom: 10px;
}

#logo {
	height: 134px;
	width: 203px;
	padding-top: 7px;
	padding-left: 20px;
}
#televendas {
	height: 60px;
	width: 256px;
	background-image: url(imagens/televendas.gif);
	margin-top: 20px;
	margin-left: 98px;
	margin-bottom: 12px;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0px;
	padding: 0px;
	line-height: 120%;
}
#data {
	color: #C5C5C5;
	margin-top: 6px;
	float: right;
	font-size: 11px;
	padding-right: 3px;
	margin-right: 10px;
}
#menu , #menu a{
	color: #BF0000;
	text-decoration: none;
	font-size: 12px;
}
#menu a:hover {
	color: #999;
}
.preco {
	color: #c00000;
	font-size: 13px;
	font-weight: bold;
}
#rodape {
	color: #505050;
	background-color: #FFF;
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C00000;
}
.vermelho {
	color: #C00000;
}


.condicao {
	color: #666;
	font-size: 11px;
}
.fundo-outros {
	background-image: url(imagens/fundo_outros.gif);
	background-repeat: no-repeat;
	height: 180px;
	width: 180px;
	text-align: center;
	padding-top: 10px;
}
#topo_pagina {
	height: 33px;
	width: 950px;
	background-image: url(imagens/topo_pagina.gif);
}
#pagina {
	width: 925px;
	background-color: #FFF;
	margin-bottom: 10px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #E2E2E2;
	border-bottom-color: #E2E2E2;
	border-left-color: #E2E2E2;
	padding: 10px;
	border-top-color: #E2E2E2;
	font-size: 14px;
	color: #606060;
}
