/* Folha de estilos para o site */

*{
	margin:0;
	padding:0;
	border:0;
	font-family:Arial, Helvetica, sans-serif;
}
body{
	background-color:#f3f3f3;
}
#header{
	background-color:#FFFFFF;
	width:984px;
}
#barra{
	height:8px;
	background-image:url(../imagens/bgBarraHeader.jpg);
	background-repeat:repeat-x;
}
#menuTop{
	color:#898989;
	padding-top:12px;
	_padding-top:8px; /* Hack IE6*/
	height:40px;
	font-size:12px;
	padding-right:40px;
	text-align:right;
}
#menuTop a{
	color:#898989;
	text-decoration:none;
}
#menuTop a:hover{
	color:#ae2900;
	text-decoration:underline;
}
#logo{
	position:absolute;
	z-index:3;
	margin-left:40px;
	*margin-left:-395px; /* Hack IE7 */
	margin-top:-20px;
}
#menu{
	position:relative;
	z-index:4;
	margin-left:434px;
	background-image:url(../imagens/bgMenu.jpg);
	background-repeat:repeat-x;
	height:34px;
	*margin-top:25px; /* Hack IE7*/
	margin-top:0;
}
#menu li{
	list-style:none;
	padding:0;
	height:34px;
	float:left;
}
#flash{
	position:relative;
	z-index:2;
	_margin-top:-5px; /* Hack IE6*/
}
#conteudo{
	background-color:#FFFFFF;
	width:984px;
	background-image:url(../imagens/bgConteudo.jpg);
	background-repeat:no-repeat;
	background-position:top;
	position:relative;
	z-index:1;
	margin-top:-72px;
	padding-top:72px;
}
#conteudo a{
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	color:#ae2900;
}
#conteudo a:hover{
	color:#d93d3d;
}
#conteudo hr{
	border-top: 1px solid #e7e7e7;
	margin:0;
	padding:0;
}
#rodape hr{
	border-top: 1px solid #e7e7e7;
	margin:0;
	padding:0;
}
#home{
	width:904px;
	height:455px;
}
#home form{
	margin-top:20px;
}
#coluna1, #coluna2, #coluna3{
	float:left;
	width:275px;
	text-align:left;
}
#coluna1 img.borda, #coluna2 img.borda, #coluna3 img.borda{
	border: solid 5px #ceaca5;
	margin-bottom:16px;
}
#conteudo h1{
	font-size:16px;
	font-weight:bold;
	color:#ae2900;
	margin-bottom:16px;
	text-align:left;
}
#conteudo h2{
	font-size:16px;
	font-weight:bold;
	color:#de9e5d;
	margin-bottom:10px;
}
#conteudo p{
	font-size:12px;
	color:#898989;
	text-align:justify;
}
#rodape{
	font-size:12px;
	color:#898989;
}
#secoes{
	text-align:justify;
	width:904px;
}
.input{
	background-color:#e1e1e1;
	padding:3px;
	color:#666666;
	font-size:12px;
}
.noticias{
	line-height:29px;
	display:block;
	background-image:url(../imagens/bgNews.jpg);
	background-repeat:repeat-x;
	width:270px;
	background-position: left top;
}
.noticiasSecoes{
	line-height:29px;
	display:block;
	background-image:url(../imagens/bgNews.jpg);
	background-repeat:repeat-x;
	width:250px;
	background-position: left top;
}
.spacer{
	width:39px;
	_width:38px; /* Hack IE6 */
	float:left;
	background-image: url(../imagens/bgPontilhadoVertical.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	height:440px;
}
.botaoImg{
	margin-top:15px;
	margin-bottom:15px;
	text-align:right;
}
.template1 img{
    float:left;
    margin:0 30px 15px 0;
}
.template1 p{
    text-align:justify;
	margin-bottom:25px;
}
#conteudoSecao{
	width:904px;
}
#conteudoSecao h1{
	margin:0;
	padding:0;
}
#conteudo h3{
	font-size:12px;
	color:#de9e5d;
	margin-bottom:10px;
	margin-top:10px;
}
.listaServicos{
	list-style-position:inside;
	list-style-type:decimal-leading-zero;
}
.listaServicos{
	color:#ae2900;
	font-size:12px;
	text-align:left;
}
.listaServicos li ul{
	margin-left:25px;
	list-style-type:lower-roman;
	color:#565656;
	margin-bottom:10px;
}
.listaServicos li ul li ul li{
	color:#878787;
	margin-left:-10px;
}
.destaque{
	color:#852222;
}
.erro{
	color:#FF3300;
}
.sucesso{
	color:#999900;
}
#rodape{
	font-size:12px;
	color:#999999;
}