body {
	text-align: center;/*centraliza body*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #96182E;
	background-image:url(bkg_patten2.jpg);
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: 50.1% 50%;
}
#page_body {
	margin: 0 auto;/*centraliza div*/
	width:800px;/*TAMANHO DO DOCUMENTO*/
	text-align:left;
}
h1.logo_header {
	width: 793px;
	height: 112px;
	margin: 1px 0 0 5px;
	position: relative;
}
h1.logo_header span {
	background: url(images/logo_testera.jpg) /*fixed 50.3% 0 repeat-y*/;
	position: absolute;
	width: 100%;
	height: 100%;
}
#cabecalho {/*padding-bottom:85px;*/
}
#navegacao_flash {
	display:table;
	clear:inherit;
	top:0;
	width:100%;
	height:320px;
}
/*content*/
#conteudo_principal {
	float:left;
	background: url(images/coluna_esq.jpg) center top no-repeat;
	width:480px;
	border:#000 1px solid;
	margin-left:20px;
}
#conteudo_principal, #conteudo_secundario {
	padding:10px;padding-bottom:25px;/*verificar larguras dos blocos*/
}	
#conteudo_principal a {
	font-size:1.1em;
	color:#8a1629;
	text-decoration:none;
	font-style: oblique;
	font-weight:bold;
	padding-left:10px;	
}
#conteudo_principal a:hover {
	color:#ca3a0c;
	background:url(images/seta_h3.gif) left 50% no-repeat;
}
#conteudo_secundario {
	float:right;
	width:221px;/*275px compensar padding*/
	background: url(images/coluna_dir.jpg) center top no-repeat;
	border:#000 1px solid;
	margin-right:20px;
}
#conteudo_secundario, #conteudo_principal {
	height:210px;
	background-color:#a5b0f5;
}
p {
	font-size:0.65em;/*0.65em*/
	line-height:1.3em;
	margin-bottom:10px;
}
h2 {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}
h3 {
	color: #cc481c;
	font-weight:bold;
	font-size:13px;
	padding-left:10px;
	background:url(images/seta_h3.gif) left 50% no-repeat;
	margin-bottom:0.25em;
}
#rodape {
	width:100%;
	clear:both;
	text-align:center;
	display: block;
}
#rodape #box {
	display:table;
	margin-top:16px;
	background:url(images/fundo_footer.gif) top center no-repeat;
	width:100%;
	height:110px;
	margin-bottom:8px;
}
#rodape #box #nav_b {
	margin-top:30px;
}
#rodape #box #nav_b ul {
	width: 100%;
	list-style: none;
	font-size:11px;
	color:#8a1629;
	display:table;/*conserta o list WHITESPACEBUG NO FIREFOX*/
}
#rodape #box #nav_b li {
	border-right:1px solid #8a1629;
	padding: 0.25em 0;
	color:#8a1629;
	display:inline;
	text-align:center;
}
#rodape #box #nav_b a {
	padding: 0.25em 1em;
	margin-left:0;
	color:#8a1629;
}
#rodape #box #nav_b a:visited {
	color:#8a1629;
}
#rodape #box #nav_b a:hover {
	background-color:#ca3a0c;
	color: #FFF;
	text-decoration:none;
}
#rodape #box #nav_b li.last_link {
	border-right:none;
}
#rodape p {
	color:#7283ef;
	margin-top:10px;
}
.last_link {
	border: none;
}
#serv_telemarketing, #aplicacoes {
	display:table;
	margin-top: 52px;
	margin-left:8px;

}
#serv_telemarketing {
	float:left;
	width:68%;
}
#serv_telemarketing p {
	font-size:0.65em;
	line-height:1.8em;
	margin-bottom:10px;
}
#aplicacoes ul {
	display:inline;
	list-style-type:none;
	font-size:0.7em;
}
#aplicacoes ul li {
	padding-left:10px;
	background:url(images/seta_h3.gif) no-repeat;
	background-position:left 50%;
	margin-bottom:0.5em;
}
.vcard {
	font-size:1.1em;
	margin-left:15px;
}

