body, td, form, ul, li, p, a, h5 {
	margin: 0px;
	padding: 0px;
}
body {
	background: #f5f5f5;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a {
 	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#center {
	width: 800px;
	height: 433px;
	margin-top: -216px;
	margin-left: -400px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-color: #FFFFFF;
	text-align: left;
}
#animacao {
	float: right;
	width: 550px;
	background-color: #B3B3B3;
}
#layout {
	width: 780px;
	background-image: url(../imagens/rep-06.gif);
	background-repeat: repeat-y;
	background-position: 701px;
	background-color: #FFFFFF;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	
}
table {
	text-align: left;
}

#conteudo {
	width: 560px;
	margin-top: 8px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#spacer {
	font-size: 0%;
}
#imgTopo {
	margin-top: 1px;
	margin-bottom: 4px;
	margin-left: 2px;
}
#imgcomprar {
	padding-top: 2px;
 	padding-bottom: 10px;
}
p {
	margin-bottom: 7px;
	line-height: 18px;
}
#comprar img {
	padding-top: 2px;
	padding-bottom: 2px;
}
#comprar a {
	border: none;
}
#comprar img {
	border: none;
}

/* formulário de contato */
#contato ul {
	font-weight: bold;
	margin-left: 15px;
	margin-bottom: 10px;
}
#contato label {
	font-weight: bold;
	margin-right: 5px;
}
#contato input, textarea {
	width: 180px;
	background-color: #9CCD02;  /* cor do fundo dos campos */
	border: 1px solid #759B03;  /* cor das bordas dos campos */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#contato .enviar {
	width: 49%;
	float: left;
	margin-right: 1px;
}
#contato .reset {
	width: 49%;
	float: right;
	margin-left: 1px;
}
#contato form td {
	padding-bottom: 2px;
}
#contato .margem {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 2px;
	line-height: 18px;
}
#contato .linha {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #759B03; /* cor da linha divisória */
	padding-right: 10px;
}
/* fim do formulário de contato */

#produtos {
	text-align: left;
}
#produtos ul {
	list-style-type: none;
	margin-bottom: 10px;
}
#produtos li {
	 margin-bottom: 3px;
}
#produtos a {
	width: 275px;
	height: 66px;
	display: block;
	color: #000000;
	text-decoration: none;
	background-color: #E0DDDD;
}
#produtos a:hover {
	color: #000000;
	background-color: #C2C2C2;
}
#produtos img {
	float: left;
	border: 0;
	padding: 3px 3px 0px;
}
#produtos h5 {
	float: left;
	font-size: 12px;
	width: 120px;
	margin-left: 2px;
	margin-top: 2px;
	margin-bottom: 1px;
}
#esq {
	float: left;
}
#dir {
	float: right;
}
.borda {
	border: 1px solid #000000;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#pedido {
	background-color:#ffffff;
	margin-top: 5px;
}
#pedido .cor1 {
	background-color:#f5f5f5;
}
#pedido .cor2 {
	background-color:#ffffff;
}
#pedido th {
	padding:2px;
	background-color:#ffffff;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	text-align: center;
}
#pedido td {
	padding:1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFDFDF;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-top-width: 1px;
}
#pedido label {
	padding-left: 15px;
}
#pedido .qtd input {
	text-align: center;
	border: 1px solid #CCCCCC;	
}
#botoes input, button {
	background-color: #FFFFFF;
	border: 1px solid #999999;
}
fieldset {
	margin-bottom: 10px;
	border: 1px solid #999999;
	padding: 10px;

}
legend {
	font-weight: bold;
}
#dpessoais {
	margin-top: 5px;
}
#dpessoais td {
	padding-bottom: 10px;
}
#dpessoais label {
	font-weight: bold;
	margin-right: 5px;
	float: right;
	color: #000000;
}
#dpessoais input, textarea {
	width: 95%;
	background-color: #ffffff;  /* cor do fundo dos campos */
	border: 1px solid #cccccc;  /* cor das bordas dos campos */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
/* formulário de contato */
#contato ul {
	font-weight: bold;
	margin-left: 15px;
	margin-bottom: 10px;
}
#contato li {
	list-style-type: square;
}
#contato label {
	font-weight: bold;
	margin-right: 5px;
}
#contato input, textarea {
	width: 180px;
	background-color: #D7D7D7;  /* cor do fundo dos campos */
	border: 1px solid #7F7F7F;  /* cor das bordas dos campos */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#contato textarea {
 	height: 35px;
}
#contato .enviar {
	width: 49%;
	float: left;
	margin-right: 1px;
}
#contato .reset {
	width: 49%;
	float: right;
	margin-left: 1px;
}
#contato form td {
	padding-bottom: 2px;
}
#contato .margem {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 15px;
	line-height: 18px;
}
#contato .linha {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #014172; /* cor da linha divisória */
	padding-right: 20px;
}
/* fim do formulário de contato */

/* Formulario de cadastro */
#cadastro {
	border: 1px solid #000000;
}
#cadastro #grande input, textarea {
	width: 98%;
}
#cadastro #pequeno input, textarea {
	width: 96%;
}
/* fim do Formulario de cadastro */