@charset "utf-8";
/* CSS Document */
body {
	color:#b35e0a;
	background-color:#985008;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../imgs/fundo.gif);
	background-position:top center;
	background-repeat:repeat-x;
	background-attachment:scroll;
}
.cursor {
	cursor: pointer;
}
.none { text-decoration:none; }

.fs09px { font-size:9px; }
.fs10px { font-size:10px; }
.fs11px { font-size:11px; }
.fs12px { font-size:12px; }
.fs14px { font-size:14px; }
.fs16px { font-size:16px; }
.fs18px { font-size:18px; }

.c_preto { color:#000; }
.c_branco { color:#FFF; }
.c_valor { color:#990000; }

.bold { font-weight:bold; }

.f_verdana { font-family:Verdana, Geneva, sans-serif; }
.f_arial { font-family:Arial, Helvetica, sans-serif; }

.menu_principal { color:#6b1315; }

.submenu_principal { color:#b35e0a; }

.menu_item { color:#c19374; }

.produto_lista {
	width:auto; 
	height:230px; 
	padding-top:10px; 
	padding-left:5px;
	padding-right:5px;
	float:left;
}
.produto_lista_foto {
	width:auto; 
	text-align:center;
}
.pad_top_5 {
	padding-top:5px;
}
/*Produtos*/
.entre-contato{
	width:231px;
	height:28px;
	float:right;
}
/*Formulario de Contato*/
.formulario{
/*	padding:30px;
	float:left;
	display:inline;
	width:460px;*/
}
.searchform{
	display: inline-block;
}
.searchform input{
	font: normal 12px/100% Tahoma, Helvetica, sans-serif;
}
.searchform .searchfield{
	background: #fff;
	padding: 6px 6px 6px 8px;
	width: 450px;
	border: solid 1px #bcbbbb;
	outline: none;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
}
label{
	color:#B35E0A;
	padding-top:15px;
	font:13px Tahoma, Geneva, sans-serif;
}
.searchform .textarea{
	background: #fff;
	padding: 6px 6px 6px 8px;
	width: 450px;
	height:150px;
	border: solid 1px #bcbbbb;
	margin-top:20px;
	outline: none;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
}
.buttonenviar{
	/*background-image:url(../promocoes/images/bt-enviar.gif);*/
	background-image:url(../imgs/bt-contato.png);
	background-repeat:no-repeat;
	width:96px;
	height:28px;
	cursor:pointer;
	border:0;
}
.leftsidemiddlecontactbox1{
	margin:10px 0 0 10px;
}
.clear{
	clear:both;
	margin-bottom:30px;
}

