/*-- Geral --*/

*{
	margin:0;
	padding:0;
	outline:none;
}

ol, ul{
	list-style:none;
}

.clear{
	clear:both;
}

img.middle{
	vertical-align:text-bottom;
}

div.separator{
	width:auto;
	height:1px;
	background:#EEE;
	font-size:1px;
	margin:15px 0px;
}

.borda{
	border:solid 1px #DDD;
	padding:2px;
	background:#FFF;
}

/*-- Textos --*/

h1.titulo_setor{
	color:#058FD1;
	font-size:32px;
	margin-bottom:25px;
	letter-spacing:-2.5px;
}

p.descricao_setor{
	margin-bottom:25px;
}

h2.subtitulo{
	margin-bottom:15px;
	font-size:20px;
	color:#555;
	font-weight:bold;
	letter-spacing:-1px;
}

p.texto{
	text-align:justify;
}

/*-- Links --*/

a, a:visited{
	color:#2D7DA8;
	text-decoration:none;
	cursor:pointer;
}
	a:hover{
		color:#0092C1;
		text-decoration:underline;
	}

a img{
	border:none;
}

/*-- Formulários --*/

.field{
	border-bottom:solid 1px #EEE;
	padding-bottom:15px;
	margin-bottom:15px;
}

.input-search{
	font-size:16px;
	font-family:"Trebuchet Ms", "Tahoma", Arial;
	color:#666;
	border:solid 1px #CCC;
	padding:2px;
	padding-left:24px;
	background:#FFF url('../img/search-bg.gif') no-repeat left;
}

.button-search{
	background:url('../img/buttons/search.gif') no-repeat scroll 0px 0px;
	width:68px;
	height:26px;
	border:none;
	cursor:pointer;
}
	.button-search:hover{
		background:url('../img/buttons/search.gif') no-repeat scroll 0px -26px;
	}

.input-padrao{
	font-family:"Trebuchet Ms", Arial, Helvetica, sans-serif;
	font-size:13px;
	padding:5px;
	border:solid 1px #DDD;
	background:#FFF;
}

.search-input{
	background:#FFF url('../img/search-bg.gif') no-repeat left;
	padding-left:24px;
	width:200px;
}

.button-padrao, a.button-padrao{
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	
	cursor:pointer;
	background:#DDD url('../img/bg-btn.gif') repeat-x;
	border-color:#DDD #DDD #CCC;
	border-style:solid;
	border-width:1px;
	color:#333 !important;
	font-size:13px;
	line-height:14px;
	overflow:visible;
	padding:4px 8px 5px;
	text-shadow:1px 1px 0 #FFF;
	width:auto;
}
	.button-padrao:hover, .button-padrao:focus{
		border-color:#999 #999 #888;
		color:#000;
		text-decoration:none;
	}
	
	.button-padrao:active{
		background-image:none !important;
		text-shadow:none !important;
	}

span.dot{
	font-weight:bold;
	color:#990000;
}

span.aviso{
	padding-left:18px;
	background:url('../img/alert-icon.gif') no-repeat;
}

/*---- Paginação ----*/

.pagination{
	width:720px;
	height:20px;
	padding-top:5px;
	padding-bottom:5px;
	
	font-size:14px;
	font-weight:bold;
	font-family:"Century Gothic", "Trebuchet Ms", "Tahoma", Arial;
	color:#AAA;
}

.pagination-top{
	margin-bottom:10px;
}

.pagination-bottom{
	margin-top:10px;
}

.pagination a, .pagination a:visited, span.inactive{
	color:#7DA409;
	background:none;
	padding:3px 8px;
	border:solid 1px #DDD;
	/*margin-right:5px;*/
	text-decoration:none;
}
	.pagination a:hover{
		background:#7DA409;
		color:#FFF;
	}

.pagination a.current, .pagination a.current:visited, .pagination a.current:hover, span.inactive{
	color:#AAA;
	cursor:default;
	background:none;
}

/*------------------------------------------*/
/*------------ ESTRUTURA DO SITE -----------*/
/*------------------------------------------*/

body, html{
	font-family:"Trebuchet Ms", "Tahoma", Arial;
	font-size:13px;
	color:#000;
	line-height:170%;
}

.wrapper{
	width:920px;
	margin:0 auto;
}

#top{
	height:110px;
	background:#FFF url('../img/top.png') no-repeat center;
}

