@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:url(imagens/bg.gif);
	color:#000;
}
a {color:#000; text-decoration:none}
a:hover {color:#000; text-decoration:none}


#geral {
	width:940px;
	height:800px;
	margin:0 auto;
}

#geral #separador {
	width:940px;
	height:10px;
	clear:both
}
#geral #cima {
	width:940px;
	height:60px;
	background:url(imagens/menu_a.jpg)
}
/*--- INICIO MENU CIMA --*/
#geral #cima #menu {
	width:940px;
	height:60px;
	margin:0;
	padding:0;
	list-style-type:none;
	position:relative;
	display:block;
	font-size:16px;
	background:transparent url("imagens/menu_a.jpg") repeat-x top left;
	font-family:Arial, Helvetica, sans-serif;
	float:left;
}
#geral #cima #menu li {
	display:block;
	float:left;
	margin:0;
	pading:0;
}
#geral #cima li a {
	display:block;
	text-decoration:none;
	padding:19px 76px 25px 76px;
	color:#FFF;	
	background:transparent url("imagens/menu_s.jpg") no-repeat top right;
}
#geral #cima #menu li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color:#FFF;
}
/*--- FIM MENU CIMA --*/

#geral #meio {
	width:940px;
	height:280px;
}
#geral #meio #meio_esquerdo {
	width:400px;
	height:280px;
	float:left;
}
#geral #meio #meio_direito {
	width:540px;
	height:280px;
	float:right;
	background:url(imagens/meio_bg.png);	
}


#geral #corpo {
	width:940px;
}
#geral #corpo #corpo_esquerdo{
	width:240px;
	float:left;
}
#geral #corpo #corpo_esquerdo #barra_menu {
	width:240px;
	height:35px;
	line-height:35px;
	text-indent:20px;
	background:url(imagens/barra_menu.jpg);
	font-size:14px;
	color:#FFF;
}
/*---------*/

/*--- INICIO MENU --*/
#geral #corpo #corpo_esquerdo #menu_lateral{
	width:240px;
	padding:0;
}
#geral #corpo #corpo_esquerdo #menu_lateral ul {
	list-style:none;
}
#geral #corpo #corpo_esquerdo #menu_lateral li {
	list-style:none;
	display:block;
	background:url(imagens/menu_vertical.jpg) no-repeat;
	text-indent:20px;
}
#geral #corpo #corpo_esquerdo #menu_lateral li a {
	list-style:none;
	display:block;
	color:#5D5D5D;
	font-size:13px;
	text-decoration:none;
	height:30px;
	line-height:30px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;
}
#geral #corpo #corpo_esquerdo #menu_lateral li a:hover {
	background:url(imagens/menu_vertical_h.jpg) no-repeat;
	height:30px;
	line-height:30px;
	color:#FFFFFF;
	font-family:Verdana, Geneva, sans-serif;
}
/*--- FIM MENU --*/


#geral #corpo #corpo_direito {
	width:690px;
	float:right;
}
#geral #corpo #corpo_direito #barra_conteudo {
	width:690px;
	height:35px;
	line-height:35px;
	text-indent:20px;
	background:url(imagens/barra_conteudo.jpg) repeat-x;
	font-size:14px;
	color:#FFF;
	clear:both;
}
#geral #corpo #corpo_direito #tamanho  {
	width:660px;
	margin:15px;
}



/*---------*/
#geral #rodape {
	width:940px;
	height:80px;
	line-height:80px;
	font-size:12px;
	color:#FFF;
	background:url(imagens/rodape.png);
	clear:both;
}
#geral #rodape a {
	color:#FFF;
	text-decoration:none;
	font-size:12px;
}
#geral #rodape a:hover {
	color:#FFF;
	text-decoration:none;
	font-size:12px;
}
/*---------*/


/*----------------*/
