/* CSS Document */
* {
	margin:0;
	padding:0;
	font-family: Arial, Courier, monospace;
	font-size:10px;
	outline:none;
	list-style-type:none;
}
body{
	background:#fff;
	height:auto;
	width:100%;
	color:#fff;
}
/*----------------------------------fundo-------------------------------------------------*/
#fundo_left{
	position:absolute;
	top:0;
	left:0;
	background:url(../imagens/fundo_left.jpg) left top repeat-x;
	width:50%;
	height:183px;
	z-index:30;
}
#fundo_right{
	position:absolute;
	top:0;
	right:0;
	background:url(../imagens/fundo_right.jpg) repeat-x top;
	width:50%;
	height:227px;
	z-index:40;
}
/*----------------------------------estrutura-------------------------------------------------*/
#site{
	margin:0 auto;
	position:relative;
	margin-top:0;
	z-index:50;
	background:#ffffff;
	width:980px;
	height:auto;
}
/*----------------------------------topo-------------------------------------------------*/
#topo{
	background:url(../imagens/topo.jpg) top no-repeat;
	width:100%;
	height:227px;
}
#logo{
	position:absolute;
	width:115px;
	height:143px;
	margin-top:16px;
}
#logo ul li{
	display:block;
	width:115px;
	height:143px;
}
#logo ul li a{
	display:block;
	width:115px;
	height:143px;
	background:url(../imagens/logo.png) no-repeat;
	text-indent:-20000px;
}
/*----------------------------------topo depoimento-------------------------------------------------*/
#depoimento{
	position:absolute;
	margin-top:0px;
	width:540px;
	height: 228px;
	margin-left:140px;
	
}
#depoimento-flash{
	width:540px;
	height: 228px;
}
#depoimento p.dir{
	font-size:12px;
	margin-bottom:5px;
}
#depoimento h2{
	padding-bottom:10px;
	font-size:18px;
	font-weight:normal;
}
#depoimento img{
	margin-top:6px;
	margin-right:10px;
}
#carinha{
	position:absolute;
	width:205px;
	height:216px;
	margin-left:454px;
	margin-top:12px;
	background:url(../imagens/fulanos/valdomiro.png) no-repeat right top; 
}
#carinha.andre{
	background:url(../imagens/fulanos/andre.png) no-repeat right top; 
}
#carinha .cima{
	background:url(../imagens/topo.png) no-repeat bottom left;
	width:200px;
	height:216px;
	
}

/*----------------------------------menu geral-------------------------------------------------*/
#menu{
	position:absolute;
	margin-top:208px;
	width:399px;
	height:9px;
	z-index: 50;
}
#menu ul{
	list-style:none;
}
#menu ul li{
	float:left;
	height:4px;
	
}
#menu ul li a{
	display:block;
	width:45px;
	height:9px;
	display:block;
	text-indent:-20000px;
	font-size:1px;
}
#menu ul li a#home{
	background-position:0 0;
	background:url(../imagens/menu_home.gif) left top no-repeat;
	width:45px;
}
#menu ul li a#home:hover{
	background-position:0 -9px;
}
#menu ul li a#empresa{
	background-position:-45px 0;
	width:60px;
}
#menu ul li a#empresa{
	background-position:-45px 0;
	background:url(../imagens/menu_empresa.gif) left top no-repeat;
	width:60px;
}
#menu ul li a#empresa:hover{
	background-position:0 -9px;
}
#menu ul li a#depoimentos{
	background-position:-105px 0;
	background:url(../imagens/menu_downloads.gif) left top no-repeat;	
	width:76px;
}
#menu ul li a#depoimentos:hover {
	background-position:0 -9px;
}
#menu ul li a#servisos{
	background-position:-181px 0;
	background:url(../imagens/menu_noticias.gif) left top no-repeat;
	width:62px;
}
#menu ul li a#servisos:hover{
	background-position:0 -9px;
	width:62px;
}
#menu ul li a#suporte{
	background-position:-243px 0;
	background:url(../imagens/menu_suporte.gif) left top no-repeat;
	width:66px;
}
#menu ul li a#suporte:hover{
	background-position:0 -9px;
	width:66px;
}

#menu ul li a#contato{
	background-position:-302px 0;
	background:url(../imagens/menu_contato.gif) left top no-repeat;
	width:42px;
}
#menu ul li a#contato:hover{
	background-position:0 -9px;
	width:42px;
}
/*------------------------------------------menu over----------------------------------------*/

/*#menu ul li a:hover#home{
	background-position:0  -9px;}
#menu ul li a:hover#empresa{
	background-position:-45px -9px;}
#menu ul li a:hover#depoimentos{
	background-position:-105px -9px;}
#menu ul li a:hover#servisos{
	background-position:-181px -9px;}
#menu ul li a:hover#parceiros{
	background-position:-243px -9px;}
#menu ul li a:hover#contato{
	background-position:-302px -9px;}*/
	
