@charset "utf-8";

/* --------------------------------------------------------------
 * Filename:	home.css
 * Description:	Regras das estruturas básicas do site.
 * Version:		1.0.0 (2010-02-02) YYYY-MM-DD
 * Website:		http://www.rpmconsulting.com.br/
 * Author:		Luiz R. Junior – iDesk Informática <http://www.idesk.com.br/>
 *
 * == STRUCTURE =================================================
 * 
 * Page width: 900px  static, vertical centralized
 *
 * $__globals	Definicoes de estilos a elementos globais
 * -------------------------------------------------------------- */
 
.box {
	background:url(../images/template/box-home.png) no-repeat;
	float:left;
	height:160px;
	margin:18px 5px 18px 12px;
	width:280px;
}

.contacts {
	background:url(../images/template/subtitles.png) no-repeat;
	height:20px;
	margin:10px 8px;
	width:200px;
}


.phone, .address {
	clear:both;
	float:none;
	margin:5px 10px;
}

.phone span, .address span {
	background:url(../images/template/icons.png) no-repeat;
	display:inline-block;
	float:left;
	height:30px;
	margin:0 10px 0 0;
	width:30px;
}

.address span { background-position:-32px 0; height:60px; }

.phone { font-size:1.45em; font-weight:bold; }
.address { font-size:.75em; margin-top:15px; }

