@charset "iso-8859-1";
/* ############################################# */
/*		ESQUELETO DO SITE
/* ############################################# */
body{
	margin:0px;
	border:0px;
	padding:0px;
	background-color:#FFF;
	font-family:Arial, Tahoma;
	font-size:12px;
	color:#333;
	width:100%;
	height:100%;
}
form{
	margin:0px;
	border:0px;
	padding:0px;
}
/* ############################################# */
/*		DEFINIÇÕES DA ESTRUTURA
/* ############################################# */
#box_menu{
	width:100%;
	height:60px;
	float:left;
	background-image:url(../_imagens/menu_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
#box_topo{
	width:100%;
	height:225px;
	float:left;
	background-image:url(../_imagens/topo_bg.jpg);
	background-position:center center;
	background-repeat:no-repeat;
}
#box_topo_align{
	width:860px;
	height:185px;
	margin:20px auto;
}
#box_logo{
	width:230px;
	height:130px;
	float:left;
	margin:25px 0px 0px 0px;
}
#box_foto{
	width:290px;
	height:185px;
	float:right;
	margin:0px;
}
#box_fone{
	width:300px;
	height:81px;
	float:left;
	margin:50px 0px 0px 20px;
	text-align:center;
}
#box_body{
	float:left;
	width:100%;
	min-height:640px;
	margin-top:2px;
	background-image:url(../_imagens/body_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
#box_body_content{
	width:840px;
	min-height:600px;
	margin:20px auto;
}
#box_rodape{
	float:left;
	width:100%;
	height:100px;
	background-color:#F0F0F0;
	color:#666;
}
#box_rodape_align{
	width:860px;
	height:80px;
	margin:10px auto;
}
.box_rodape{
	float:left;
	font-size:11px;
	line-height:12px;
}
.box_rodape_cartoes{
	float:right;
	width:170px;
	text-align:right;
	font-size:9px;
	line-height:12px;
}
/* ############################################# */
/*		DEFINIÇÕES DO CORPO DO SITE
/* ############################################# */
h3{
	font-size:18px;
	font-weight:bold;
	margin:2px 0px 3px 20px;
	border:0px;
	padding:0px;
	color:#C1271F;
	font-family:Arial;
	letter-spacing:-1px;
}
h3 b{
	color:#333;
}
h4{
	font-size:14px;
	font-weight:bold;
	margin:0px;
	border:0px;
	padding:0px;
	color:#C1271F;
	font-family:Arial;
}
h4 b{
	color:#333;
	font-size:12px;
	font-weight:normal;
}

#promocao{
	width:800px;
	height:300px;
	margin:0px 0px 20px 16px;
	border:4px #C1271F solid;
}

#qualidade{
	width:800px;
	height:95px;
	margin:0px 0px 20px 20px;
	text-align:center;
}
#qualidade img{
	margin:0px 3px;
}

#parceiros{
	width:800px;
	height:85px;
	margin:0px 0px 10px 20px;
	text-align:center;
}
#parceiros img{
	margin:0px 10px;
	border:1px #E1E1E1 solid;
}

#corpo_texto{
	width:800px;
	margin:5px 0px 0px 20px;
	text-align:left;
	float:left;
	font-size:13px;
	line-height:18px;
}
/* ############################################# */
/*		DEFINIÇÕES DE ALINHAMENTOS
/* ############################################# */
.left{
	float:left;
}
.right{
	float:right;
}
.limpa{
	clear:both;
	height:1px;
	font-size:1px;
}
/* ############################################# */
/*		DEFINIÇÕES DOS LINKS
/* ############################################# */
a{
	text-decoration:none;
	color:#C1271F;
}
a:hover{
	text-decoration:none;
	color:#000;
}
/* ############################################# */
/*		DEFINIÇÕES PARA FORM
/* ############################################# */
.frm_label{
	float:left;
	width:85px;
	margin:5px 6px 5px 0px;
	text-align:right;
	color:#333;
	font-size:12px;
}

.frm_input{
	float:left;
	border:1px #C1271F solid;
	color:#C1271F;
	background-color:#F7F8F9;
	text-align:left;
	padding:2px;
	font-size:13px;	
	margin:3px 3px 1px 0px;
	font-family:Arial, Verdana;
}

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

.frm_submit{
	margin-top:3px;
	padding:1px 6px;
	text-align:center;
	border:2px #999 solid;
	background-color:#666;
	color:#FFF;
	font-size:13px;
	font-family:Arial;
	font-weight:bold;
}

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

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