/* ------ INÍCIO CORPO ------ */

body {
	margin-top:0px;
	text-align:center;
}

#geral {
	position:relative;
	width:100%;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:auto;
	margin-left:auto;
}
#principal {
	position:relative;
	width:985px;
	top:0px;
	background:#CCC;
}
* html #principal { 
	position:relative;
	height:615px;
	background:#FFF;
}
/* INICIO CABECALHO */
#cabecalho {
	position:relative;
	top:0px;
	left:0px;
	z-index:1;
}
#fundo_cabecalho {
	position:relative;
	width:985px;
	height:540px;
	top:0px;
	left:0px;
	background:url(images/fundo_cabecalho.gif) repeat-x top;
}


/*inicio fundo branco topo*/
#fundo_branco_topo {
	position:absolute;
	width:985px;
	height:305px;
	left:0px;
	top:235px;
	background:#FFFFFF;
}
/*final fundo branco topo*/
/*inicio fundo listras topo*/
#fundo_listras_topo {
	background:url(images/fundo_listras.gif);
	position:absolute;
	width:965px;
	height:290px;
	left:10px;
	top:250px;
}
/*final fundo listras topo*/
#logo_unirc {
	position:absolute;
	height:139px;
	width:131px;
	left:50px;
	top:20px;
}
#logo_barthmann {
	position:absolute;
	height:134px;
	width:183px;
	left:200px;
	top:20px;
}
/*inicio carrinhos*/
#carrinhos {
	position:absolute;
	height:65px;
	width:190px;
	left:750px;
	top:15px;
	visibility:visible;
}
/*final carrinhos*/
/*inicio carrinho vazio*/
#carrinho_vazio {
	position:absolute;
	width:40px;
	height:37px;
	left:0px;
	top:0px;
	visibility:hidden;
}
#nenhum_produto {
	position:absolute;
	width: 145px;
	height:17px;
	left:45px;
	top:23px;
}	
/*final carrinho vazio*/
/*inicio carrinho produtos*/
#carrinho_produtos {
	position:absolute;
	height:65px;
	width:190px;
	left:0px;
	top:0px;
	visibility:visible;
}
#carrinho_verde {
	position:absolute;
	width:39px;
	height:35px;
	left:0px;
	top:1px;
}
#numero_produto {
	position:absolute;
	width:145px;
	height:15px;
	left:45px;
	top:1px;
}
#ver_produtos{
	position:absolute;
	width:180px;
	height:20px;
	left:1px;
	top:36px;
}
#enviar_orcamento {
	position:absolute;
	width: 135px;
	height:20px;
	left:43px;
	top:19px;
}
.carrinho_produtos {
	font-family:Verdana;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
}
.carrinho_itens {
	font-family:Verdana;
	font-size:10px;
	color:#FFF;	
}
.carrinho_enviar {
	font-family:Verdana;
	font-size:13px;
	font-weight:bold;
	color:#FFF;
}
.carrinho_ver {
	font-family:Verdana;
	font-size:10px;
	color:#FFF;
}
#carrinho_produtos a:link {
	color:#000;
	text-decoration:none;
}
#carrinho_produtos a:visited {
	color:#000;
	text-decoration:none;
}
#carrinho_produtos a:hover {
	color:#000;
	text-decoration:none;
}
#carrinho_produtos a:active {
	color:#000;
	text-decoration:none;
}
/*final carrinho produtos*/
/*inicio home contato busca*/
#img_home {
	position:absolute;
	width: 20px;
	height:20px;
	left:480px;
	top:115px;
}
#txt_home {
	position:absolute;
	width: 57px;
	height:21px;
	left:-15px;
	top:26px;
	font-family:Verdana;
	font-size:11px;
	text-align:center;
	color:#FFF;
}
#img_contato {
	position:absolute;
	width: 20px;
	height:20px;
	left:630px;
	top:118px;
}
#txt_contato {
	position:absolute;
	width:80px;
	height:21px;
	left:-25px;
	top:23px;
	font-family:Verdana;
	font-size:11px;
	text-align:center;
	color:#FFF;
}
#busca {
	position:absolute;
	width: 150px;
	height:54px;
	left:770px;
	top:118px;
	font-family:Verdana;
	font-size:11px;
	text-align:left;
	color: #FFF;
}
#input_busca {
	position:absolute;
	width:65px;
	height:17px;
	left:0px;
	top:16px;
}
#botao_busca {
	position:absolute;
	width:25px;
	height:25px;
	left:125px;
	top:1px;
}
.caixa_busca {
	border:1px;
	height:17px;
	border:1px solid #FFF;
	font-family:Verdana;
	font-size:10px;
	color:#FFF;
	background:#000;
}
/*final home contato busca*/
/*inicio flash*/
#flash {
	position:absolute;
	width:935px;
	height:350px;
	left:25px;
	top:170px;
	background:#CCCCCC;
}
/*final flash*/
/*inicio menu cabecalho*/
#menu_cabecalho {
	position:absolute;
	width:935px;
	height:80px;
	top:450px;
	left:25px;
	background:url("images/menu_cabecalho.jpg") repeat-x;
	font-family:Verdana;
	font-size:11px;
}
#menu_cabecalho ul {
    margin:0px;
    padding:0px;
    list-style:none;
}
#menu_cabecalho li {
    float:left;
    margin:35px;
    padding-top:0px;
	padding-left:0px;
}
* html #menu_cabecalho li {
	margin:30px;	
	padding-top:8px;
}

