@import url(site.css);
* { margin:0; padding:0; list-style:none;}
body {
	font-size:10px;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	background:#EFEFEF;
	color:#000;
}
a {color:#000; text-decoration:none}
a:hover {color:#000; text-decoration:none}

#geral {
	width:940px;
	margin:0 auto;
	background:#FFFFFF;
}
#geral #topo {
	width:940px;
	height:150px;
	margin:0 auto;
	background:#FFF;
	border-top:#2B429F solid 2px;
}

#geral #topo #dentro {
	width:900px;
	height:150px;
	margin:0 auto;
	background:#FFF;
}
#geral #topo #dentro #esquerdo {
	width:400px;
	height:150px;
	float:left;
}
#geral #topo #dentro #centro {
	width:250px;
	height:150px;
	float:left;
}
#geral #topo #dentro #direito {
	width:250px;
	height:150px;
	float:left;
}


/***********************INICIO DESTAQUE***********************************/
#geral #destaque {
	width:940px;
	height:340px;
	background:#DEDEDE;
	border-top:#2B429F solid 2px;
	border-bottom:#2B429F solid 2px;
}

#geral #destaque #destaque_esquerdo {
	width:620px;
	height:300px;
	float:left;
	margin-left:20px;
	margin-top:20px;
}

#geral #destaque #destaque_direito {
	width:270px;
	height:300px;
	float:right;
	margin-right:20px;
	margin-top:20px;
}

#geral #destaque #destaque_direito #primeiro {
	width:270px;
	height:95px;
	margin-bottom:8px;
}
#geral #destaque #destaque_direito #segundo {
	width:270px;
	height:95px;
	margin-bottom:7px;
}
/***********************FIM DESTAQUE***********************************/

#geral #separador {
	width:940px;
	height:15px;
	clear:both;
}

#geral #corpo {
	width:900px;
	margin:0 auto;
}

/*----------INICIO CORPO ESQUERDO--------------------------------------------------------------------*/
#geral #corpo #corpo_esquerdo {
	width:240px;
	float:left;
}
#geral #corpo #corpo_esquerdo #barra_menu {
	width:240px;
	height:40px;
	line-height:40px;
	text-indent:32px;
	background:url(imagens/barra_menu.jpg);
	font-size:13px;
	font-weight:bold;
	color:#2B429F;
}
/*--- INICIO MENU --*/
#geral #corpo #corpo_esquerdo #menu{
	width:240px;
	padding:0;
}
#geral #corpo #corpo_esquerdo #menu ul {
	list-style:none;
}
#geral #corpo #corpo_esquerdo #menu li {
	list-style:none;
	display:block;
	background:url(imagens/menu_vertical.jpg) no-repeat;
	text-indent:20px;
}
#geral #corpo #corpo_esquerdo #menu li a {
	list-style:none;
	display:block;
	color:#2B429F;
	font-size:11px;
	text-decoration:none;
	height:30px;
	line-height:30px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
}
#geral #corpo #corpo_esquerdo #menu li a:hover {
	background:url(imagens/menu_vertical_h.jpg) no-repeat;
	height:30px;
	line-height:30px;
	color:#333333;
	font-family: Verdana, Geneva, sans-serif;
}
/*--- FIM MENU --*/


/*----------FIM CORPO ESQUERDO--------------------------------------------------------------------*/


/*----------INICIO CORPO DIREITO--------------------------------------------------------------------*/
#geral #corpo #corpo_direito {
	width:650px;
	float:right;
}

/*--- INICIO BARRA CONTEUDO --*/
#geral #corpo #corpo_direito #barra_conteudo  {
	width:650px;
	height:40px;
	line-height:40px;
	text-indent:32px;
	background:url(imagens/barra_conteudo.jpg) repeat-x;
	font-size:13px;
	font-weight:bold;
	color:#2B429F;
}
#geral #corpo #corpo_direito #barra_conteudo a {
	font-size:13px;
	font-weight:bold;
	color:#2B429F;
}
#geral #corpo #corpo_direito #barra_conteudo a:hover  {
	font-size:13px;
	font-weight:bold;
	color:#2B429F;
}
#geral #corpo #corpo_direito #tamanho {
	width:630px;
	padding-top:15px;
	margin:0 auto;
}
/*--- FIM BARRA CONTEUDO --*/
/*----------FIM CORPO DIREITO--------------------------------------------------------------------*/


#geral #rodape {
	width:940px;
	height:80px;
	line-height:80px;
	background:#DEDEDE;
	border-top:#2B429F solid 2px;
	clear:both;
	color:#2B429F;
	font-size:13px;
}
#geral #rodape a {
	color:#2B429F;
	text-decoration: none;
}
#geral #rodape a:hover {
	color:#2B429F;
	text-decoration: none;
}

/****************************************************************************************/
#slider {
	width: 620px; height:300; overflow: hidden; position: relative;
}
#slider li {
	left: 0px; top: 0px; position: absolute;
}
.prev-link {
	width: 24px; height: 24px; bottom: 10px; display: block; position: absolute; z-index: 300; background-repeat: no-repeat;
}
.next-link {
	width: 24px; height: 24px; bottom: 10px; display: block; position: absolute; z-index: 300; background-repeat: no-repeat;
}
.prev-link {
	left: 10px; background-image: url("imagens/destaque_voltar.png");
}
.next-link {
	left: 40px; background-image: url("imagens/destaque_avancar.png");
}
.circle {
	background: url("imagens/destaque_roda_1.png") no-repeat left top; width: 16px; height: 16px; bottom: 10px; display: block; position: absolute; z-index: 300;
}
.circle-current {
	background-image: url("imagens/destaque_roda_2.png");
}
/****************************************************************************************/


