@charset "UTF-8";
/* Documento CSS */

* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0;
	padding: 0;
	color: #999999;
}

/*html {
    overflow-x: hidden;
}*/

body {
	width:1024px;margin:0 auto;
}

p {
	font-size: 0.8em;
}

li {
	list-style-type: none;
}

a:link , a:visited { text-decoration: none; }
a:hover, a:active { text-decoration: underline; }

#body {
	/*background: url(imagens/fundo.gif) repeat-y;*/
	/*background-color:#c7e291;*/
	width: 980px;
	padding: 0 12px;
	margin-top: 0px;
	/*border-bottom: solid 2px #eae9e9;*/
	/*border-top: solid 2px #eae9e9;*/
	margin-bottom: 30px;
	position:absolute;
	-overflow-x: hidden; /* o que é isto? */
}

.clear {
	clear: both;
}

h1 {

	background: url(imagens/traco.gif) no-repeat left;
	padding-left: 40px;
	font-variant: small-caps;
	/*border-bottom: solid 1px #eae9e9;*/
	margin-bottom: 10px;
	padding-bottom: 3px;
}

h4 {
	text-align: center;
	color: #669900;
	font-variant: small-caps;
	font-size: 0.8em;
	margin-bottom: 5px;
}

strong {
	color: #669900;
	font-weight: bold;
}

em{
	color: #669900;
	font-style: normal;
	font-weight: bold;
}

/**** CABEÇALHO ****/

#header {
	background: url(imagens/header_bg.gif) repeat-x;
	width: 980px;
	padding-top: 15px;
	height: 75px;
}

#header a:active, #header a:hover { text-decoration: none; }

#header p {
	float: left;
	background: url(imagens/elogo.gif) no-repeat left;
	margin-left: 30px;
	width: 235px;
	height: 55px;
	padding-top: 10px;
}

#header ul {
	float: right;
	font-size: 0.8em;
	margin: 15px 30px 0 0;
}

#header ul li {
	float: left;
	padding: 0 10px;
}

#home {
	background: url(imagens/home.png) no-repeat left;
	padding-left: 20px;
	padding-top: 3px; 
}

#mapa_site {
	background:url(imagens/mail.png) no-repeat left;
	padding-left: 20px;
	padding-top: 3px; 
}

a#home:link, a#home:visited,
a#mapa_site:link, a#mapa_site:visited {
	text-decoration: none;
	color: #999999;
}

a#home:hover, a#home:active,
a#mapa_site:hover, a#mapa_site:active {
	text-decoration: none;
	color: #669900;
}

/** FIM CABEÇALHO **/

/**** MENU ****/
#menu {
	margin-top: 10px;
	float: left;
}

#menu li {
	border-bottom: solid 1px #eae9e9;
	border-right: solid 1px #eae9e9;
	text-align: right;
	margin-bottom: 2px;
	font-size: 0.8em;
}

li a.link_menu:link, li a.link_menu:visited {
	display: block;
	width: 250px;
	background: url(imagens/ico_arrow_orange.gif) no-repeat left;
	padding: 5px 15px;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: none;
}

li a.link_menu:hover, li a.link_menu:active {
	display: block;
	width: 250px;
	background: url(imagens/ico_arrow_grey.gif) no-repeat left #f8f8f8;
	color: #669900;
	padding: 5px 15px;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: none;
}

#menu_img {
	background: url(imagens/banner2.jpg) no-repeat;
	width: 650px;
	height: 270px; 
	margin-top: 5px;
	margin-right: 20px;
	float: right;
}

/** FIM MENU **/

/**** CONTEÚDO ****/
#conteudo {
	/*background: url(imagens/bottom_menu.gif) repeat-x top;*/
	background: url(imagens/linha_bg.gif) repeat-x top;
	width: 660px;
	margin-top: 10px;
	/*border-bottom: solid 5px #eae9e9;*/
	padding-bottom: 20px;
}

#conteudo_noticias {
	background: url(imagens/conteudo_bg.gif) repeat-x top;
	width: 300px;
	margin-top: 10px;
	/*border-bottom: solid 5px #eae9e9;*/
	padding-bottom: 20px;
}

#banner_produtos_servicos {
	/*background: url(imagens/bottom_menu.gif) repeat-x top;*/
	background: url(imagens/linha_bg.gif) repeat-x top;
	width: 980px;
	margin-top: 10px;
	/*border-bottom: solid 5px #eae9e9;*/
	padding-bottom: 20px;
}

#esquerda_apresentacao {
	float:left;
	width: 650px;
}

#esquerda_apresentacao p {
	width: 450px;
	float: right;
}

#esquerda_apresentacao_baixo p {
	width: 650px;
	float: right;
}

#apresentacao {
	padding-top: 20px;
	padding-bottom: 0px;
}

#direita_noticias {
	float: left;
	width: 300px;
}

#direita_noticias div {
	padding-top: 20px;
}

#direita_noticias p {
	margin: 10px 5;
}


#direita_noticias strong {
	color: #669900;
	font-weight: normal;
}

#solucoes {
	float:left;
	width: 980px;
}

#solucoes p {
	width: 490px;
	float: right;
}

#solucoes li {
	display: inline;
	float: left;
	width: 185px;
	margin: 0 5px;
}

#solucoes span {
	font-size: 0.7em;
}

#solucoes_imagens {
	margin-left: 32px;
}

a.link_direita:link, a.link_direita:visited {
	float: right;
	margin-right: 5px;
	color: #669900;
	margin-top: 2px;
	font-size: 0.7em;
}

a.link_direita:hover, a.link_direita:active {
	float: right;
	margin-right: 5px;
	color: #669900;
	margin-top: 2px;
	text-decoration: underline;
	font-size: 0.7em;
}

.title_bottom {
	padding-top: 20px;
	/*background: url(imagens/bottom_menu.gif) repeat-x top;*/
	width: 100%;
}

.top_frame {
	overflow: hidden;
	background: url(imagens/top_frame.gif) no-repeat;
	height: 10px;
}

.middle_frame {
	padding: 18px 0;
	background: url(imagens/middle_frame.gif) repeat-y;
	width: 100%;
}
 
.middle_frame span, .middle_frame a {
	display: block;
	margin: 0 10px;
}

.bottom_frame {
	overflow: hidden;
	background: url(imagens/bottom_frame.gif) no-repeat;
	height: 10px;
}

/** FIM CONTEÚDO **/

/**** RODAPÉ ****/
#rodape {
	margin-top: 0px;
	background: url(imagens/footer_bg.gif) repeat-x;
	width: 980px;
	height: 75px;
	font-size: 0.8em;
	-margin-bottom:10px;
	text-align: center;
}

/** FIM RODAPÉ **/
