@import url("/layout/designer.css");
@import url("/layout/typography.css");

@media screen
{
	
	.edit_class
	{
	background:#E1F9FF;
	}
	
	#menu
	{
	margin-top:60px;
	height:60px;
	width:690px;
	}
	
	#menu ul
	{
	float:right;
	padding:0px;
	margin:0px;
	}
	
	#menu ul li
	{
	padding:0px;
	margin:0px;
	background:none;
	display:inline;
	}
	
	#menu ul li a
	{
	display:block;
	float:left;
	font:16px calibri;
	color:#666666;
	text-decoration:none;
	margin-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	margin-right:5px;
	text-transform:uppercase;
	}
	
	#menu ul li a:hover,#menu ul li.sel a
	{
	color:#00A6E5;
	}
	
	#logo
	{
	width:200px;
	height:100px;
	margin-left:20px;
	}
	
	* html #logo
	{
	margin-left:10px;
	}
	
	#breadcrumb
	{
	font:12px tahoma;
	width:940px;
	padding-bottom:5px;
	border-bottom:2px solid #999999;
	}
	
	#breadcrumb span
	{
	color:#666666;
	font-weight:bold;
	text-decoration:none;
	}
	
	#breadcrumb a
	{
	text-decoration:none;
	}
	
	#breadcrumb a span
	{
	color:#666666;
	font-weight:normal;
	text-decoration:none;
	}
	
	#breadcrumb a:hover,.breadcrumb a:hover span
	{
	color:#666666;
	text-decoration:underline !important;
	}
	
	#caixa-titulo-conteudo
	{
	width:930px;
	height:30px;
	background:url('/layout/imagens/fundo-titulo.jpg') no-repeat;
	padding-top:10px;
	padding-left:10px;
	}
	
	#titulo-conteudo
	{
	width:920px;
	}
	
	#titulo-conteudo h1
	{
	margin-bottom:0px;
	}
	
	h1.azul
	{
	color:#00A6E5;
	font:20px calibri;
	margin-bottom:15px;
	}
	
	.mt50
	{
	margin-top:50px;
	}
	
	.editor
	{
	color:#999999;
	}
	
	#rodape
	{
	background:url('/layout/imagens/barra-rodape.jpg') no-repeat;
	padding-top:20px;
	}
	
	#texto-rodape,#rodape-direita
	{
	color:#999999;
	font:11px tahoma;
	}
	
	#rodape-direita a
	{
	text-decoration:none;
	}
	
	#rodape-direita a:hover
	{
	text-decoration:underline;
	}
	
	#texto-rodape p
	{
	margin-bottom:0px;
	}
	
	#rodape-esquerda
	{
	width:710px;
	text-align:left;
	}
	
	#rodape-direita
	{
	width:250px;
	text-align:right;
	}
	
	
	#menu-lateral
	{
	width:220px;
	margin-bottom:40px;
	}
	
	#menu-lateral ul
	{
	padding:0px;
	margin:0px;
	}
	
	#menu-lateral ul li
	{
	padding:0px;
	margin:0px;
	}
	
	#menu-lateral ul li a
	{
	display:block;
	background:#FFF url('/layout/imagens/item-normal.gif') no-repeat;
	padding-left:18px;
	padding-right:18px;
	font:12px tahoma;
	color:#666666;
	text-decoration:none;
	padding-top:6px;
	padding-bottom:8px;
	margin-bottom:1px;
	}
	
	#menu-lateral ul li a:hover,#menu-lateral ul li.sel a
	{
	background:#FFF url('/layout/imagens/item-sel.gif') no-repeat;
	color:#FFF;
	}
	
	#menu-lateral ul ul li a
	{
	background:#FFF url('/layout/imagens/sub-item-normal.gif') no-repeat !important;
	padding-left:30px;
	color:#666666 !important;
	}
	
	#menu-lateral ul ul li a:hover
	{
	background:#FFF url('/layout/imagens/sub-item-sel.gif') no-repeat !important;
	color:#FFF !important;
	}
	
	#contato input
	{
	width:400px;
	border:1px solid #666666;
	}
	
	#contato textarea
	{
	width:400px;
	border:1px solid #666666;
	}
	
	#contato label
	{
	font:bold 14px arial;
	color:#666666;
	}
	
	.caixa-lista
	{
	border-bottom:1px solid #CCCCCC;
	margin-bottom:20px;
	}
	
	.caixa-lista img
	{
	margin-bottom:0px;
	}
	
	.caixa-lista p
	{
	margin-bottom:0px;
	}
	
	#fundo-banner
	{
	height:340px;
	background:url('/layout/imagens/fundo-banner.gif') repeat-x;
	}
	
	#caixa-empreendimentos
	{
	width:930px;
	height:30px;
	background:url('/layout/imagens/caixa-titulo.gif') no-repeat;
	margin-top:20px;
	margin-bottom:20px;
	padding-top:10px;
	padding-left:10px;
	}
	
	#caixa-parceiros
	{
	width:930px;
	height:30px;
	background:url('/layout/imagens/caixa-titulo.gif') no-repeat;
	margin-top:40px;
	margin-bottom:20px;
	padding-top:10px;
	padding-left:10px;
	}
	
	#titulo-parceiros
	{
	width:920px;
	}
	
	#blocoA,#blocoB,#blocoC,#blocoD
	{
	width:220px;
	}
	
	#imgA,#imgB,#imgC,#imgD
	{
	width:220px;
	height:145px;
	margin-bottom:15px;
	}
	
	#textoA h1,#textoB h1,#textoC h1,#textoD h1
	{
	margin-bottom:5px;
	}
	
	#textoA p,#textoB p,#textoC p,#textoD p
	{
	margin-bottom:0px;
	}
	
	#titulo-parceiros h1,#texto-parceiros p
	{
	margin-bottom:0px;
	}
	
	
	
	
	
	
	
	
}

@media print
{
	
}