
/* CSS TPS */
body, td, p, li, span, div, input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	margin-left:0;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	background-image: url(imagens/bg_geral.jpg);
	background-color: #FFFFFF;
	color:#333333;
}

form { margin:0px; padding:0px; }

p { 
	line-height:16px;
	margin-top:8px;
	margin-bottom:6px;
}

.size11 { font-size:11px; }

.preto { color:#000000; }

.cinzaMedio {
	color: #666666;
}

.cinzaMedio2 { 	color: #8f8f8f; }

.azul { color: #3f57a5; }
.hand { cursor: pointer; }
.caixaLogin {
	border:1px solid #999999;
	height: 19px;
	width:100px;
	color:#3574bf;
}
.caixaform {
	color:#3574bf;
	border:1px solid #999999;
}
.linha-azul { 
	border-top:1px solid #3f57a5; 
}

.linha-cinza {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #C4C4C4;
}
.titulo {
	font-size: 21px;
	font-weight: bold;
	color:#224b83;
}
.titulohome {
	font-size: 13px;
	font-weight:bold;
	color:#3f57a5;
}

a:link {
	color: #3f57a5;
	text-decoration:none;
}
a:hover {
	color: #333333;
	text-decoration:underline;
}
a:visited {
	color:#3574bf;
	text-decoration:none;
}

.item-menu {
	padding-right:15px;
	font-weight:bold;
	height:25px;
	line-height:24px;
	text-align: right;
	/*color: #3574bf;*/
	color:#828282;
}
.item-menu-over {
	color:#333333;
	background-image:url(imagens/bg_menu_over.jpg);
	cursor:pointer;
}
.item-destaque {
	padding-right:15px;
	font-weight:bold;
	text-align: right;
	padding-top: 10px;
	color: #828282;
	line-height:24px;	
}
.item-content {
	padding-left:15px;
	padding-right:15px;
}

#lLogo {
	position:absolute;
	left:468px;
	top:15px;
	width:415px;
	height:255px;
	z-index:1;
	background-image:url(imagens/logo_tps_textura.gif);
	background-repeat:no-repeat;
	z-index:1;
}
#box-menu {
	position:absolute;
	width:216px;
	left:100px;
	top: 230px;
	height:auto;
	z-index:20;
}

#box-home {
	position:absolute;
	width:585px;
	left:380px;
	padding:15px;
	height:auto;
	overflow:auto;
	top: 315px;
	z-index:12px;
	z-index:12;
}

#box-conteudo {
	position:absolute;
	width:532px;
	left:410px;
	height:auto;
	top: 335px;
	z-index:15;
	overflow:hidden;
}

#bg-caixa {
	position:absolute;
	z-index:2;
	width:606px;
	left:370px;
	top:295px;
	height:385px;
}
.bgCaixa1 {
	background-image: url(imagens/bg_cx1.gif);
	background-repeat: no-repeat;
}
.bgCaixa2 {
	background-image: url(imagens/bg_cx2.gif);
	background-repeat: no-repeat;
}
.bgCaixa3 {
	background-image: url(imagens/bg_cx3.gif);
}


#ttop {
	background-image:url(imagens/t_top.jpg);
	background-repeat:no-repeat;
	height:235px;
}

#tleft {
	background-image:url(imagens/bg_menu_t.gif);
	position:absolute;
	left:69px;
	width: 858px;
}
#box-rodape {
	position:absolute;
	left: 318px;
	top: 740px;
	padding-left:25px;
	width:650px;
	height: 35px;
	z-index:50;
}

.box-miolo {
	padding-right: 25px;
	padding-left: 25px;
	height:570px;
}
.box-tb { background-image:url(imagens/top_body.gif); background-repeat:no-repeat; height:25px; }
.box-bb { background-image:url(imagens/bottom_body.gif); background-repeat:no-repeat; height:25px; }

