/* -------------------------
	Structural Elements
--------------------------- */

html {
		background-color: #e5e5e5;
}

body {
	background-color: #e5e5e5;
	text-align: center
}

.main_wrapper {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}

.content_wrapper {
	background: url('imagens/bg_final.gif') repeat-y top left;
	clear: left;
	width: 950px;
}

.content_wrapper2 {
	background: url('imagens/bg_branco.gif') repeat-y top left;
	clear: left;
	width: 950px;
	color: #7f7f7f;
	font-family: arial;
	font-size: 12px;
}

.content_wrapperconteudo{
	margin-top: 5px;
	margin-left: 5px;
	margin-top: 0px;
	padding-top: 40px;
	padding-left: 40px;
	padding-right: 40px;
	background: url('imagens/bg_conteudo.png') no-repeat top left;
	width: 940px;
	color: #686868;
	font-family: arial;
	font-size: 14px;
}


.content_top1 {
	background: url('imagens/bg_top.gif') no-repeat top left;
	width: 950px;
	position: relative
}

.content_top2 {
	background: url('imagens/bg_conteudo.png') no-repeat top left;
	width: 950px;
	position: relative
}


.content_wrapper3 {
     background-color: #ffffff;
	clear: left;
	padding-top: 5px;
	width: 950px
}

a, a:active, a:visited {
      color: #7f7f7f;
	  font-family: arial;
	  font-size: 12px;
      font-weight: italic;
      text-decoration: underline;
    }
    
    a:hover {
      color: #686868;
    }

/* -- Botao Gratuito --*/

.content_top1 .botao_gratuito {
	float: right;
	position: relative;
	top: -15px;
	padding-right: 60px;
	width: 183px;
	height: 131px;

}

.content_top1 .botao_gratuito span {
	overflow: hidden;
	display: block;
}

.content_top1 .botao_gratuito a:link,
.content_top1 .botao_gratuito a:visited,
.content_top1 .botao_gratuito a:active {
	background-image: url('imagens/botao_gratuito.gif');
	background-repeat: no-repeat;
	display: block;
	width: 183px;
	height: 131px;
	background-position: 0 0px

}

.content_top1 h2.title{
	padding: 0;
	margin: 0;
	width: 300px;
	float: left;
}

