body {
	background-color: #FFFFFF;
}
body, ul {
	font-family: Verdana Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 0px;
	margin: 0px;
	list-style: none;
	list-style-type: none;
}
a {
	text-decoration: none;
}
h1, h2, h3 {
	font: "Trebuchet MS";
}
#centro {
	width: 770px;
	margin: 0 auto 0 auto;
	clear: both;
}
#topo {
	height: 100px;
	background: url(_img/topo.jpg) left top no-repeat;
	margin-bottom: 15px;
	text-indent: -99999px;
}
#menu {
	width: 160px;
	float: left;
}
#pagina {
	width: 590px;
	float: right;
}
#banner {
	margin-bottom: 20px;
}
#rodape {
	width: 770px;
	clear: both;
	background: url(_img/rodape_barra.gif) center top no-repeat;
	height: 100px;
	font-family: verdana;
	font-size: 10px;
}
#off {
	text-indent: -99999px;
	position: absolute;
	top: -99999px;
	left: -99999px;
}





/*	MENU	*/

#menu li a, #menu li h1 {
	font-family: "Trebuchet MS";
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	color: #333333;
}
#menu li h1 {
	padding: 0 0 8px 15px;
	margin: 0px;
}
#menu li p{
	margin: 2px 0 2px 10px;
	font-size: 11px;
}
#menu ul {
	background: url(_img/molde_pq_2.gif) left top repeat;
	margin-bottom: 15px;
}
#menu li a {
	background: url(_img/menu_1.gif) left top no-repeat;
	width: 140px;
	height: 30px;
	display: block;
	margin: 5px auto 5px auto;
	padding: 5px 0 0 7px;
}
#menu li a:hover {
	background: url(_img/menu_2.gif) left top no-repeat;
}
.mt1 {
	background:url(_img/molde_pq_1.gif) left top no-repeat;
	height: 15px;
}
.mt2 {
	background:url(_img/molde_pq_3.gif) left bottom no-repeat;
	height: 15px;
}
.inputmenu {
	background: url(_img/input_buscar.gif) left top no-repeat;
	width: 136px;
	height: 22px;
	border: 0px;
	padding: 2px;
}
.inputmenubotao {
	background: url(_img/bt_buscar.gif) left top no-repeat;
	width: 64px;
	height: 17px;
	border: 0px;
	margin-left: 80px;
	margin-top: 3px;
	cursor: pointer;
}


/*	PAGINA	*/
#pg {
	background: url(_img/molde_g_2.gif) left top repeat;
	margin-bottom: 20px;
}
.pg1 {
	background: url(_img/molde_g_1.gif) left top no-repeat;
	height: 10px;
}
.pg2 {
	background: url(_img/molde_g_3.gif) left bottom no-repeat;
	height: 6px;
	clear: both;
}
#pg h1 {
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	border-bottom: #58ABFD 1px solid;
	width: 94%;
	margin-left: 1%;
	margin-top: 0px;
	padding: 10px 0 0 24px;
	background: url(_img/pingo.jpg) left center no-repeat;
	height: 30px;
}
#pg h2 {
	font-size: 14px;
	text-transform: uppercase;
	border-top: #58ABFD 1px solid;
	padding-top: 5px;
	width: 98%;
	margin-left: 1%;	
}
#pg p{
	margin: 10px 10px 34px 10px;
	font-size: 12px;
	line-height: 18px;
}

/*	LISTA DOS PRODUTOS	*/
#lista_produtos ul {
	clear: both;
}
#lista_produtos li {
	float: left;
	background: url(_img/molde_prod_pq.gif) right top no-repeat;
	height: 190px;
	width: 165px;
	margin: 8px;
	padding: 2px;
	text-align: center;
}
#lista_produtos .nome {
	font-weight: bold;
	color: #5C5B5B;
	display: block;
	height: 40px;
}
#lista_produtos img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 4px;
	margin-bottom: 4px;
}
#lista_produtos .preco, #preco .precog {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CC0000;
	display: block;
	padding: 4px;
}

#lista_produtos .preco {
	font-size: 15px;
}
#preco .precog {
	font-size: 18px;
}


/*	EXIBE O PRODUTO	*/
#preco {
	width: 250px;
	height: 280px;
	float: right;
	margin-right: 10px;
	text-align: center;
}

#pedpro {
	width: 190px;
	height: 400px;
	float: right;
	margin-right: 5px;
	text-align: center;
	background-color: #FFFFFF;
}



/*	TABELA DE CONTATO	*/
table.update_form th,
table.update_form td {
  padding: 5px;
}

table.update_form {
  border-spacing: 0;
  margin-bottom: 5px;
  width: 380px;
  margin-left: 10px;
}

table.update_form th {
  text-align: left;
  font-weight: normal;
  width: 80px;  
}

table.update_form tfoot td {
  text-align: center;
}

table.update_form,
table.update_form th,
table.update_form td,
table.update_form td select,
table.update_form td input.textfield,
table.update_form td input.button,
table.update_form td input.file {
  font-size: 11px;
  font-family: verdana;
}
.textfield {
	border: #CCCCCC 1px solid;
	width: 280px;
	padding: 2px;
	height: 16px;
}
.inputmenubotaomsg {
	background: url(_img/bt_enviaramensagem.gif) left top no-repeat;
	width: 140px;
	height: 17px;
	border: 0px;
	margin-left: 50px;
	margin-top: 10px;
	cursor: pointer;	
}
.inputcomentario {
	border: #CCCCCC 1px solid;
	width: 280px;
	padding: 0px;
	height: 80px;
}





/*	RODAPE	*/
#direitos {
	width: 230px;
	height: 60px;
	float: left;
	margin: 30px 0 0 10px;
	font-weight: bold;
}
#direitos a {
	color: #333333;
}
#rodtextos {
	width: 500px;
	height: 80px;
	float: right;
	margin: 5px 10px 0 10px;
}	
#rodtextos #links {
	display: block;
	text-align: center;
}
#rodtextos #links a {
	font-size: 9px;
	color: #999999;
	margin-left: 4px;
	margin-right: 4px;
}
#rodtextos #links a:hover {
	color: #333333;
}

#rodtextos #endereco {
	display: block;
	margin-top: 15px;
}