/*----------------------------------menu direito-------------------------------------------------*/
#menu-direito{
	background:url(../imagens/fundo_menu_direito.png) left top no-repeat;
	margin-left:16px;
	margin-top:-127px;
	width:282px;
	height:386px;
	float:left;
}
#menu-direito ul{
	text-align:right;
	list-style:none;
}
#menu-direito ul li{
	border-bottom:1px solid #dadde0;
	margin-right:21px;
	margin-left:24px;
	line-height:36px;
	display:block;
	
}
#menu-direito ul li.ultima{
	border-bottom:none;
	
}
#menu-direito ul li a{
	display:block;
	margin-right:14px;
	text-decoration:none;
	color:#878885;
	font-size:14px;
	font-weight:bold;
}
#menu-direito ul li a:hover{
	color:#c4c4c4;
	display:block;	
}
#menu-direito h2{
	text-align:right;
	margin-top:15px;
	margin-bottom:17px;
	margin-right:35px;
	font-size:23px;
	color:#192c46;
}
/*----------------------------------conteudo-------------------------------------------------*/
#conteudo{
	position:relative;
	width:645px;
	height:auto;
	float:left;
	margin-top:35px;
	line-height:20px;
	text-align:justify;
}
/*----------------------------------conteudo index-------------------------------------------------*/
.box{
	width:auto;
	height:auto;
	display:block;
	float:left;
}
#div_noticia { 
	clear:none;
	float:left;
}
.box .box-voce{
	width:303px;
	height:230px;
}
#conteudo #box #noticia #div_not #ultimas_noticias { 
	width:303px;
	height:230px;
}
#ultimas_noticias li.noticias{ 
	width:301px;
	height:70px;
	background:url(../imagens/fundo_noticias.png) left top no-repeat;
	margin-top:10px;
}
#ultimas_noticias li.noticias:hover{ 
	background-position:left bottom;
}
#ultimas_noticias li.noticias p.data{
	color: #91baf2;
	margin-left:14px;	
}
#ultimas_noticias li.noticias p.texto{
	font-size: 11px;
	line-height: 14px;
	width:276px;
	height:46px;
	color: #fff;
	margin-left:14px;
}
#ultimas_noticias li.noticias h3{
	font-weight:bold;
	color:#FFFFFF;
	margin-left:14px;
	font-size: 11px;
	padding-bottom:5px;
	text-transform:uppercase;
	line-height:12px;
}
#ultimas_noticias li.desce{ 
	margin-top:21px;
}
.box .box-empresa{
	width:303px;
	height:230px;
	background:url(../imagens/fundo_empresa.jpg) no-repeat;
	margin-left:23px;
}
.box ul{
	padding-left:22px;
	padding-top:23px;
	list-style:none;
}
.box ul li.titulo-h2{
	padding-bottom:13px;
	color:#fff;
}
.box ul li h2{
	font-size:18px;
	font-weight:normal;
}
/*----------------------------------conteudo empresa-------------------------------------------------*/
 h2.cinza{
	color:#878885;
	font-size:24px;
	font-weight:normal;
}
p.cinza_p { 
	color:#878885;	
}

#tabela_du_mal th{
	backgrond: #192c46;
}
#tabela_du_mal tr td{
	background: #cccccc;
	color:#192c46; 
	padding-left:12px;
}
#tabela_du_mal tr.dois td{
	background: #f1f1f1;
}
/*----------------------------------conteudo contato-------------------------------------------------*/
.contato form{
	margin-top:24px;
	float:left;
	display:block;
	color:#878885;
}
.contato form .formulario{
	width:214px;
	display:block;
	float:left;
	margin-right:22px;
	font-family:"Tahoma MS", Courier, monospace;
}
.endereco{
	text-align:left;
	width:170px;
	display:block;
	float:left;
}
.endereco ul{
	list-style:none;
	width:120px;
}
.endereco ul li.seta{
	background:url(../imagens/seta.gif) center left no-repeat;
	padding-left:12px;
}
.endereco ul li.paddin{
	margin-top:10px;
}

.contato form label, .contato form label input, .contato form label textarea, .contato form .formulario{
	color:#878885;
}
.contato form input{
	width:100%;
	border:1px solid #e7e7e7;
}
.contato .cidade{
	width:185px;
	float:left;
	display:block;
}
.contato .uf{
	width:20px;
	float:left;
	display:block;
	margin-left:9px;
}
.contato form textarea{
	width:100%;
	height:92px;
	border:1px solid #e7e7e7;
}
.contato form .enviar{
	background:url(../imagens/enviar.jpg) no-repeat center;
	display: block;
	border:none;
	width:46px;
	height:9px;
	float:right;
	margin-top:10px;
	text-indent:-20000px;
	cursor: pointer;
}

/*----------------------------------conteudo modulos-------------------------------------------------*/
#modulos .modulo{
	background:url(../imagens/bg_modulos.jpg) #015f85 center top no-repeat;
	margin-top:24px;
	width:650px;
	height:auto;
	font:"Tahoma";
}
#modulos .modulo h3{
	font-size:12px;
	padding:16px;
	padding-top:15px;
	padding-bottom:10px;
}
#modulos .modulo ul{
	padding-left:21px;
	padding-bottom:18px;
	list-style:none;	
}
#modulos .modulo ul li{
	background:url(../imagens/seta_branca.gif) no-repeat left center;
	padding-left:10px;
}

/*-----------------------------------DOWNLOAD-----------------------------------------------*/
#conteudo #empresa #links_downloads li { 
	width:625px;
}
#conteudo #empresa #links_downloads li p { 
	clear:none;
	float:left;
	margin-left:1px;	
}
#conteudo #empresa #links_downloads li_titulos p { 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#cccccc;
	background:#192c46;
	height:22px;
	position:relative;
	padding:0;
}
#conteudo #empresa #links_downloads li p { 

}
#conteudo #empresa #links_downloads table tr td.arquivo { 
	width:109px;
}
#conteudo #empresa #links_downloads table tr td.descricao { 
  	width:446px;
}
#conteudo #empresa #links_downloads li p.baixar { 
	width:67px;
}
/*---------------------------------- RODAPÉ-------------------------------------------------*/
#rodape{
	font-family:"Tahoma", Courier, monospace;
	color:#999999;
	width:100%;
	height:auto;
	clear:both;
	padding-top:60px;
	padding-bottom: 20px;
	background: url(../imagens/selos.gif) right 19px no-repeat;
}