#menu_cabecalho a {
    display:inline;
	text-decoration:none;
}
#submenu_produtos {
	position:absolute;
	top:46px;
	left:145px;
	width:98px;
	height:63px;
	background:url(images/fundo_submenu_produtos.gif) no-repeat;
	visibility:hidden;
}
* html #submenu_produtos {
	position:absolute;
	top:46px;
	left:160px;
	width:98px;
	height:63px;
	background:url(images/fundo_submenu_produtos.gif) no-repeat;
	visibility:hidden;
}
#fabricacao{
	padding-top:15px;
	padding-left:17px;
	text-align:left;
}
#revenda{
	padding-top:10px;
	padding-left:17px;
	text-align:left;
}
#submenu_produtos a{
	display:inline;
}
#menu_cabecalho a:link {
	color:#000;
}
#menu_cabecalho a:visited {
	color:#000;
}
#menu_cabecalho a:hover {
	color:#900;
}
#menu_cabecalho a:active {
	color:#000;
}
/*final menu cabecalho*/
/* FINAL CABECALHO */


/*inicio fundo branco principal*/
#fundo_branco_meio {
	width:985px;
	height:100%;
	left:0px;
	background:#FFFFFF;
}
/*final fundo branco meio*/
/*inicio fundo listras meio*/
#fundo_listras_meio {
	width:965px;
	left:10px;
	height:100%;
	background:url(images/fundo_listras.gif);
}
/*final fundo listras meio*/
#conteudo {
	width:935px;
	height:100%;
	top:10px;
	left:25px;
	background:#FFF;
}
#conteudo h2{
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	text-align:justify;
	line-height:20px;
}
/* INICIO RODAPE */
#rodape {
	position:relative;
	width:985px;
	height:190px;
	margin-top:0px;
	background:#D70000 url(images/fundo_rodape.jpg) no-repeat;
}
* html #rodape {
    width:980px;
}
/*inicio menu rodape*/
#menu_rodape {
	position:relative;
	width:985px;
	height:31px;
	bottom:0px;
	left:0px;
	background: url(images/fundo_menu_rodape.jpg) repeat-x;
	font-family:Verdana;
	font-size:11px;
	z-index:2;
}
#menu_rodape ul {
    margin:0px;
    padding-left:3px;
    list-style:none;
}
#menu_rodape li {
    float:left;
    margin-top:10px;
    margin-left:40px;
	margin-right:40px;
    padding-top:0px;
	padding-left:0px;
}
* html #menu_rodape li {
    margin-left:30px;
}
#menu_rodape a {
    display:inline;
	text-decoration:none;
}
#submenu_produtos_rodape {
	position:absolute;
	top:5px;
	left:163px;
	width:98px;
	height:63px;
	background:url(images/fundo_submenu_produtos_rodape.gif) no-repeat;
	visibility:hidden;
	z-index:2;
}
* html #submenu_produtos_rodape {
    position:absolute;
	top:5px;
	left:176px;
	width:98px;
	height:63px;
	background:url(images/fundo_submenu_produtos_rodape.gif) no-repeat;
	visibility:hidden;
	z-index:2;
}
#fabricacao_rodape {
	width:70px;
	padding-top:25px;
	padding-left:9px;
	text-align:left;
}
#revenda_rodape {
	width:70px;
	padding-top:5px;
	padding-left:9px;
	text-align:left;
}
#submenu_rodape a{
	display:inline;
}
#menu_rodape a:link {
	color:#000;
}
#menu_rodape a:visited {
	color:#000;
}
#menu_rodape a:hover {
	color:#900;
}
#menu_rodape a:active {
	color:#000;
}
/*final menu rodape*/
/*inicio dados rodape*/
#dados_rodape {
	padding-top:55px;
	left:0px;
	z-index:0;
}
#sac {
	width:250px;
	border:none;
	font-family:Verdana;
	font-size:20px;
	font-weight:bold;
	color:#FFF;
	text-align:right;
	line-height:1px;
}
.sac_font {
	font-family:Verdana;
	font-size:20px;
	font-weight:bold;
	color:#FFF;
	text-align:right;
	line-height:1px;
}
#servico {
	width:400px;
	border:none;
	padding-top:15px;
	font-family:Verdana;
	font-size:11px;
	color:#FFF;
	text-align:right;
}
#credito {
	border:none;
	width:985px;
	padding-top:40px;
	font-family:Verdana;
	font-size:10px;
	color:#FFF;
	text-align:center;
}