.laranja {font: bold 16px verdana, sans-serif; color: #ea9d34; padding-right:0;}
.laranja2 {font: bold 12px arial, sans-serif; color: #ea9d34; text-decoration: none;}

/* -------------------------
	Seção Logo
--------------------------- */

h1.logo {
	background: url('imagens/logo_nossocecia.jpg') no-repeat top left;
	width: 294px;
	height: 94px;
	float: left;
	margin-left:25px;
	margin-right:0px; 
	margin-top:10px;
	margin-bottom:10px;
}

h1.logo span {
	height: 0;
	width: 0;
	overflow: hidden;
	font-size: 1px;
	color: #88c2c4;
	display: block;
}

h1.logo a {
	width: 361px;
	height: 94px;
	display: block;
	border: 0px;
}

/* Navegacao */

#nav {width: 496px; height:30px; float: right; clear: right;}

/* Nav Styles */
  #nav ul                      {position:absolute; height:30px; background:url('imagens/nav.gif') no-repeat;}
  #nav li                      {float:left; padding: 0; margin: 0;}
  #nav ul a                    {
	position:absolute;
	height:30px;
	text-indent:-9999px;
	overflow:hidden;
	background:url('imagens/nav.gif') no-repeat top left;
	top: 40px;
}
   
  #nav #home a                {width:75px; left:0; background-position:0 0px;}
  #nav #login a                {width:60px; left:75px; background-position:-75px 0px;}
  #nav #ferra a                {width:115px;left:135px; background-position:-135px 0px;}
  #nav #planos a               {width:75px; left:250px; background-position:-250px 0px;}
  #nav #indique a              {width:80px; left:325px; background-position:-325px 0px;}
  #nav #contato a              {width:91px; left:405px; background-position:-405px 0px;}
  
  #nav #home a:hover          {background-position:0px -30px;}
  #nav #login a:hover          {background-position:-75px -30px;}
  #nav #ferra a:hover          {background-position:-135px -30px;}
  #nav #planos a:hover         {background-position:-250px -30px;}
  #nav #indique a:hover        {background-position:-325px -30px;}
  #nav #contato a:hover        {background-position:-405px -30px;}

  #body_home #nav #home a               {background-position:0px -60px;}
  #body_login #nav #login a               {background-position:-75px -60px;}
  #body_ferra #nav #ferra a               {background-position:-135px -60px;}
  #body_planos #nav #planos a             {background-position:-250px -60px;}
  #body_indique #nav #indique a           {background-position:-325px -60px;}
  #body_contato #nav #contato a           {background-position:-405px -60px;}

/* --------------------------------
	 Faixa Laranja
----------------------------------- */

.faixa {
	clear: both;
	background: url('imagens/faixa_esq.jpg') repeat-x top left;
	height: 85px;
}

.faixa_esq {
	background: url('imagens/faixa_esq.jpg') no-repeat top left;
	height: 85px;
}

.faixa_dir {
	background: url('imagens/faixa_dir.jpg') no-repeat top right;
	height: 85px;
}


h3.create_text {
	background: url('imagens/texto_h3.gif') no-repeat top left;
	width: 629px;
	height: 30px;
	float: left;
	position: relative;
	left: 25px; margin-left:0; margin-right:0; margin-top:27px; margin-bottom:0

}

h3.create_text span{
	height: 0;
	width: 0;
	overflow: hidden;
	font-size: 1px;
	color: #fff;
	display: block;
}

.botao_gratuito {
	float: right;
	margin: -25px 0 0 0;
	padding-right: 60px;
}

.botao_gratuito span {
	width: 0;
	overflow: hidden;
	display: block;
	height: 85px;
}

.botao_gratuito a:link,
.botao_gratuito a:visited,
.botao_gratuito a:active {
	background-image: url('imagens/botao_gratuito.gif');
	background-position: 0 0;
	display: block;
}

/* --------------------------------
	 Seção Central
----------------------------------- */

.central {
	margin-left: 5px;
	width: 950px; height: 360px;

}

.central_ferramentas {
	margin-left: 5px;
	width: 950px;
}

.central_ferramentas table{
padding-top: 15px;
}

.central_ferramentas td{
	margin-right: 35px;
	padding-bottom: 35px;
	color: #929292;
	font: normal 12px arial, sans serif;
	vertical-align: middle;
}

.central_contato {
	color: #686868;
	font: 13px arial, sans serif;
	width: 950px;
	padding-bottom: 70px;
}

.ferramenta_tit { font: italic 18px/1.5 verdana; color: #ea9d34; text-decoration:none;}
.ferramenta_tit1 { font: italic bold 14px/1 verdana; color: #ea9d34; text-decoration:none; padding-bottom: 5px;}

/* --------------------------------
	 Seção Ferramentas
----------------------------------- */

.ferramentas {
	margin-top: 30px;
	padding-left: 40px;
	float: left;
	width: 300px;
}

.ferramentas li {
	font: normal 12px verdana, sans-serif; color: #666666;
	margin-top: 11px;
	margin-left: 15px;
}

h4.ferramentas_title {
	background: url('imagens/ferramentas.gif') no-repeat top left;
	width: 135px;
	height: 17px;
	margin-bottom: 25px;
}

h4.ferramentas_title span {
	height: 0;
	width: 0;
	overflow: hidden;
	display: block;
}

.botao_recursos {
	margin-left: 35px;
	height: 25px;
	margin-top: 15px;
}

.botao_recursos span {
	height: 0;
	width: 0;
	overflow: hidden;
	display: block;
}

.botao_recursos a:link,
.botao_recursos a:visited,
.botao_recursos a:active {
	background-image: url('imagens/conheca_recursos.gif');
	background-position: 0 0;
	display: block;
	width: 180px;
	height: 25px
}

.botao_recursos a:hover {
	background-position: 0 25px;

}


.botao_cadastro {
	height: 61px;
	margin-bottom: 60px;
	margin-top: 20px;
}

.botao_cadastro span {
	height: 0;
	width: 0;
	overflow: hidden;
	display: block;
}

.botao_cadastro a:link,
.botao_cadastro a:visited,
.botao_cadastro a:active {
	background-image: url('imagens/teste_button.gif');
	background-position: 0 0;
	display: block;
	width: 347px;
	height: 61px
}

.botao_cadastro a:hover {
	background-position: 0 61px;

}


/* --------------------------------
	 Seção Modelos
----------------------------------- */

.modelos {
	margin-top: 30px;
	margin-left: 20px;
	float: left;
	width: 270px;
}

h4.modelos_title {
	background: url('imagens/modelos.gif') no-repeat top left;
	width: 87px;
	height: 17px;
	margin-left:0; margin-right:0; margin-top:0; margin-bottom:10px;

}

.modelos p {
	font: normal 12px verdana, sans-serif; color: #666666;
	padding-top: 10px;
	line-height: 15px;
}

h4.modelos_title span {
	height: 0;
	width: 0;
	overflow: hidden;
	display: block;
}

.botao_layouts {
	margin: 20px 0 0 0;
	margin-left: 45px;
	height: 25px
}

.botao_layouts span {
	height: 0;
	width: 0;
	overflow: hidden;
	display: block;
}

.botao_layouts a:link,
.botao_layouts a:visited,
.botao_layouts a:active {
	background-image: url('imagens/botao_layouts.gif');
	background-position: 0 0;
	display: block;
	width: 180px;
	height: 25px
}

.botao_layouts a:hover {
	background-position: 0 25px;

}

/* --------------------------------
	 Seção Testemunhos
----------------------------------- */

.testemunhos {
	margin-top: 8px;
	margin-left: 35px;
	width: 240px;
	float: left;
}

.testemunhos p {
	font: normal 12px verdana, sans-serif; color: #666666;
	width: 250px;
	padding-top: 5px;
	line-height: 15px;
}

h4.testemunhos_title {
	background: url('imagens/testemunhos.gif') no-repeat top left;
	width: 145px;
	height: 17px;
	margin-left:0; margin-right:0; margin-top:0; margin-bottom:10px;
}

h4.testemunhos_title span {
	height: 0;
	width: 0;
	overflow: hidden;
	display: block;
}

.botao_mais {
	margin: 20px 0 0 0;
	margin-left: 35px;
	height: 25px
}

.botao_mais span {
	height: 0;
	width: 0;
	overflow: hidden;
	display: block;
}

.botao_mais a:link,
.botao_mais a:visited,
.botao_mais a:active {
	background-image: url('imagens/botao_mais.gif');
	background-position: 0 0;
	display: block;
	width: 180px;
	height: 25px
}

.botao_mais a:hover {
	background-position: 0 25px;

}

/* --------------------------------
	 Seção Bottom
----------------------------------- */

.bottom {
	clear: both;
	background: url('imagens/bg_bottom.gif') repeat-y top left;
	margin: 0 5px;
	width: 950px; height: 93px; padding-left:0; padding-right:0; padding-top:0px; padding-bottom:0px;
}

.bottom_interno {
	clear: both;
	background: url('imagens/bg_bottom_ferramentas.gif') repeat-y top left;
	margin: 0 5px;
	width: 950px; height: 180px; padding-left:0; padding-right:0; padding-top:0px; padding-bottom:0px;
}


/* --------------------------------
	Seção Fale Conosco
----------------------------------- */

.fale_conosco {
	float: left;
	width: 440px;
	height: 93px;
}

.fale_conosco img {
	float: left;
}

.fale_conosco h5 {
	color: #ffffff;
	font: italic 20px georgia, 'times new roman', serif;
	margin: 0 0px 0 0;
	padding: 0px 0 0 20px;
	float: left;
}


/* --------------------------------
	Seção Conteudo Bottom
----------------------------------- */

.bottom_modelos1 {
	float: left;
	width: 210px;
	color: #929292;
	font: normal 12px, 'arial', sans serif;
}

.bottom_modelos1 span {
	margin: 0 0px 0 0;
	padding-top: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	float: left;
}

.bottom_modelos1 h5 {
	color: #929292;
	font: bold 12px, 'arial', sans serif;
	margin: 0 0px 0 0;
	padding-bottom: 5px;
	float: left;
}

.bottom_testemunhos {
	width: 470px;
	float: left;
	padding-left: 20px;
	padding-top: 15px;
}

.bottom_testemunhos h5 {
	color: #929292;
	font: bold 12px, 'arial', sans serif;
	margin: 0 0px 0 0;
	padding-bottom: 5px;
	float: left;
}

.bottom_testemunhos table {
	color: #929292;
	font: 12px, 'arial', sans serif;
	margin: 0 0px 0 0;
	float: left;
}


.bottom_ferramentas {
	width: 470px;
	float: left;
	padding-left: 20px;
	padding-top: 15px;
}

.bottom_ferramentas h5 {
	color: #929292;
	font: bold 12px, 'arial', sans serif;
	margin: 0 0px 0 0;
	padding-bottom: 5px;
	float: left;
}

.bottom_ferramentas table {
	margin: 0 0px 0 0;
	font: 12px, 'arial', sans serif;
	color: #929292;

}

.bottom_faleconosco {
	float: left;
	width: 190px;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	color: #929292;
	font: 12px, 'arial', sans serif;
}

.bottom_faleconosco h5 {
	color: #929292;
	font: bold 12px, 'arial', sans serif;
}

/* --------------------------------
	 Seção Encontre um Site
----------------------------------- */

.busque_site {
	float: right;
	padding: 0px 0px 0 0;
	width: 499px;
}

.busque_site h5 {
	width: 499px;
	vertical-align: middle;
	padding-left: 8px;
}

.busque_site .textfield {
	width: 165px;
	margin-top: 35px;
	margin-right: 8px;
	margin-left: 8px;
	vertical-align: top;
	border: 1px solid #868787;
	color: #5f5f5f;
	font-size: 11px;
	background-color: #f8f8f8;
}

.button {
	margin-top: 0px;
	padding-right: 0px;
}


/* -------------------------
	Forms
--------------------------- */

a.html_button {
	background-color: #598527;
	color: #fff;
	padding: 3px 6px;
	font-size: 11px;
	text-decoration: none;
	border-top:	1px solid #85c240;
	border-left:	1px solid #85c240;
	border-bottom: 1px solid #406618;
	border-right: 1px solid #406618;
}

a:active.html_button {
	background-color: #598527;
	color: #fff;
	padding: 3px 6px 3px 6px;
	font-size: 11px;
	text-decoration: none;
	border-top:	1px solid #406618;
	border-left:	1px solid #406618;
	border-bottom: 1px solid #85c240;
	border-right: 1px solid #85c240;
	position: relative;
	top: 1px;
	left: 0;
}

.td_save{
	border-bottom: none !important;
	border-top: 1px solid #333;

	}

.form {
	width: 590px;
}

.form h3 { font:bold normal 14px 'helvetica neue', helvetica, arial, sans-serif; color: #3f545d; background-color: #dbeaec; padding: 6px 10px; margin: 25px 0 0; border-top:4px double #fff;border-bottom:4px double #fff;}


.form td {
	padding: 8px 0;
	vertical-align: top;
	line-height: 18px;
	border-bottom: 1px solid #eee;
}

.form td td {
	padding: 0px 5px 0 0;
	vertical-align: top;
	line-height: 18px;
	border-bottom: none;
}

.content .form td.col1 {
	text-align: right;
	padding-right: 25px;
	font-weight: bold;
}

.textfield, textarea, select {
	color: #333;
	padding: 2px;
	border:1px solid #cecece;
	border-top:1px solid #8f8f8f;
	border-bottom:1px solid #e4e4e4;

}

.title {
border-bottom: none !important;
}


.col2{
	vertical-align: middle;
}

.col1 em {
	color: red;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 13px;
}

.col2 span {
	color: #666;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 13px;
}


td.td_button img {
	margin: 8px 0 15px 0;
	border: none;
	}

td.td_button {
	border: none;
	}

/* -------------------------
	Seção Rodapé
--------------------------- */

.footer {
	text-align: center;
	background: url('imagens/bg_footer.gif') no-repeat top;
	color: #7f7f7f;
	font-style:italic; font-weight:normal; line-height:20px; font-size:12px; font-family:arial; padding-left:0; padding-right:0; padding-top:12px; padding-bottom:5px;}

.footer a:link, .footer a:visited, .footer a:active {
	font-size:12px;
	font-family:arial; 
	font-style:italic;
	line-height:20px;
	font-weight:normal;
	color: #7f7f7f;
	text-decoration: underline;
}

.footer a:hover {
	text-decoration: none;
}

.footer ul {
	clear: both;
	text-align: center;
}

.footer ul li {
	display: inline;
	padding: 0 5px;
	border-right: 1px solid #e6b573;
}

.footer ul li.ultimo {
margin: 0;
	border-right: none;
}
		
		
/* --------------------------------
	 Seção Banner
----------------------------------- */

h2.main_text { 
	background: url('imagens/intro.png') no-repeat top left;  
	width: 386px;  
	height: 290px;  
	float: right;  
	padding-right: 5px; margin-left:0; margin-right:0; margin-top:5px; margin-bottom:0
}

h2.main_text span { 
	height: 0;  
	width: 0;  
	overflow: hidden;  
	font-size: 1px;  
	color: #fff;  
	display: block; 
}

h2.main_text_ferramentas { 
	background: url('imagens/intro_ferramentas.png') no-repeat top right;  
	width: 385px;  
	height: 310px;  
	float: left;  
	padding-left: 5px; margin-left:0; margin-right:0; margin-top:5px; margin-bottom:0
}

h2.main_text_ferramentas span { 
	height: 0;  
	width: 0;  
	overflow: hidden;  
	font-size: 1px;  
	color: #fff;  
	display: block; 
}


h2.main_text_contato { 
	background: url('imagens/contato1.png') no-repeat top right;  
	width: 340px;  
	height: 295px;  
	float: left;  
	padding-left: 5px; margin-left:0; margin-right:0; margin-top:5px; margin-bottom:0
}

h2.main_text_contato span { 
	height: 0;  
	width: 0;  
	overflow: hidden;  
	font-size: 1px;  
	color: #fff;  
	display: block; 
}

h2.main_text_testemunhos { 
	background: url('imagens/testemu1.png') no-repeat top right;  
	width: 415px;  
	height: 310px;  
	float: left;  
	padding-left: 5px; margin-left:0; margin-right:0; margin-top:5px; margin-bottom:0
}

h2.main_text_testemunhos span { 
	height: 0;  
	width: 0;  
	overflow: hidden;  
	font-size: 1px;  
	color: #fff;  
	display: block; 
}

h2.main_text_modelos { 
	background: url('imagens/intro_modelos.png') no-repeat top right;  
	width: 385px;  
	height: 312px;  
	float: left;  
	padding-left: 5px; margin-left:0; margin-right:0; margin-top:5px; margin-bottom:0
}

h2.main_text_modelos span { 
	height: 0;  
	width: 0;  
	overflow: hidden;  
	font-size: 1px;  
	color: #fff;  
	display: block; 
}


h2.main_text_cadastro{ 
	background: url('imagens/cadastro.png') no-repeat top right;  
	width: 940px;  
	height: 255px;  
	float: left;  
	padding-left: 5px; margin-left:0; margin-right:0; margin-top:5px; margin-bottom:0;
}

h2.main_text_cadastro span { 
	height: 0;  
	width: 0;  
	overflow: hidden;  
	display: block; 
}

.banner { 
	clear: both; 
}

.home_screenshot { 
	float: left;  
	margin: 30px 0 0 0;
	padding-left: 28px; 
}

.casal_bottom {
	float: left;
	margin-top: 5px; 
    margin-left: 5px;
}

.print_right {
	float: right;
	margin-top: 5px; 
    margin-right: 5px;
}
		
.numerocinza {
	float: left;
	color: #e5e5e5;
	font-family: "Verdana";
	font-size: 40pt;
	margin-top: 10px;
}

.print_modelo {
	color: #7f7f7f;
	margin-left: 40px;
	width: 182px;
	font-family: "Arial";
	font-weight: bold;
	font-size: 10pt;
	margin-top: 10px;
}

.texto_espaco{
    font-family: "Verdana";
	color: #525252;
	font-size: 10pt;
	font-weight: normal;
	letter-spacing: 0.5;
	line-height: 20px;
}

.cadastro_text {
	color: #686868;
	font-family: "Verdana";
	font-size: 10pt;
	line-height: 16pt;
	padding-top: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
}

.cadastro_item {
	color: #ea9d34;
	font-family: "Verdana";
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
}

.cadastro_item1 {
	color: #898989;
	font-family: "Arial";
	font-size: 10pt;
	line-height: 16pt;
}

.cadastro_item2 {
	color: #898989;
	font-family: "Arial";
	font-size: 10pt;
	padding-top: 3px;
	font-weight: bold;
	font-style: italic;
}

.cadastro_item3 {
	color: #898989;
	font-family: "Arial";
	font-size: 9pt;
	line-height: 16pt;
}

.cadastro_tabela {
	align: center;
	padding-left: 20px;
	padding-right: 110px;
}

.all_td{border-bottom: 1px solid #ccc;  padding: 5px;}
.last_td {border-top:0px; border-bottom: 0px; padding: 10px 0;}
.all2_td {border-bottom: 1px solid #ccc; padding: 10px;}
.cinza_td{background-color:#eeeeee; border-bottom: 1px solid #ccc; padding: 10px;}
.cinza2_td{background-color:#d7d7d7; border-bottom: 0px solid #ccc; padding: 5px;}


.cinza3_td{background-color:#eeeeee; border-bottom: 1px solid #ccc; padding: 10px; 	color: #898989; font-family: "Arial"; font-size: 10pt;font-weight: bold;}
.laranja_td{background-color:#e8aa56; border-left: 1px solid #ffffff; padding: 10px; font: bold 14px verdana, sans-serif; color:#ffffff; 
}

.laranja_td a, a:active, a:visited {font: bold 14px verdana, sans-serif; color:#ffffff; text-decoration:underline;}
.laranja_td a:hover{font: bold 14px verdana, sans-serif; color:#ffffff; text-decoration:none;}

.laranja2_td{background-color:#e8aa56; border-bottom: 1px solid #ffffff; padding: 10px; font: bold 13px verdana, sans-serif; color:#ffffff; }

.cinza4_td{background-color:#d7d7d7; border-bottom: 0px solid #ccc; padding: 10px; color: #7b7b7b; font-family: "Arial"; font-size: 10pt; font-weight: bold;}


.foto_teste {
border: 0px;
margin: 0px;
padding-right: 10px;
}

.busca_layout {
background-color:#ffffff;
padding-top: 15px;
padding-left: 15px;
padding-right: 15px;
	font-family: "Arial";
	font-size: 9pt;
	line-height: 16pt;
}