@charset "iso-8859-1";
/* ////////////////////////////////////////////// */
/*		STYLE DEFAULT
/* ////////////////////////////////////////////// */
body{
	width:100%;
	height:100%;
	margin:0px;
	border:0px;
	padding:0px;
	background-color:#EB891B;
	background-image:url(../_imagens/background.gif);
	background-repeat:repeat;
}
body{
	font-family:Arial,Tahoma,Verdana;
	font-size:12px;
	color:#666;
}
form{
	margin:0px;
	border:0px;
	padding:0px;	
}
/* ////////////////////////////////////////////// */
/*		STYLE DA ESTRUTURA DO SITE
/* ////////////////////////////////////////////// */
#website{
	width:770px;
	margin:0px auto;
	background-color:#F7F8F9;
}
#topo{
	width:770px;
	height:195px;
	background-color:#FFF;
}
#logotipo{
	width:125px;
	height:175px;
	float:left;
	padding:10px 25px 0px 25px;
}
#banner{
	width:595px;
	height:195px;
	float:left;
}
#menu{
	width:770px;
	height:35px;
	background-color:#F4A51C;
	background-image:url(../_imagens/menu_n.jpg);
	background-repeat:repeat-x;
	overflow:hidden;
	position:relative;
	font-size:10px;
	text-transform:uppercase;
	font-weight:bold;
}
#coluna_esq{
	width:260px;
	height:500px;
	float:left;
	background-image:url(../_imagens/background_lateral.gif);
	background-repeat:no-repeat;
	background-position:left center;
}
#coluna_dir{
	width:500px;
	float:left;
}
#rodape{
	width:770px;
	text-align:center;
	padding:8px 0px;
	font-size:10px;
	margin:0px auto;
	background-color:#F0F0F0;
	border-top:1px #F4A51C solid;
}
/* ////////////////////////////////////////////// */
/*		STYLE DE FORMATAÇÕES NO SITE
/* ////////////////////////////////////////////// */
.left{
	float:left;
	text-align:left;
}
.right{
	float:right;
	text-align:right;
}
.espaco{
	clear:both;
	height:1px;
	font-size:1px;
}
.espaco10{
	clear:both;
	height:10px;
}
.espaco30{
	clear:both;
	height:30px;
}

h2{
	margin:20px 0px 10px 0px;
	border:0px;
	padding:0px;
	clear:both;
	color:#EB891B;
	font-size:26px;
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing:-1px;
}

h3{
	margin:5px 0px;
	border:0px;
	padding:0px;
	clear:both;
	color:#EB891B;
	font-size:16px;
	font-weight:bold;
	letter-spacing:-1px;
}

#corpo{
	clear:both;
	padding:10px 10px 30px 0px;
	text-align:left;
}

.home_texto{
	clear:both;
	padding:0px 10px 10px 0px;
	text-align:left;	
}

.clientes{
	width:230px;
	text-align:center;
	float:left;
	padding:12px 0px;
	border:1px #F0F0F0 solid;
	background-color:#FFF;
	margin:5px;
}
.clientes img, .produtos img{
	padding-bottom:4px;
}
.clientes_home{
	width:145px;
	text-align:center;
	float:left;
	padding:6px;
	border:1px #F0F0F0 solid;
	background-color:#FFF;
	margin-left:3px;
}

.marcas{
	margin:2px;
}

.produtos{
	text-align:center;
	float:left;
	padding:3px;
	border:1px #F0F0F0 solid;
	background-color:#FFF;
	margin:2px;
}
/* ////////////////////////////////////////////// */
/*		STYLE PARA LINKS NO SITE
/* ////////////////////////////////////////////// */
a{
	color:#F60;
	text-decoration:none;
}
a:hover{
	color:#000;
	text-decoration:none;
}
#rodape a{
	color:#333;
	text-decoration:none;
}
#rodape a:hover{
	color:#C00;
	text-decoration:none;
}
/* ////////////////////////////////////////////// */
/*		STYLE PARA LISTAS NO SITE
/* ////////////////////////////////////////////// */
#coluna_dir ul{
	list-style:none;
	margin:0px;
	padding:0px;
	border:0px;
	float:left;
}
#coluna_dir li{
	float:left;
	width:480px;
}
#coluna_dir li.dataz{
	color:#666;
	font-size:11px;
}
#coluna_dir li a{
	text-align:left;
	float:left;
	display:block;
	text-decoration:none;
	cursor:pointer;
	color:#F60;
	font-weight:bold;
	margin-bottom:12px;
}
#coluna_dir li a:hover{
	text-decoration:none;
	color:#000;
}
/* ////////////////////////////////////////////// */
/*		STYLE PARA FORMS NO SITE
/* ////////////////////////////////////////////// */
.frm_label{
	float:left;
	width:80px;
	margin:9px 6px 4px 0px;
	text-align:right;
	color:#333;
	font-weight:bold;
}

.frm_input{
	float:left;
	border:1px #F60 solid;
	color:#333;
	background-color:#F0F0F0;
	text-align:left;
	padding:2px;
	margin:3px 3px 1px 0px;
	font-family:Arial;
	font-size:12px;	
}

.frm_input:hover, .frm_input:focus{
	background-color:#F0F0F0;
	border:1px #333 solid;
	color:#F30;
}

.frm_submit{
	margin-top:5px;
	padding:3px 6px;
	text-align:center;
	border:2px #CCC solid;
	background-color:#333;
	color:#FFF;
	font-weight:bold;
}

.frm_submit:hover{
	border:2px #FFF solid;
	background-color:#000;
	color:#FFF;
}

#frm_contato br{
	clear:both;
}
/* ////////////////////////////////////////////// */
