@charset "utf-8";

body, div, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, textarea, p, th, img link, img {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000066;
}

body a:hover {
	color:#CC0000;
}
body a:visited {
	color: #666666;
}

#container {
	position:relative;
	width:980px;
	margin:0 auto;
	background-color:none;
	top:-100px;
}
#header {
	position:relative;
	width:980px;
	left: 0px;
	top: 0px;
	z-index:1;
}
#content {
	padding: 100px 20px 40px;
	background: #f3f5f4 url(../imagens/bg-content.jpg) repeat-x;
	border:1px solid #f5f5f4;
	-webkit-border-radius: 15px 20px; /* Implementação W3C */
	border-radius: 15px 20px;/* Implementação W3C */
	box-shadow: 0 0 .40em #CCC; /* Implementação W3C */	
	-moz-box-shadow: 0 0 .40em #CCC;  /* Implementação Mozilla */
	-webkit-box-shadow: 0 0 .40em #CCC; /* Implementação para browsers que renderizam via webkit */
	behavior: url(pie/PIE.htc);
	
}
#content_int {
	position:relative;
	width:980px;
	left: 21px;
	top:-35px;
	
	z-index:2;
	background: #f3f5f4 url(../imagens/bg-content.jpg) repeat-x;
	border-right:1px solid white;
	border-left:1px solid white;
	border-bottom:1px solid white;
	-webkit-border-bottom-left-radius: 15px 20px; /* Implementação W3C */
	-webkit-border-bottom-right-radius: 15px 20px; /* Implementação W3C */
	-moz-border-bottom-left-radius: 15px 20px; /* Implementação W3C */
	-moz-border-bottom-right-radius: 15px 20px; /* Implementação W3C */
	border-radius: 15px;/* Implementação W3C */
	box-shadow: 0 0 .40em #CCC; /* Implementação W3C */	
	-moz-box-shadow: 0 0 .40em #CCC;  /* Implementação Mozilla */
	-webkit-box-shadow: 0 0 .40em #CCC; /* Implementação para browsers que renderizam via webkit */
	behavior: url(pie/PIE.htc);
	
}

/*  ELEMENTOS DO CABEÇALHO  */

#atlasLogo {
	position:absolute;
	left: 421px;
	top: 37px;
	z-index:3;
}
#softwareLogo {
	position:absolute;
	right: 15px;
	top: 90px;
	z-index:4;
}
#cadastreLogo {
	position:absolute;
	right: 50%;
	margin:158px -482px;
	z-index:10;
	height:110px;
	width:250px;
}
#menuSuperior {
	position:absolute;
	right: 22px;
	top: 15px;
	z-index:5;
}

#logoTop{
	position:absolute;
	z-index:6;
	left:50%;
	margin:0 -502px;
	top:15px;
}

#logoTop a{
	background:url(../imagens/logo_atlas.png) no-repeat;
	display:block;
	height:237px;
	width:490px;
	text-indent:-3000px;
}

#personagem{
	background:url(../imagens/personagem.png) no-repeat;
	right:50%;
	margin:33px -256px;
	position:absolute;
	z-index:7;
	width:472px;
	height:405px;
}

#menuSuperior img {
	padding:2px;
}
#flash{
	margin:0 auto;
	width:100%;
	height:450px;
	z-index:10;	
	position: relative;
}

#flash object{
	
}
#menu_top{
	width:980px;
	position:absolute;
	left:50%;
	margin:0 0 0 -490px;
	z-index:100;
}
#topo_int{
	margin:0 auto;
	width:100%;
	height:450px;
	z-index:10;	
	position: relative;
	background-repeat:no-repeat;
}
/*  MENU  */

#esquerda{
	border-right: 1px dotted #B1B3B3;
    float: left;
    padding:0 8px 0 0;
}

#buscas {
	width: 320px;
}

#menu {
	width:320px;
	float:left;
}

