@charset "utf-8";

/* ---------------------------------------------------
 * Filename:	basic.css
 * Description:	Regras das estruturas básicas do site.
 * Version:		1.0.0 (2009-07-14) YYYY-MM-DD
 * Website:		http://www.poraodastintas.com.br/
 * Author:		Heitor Rolim – iDesk Informática
 *
 * == STRUCTURE ======================================
 * 
 * Page width: 780px  static
 * Number of columns: 02
 *
 * $__globals		Definicoes de estilos a elementos globais
 * $__header	Definições do cabeçalho da página
 * $__menu		Definições do menu de navegação global
 * $__content	Definições dos elementos do conteúdo
 * --------------------------------------------------- */
 
/* $__content
 * --------------------------------------------------------------------*/
 
.floatright {
	margin-top:6px;
	padding-left:5px;
	float:right;
}

.floatleft {
	padding-right:5px;
	float:left;
}	


.content {
	margin-left:10px;
	margin-top:20px;
	float:left;
	width:500px;
	position:relative;
	text-align:justify;
}

.content table {
	text-align:justify;

}

.content a {
	border:0;
	text-decoration:none;
}

.content a:hover {
	border:0;
	text-decoration:none;
	color:#FF9900;
}

.content th {
	background:#BFDFFF;
}

.content table {
	margin-bottom:10px;
}

.content td {

	text-align:left;
	vertical-align:top;
}

.content h2 {
	color:#249BD3;

}

.content p {
	padding-right:5px;
	margin-bottom:13px;

}
#empresa p { margin-bottom:5px;}

#mapa {
	position:absolute;
	left:230px;
	top:100px;
}

/* $__content-menu dicas
 * --------------------------------------------------------------------*/
#imobiliario-dica {
	margin:5px 6px 5px 10px;
	color:#000000;
	width:381px;
	text-align:justify;
}

#imobiliario-dica .fundo{
	padding:0px 0 5px 30px;
	width:449px;
	background:#f9e38d repeat-x top left;
	}
	
#imobiliario-dica ul { list-style:url(images/marcador-imobiliario.gif);}



#automotivo-dica {
	margin:5px 6px 5px 10px;
	color:#000000;
	width:381px;
	text-align:justify;
}

#automotivo-dica .fundo{
	padding:0px 0 5px 30px;
	width:449px;
	background:#F39990 repeat-x top left;

}
#automotivo-dica a:hover{
	color:#FFFFFF;

}
#automotivo-dica ul { list-style:url(images/marcador-automotivo.gif);}



#industria {
	margin:0 6px 0 20px;
	padding:35px 0 5px 102px;
	color:#000000;
	width:381px;
	height:118px;
	float:right;
	text-align:justify;
	background:url(images/industria.jpg) no-repeat top left;
}
#industria ul { list-style:url(images/marcador-industria.gif);}

/* $__content-menu produtos
 * --------------------------------------------------------------------*/

#imobiliario {
	margin:5px 6px 5px 10px;
	color:#000000;
	width:381px;
	text-align:justify;
}

#imobiliario .fundo{
	padding:0px 14px 5px 15px;
	width:450px;
	background:#f9e38d repeat-x top left;
	}
#prod-imobiliario p { width:380px; }

#automotivo {
	margin:5px 6px 5px 10px;
	color:#000000;
	width:381px;
	text-align:justify;
}

#automotivo .fundo{
	padding:0px 14px 5px 15px;
	width:450px;
	background:#f4998f repeat-x top left;
	}
#prod-automotivo p { width:380px; }

#industrial {
	margin:5px 6px 5px 10px;
	color:#000000;
	width:381px;
	text-align:justify;
}

#industrial .fundo{
	padding:0px 14px 5px 15px;
	width:450px;
	background:#9fc2d9 repeat-x top left;
	}
#prod-industrial p { width:380px; }

