@charset "iso-8859-1";
/* PADRÃO DE CORES: CINZA-CLARO: #999; AZUL: #0095da; CINZA-ESCURO: #333; */
* {
	padding:0px;
	margin:0px;
	border:none;
	list-style:none;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
}
body {
	text-align:left;
	font:12px Arial, Helvetica, sans-serif;
	color:#333;
    /* IE */
	/*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#99cc99)";*/
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#99cc99);*/
	/* Mozilla */
	/*background: -moz-linear-gradient(top, #ffffff, #99cc99) repeat-X;*/
	/* Safari, Google Chrome */
	/*background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#99cc99)) repeat-X;*/

	background: repeating-linear-gradient(
	90deg,
	#921426,
	#921426 100px,
	#730f1e 50px,
	#730f1e 200px
	);
}
a, a:link, a:visited {
	text-decoration:none;
	color:#921426;
}
a:hover, a:active {
	text-decoration:underline;
	color:#921426;
}
h1, h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
	color:#900;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	text-transform:uppercase;
	text-align:left;
	text-decoration:none;
	margin-bottom:10px;
	cursor:default;
}
li{
	list-style:square;
	margin-left:20px;
	line-height:20px;
}
p{
	line-height:18px;
	padding-bottom:10px;
}
#geral {
	width:980px;
	position:relative;
	margin-left:50%;
	left:-490px;
	background-color:#fff;
	border-top:4px solid #900;
	float:left;
	}

/***********************
CSS Topo
***********************/
#topo{
	width:980px;
	border-top:4px solid #900;
}
#logotipo{
	width:280px;
	margin:15px 0 15px 20px;
}
#fale-conosco{
	position:relative;
	top:30px;
	right:20px;
	float:right;
}
/*Menu*/
#menu{
	width:980px;
	height:42px;
	border-top:1px solid #ccc;
	background-color:#fff;
}
#menu ul{
	width:560px;
	margin:auto;
}
#menu ul li{
	display: inline;
	line-height:35px;
}
#menu ul li a{
    float:left;
    padding: 2px 14px;
    /* visual do link */
	font-size:14px;
    color: #666;
    text-decoration: none;
}
#menu ul li a:hover {
    color: #900;
    text-decoration:underline;
}
.separador {
	padding-top:15px;
	float:left;
	color:#ccc;
}

/*Banner Topo*/
#banner-topo{
	width:940px;
	height:300px;
	margin:20px 20px 0px 20px;
	background-color:#ccc;
}
#banner-sombra{
	width:940px;
	height:13px;
	margin-left:20px;
}
/***********************
CSS Conteudo
***********************/
#conteudo{
	width:940px;
	background-color:#fff;
	padding:0px 20px 20px 20px;
}
.chamadas{
	float: left;
	width:283px;
	height:330px;
	padding:15px;
	background-color:#F5F5F5;
	overflow:hidden;
}
/***********************
CSS Contato
***********************/
#contato{
	width:600px;
	padding:0px 20px 20px 20px;
	float:left;
}
.campo_txt {
	background-image:url(images/bg-campo-txt.gif);
	background-repeat:repeat-x;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border:1px solid #999;
}
.botao_enviar_contato {
	width: 140px;
	height:30px;
	padding:3px;
	color:#fff;
	cursor:pointer;
	font-weight:bold;
	background-color:#900;
	border:1px #fff solid;
}
#mapa{
	float:left;
}
/***********************
CSS Conteudo Rodapé
***********************/
#rodape{
	width:100%;
	height:90px;
	font:11px Arial, Helvetica, sans-serif;
	background-color:#423f40;
	background-repeat:repeat-x;
	clear:both;
}
#rodape_conteudo {
	width:980px;
	height:39px;
	margin:auto;
	background-image:url(images/rodape-bg.jpg);
	background-repeat:no-repeat;
}