#bar{
	height:43px;
	background:#DDD url('../img/nav.gif') repeat-x;
	position:relative;
	z-index:2;
}
	#search{
		float:left;
		margin-top:7px;
	}

	#bar-tip{
		color:#FFFFFF;
		font-family:"Century Gothic", "Trebuchet Ms", "Tahoma", Arial;
		font-size:14px;
		margin-right:10px;	
		float:right;
		margin-top:18px;
	}

	#menu_icon{
		margin-top:15px;
		margin-right:7px;
		float:right;
	}

#content{
	padding:30px 0;
}

#footer{
	padding:30px 0;
	background:url('../img/rodape.gif') repeat-x left top;
}

/*---- Rodapé ----*/

#footer_logo{
	float:left;
}

#footer_menu{
	float:right;
	text-align:right;
}

#footer_menu_list li{
	display:inline;
}
	#footer_menu_list li a, #footer_menu_list li a:visited{
		padding:3px 5px;
		margin-right:5px;
		text-decoration:underline;
		color:#666;
	}

#footer_info{
	margin-right:5px;
	margin-top:5px;
}

/*---- Topo ----*/

#logo{
	float:left;
	margin-top:19px;
	margin-left:15px;
	_margin-left:8px;
}

#logo h1{
	display:none;
}

ul#top_menu{
	position:absolute;
	bottom:10px;
	right:10px;
	height:30px;
}
	ul#top_menu li{
		/*display:inline;*/
		float:left;
		position:relative;
	}
	
	ul#top_menu li a, ul#top_menu li a:visited{
		background-color:#7DA409;
		color:#FFFFFF;
		padding:3px 10px;
		margin-right:5px;
		float:left;
		display:block;
	}
		ul#top_menu li a span.dropdown{
			padding-right:15px;
			background-image:url('../img/arrow-white.gif');
			background-position:right center;
			background-repeat:no-repeat;
		}

	ul#top_menu li a:hover, ul#top_menu li a.selected, ul#top_menu li a.selected:visited{
		background-color:#9FC62B;
		text-decoration:none;
	}
	
	/* Submenu */
	
	ul#top_menu li ul.submenu{
		position:absolute;
		top:28px;
		left:0;
		background:#FFF;
		border:solid 1px #9FC62B;
		z-index:100;
		padding:5px;
		display:none;
	}
		ul#top_menu li ul.submenu li{
			display:block;
		}
			ul#top_menu li ul.submenu li a, ul#top_menu li ul.submenu li a:visited{
				float:none;
				margin:0;
				background:#FFF;
				color:#666;
				width:120px;
				border-bottom:dotted 1px #DDD;
			}
			
			ul#top_menu li ul.submenu li a:hover{
				background:#F9FEED;
				color:#333;
			}

#slogan{
	position:absolute;
	bottom:40px;
	right:10px;
	width:600px;
	height:30px;
	text-align:right;
	cursor:default;
}
	#slogan h2{
		font-size:15px;
		color:#333;
		font-weight:bold;
		font-style:italic;
	}

/*---- Conteúdo ----*/

.default-box{
	padding:20px;
	background:#FAFAFA;
	border-top:solid 3px #CCC;
	color:#333;
	text-align:justify;
}

#search-box{
	padding:15px;
	background:url('../img/action_bar.gif') repeat-x left bottom;
	border:dashed 1px #CCC;
}

/*============ HOME ============*/

#info_content{
	background:#FFF url('../img/box-shadow.png') no-repeat left top;
	padding:30px 0;
}

#left_box{
	float:left;
	width:560px;
}

#right_box{
	float:right;
	width:310px;
}

#info_box{
	width:540px;
	position:relative;
}
	#info_box p{
		text-align:justify;
	}
	
	#info_box #badge{
		position:absolute;
		background:transparent url('../img/free.gif') no-repeat;
		width:50px;
		height:51px;
		z-index:2;
		left:0px;
		bottom:-20px;
	}

#advantages_box{
	margin-top:40px;
	width:540px;
}

ul#vantagens{
	padding-left:20px;
	padding-right:10px;
	list-style-image:url('../img/check_icon.gif');
}
	ul#vantagens li{
		padding-bottom:10px;
		padding-top:10px;
		border-bottom:dashed 1px #DDD;
	}

/*---- Download ----*/

#download_box{
	width:300px;
	height:100px;
	background:transparent url('../img/download_box.gif') no-repeat center top;
	cursor:pointer;
	font-size:12px;
	line-height:normal;
}

.download_button, .download_button_pressed{
	width:67px;
	height:67px;
	float:right;
	margin-right:20px;
	margin-top:15px;
}

.download_button{
	background:transparent url('../img/download_button.gif') no-repeat left;
}

.download_button_pressed{
	background:transparent url('../img/download_button.gif') no-repeat right;
}

