/* CSS Document */

body {
	background-image: url(imagens/bg_body.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

BODY {
	SCROLLBAR-FACE-COLOR: #666666;
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
	SCROLLBAR-SHADOW-COLOR: #333333;
	SCROLLBAR-3DLIGHT-COLOR: #ffffff;
	SCROLLBAR-ARROW-COLOR: #ffffff;
	SCROLLBAR-TRACK-COLOR: #000000;
	SCROLLBAR-DARKSHADOW-COLOR: #000000;
}

a:active {  color: #FF9900}
a:link {  text-decoration: none; color: #FF9900}
a:visited {  color: #ff9900; text-decoration: none}
a:hover {  text-decoration: underline}.fundo_empresa {
	background-image: url(imagens/fundo_empresa.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.fundo_produtos_01 {

	background-image: url(imagens/fundo_produtos.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.fundo_produtos_02 {
	background-position: center top;
	border: 2px dotted #91ABC8;
}
.fundo_produtos_03 {

	background-position: center top;
	border: 2px dotted #FFC28C;
}
.input01 {
	border: 1px solid #666666;
}
.input02 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #333333;
	border: 1px solid #003366;
}
.texto_simples {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	padding-right: 32px;
	padding-left: 32px;
}
.imagens_borda {
	border: 1px solid #666666;
}