#credito a:link {
	color:#FFF;
}
#credito a:visited {
	color:#FFF;
}
#credito a:hover {
	color:#000;
}
#credito a:active {
	color:#FFF;
}
/* FINAL RODAPE */

/* ------ FIM CORPO ------ */

/* ------ INÍCIO CONTEÚDO ------ */

/* INICIO HOME */
#home {
	position:relative;
	width:935px;
	min-height:600px;
	padding-top:10px;
	padding-bottom:10px;
}
#lancamento {
	position:absolute;
	width:220px;
	padding-top:20px;
	padding-left:20px;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	text-align:left;
	color:#900;
	line-height:120%;
}
#img_lancamento {
	width:220px;
	padding-top:5px;
	padding-left:0px;
}
#legenda_lancamento {
	position:absolute;
	width:210px;
	height:18px;
	top:204px;
	left:20px;
	padding-top:5px;
	padding-left:10px;
	background:url(images/fundo_legenda.jpg);
	font-family:Verdana;
	font-size:10px;
	text-align:left;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	text-align:left;
	text-transform:uppercase;
	color:#000;
}
#descricao_lancamento {
	position:absolute;
	width:220px;
	min-height:80px;
	top:225px;
	padding-top:10px;
	font-family:Verdana;
	font-size:11px;
	text-align:left;
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	text-align:left;
	color:#000;
}
#destaque {
	position:absolute;
	width:220px;
	top:315px;
	padding-top:20px;
	padding-left:20px;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	text-align:left;
	color:#900;
	line-height:120%;
}
#img_destaque  {
	width:220px;
	padding-top:5px;
	padding-left:0px;
}
#legenda_destaque  {
	position:absolute;
	width:210px;
	height:18px;
	top:204px;
	left:20px;
	padding-top:5px;
	padding-left:10px;
	background:url(images/fundo_legenda.jpg);
	font-family:Verdana;
	font-size:10px;
	text-align:left;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	text-align:left;
	text-transform:uppercase;
	color:#000;
}
#descricao_destaque  {
	position:absolute;
	width:220px;
	min-height:80px;
	top:224px;
	padding-top:10px;
	font-family:Verdana;
	font-size:11px;
	text-align:left;
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	text-align:left;
	color:#000;
}
#promocao {
	position:absolute;
	width:600px;
	left:250px;
	padding-top:20px;
	padding-left:20px;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	text-align:left;
	color:#900;
	line-height:120%;
}
#img_promocao {
	width:600px;
	padding-top:5px;
	padding-left:0px;
}
#legenda_promocao {
	position:absolute;
	width:635px;
	height:18px;
	top:508px;
	left:20px;
	padding-top:5px;
	padding-left:10px;
	background:url(images/fundo_legenda.jpg);
	font-family:Verdana;
	font-size:10px;
	text-align:left;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	text-align:left;
	text-transform:uppercase;
	color:#000;
}
#descricao_promocao {
	position:absolute;
	width:580px;
	min-height:75px;
	top:525px;
	padding-top:12px;
	padding-right:10px;
	padding-bottom:5px;
	padding-left:10px;
	font-family:Verdana;
	font-size:11px;
	text-align:left;
	font-size:11px;
	font-weight:normal;
	color:#000;
}
/* FINAL HOME */

