/* CSS Document */
body {
	scrollbar-arrow-color: #35A6B4;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-highlight-color:#EFEFEF;
	scrollbar-face-color:#EFEFEF;
	scrollbar-shadow-color:#EFEFEF;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-track-color:#F8F8F8;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	font: 0.8em Arial, Helvetica, sans-serif;
	color: #333333;
}
a {
	color: #DA6B36;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* TOPO ----------------- */

#fx_topo {
	background: url(../img/bg_topo.jpg) no-repeat center bottom;
	text-align: center;
	margin: 0px;
	border-width: 0px;
	padding: 10px 0px;
}
#topo {
	margin: auto;
	padding: 0px;
	width: 1000px;
	border-width: 0px;
	text-align: left;
}
#logo {
	margin: 0px;
	padding: 0px;
	height: 136px;
	width: 260px;
	border-width: 0px;
	display: inline;
}
#nome_empresa {
	color: #666;
	font-size: 115%;
	text-align: right;
	width: 400px;
	display: inline;
	vertical-align: top;
	float: right;
	padding: 10px 10px 0px 0px;
	margin: 0px;
}
#nome_empresa h1 {
	color: #36CADA;
 	font-size: 115%;
	font-weight: bold;
	margin: 0px;
}

/* MENU INT ----------------- */

#menuint {
	width: 200px;
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	border: solid 0px;
}
#menuint a {
	color: #000000;
	text-decoration: none;
	width: 100%;
	height: 21px;
	display: block;
}
#menuint a:hover {
	font-weight: bold;
}

#menuint ul {
	list-style: none;
}
#menuint ul li {
	width: 200px;
	height: 21px;
	display: block;
	background: url(../img/bg_bt_menuint.gif) no-repeat left top;
	margin: 5px 0 5px 0;
	padding: 2px 2px 2px 5px;
	position: relative;
}
#menuint ul li:hover {
	background: url(../img/bg_bt_menuint_on.png) no-repeat left top;
}
#subm1 {
	display: none;
	margin: 0 0 0 160px;
	position: absolute;
	top: -5px;
	left: 10px;
	z-index: 10;
}
#ani_sec {
	float: right;
	margin: 0 0 0 15px;
	height: 270px;
	width: 325px;
}
/* CONTEUDO PAGINA ----------------- */

#fx_conteudo {
	clear: both;
	display: block;
}
#conteudo {
	width: 1000px;
	margin: auto;
	padding: 10px 0;
}
#cont_pag {
	float: right;
	text-align: justify;
	margin: 0;
	color: #7E7E7E;
	text-align: justify;
	width: 72%;
	border: 0px solid;
	padding: 0;
	display: block;
}
.titsec {
	background: url(../img/bg_tit_sec.gif) repeat-x right center;
	color: #09D6AD;
	margin: 10px 0 15px 0;
	padding: 0;
	font-size: 130%;
	text-align: right;
}
h2 {
	font-size: 110%;
	color: #E28D65;
}
/* RODAPE ----------------- */

#fx_rodape {
	background: #EFEFEF url(../img/bg_rodape.jpg) repeat-y right top;
	clear: both;
	border: 0px solid;
	margin: 0;
	padding: 0;
}
#rodape {
	width: 985px;
	margin: auto;
	font-size: 90%;
	color: #333333;
	padding: 10px 0 10px 15px;
	line-height: 150%;
	white-space: nowrap;
}
