@charset "utf-8";
/*
 * Portal de Singulares
 *
 * Desenvolvido pela Unicred Central-RS
 * Autor...: Eduardo Nunes Cardozo
 * Contato.: eduardo@unicred-rs.com.br
 * Todos os direitos reservados 2007 a Unicred Central-RS
 *
 * Descricao
 * Arquivo de estilo com a estrutura para todas as paginas
 *
 */

/* DECLARAÇÕES GERAIS */
* {
	font-family: Verdana, Arial, sans-serif;
	font-size:10px;
	list-style:none;
	margin:0;
	padding:0;
	text-decoration:none;
	}

body {
	width:820px;
	margin:0;
	min-height:619px;
	height:100%;
	_height:380px; /* Hack para o IE6 */
	}

img {
	border:0;
	}
	
/* ESTRUTURAS DO TOPO DO PORTAL */
#topo {
	background:url(/layout/topo.jpg) no-repeat top center;
	width:820px;
	height:108px;
	}
	
#topo #NomeSingular {
	color:#FFF;
	font-size:13px;
	font-weight:bold;
	margin:26px 0 0 455px;
	position:absolute;
	text-align:right;
	width:350px;
	}
	
#topo .telefones {
	color:#B6AD81;
	font-family:"trebuchet MS";
	font-size:14px;
	}

#topo #credfone {
	height:17px;
	margin:74px 0 0 14px;
	position:absolute;
	width:84px;
	}

#topo #ouvidoria {
	height:17px;
	margin:74px 0 0 103px;
	position:absolute;
	width:84px;
	}

#topo #telefax {
	height:17px;
	position:absolute;
	margin:74px 0 0 195px;
	width:84px;
	}
	
#topo #unicrednet {
	color:#FFF;
	font-weight:bold;
	height:16px;
	margin:78px 0 0 341px;
	position:absolute;
	width:305px;
	}

#topo #cmd-unicrednet {
	cursor:pointer;
	margin:77px 0 0 649px;
	height:16px;
	position:absolute;
	}
	
/* ESTRUTURAS DO SUBTOPO */
#subtopo {
	background:url(/layout/fundo-subtopo-index.gif) no-repeat top center;
	height:50px;
	width:100%;
	}

#subtopo ul {
	height:16px;
	margin:8px 0 0 320px;
	position:absolute;
	width:495px;
	}

#subtopo ul li {
	display:inline;
	font-weight:bold;
	color:#003C2F;
	cursor:pointer;
	}

#subtopo ul li a {
	color:#003C2F;
	}

#subtopo ul li a:hover {
	color:#877C3D;
	}
	
/* ESTRUTURAS DO MENU */
#menu {
	background:url(/layout/fundo-menu.gif) no-repeat left top #877c3d;
	float:left;
	height:280px;
	width:149px;
	}

#menu ul {
	margin:2px 0 30px 28px;
	}

#menu ul li {
	border-bottom:1px solid #EADFC3;
	cursor:pointer;
	height:20px;
	padding-top:5px;
	}

#menu ul li a{
	color:#FFF;
	font-weight:bold;
	font-size:11px;
	}

#menu ul li a:hover {
	color:#B6AD81;
	}

#menu ul li.ativo {
	font-size:11px;
	font-weight:bold;
	color:#003C2F;
	}
	
#menu p.publicidade {
	margin:0 0 3px 8px;
	}
	
#menu img.publicidade {
	cursor:pointer;
	margin:0 0 3px 8px;
	}
	
/* ESTRUTURA CONTEÚDO */
#conteudo {
	float:left;
	height:100%;
	margin:10px 0 10px 10px;
	min-height:400px;
	width:661px; 
	}

/* ESTRUTURA DO CONTEÚDO DAS SESSÕES */
#conteudo-sessao {
	float:left;
	height:100%;
	margin:10px 0 10px 10px;
	padding-top:35px;
	min-height:365px;
	width:661px;
	}
	
/* RODAPÉ */
#rodape { 
	background:url(/layout/rodape.gif) no-repeat center;
	float:left;
	height:32px;
	margin:5px 0 0 154px;
	_margin-left:78px; /* Hack para o IE6 */
	width:661px;
	}

#rodape p {
	color:#877C3D;
	text-align:center;
	}

#rodape p.link {
	margin-top:4px;
	}

#rodape p.link a {
	margin-top:4px;
	color:#877C3D;
	}

#rodape p.link a:hover {
	color:#003C2F;
	}