/* INICIO HISTÓRIA */
#foto_historia {
	position:relative;
	top:50px;
	left:0px;
	width:283px;
	min-height:520px;
	padding-left:30px;
	float:left;
}
#texto_historia {
	width:560px;
	top:0px;
	padding-top:40px;
	padding-bottom:40px;
	margin-left:340px;
}
#texto_historia h1{
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	text-align:left;
	text-transform:uppercase;
	line-height:20px;
	color:#900;
}
#texto_historia h2{
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	text-align:justify;
	line-height:20px;
}
/* FINAL HISTÓRIA */

/* INICIO PRODUTOS */
/* inicio categorias */
#categoria {
	width:100%;
	min-height:400px;
	padding-left:0px;
	padding-top:0px;
}
.titulo_categoria {
	text-align:center;
	font-family:Verdana;
	font-size:13px;
	font-weight:bold;
	color:#900;
}
.texto_categoria {
	text-align:left;
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	text-transform:uppercase;
	color:#900;
}
#categoria a:link {
	color:#000;
	text-decoration:none;
}
#categoria a:visited {
	color:#000;
	text-decoration:none;
}
#categoria a:hover {
	color:#000;
	text-decoration:none;
}
#categoria a:active {
	color:#000;
	text-decoration:none;
}
/* final categorias */

/* inicio exibicao */
#produtos_esquerda {
	width:100%;
	margin-left:0px;
	padding-top:30px;
	padding-left:0px;
}
#produtos_exibicao2 {
	width:100%;
	padding-top:0px;
	padding-left:15px;
	background:#FFF;
}
#produtos_exibicao2 h1 {
	font-family:Verdana;
	font-size:14px;
	font-weight:normal;
	text-align:left;
	padding-top:100px;
	padding-left:5px;
	text-transform:uppercase;
	color:#900;
}
#produtos_exibicao2 h2 {
	font-family:Verdana;
	font-size:13px;
	font-weight:normal;
	text-align:justify;
	padding-left:5px;
	padding-right:35px;
	color:#000;
}
#produtos_exibicao2 h3 {
	font-family:Verdana;
	font-size:10px;
	font-weight:normal;
	text-align:left;
	padding-left:5px;
	padding-right:35px;
	color:#666;
}
#produtos_exibicao2_produto {
	width:440px;
	height:24px;
	top:-30px;
	
}
#produtos_exibicao2_legenda {
	position:absolute;
	width:430px;
	height:24px;
	top:245px;
	left:17px;
	padding-top:5px;
	text-align:left;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	color:#000;
	background:url(images/fundo_produto_destaque.jpg) repeat-x;
}
#produtos_exibicao2_descricao {
	width:430px;
	height:24px;
	padding-top:25px;
	text-align:left;
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	line-height:190%;
	color:#000;
}
.texto_mapa_site {
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	color:#900;
}
.texto_produto_destaque {
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	color:#000;
	background:url(images/fundo_produto_destaque.jpg);
}
.texto_produto {
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	line-height:190%;
	padding-left:15px;
	color:#000;
}
.fundo_legenda {
	width:100%;
	height:31px;
	border:1px;
	background:url(images/fundo_legenda_scroll.jpg) repeat-x;	
}
.legenda{
	width:100%;
	font-family:verdana;
	font-size:12px;
	text-align:center;
	text-transform:uppercase;
	border:0px;
	background:url(images/fundo_legenda_input.gif) ;
}
.tabela_variacoes{
	border: 1px solid #CCC;
}
/* final exibicao */
/* FINAL PRODUTOS */

