@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-color:#ebebeb;
	background-position:center;
	background-image:url(template/fundo.jpg);
	background-repeat:repeat-y;
	}
/* --------------------------------------------------
-
-      TOPO DO SITE E MENU SUPERIOR
-
-
------------------------------------------------------ */

#topo {
	width: 1000px;
	height: 336px;
	background:url(template/topo.jpg);
	}
	
#menu_superior {
	width: 400px;
	height: 35px;
	float: right;
	text-align:right;
	}

	#menu_superior_links {
		width: 90px;
		height: 28px;
		margin-left: 8px;
		text-align: center;
		float:left;
		padding-top: 5px;
		}
		.menu_superior {
			font-family:Arial, Helvetica, sans-serif;
			font-size: 11px;
			color:#000000;
			text-decoration:none;
		}
		.menu_superior a{
			text-decoration:none;
		}
		.menu_superior a:hover{
			text-decoration:underline;
			color:#FF0000;
		}
		
#news {
	width: 190px;
	height: 100px;
	margin-left: 770px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	position:absolute;
	clear:both;
	top: 133px;
	}
	
#news input {
	border: 1px dashed  #666666;
	background:#CCCCCC;
	margin-top: 5px;
	font-size: 11px;
	}
	
/* --------------------------------------------------
-
-      CORPO - DIREITA(menu) - CENTRO(conteudo) - ESQUERDA(noticias)
-
-
------------------------------------------------------ */
#corpo {
	width: 1000px;
	height: auto;
	}
	
#esquerda {
	width: 180px;
	height: auto;
	float:left;
	}
	
#centro {
	width: 560px;
	height: auto;
	float:left;
	margin-left: 20px;
	}
	
#direita {
	width: 225px;
	height: auto;
	float:right;
	}
/* --------------------------------------------------
-
-     Menu Esquerda
-
-
------------------------------------------------------ */	
	#titulo_menu_lateral{
		width: 175px;
		height: 20px;
		margin-left: 4px;
		text-align: left;
		padding-top: 7px;
		float:left;
		font-family:Arial, Helvetica, sans-serif;
		color:#FF0000;
		font-size: 12px;
		background-image:url(template/fundo_titulo_menu.jpg)
		}
	
	#menu_lateral_links {
		width: 140px;
		height: 27px;
		margin-left: 4px;
		text-align: left;
		padding-top: 5px;
		padding-left: 35px;
		float:left;
		background-image:url(template/fundo_menu_lateral.jpg);
		}
		.menu_lateral {
			font-family:Arial, Helvetica, sans-serif;
			font-size: 11px;
			color:#000000;
			text-decoration:none;
		}
		.menu_lateral a{
			text-decoration:none;
		}
		.menu_lateral a:hover{
			text-decoration:underline;
			color:#FF0000;
		}
	
	#atendimento {
		width:190px;
		height: 123px;
		background-image:url(template/atendimento.jpg);
		margin-left: 3px;
		}
		#atendimento_titulo {
		width:170px;
		height: 20px;
		padding-top: 10px;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 12px;
		color:#FF0000;
		}
		#telefone{
		padding-left: 30px;
		padding-top: 23px;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 18px;
		color:#FF0000;
		}
		#telefone a{
		padding-left: 10px;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 12px;
		color:#FF0000;
		}
		#telefone a:hover{
		color:#FFCC00;
		text-decoration:underline;
		}
			
/* --------------------------------------------------
-
-    Soluções + Hospedagem
-
-
------------------------------------------------------ */	
#titulo{
		width:500px;
		height:30px;
		float:left;
		}

	#solucoes_1{
		width: 124px;
		height: 133px;
		float:left;
		background-image:url(template/e-commerce.jpg);
		}
	#solucoes_2{
		width: 124px;
		height: 133px;
		float:left;
		background-image:url(template/imobiliaria-site.jpg);
		margin-left: 20px;
		}
	#solucoes_3{
		width: 124px;
		height: 133px;
		float:left;
		background-image:url(template/email-marketing.jpg);
		margin-left: 20px;
		}
	#solucoes_4{
		width: 124px;
		height: 133px;
		float:left;
		background-image:url(template/google-links-patrocinados.jpg);
		margin-left: 20px;
		}
		
	#solucoes_texto{
		width: 124px;
		height: auto;
		float:left;
		margin-top: -10px;
		z-index: 100;
		}
		#solucoes_texto_1{
		width: 124px;
		height: auto;
		float:left;
		margin-left: 20px;
		margin-top: -10px;
		z-index: 101;
		}
#hospedagem{
	width:537px;
	height: auto;
	background-image:url(template/hospedagem.jpg);
	background-repeat:no-repeat;
	margin-left: 10px;
	margin-top: 10px;
	float:left;
	}
	#hospedagem_texto{
	width:300px;
	height: 200x;
	margin-left: 30px;
	float:left;
	}
	
#depoimento{
	width:537px;
	height: 300px;
	background-image:url(template/fundo_depoimento.jpg);
	background-repeat:no-repeat;
	margin-left: 10px;
	margin-top: 10px;
	float:left;
	}
	
	#depoimento_texto{
	width:240px;
	padding-left: 5px;
	padding-right:5px;
	height: 200x;
	float:left;
	margin-left: 15px;
	background-color:#FCFAE0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
/* --------------------------------------------------
-
-    Noticias
-
-
------------------------------------------------------ */

	#busca_noticias {
		width: 225px;
		height:auto;
		border-bottom: 1px dashed #CCCCCC;
		padding-top: 8px;
		padding-bottom: 8px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#993300;
		}
		
	#restrito {
		width:220px;
		height: auto;
		background-image:url(template/fundo_restrito.jpg);
		}
		
	#restrito_titulo {
		width:170px;
		height: 20px;
		padding-top: 10px;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 12px;
		color:#FF0000;
		}
/* --------------------------------------------------
-
-   conteúdo
-
-
------------------------------------------------------ */
#conteudo{
	width:537px;
	height: auto;
	background-image:url(template/fundo_depoimento.jpg);
	background-repeat:no-repeat;
	margin-left: 10px;
	}

.texto_conteudo {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	}
/* --------------------------------------------------
-
-   Rodape
-
-
------------------------------------------------------ */
#rodape{
 width:1000px;
 height: auto;
 background-image:url(template/fundo_rodape.jpg);
 float:left;
 clear:both;
}

.rodape {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
}

/* --------------------------------------------------
-
-    Textos e Titulos
-
-
------------------------------------------------------ */

h1 { font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#FF0000;
	margin: 10px 0px 0px 0px;
	}
h2 { font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#FF0000;
	margin: 15px 0px 0px 0px;
	}
input, textarea {
	border: 1px dashed  #666666;
	background:#CCCCCC;
	margin-top: 5px;
	font-size: 11px;
	}
	
select {
	border: 1px dashed  #666666;
	background:#CCCCCC;
	margin-top: 5px;
	font-size: 11px;
	}
	
.Assine {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#FF6600;
	}
	
.texto {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FF6600;
	}

	