#textfield {
	width: 200px;
	margin-left: 20px;
}
#select {
	width: 200px;
	margin-left: 20px;
}
#pesquisa
{ 
	margin-left: 20px;
	width: 200px;
}

.leftMenu {
	width: 320px;
	height: 38px;
	text-align: center;
	overflow: hidden;
}
.leftMenu a {
	display: block;
	width: 280px;
	padding-right: 40px;
	height: 38px;
	line-height: 38px;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: #888;
}
.leftMenu a:visited {
	color: #888;
}
.leftMenu a:hover {
	text-decoration: none;
	color: #b77;
}
.spacer, p.spacer {
	background: url(../imagens/menu_linha.gif);
	background-repeat:no-repeat;
	width: 320px;
	height: 2px;
	font-size:0px;
}
#consultoria {
	background: url(../imagens/consultoria_ico.gif) 0 0 no-repeat;
}
#consultoria_en {
	background: url(../imagens/consultoria_en.gif) 0 0 no-repeat;
}
#consultoria:hover,
#consultoria_en:hover {
	background-position: 0 -38px;
}
#ensino {
	background: url(../imagens/ensino_ico.gif) 0 0 no-repeat;
}
#ensino_en {
	background: url(../imagens/ensino_en.gif) 0 0 no-repeat;
}
#ensino:hover,
#ensino_en:hover {
	background-position: 0 -38px;
}
#hardware {
	background: url(../imagens/hardware_ico.gif) 0 0 no-repeat;
}
#hardware_en {
	background: url(../imagens/hardware_en.gif) 0 0 no-repeat;
}
#hardware:hover,
#hardware_en:hover {
	background-position: 0 -38px;
}
#internet {
	background: url(../imagens/internet_ico.gif) 0 0 no-repeat;
}
#internet:hover {
	background-position: 0 -38px;
}
#outsourcing {
	background: url(../imagens/outsourcing_ico.gif) 0 0 no-repeat;
}
#outsourcing:hover {
	background-position: 0 -38px;
}
#projetos {
	background: url(../imagens/projetos_ico.gif) 0 0 no-repeat;
}
#projetos_en {
	background: url(../imagens/projetos_en.gif) 0 0 no-repeat;
}
#projetos:hover,
#projetos_en:hover {
	background-position: 0 -38px;
}
#seguranca {
	background: url(../imagens/seguranca_ico.gif) 0 0 no-repeat;
}
#seguranca_en {
	background: url(../imagens/seguranca_en.gif) 0 0 no-repeat;
}
#seguranca:hover,
#seguranca_en:hover {
	background-position: 0 -38px;
}
#sistemas {
	background: url(../imagens/sistemas_ico.gif) 0 0 no-repeat;
}
#sistemas_en {
	background: url(../imagens/sistemas_en.gif) 0 0 no-repeat;
}
#sistemas:hover,
#sistemas_en:hover {
	background-position: 0 -38px;
}
#software {
	background: url(../imagens/software_ico.gif) 0 0 no-repeat;
}
#software:hover {
	background-position: 0 -38px;
}
#suporte {
	background: url(../imagens/suporte_ico.gif) 0 0 no-repeat;
}
#suporte_en {
	background: url(../imagens/suporte_en.gif) 0 0 no-repeat;
}
#suporte:hover,
#suporte_en:hover {
	background-position: 0 -38px;
}
#linhaMenu {
	background-image:url(../imagens/linha.gif);
	background-repeat:repeat-y;
	position:absolute;
	width:2px;
	height:500px;
	left: 360px;
	top: 90px;
	float:left;
	z-index:12;
}

/*  CONTEUDO DO SITE  */

#main {
	float:right;
	width:580px;
}
#navigation {
	position:relative;
	width:400px;
	left:112px;
	font-size:1.2em;

}
#apresenta {
	width:570px;
	margin-top:50px;
	padding-top: 80px;
	background-image:url(../imagens/banner_apresenta.gif);
	background-repeat:no-repeat;
}
#apresenta_en {
	background-image:url(../imagens/banner_presentation.gif);
	width:570px;
	margin-top:50px;
	padding-top: 80px;
	background-repeat:no-repeat;
}