.download_text{
	float:left;
	color:#333;
	margin-left:25px;
	margin-top:20px;
	font-weight:bold;
	font-size:16px;
}
	.download_text span{
		font-weight:normal;
		font-size:11px;
		color:#666;
	}

/*---- Atualização ----*/

#atualizacao_box{
	width:300px;
	height:65px;
	background:transparent url('../img/atualizacao_box.gif') no-repeat center top;
	cursor:pointer;
	line-height:normal;
}

.atualizacao_button, .atualizacao_button_pressed{
	width:40px;
	height:40px;
	float:right;
	margin-right:20px;
	margin-top:11px;
}

.atualizacao_button{
	background:transparent url('../img/atualizacao_button.gif') no-repeat left;
}

.atualizacao_button_pressed{
	background:transparent url('../img/atualizacao_button.gif') no-repeat right;
}

/*-------------------------*/

#banner{
	margin-top:15px;
	padding-left:10px;
}

/*---- Slideshow ----*/

#slideshow_container{
	position:relative;
}

.ad img{
	float:left;
	width:350px;
	height:250px;
	position:relative;
	z-index:2;
}

.ad_description{
	float:left;
	padding:15px;
	width:540px;
}
	.ad_description h2{
		font-size:20px;
		color:#058FD1;
		border-bottom:solid 1px #DDD;
		padding-bottom:5px;
		margin-bottom:5px;
		letter-spacing:-1px;
	}

	.ad_description p{
		color:#555;
		text-align:justify;
		font-size:12px;
	}

#ad_list{
	background:transparent url('../img/action_bar.gif') repeat-x bottom;
	text-align:right;
	
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
}
	#ad_list .buttons{
		padding:5px 10px;
		position:relative;
		z-index:100;
	}

/*---- Depoimentos ----*/

#depoimentos_box{
	margin-top:20px;
}

ul#list-depoimentos li{
	padding:20px 0;
	border-bottom:solid 1px #EEE;
	background:url('../img/quotes.gif') no-repeat left 10px;
}
	ul#list-depoimentos li blockquote.texto-depoimento{
		text-align:justify;
		color:#555;
		font-style:italic;
	}
	ul#list-depoimentos li p.autor-depoimento{
		font-weight:bold;
		color:#0482AD;
		margin-top:15px;
	}

/*-------------------------*/

#box_shadow{
	padding-bottom:9px;
	background:url('../img/box-shadow.png') no-repeat scroll left bottom;
}


/*######################################################################################################################################*/
/*######################################################################################################################################*/

#msg_erro{
	border:solid 1px #EAAEAE;
	background:#F9E1E1 url('../img/error-bg.png');
	padding:10px;
	color:#A31616;
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#msg_erro p#error-text{
	margin:0px;
	color:#A31616;
}

#msg_erro p.atencao{
	margin:0px 0px 5px 0px;
	color:#A31616;
	font-size:14px;
	font-weight:bold;
	background:url('../img/atempt.gif') no-repeat left;
	padding-left:20px;
}

#msg{
	border:solid 1px #FFCC00;
	background-color:#FEFCE2;
	color:#333;
	font-weight:normal;
	padding:10px;
	margin-bottom:20px;
}

span.tip{
	font-size:12px;
	color:#999;
	background:transparent url('../img/arrow.gif') no-repeat left center;
	padding-left:15px;
}

.left{
	float:left;
}

.right{
	float:right;
}

/*============ DONWLOAD =============*/

#download_info{
	float:left;
	width:550px;
}

ol.install{
	margin-top:10px;
	padding-left:20px;
	padding-right:10px;
	list-style-type:decimal;
}
	ol.install li{
		padding:10px 0;
		border-bottom:solid 1px #EEE;
	}
		ol.install li:last-child{
			border:none;
		}

p.install-info{
	margin-top:10px;
	padding:8px;
	padding-left:45px;
	border:solid 1px #FFCC00;
	background:#FEFCE2 url('../img/accepted.gif') no-repeat 8px 8px;
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

img.install-ok{
	float:left;
	margin-right:3px;
	margin-top:2px;
}

#ziggi{
	float:right;
	margin:10px;
}

/*============ RECURSOS =============*/

#recursos_list{
	float:left;
	background:#FFF;
}

ul.lista_recursos{
	padding:0 10px 0 20px;
	font-size:14px;
	list-style-image:url('../img/rec_list.gif');
}
	ul.lista_recursos li a, ul.lista_recursos li a:visited{
		padding:5px 10px;
		display:block;
		width:180px;
	}
	
	ul.lista_recursos li a:hover{
		color:#000;
		text-decoration:underline;
	}

	ul.lista_recursos li a.selected{
		background:#EDF9FA;
	}