/* INICIO REPRESENTANTES */
#representantes {
	width:100%;
	min-height:580px;
	padding-left:0px;
	padding-top:px;
}
#mapa_representantes {
	position:absolute;
	width:530px;
	height:540px;
	top:60px;
	padding-left:400px;
}
#mapa {
	position:relative;
	width:490px;
	height:498px;
	top:0px;
	right:0px;
}
#texto{
	position:absolute;
	width:250px;
	height:200px;
	top:100px;
	left:95px;
}
#texto h1 {
	font-family:Verdana;
	font-size:14px;
	font-weight:normal;
	text-transform:uppercase;
	color:#900;
}
#texto h2 {
	font-family:Verdana;
	font-size:13px;
	font-weight:normal;
	color:#000;
}
#texto h3 {
	font-family:Verdana;
	font-size:10px;
	font-weight:normal;
	color:#666;
}
#dados{
	position:relative;
	width:350px;
	height:200px;
	top:280px;
	left:0px;
	padding-left:25px;
	padding-top:0px;
	padding-bottom:0px;
}
#texto_dados{
	position:absolute;
	width:365px;
	height:220px;
	top:0px;
	left:40px;
	padding-left:0px;
	padding-top:0px;
	background:url(images/fundo_exibicao_representantes.jpg) no-repeat;
	border:1px #096;
}
#dados_nome{
	position:absolute;
	width:360px;
	height:20px;
	top:90px;
	left:0px;
	font-family:Verdana;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	text-align:center;
}
#dados_empresa{
	position:absolute;
	width:360px;
	height:20px;
	top:110px;
	left:4px;
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	text-transform:uppercase;
	color:#FFF;
	text-align:center;
}
#dados_cidade{
	position:absolute;
	width:200px;
	height:15px;
	top:140px;
	left:32px;
	font-family:Verdana;
	font-size:10px;
	color:#FFF;
	text-align:left;
}
#dados_fone{
	position:absolute;
	width:200px;
	height:15px;
	top:160px;
	left:32px;
	font-family:Verdana;
	font-size:10px;
	color:#FFF;
	text-align:left;
}
#dados_regiao_atendida{
	position:absolute;
	width:160px;
	height:15px;
	top:140px;
	left:200px;
	font-family:Verdana;
	font-size:10px;
	color:#FFF;
	text-align:left;
}
#dados_regiao{
	position:absolute;
	width:160px;
	height:15px;
	top:160px;
	left:199px;
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	color:#FFF;
	text-align:left;
}
#dados_proximo {
	position:absolute;
	width:160px;
	height:15px;
	top:200px;
	right:20px;
	font-family:Verdana;
	font-size:8px;
	font-weight:bold;
	text-transform:uppercase;
	color:#900;

}
#dados_proximo a:link {
	color:#900;
	text-decoration:none;
}
#dados_proximo a:visited {
	color:#900;
	text-decoration:none;
}
#dados_proximo a:hover {
	color:#900;
	text-decoration:none;
}
#dados_proximo a:active {
	color:#900;
	text-decoration:none;
}
#dados_anterior {
	position:absolute;
	width:100px;
	height:15px;
	top:200px;
	left:0px;
	font-family:Verdana;
	font-size:8px;
	font-weight:bold;
	text-transform:uppercase;
	color:#900;
}
#dados_anterior a:link {
	color:#900;
	text-decoration:none;
}
#dados_anterior a:visited {
	color:#900;
	text-decoration:none;
}
#dados_anterior a:hover {
	color:#900;
	text-decoration:none;
}
#dados_anterior a:active {
	color:#900;
	text-decoration:none;
}

.titulo_representantes {
	text-align:center;
	font-family:Verdana;
	font-size:13px;
	font-weight:bold;
	color:#900;
}
/* FINAL REPRESENTANTES */

/* INICIO TRABALHE */
#trabalhe {
	width:100%;
	padding-left:0px;
	padding-top:0px;
}
#trabalhe h1 {
	font-family:Verdana;
	font-size:14px;
	font-weight:normal;
	text-align:left;
	padding-left:5px;
	text-transform:uppercase;
	color:#900;
}
#trabalhe h2 {
	font-family:Verdana;
	font-size:13px;
	font-weight:normal;
	text-align:justify;
	padding-left:5px;
	padding-right:35px;
	color:#000;
}
#trabalhe h3 {
	font-family:Verdana;
	font-size:10px;
	font-weight:normal;
	text-align:left;
	padding-left:5px;
	padding-right:35px;
	color:#666;
}
.titulo_testeira {
	font-family:Verdana;
	font-size:11px;
	text-align:center;
	font-weight:normal;
	color:#900;
}
.titulo_trabalhe {
	text-align:center;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	color:#900;
}
.titulo_trabalhe_branco {
	text-align:center;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	color:#FFF;
}
.texto_trabalhe {
	text-align:left;
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	color:#900;
}
.texto_trabalhe_preto{
	text-align:left;
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	color:#000;
}
.drop_down_trabalhe {
	text-align:left;
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	color:#000;
	border:1px solid #999;
}
.caixa_texto_trabalhe {
	text-align:left;
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	color:#000;
	border:1px solid #999;
}
.botao_trabalhe {
	text-align:center;
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	color:#000;
	border:1px solid #999;
}
/* FINAL TRABALHE */

