* {
	margin: 0px;
	padding: 0px;
	border:none;
}
body {
	background:#fbfbfb;
	font:11px Arial, Helvetica, sans-serif;
	color:#666666;
}
#geral{
	width:886px;
	margin-right: auto;
	margin-left: auto;
	margin-top:15px;
	background:#eaeaea;
}
#cont_geral {
	width:886px;
	vertical-align:bottom;
}

/***********************
CSS Topo
***********************/
#topo {
	width:886px;
	height:244px;
	background-color:#FFFFFF;
}

/***********************
CSS Lateral
***********************/
.lateral {
	width:210px;
	background-image:url(images/fundo_lateral.jpg);
	padding-top:5px;
	bottom:50%;
	float:left;
}
.box1 {
	padding-top:20px;
}
.txt_lateral_chamadas {
	font:18px Arial, Helvetica, sans-serif;
	text-align:center;
	line-height:20px;
}
.hr_lateral {
	width:180px;
	height:4px;
	margin-top:10px;
	margin-bottom:20px;
	background:#535252;
}

/***********************
CSS Conteudo Index
***********************/
.cont_index {
	width:675px;
	background-image:url(images/fundo_index.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	float:left;
}
.txt_index {
	padding-left:44px;
	font:14px Arial, Helvetica, sans-serif;
	line-height:20px;
}

/***********************
CSS Ofertas
***********************/
.cont_ofertas {
	width:645px;
	height:440px;
	padding-top:28px;
	padding-left:18px;
	padding-right:11px;
	background-image:url(images/fundo_index.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	float:left;	
}
.tit_ofertas {
	font:12px Arial, Helvetica, sans-serif;
	color:#FF0000;
	font-weight:bold;	
}
.txt_ofertas {
	line-height:15px;
	text-align:justify;
}

/***********************
CSS Lojas
***********************/
.cont_lojas {
	width:645px;
	height:820px;
	padding-top:28px;
	padding-left:18px;
	padding-right:11px;
	background-image:url(images/fundo_lojas.jpg);
	background-repeat:no-repeat;

	float:left;	
}
.txt_lojas {
	margin-bottom:15px;
	line-height:15px;
	text-align:justify;
}

/***********************
CSS Cartão
***********************/
.cont_cartao {
	width:645px;
	height:440px;
	padding-top:28px;
	padding-left:18px;
	padding-right:11px;
	background-image:url(images/fundo_index.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	float:left;	
}
.tit_cartao {
	font:12px Arial, Helvetica, sans-serif;
	font-weight:bold;	
}
.txt_cartao {
	line-height:15px;
	text-align:justify;
}
/***********************
CSS Curriculo
***********************/
.cont_curriculo {
	width:645px;
	height:440px;
	padding-top:28px;
	padding-left:18px;
	padding-right:11px;
	background-image:url(images/fundo_index.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	float:left;	
}
.curriculo {
	width:506px;
	margin-left:14px;
	padding-top:10px;
	margin-bottom:15px;
}
.txt_curriculo {
	padding-bottom:5px;
	line-height:20px;
}

/***********************
CSS Contatos
***********************/
.cont_contato {
	width:645px;
	height:440px;
	padding-top:28px;
	padding-left:18px;
	padding-right:11px;
	background-image:url(images/fundo_index.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	float:left;	
}
.botao_enviar{
	width:100px;
	font:11px Arial, Helvetica, sans-serif;
 	color:#333;
 	border:solid 1px #FF0000; /* FF9900 */
}
.campos_contato {
	border:1px #FF0000 solid;
	font:11px Arial, Helvetica, sans-serif;
}
.endereco {
	width:220px;
	padding-left:15px;
	border-left:1px #FF0000 solid;
	float:left;
	
}

/***********************
CSS Rodapé
***********************/
#rodape {
	width:886px;
	height:35px;
	background-image:url(images/fundo_rodape.jpg);
	font:9px Arial, Helvetica, sans-serif;
	border-top:2px #ff0000 solid;
	clear:both;
}
