@import url("navigation.css");
@import url("home.css");
@import url("menus.css");
@import url("suporte.css");
@import url("tabelas.css");
@import url("exemplos.css");
@import url("formularios.css");

html {
	background: #efefef url(imgs/fundo_base.png) repeat-y 50% 0%;
}

body {
	margin: 0; padding: 0;
    background: #efefef url(imgs/fundo_geral.png) repeat-x;
}

div, p, form, input, a, span, #meio {
	font: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

h1, h2 {
	font: 18px 'Trebuchet MS', 'Times New Roman', Times, serif;
}

#base {
	width: 786px;
    margin: 0 auto;
}

#topo {
	width: 778px;
	padding-left: 4px;
}

#sombra {
	float: left;
	padding-left: 4px;
    background: url(imgs/fundo_base.png) repeat-y 0% 0%;
}

#meio {
	padding: 0 15px 20px 10px;
    font: 12px Arial, Helvetica, sans-serif;
}

#esquerda {
	float: left;
	width: 548px;
    display: table;
}

#direita {
	float: left;
	width: 200px;
    margin-left: 9px;
}

.oculto { display: none;}

.bloco-direita h3 {
	background: url(imgs/h3_direita.png) no-repeat 0% 50%;
    font: 700 18px 'Trebuchet MS', 'Times New Roman', Times, serif;
    color: #656565;
    letter-spacing: -1px;
    padding-left: 24px;
}

.bloco-direita h3.bookmarks {
	background: url(imgs/h3_bookmarks.png) no-repeat 0% 50%;
}



.bloco-direita {
	border: 1px solid #c6c6c6;
    padding: 8px;
    background: url(imgs/cx_bloco_direita.png) repeat-x 0% 100%;
    margin-bottom: 15px;
}


/*Conteudo*/

.linha {
	position: relative;
	margin-bottom: 15px;
    z-index: 99;
}

/*Forms*/

.formpq {
	margin-left: 20px;
}

.formpq label {
	font-size: 11px;
    font-weight: 700;
}

.formpq a {
	text-decoration: none;
    color: #000;
    font-size: 11px;
    font-weight: 700;
}

.formpq a:hover {
	color: #4a7c46;
}

.inputform {
	border: 1px solid #707070;
}

.btform {
	margin-top: 5px;
}

.bloco-cx-topo {
    background: #5a9655 url(imgs/topo_fundo_menu.jpg) no-repeat 0% 0%;
    height: 38px;
    padding: 15px 0 0 0;
}

a.interrogacao {
	background: url(imgs/ico_interrogacao.png) no-repeat;
    padding: 0 0 0 18px;
    text-decoration: none;
    font-weight: 700;
    color: #50844b;
    
}

p a:hover {
    text-decoration: underline;
}

p.al_esquerda {
	text-align: right;
}

/* planos */

div.cx {
	width: 547px;
	height: 114px;
}

.cx_texto {
	padding: 10px 0 0 140px;
}

.cx_texto th {
	font: 700 18px 'Trebuchet MS', 'Times New Roman', Times, serif;
    text-align: left;
    padding: 0;
    margin: 0;
}

.valor {
	font: 700 28px 'Trebuchet MS', 'Times New Roman', Times, serif;
    letter-spacing: -1px;
    padding: 0 0 0 10px;
}

.real_red {
	background: url(imgs/reais_red.png) no-repeat 0 7px;
    color: #FF0000;
    
}

.real_blue {
	background: url(imgs/reais_blue.png) no-repeat 0 7px;
    color: #2ca0d2;
    
}

.small {
	font-size: 10px;
}

.vermelho {
	color: #FF0000;
}
.azul {
	color: #2ca0d2;
}


.registro {
	background: url(imgs/cx_registro.png) no-repeat;
}

.hospedagem {
	background: url(imgs/cx_hospedagem.png) no-repeat;
}

.revenda {
	background: url(imgs/cx_revenda.png) no-repeat;
}


.registro .inputbox {
	border: 1px solid #6e9f04;
}

.vejamais_cx {
	position: relative;
    float: right;
    margin-top: -109px;
    width: 104px;
    height: 114px;
    text-indent: -90000px;
}

.img_vejamais_red {
    background: url(imgs/vejamais_img.png) no-repeat;
}

.img_vejamais_blue {
    background: url(imgs/vejamais_img_blue.png) no-repeat;
}



/* Float no menu e caixa de busca */
.bloco-menu-topo, .bloco-pesquisa {
	float: left;
}

/*Pesquisa*/
.bloco-pesquisa {
	width: 278px;
}

.bloco-pesquisa h3, .bloco-pesquisa label {display: none;}

.bloco-pesquisa form {
	width: 235px;
    height: 21px;
    background: url(imgs/cx_pesquisa.png) no-repeat;
    padding: 0;
    margin: 0;
}

.cxbusca {
	height: 21px;
	border: none;
    background: transparent;
    width: 200px;
    font-size: 11px;
    color: #989898;
    padding: 0 5px;
    margin: 0;
}

.btbusca {
	width: 17px;
	height: 21px;
    padding: 0;
    background: none;
    border: none;
}




/*resultados da busca*/
p.buscaseparador {
	padding:0; margin:0;
}

div.buscaresultado {
	border: 1px solid #e9eef4;
	padding: 5px;
	margin-bottom: 5px;
}

div.buscaresultado p {
	padding: 0; margin: 0;
}

div.buscaresultado p a {
	float: left;
	background-color: #e9eef4;
	width: 98%;
	padding: 4px !important;
	text-decoration: underline;
	color: #069;
}


/* rodape */

#rodape {
	clear: left;
	width: 751px;
	font: 11px Arial, Helvetica, sans-serif;
    border-top: 1px solid #e1e1e1;
    padding: 10px 0;
    margin: 0 auto;
}

.rss {
	position: relative;
    float: right;
	background: url(imgs/ico_rss.png) no-repeat;
    width: 113px;
    height: 59px;
    text-indent: -90000px;
    margin-top: -35px;
}

.clear {
	clear: both;
}