/* INICIO CONTATO */
#contato {
	width:100%;
	min-height:530px;
	padding-left:0px;
	padding-top:20px;
}
#google {
	width:45%;
	min-height:477px;
	margin-left:20px;
	margin-top:20px;
	padding-left:10px;
	float:left;
	border:1px solid #CCC;
}
#google a:link {
	color:#000;
	text-decoration:none;
}
#google a:visited {
	color:#000;
	text-decoration:none;
}
#google a:hover {
	color:#000;
	text-decoration:none;
}
#google a:active {
	color:#000;
	text-decoration:none;
}
#form {
	width:45%;
	min-height:295px;
	margin-left:30px;
	margin-top:20px;
	padding-left:10px;
	float:left;
	border:1px solid #CCC;
}
*html #form {
	width:400px;
	margin-top:20px;
	margin-right:15px;
	float:right;
	border:1px solid #CCC;
}
#form select{
	text-align:left;
	font-family:Verdana;
	font-size:13px;
	font-weight:normal;
	color:#000;
	border:1px solid #999;
}
#form input {
	text-align:left;
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	color:#000;
	border:1px solid #999;
}
#form textarea{
	text-align:left;
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	color:#000;
	border:1px solid #999;
}
#endereco {
	width:45%;
	height:140px;
	margin-left:30px;
	margin-top:30px;
	padding-left:10px;
	padding-top:10px;
	float:left;
	border:1px solid #CCC;
}
*html #endereco {
	width:400px;
	height:140px;
	margin-top:35px;
	margin-right:15px;
	float:right;
	border:1px solid #CCC;
}
.titulo_contato {
	text-align:left;
	font-family:Verdana;
	font-size:13px;
	font-weight:bold;
	color:#900;
}
.texto_contato {
	text-align:left;
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	color:#900;
}
.texto_contato_obrigatorio {
	font-family:Verdana;
	font-size:9px;
	text-align:center;
	font-weight:normal;
	color:#999;
}
.texto_contato_preto {
	text-align:left;
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	color:#000;
}
.botao_contato {
	text-align:center;
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	color:#000;
	border:1px solid #999;
}
/* FINAL CONTATO */

/* INICIO ORCAMENTRO */
#orcamento {
	width:100%;
	min-height:600px;
	padding-left:0px;
	padding-top:0px;
}
#orcamento h1 {
	font-family:Verdana;
	font-size:14px;
	font-weight:normal;
	text-align:left;
	padding-left:5px;
	text-transform:uppercase;
	color:#900;
}
#orcamento h2 {
	font-family:Verdana;
	font-size:13px;
	font-weight:normal;
	text-align:justify;
	padding-left:5px;
	padding-right:35px;
	color:#000;
}
#orcamento h3 {
	font-family:Verdana;
	font-size:10px;
	font-weight:normal;
	text-align:left;
	padding-left:5px;
	padding-right:35px;
	color:#666;
}
#orcamento a:link {
	color:#000;
	text-decoration:none;
	margin:10px;
}
#orcamento a:visited {
	color:#000;
	text-decoration:none;
	margin:10px;
}
#orcamento a:hover {
	color:#000;
	text-decoration:none;
	margin:10px;
}
#orcamento a:active {
	color:#000;
	text-decoration:none;
	margin:10px;
}

.titulo_orcamento {
	text-align:center;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	color:#900;
}
.titulo_orcamento_branco {
	text-align:center;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	color:#FFF;
}
.texto_orcamento {
	text-align:left;
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	color:#900;
}
.texto_orcamento_preto{
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	color:#000;
}
.texto_orcamento_obrigatorio {
	font-family:Verdana;
	font-size:9px;
	font-weight:normal;
	color:#999;
}
.drop_down_orcamento {
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	color:#000;
	border:1px solid #999;
}
.caixa_texto_orcamento {
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	color:#000;
	border:1px solid #999;
}
.tabela_formulario {
	border:1px solid #EFD27A;
}
.tabela_lista {
	border-left:1px solid #990000;
	border-right:1px solid #990000;
	border-bottom:1px solid #990000;
	border-top:none;	
}
.botao_orcamento {
	text-align:center;
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	color:#000;
	border:1px solid #999;
}
/* FINAL TRABALHE */

/* INICIO BUSCA*/
.titulo_busca {
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	color:#900;
}
.titulo_busca_branco {
	text-align:center;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	color:#FFF;
}
.texto_busca {
	text-align:left;
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	color:#000;
}
.texto_base_tabela {
	font-family:Verdana;
	font-size:9px;
	font-weight:normal;
	color:#CCC;
}
/* FINAL BUSCA */


/* ------ FINAL CONTEÚDO ------ */

.border0 { border:0;}