#infoCadastro{
	width:232px;
	height:64px;
}

#botaoCadastro{
	margin:10px 0 0 -2px;
}

#btInicial{
	position:absolute;
	z-index:9;
	left:50%;
	margin:391px -453px;
}

#linhaBtInicial{
	position:absolute;
	z-index:9;
	height:5px;
	width:265px;
	margin:11px 0;
	border-top:#B1B3B3 dotted 1px;
}

#btInicial a{
	color:#000;
	font-size:12px !important;
	text-decoration:none;
	font-weight:normal !important;
}

#sobre {
	width:570px;
	margin-top:50px;
	padding-top: 80px;
	background-image:url(../imagens/banner_sobre.gif);
	background-repeat:no-repeat;
}
#sobre_en {
	width:570px;
	margin-top:50px;
	padding-top: 80px;
	background-image:url(../imagens/banner_about.gif);
	background-repeat:no-repeat;
}
#creditos {
	width:500px;
	margin-top:50px;
	min-height: 500px;
	background-repeat:no-repeat;
	/*TODO colocar imagem de creditos*/
}
#contato {
	width:400px;
	margin-top:50px;
	min-height: 500px;
	background-repeat:no-repeat;
}

#destaque {
	width:600px; /*esse item deve ser maior, com 600px*/
	margin-top:50px;
}
 #noticias {
	width:570px;
	margin-top:50px;
}
.destaqueNome
{
	font-weight:bold;
}
.homeDestaque {
	background-image:url(../imagens/banner_destaque.gif);
	background-repeat:no-repeat;
	width:570px;
	height:80px;
	float:left;
}
.homeDestaque_en {
	background-image:url(../imagens/banner_highlights.gif);
	background-repeat:no-repeat;
	width:570px;
	height:80px;
	float:left;
}
.homeNoticias {
	background-image:url(../imagens/banner_noticias.gif);
	background-repeat:no-repeat;
	width:570px;
	height:80px;
	float:left;
}

.sobreTexto {
	position:relative;
	clear:both;
	font-size:11px;
	line-height:14px;
}
.sobreTitulo {
	width:570px;
	height:80px;
	float:left;
}
.contatoTitulo {
	width:570px;
	height:80px;
	background-image:url(../imagens/banner_contato.gif);
	background-repeat:no-repeat;
	float:left;
}
.contatoTitulo_en {
	width:570px;
	height:80px;
	background-image:url(../imagens/banner_contact.gif);
	background-repeat:no-repeat;
	float:left;
}
.destaqueLogomarca img {
	width:60px;
	height:60px;
}
.destaqueTxt {
	float:left;
}

.coluna {
	width:270px;
	height:140px;
	margin-right:30px;
	float:left;
	margin-bottom:20px;
}

.noticiaImg img {
	width: 160px;
	margin-right:10px;
	margin-bottom:10px;
	float:left;
}

/*  BUSCA  */

#itemList
{
	min-height: 550px;
}

#item {
	position:relative;
	width:578px;
	margin-top:50px;
	float:left;
	background-image:url(../imagens/item_aba2.gif);
	background-repeat:no-repeat;
	margin-bottom:30px;
	clear:both;
}

#itemTitulo {
	margin-left:14px;
	margin-top:5px;
	width:595px;
	height:30px;
	float:left;
	clear:both;
	font-size:1.2em;
	font-weight:bold;
}
#itemLogomarca {
	height:120px;
	width:120px;
	float:left;
}
#itemDados {
	margin-left:10px;
	width:200px;
	height:180px;
	float:left;
}
#itemNome {
	font-weight:bold;
	text-transform:uppercase;
	width:180px;
	font-size:1.2em;

}
#itemEndereco {
	background-image:url(../imagens/icone_endereco.gif);
	background-repeat:no-repeat;
	width:180px;
	float:left;

}
#itemTelefone {
	background-image:url(../imagens/icone_telefone.gif);
	background-repeat:no-repeat;
	width:180px;
	float:left;
}
#itemWeb {
	background-image:url(../imagens/icone_web.gif);
	background-repeat:no-repeat;
	width:180px;
	float:left;
}
#item p {
	margin-left:25px;
	margin-bottom:10px;
}