#recursos_detail{
	float:right;
	width:620px;
}

#rec_img{
	float:left;
	width:150px;
	text-align:center;
}

#rec_text{
	float:left;
	margin-left:15px;
	width:450px;
	color:#333;
}

/*============ FAQ =============*/

a.expander, a.expander:visited{
	padding-left:20px;
	background:url('../img/faq_expand.gif') no-repeat left center;
	color:#000;
}
	a.expander.expanded{
		background:url('../img/faq_collapse.gif') no-repeat left center;
	}

.pergunta_faq{
	padding:15px 0;
	border-bottom:solid 1px #F6F6F6;
}

.with-publicidade .pergunta_faq{
	width:780px;
}

.resposta_pergunta{
	margin-top:3px;
	padding-top:3px;
	background:url('../img/faq_balloon.gif') no-repeat left top;
	display:none;
}
	.resposta_pergunta p{
		color:#333;
		margin-top:5px;
		background:#EDF9FA;
		padding:15px;
		text-align:justify;
	}

/*============ CONTATO =============*/

#form-email{
	width:60%;
	float:left;
}

/*========================== EMPRESAS USUÁRIAS ==========================*/

.with-publicidade ul.list-empresas-usuarias{
	width:780px;
}

ul.list-empresas-usuarias li{
	border-bottom:solid 1px #EEE;
	padding:15px 0;
}
	ul.list-empresas-usuarias li:last-child{
		border:none;
	}

div.usuarias-nome-empresa span.nome-empresa, div.usuarias-nome-empresa a, div.usuarias-nome-empresa a:visited, div.usuarias-nome-empresa a:hover{
	font-size:16px;
	font-weight:bold;
	color:#000;
	text-decoration:underline;
}

/*============ SITEMAP =============*/

#sitemap_content{
	background:url('../img/sitemap.gif') no-repeat right bottom;
	height:400px;
}

ul.sitemap{
	font-size:16px;
	margin-left:20px;
	list-style-image:url('../img/sub-item.gif');
}
	ul.sitemap li a{
		padding:10px 0;
		border-bottom:dashed 1px #DDD;
		display:block;
		width:300px;
	}

ul.sub-sitemap{
	margin:8px 0px 8px 15px;
	list-style:circle;
}
	ul.sub-sitemap li a, ul.sub-sitemap li a:visited{
		font-size:12px;
		color:#7DA409;
		font-weight:normal;
	}

	ul.sub-sitemap li a:hover{
		color:#5B8207;
	}

/*============ ERRO 404 =============*/

.erro-404{
	width:600px;
	height:415px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-320px;
	margin-top:-240px;
	background:#FAFAFA;
	padding:20px;
	
	/*-moz-border-radius:15px;*/
}

.container-erro-404{
	position:relative;
	width:600px;
	height:400px;
}

.titulo-erro-404{
	font-family:"Lucida Sans Unicode", "Trebuchet Ms", "Tahoma", Arial;
	font-size:24px;
	color:#333;
	line-height:120%;
	
	position:absolute;
	width:380px;
	right:0px;
	top:0px;
}

.img-erro-404{
	position:absolute;
	top:-55px;
	left:0px;
}

.options-erro-404{
	width:340px;
	height:auto;
	border:solid 1px #EEE;
	background:#FDFDFD;
	
	position:absolute;
	left:220px;
	top:70px;
	padding:15px;
}

.credits-erro-404{
	position:absolute;
	left:0px;
	bottom:10px;
	
	font-family:"Lucida Sans Unicode";
	color:#BBB;
	line-height:110%;
}

.lista-erro-404{
	margin:10px 10px 20px 10px;
}

.button-pesquisa-erro-404{
	background:#EEE;
	padding:3px;
	border:solid 1px #CCC;
	cursor:pointer;
}

.button-pesquisa-erro-404:hover{
	background:#F5F5F5;
}

/*============ TWITTER =============*/

#twitter-box{
	margin-top:30px;
}

#twitter-header{
	text-align:right;
	border-bottom:dashed 3px #C0DEED;
	padding-bottom:5px;
	position:relative;
}

#twitter-bird{
	position:absolute;
	top:-10px;
	left:0;
}

#twitter_update_list li{
	padding:10px 0;
	border-bottom:solid 1px #EEE;
}
	#twitter_update_list li:hover{
		background:#ECF9FF;
	}
	
	#twitter_update_list li a{
		white-space:nowrap;
	}
	
li.last{
	padding:0 !important;
	border:none !important;
	text-align:right !important;
	font-size:11px !important;
	background:none !important;
	/*background:#ECF9FF*/;
}