/* CSS Document */
body{
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:11px;
	background-color:#000000;
	}
	
/*   MENU   */
#menu{
	background-image:url(../imagens/linha_topo.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:26px;
	}
	
a.inicio {
        text-indent: -1000em;
        overflow: hidden;
        display: block;
        background: url(../imagens/menu/inicio_b.jpg) no-repeat;
    }
	
a.inicio:hover {
        background: url(../imagens/menu/inicio_a.jpg) no-repeat;
    }

a.empresa {
        text-indent: -1000em;
        overflow: hidden;
        display: block;
        background: url(../imagens/menu/empresa_b.jpg) no-repeat;
    }
	
a.empresa:hover {
        background: url(../imagens/menu/empresa_a.jpg) no-repeat;
    }
	
a.produtos {
        text-indent: -1000em;
        overflow: hidden;
        display: block;
        background: url(../imagens/menu/produtos_b.jpg) no-repeat;
    }
	
a.produtos:hover {
        background: url(../imagens/menu/produtos_a.jpg) no-repeat;
    }

a.showroom {
        text-indent: -1000em;
        overflow: hidden;
        display: block;
        background: url(../imagens/menu/showroom_b.jpg) no-repeat;
    }
	
a.showroom:hover {
        background: url(../imagens/menu/showroom_a.jpg) no-repeat;
    }
	
a.contato {
        text-indent: -1000em;
        overflow: hidden;
        display: block;
        background: url(../imagens/menu/contato_b.jpg) no-repeat;
    }
	
a.contato:hover {
        background: url(../imagens/menu/contato_a.jpg) no-repeat;
    }

/*   FIM MENU   */

#imgcentral{
	background-image:url(../imagens/imgcentral.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:400px;
	}

#capa_produtos{
	width:800px;
	height:200px;
	}

#rodape{
	background-image:url(../imagens/linha_rodape.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:26px;
	}

.padding{
	padding-left:35px;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:35px;
	}

.branco{
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	}

.amarelo{
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFCC00;
	font-weight:bold;
	}

.input_formulario{
color:#777777;
font-size:11px;
font-family:Arial, Helvetica, sans-serif; 
border:#ffffff 1px solid;
padding-left:4px;
background-image:url(../imagens/linha.jpg);
background-repeat:repeat-x;
}

.input_formulario_over{
color:#CC9900;
font-size:11px;
font-family:Arial, Helvetica, sans-serif; 
border:#FFCC00 1px solid;
padding-left:4px;
}

a{
	color:#FFCC00;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}

a:hover{
	color:#FFFFFF;
	text-decoration:underline;
	}