#itemDescricao {
	background-image:url(../imagens/icone_seta.gif);
	background-repeat:no-repeat;
	width:220px;
	text-align:left;
	float:left;
	line-height:14px;
}

#itemCategorias {
	text-align:left;
	float:left;
	margin-top:20px;
}
#itemCategorias img {
	display:inline;
}




/*  BUSCA  */

div .itemBusca {
	position:relative;
	margin-top:20px;
	width:580px;
	float:left;
	background-image:url(../imagens/item_aba2.gif);
	background-repeat:no-repeat;
	margin-bottom:5px;
	clear:both;
	min-height: 500px;
}

div .itemBuscaTitulo {
	margin-left:14px;
	margin-top:5px;
	height:30px;
	font-size:1.2em;
	font-weight:bold;
}

div .itemDescricao {
	background-repeat:no-repeat;
	text-align:left;
	float:left;
	line-height:14px;
	margin-top: 14px;
} 

div .itemNome {
	font-weight:bold;
	text-transform:uppercase;
	font-size:1.2em;
}



/*  RODAPE  */

#rodape {
	margin-top:70px;
	margin-bottom:30px;
	float:left;
	width:980px;
	display:block;
	position:relative;
	left: -380px;
}
#legenda {
	height:20px;
	margin-bottom:50px;
}
#legenda p {
	display:inline;
	vertical-align:top;
	line-height:20px;
	margin-right:30px;
}
#apoio {
	position:relative;
	top:-85px;
	padding:0 0 10px 0;
	/*height:40px;*/
	width:980px;
	margin:0 auto;
}

#footer_incentivo, #footer_coordenacao{
	float:left;
	margin:0 0 0 10px;
}

#footer_promocao{
	float:right;	
}

#dividefooter_promocao{
	width:2px;
	height:48px;
	background:#c9caca;
	float:left;
	margin:18px 10px 10px 10px;
}

#informacaoes_footer{
	clear:both;
	padding:20px 0 0 0;
	text-align:center;	
}


#apoio p.footer{
	text-transform:uppercase;
	font-size:10px;
	color:#000;
}

#apoio ul li{
	position:relative;
	padding:0 8px 0 0;
	height:65px;
	float:left;
	list-style:none;
}

#apoio ul li a{
	display:block;
}

img.valign {
} 


/*  CONTATO  */

.box01, textarea {
	width: 400px;
	color:#999999;
	font-size:11px;
	padding-left:4px;
	padding-right:4px;
	font-family:Verdana;
}
textarea {
	height:100px;
	border:#aaa solid 1px;
	padding-top:2px;
}
.mailMessage
{
	padding: 50px 0;
	text-align: center;
	letter-spacing: 112%;
	font-size: 12px;
	font-weight: bold;
}

/*  CLEAR FIX  */

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility: hidden;
}
.clearfix {
	display:inline;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* ----------- */

.tableForm {
	margin-top: 15px;
}

.tableForm tr {
	height: 35px;
}
.tableForm tr td {
	vertical-align: top;
	padding-bottom: 10px;
}
.tableForm tr td:first-child {
	min-width: 25%;
}

.tableForm .label {
	text-align: right;
	padding-top: 2px;
	padding-right: 4px;
	min-width: 25%;
}

.tableForm .data {
	text-align: left;
	padding-top: 2px;
	font-weight: bold;
	min-width: 225px;
}

.grayLineTop, 
.grayLineTop hr {
	border: none;
	border-top: 1px solid #ddd;
	margin: 6px 0;
}

.selectCadastro {
	width: 195px;
	height: 260px;
}


