/* CSS Document - LN Gesso - 18/03/2008 - 14:15h */
* {
	margin:0;
	padding:0;
	text-decoration:none;
	border:0;
}

p {
	margin-bottom:15px;
}

h2 {
	font:22px "Lucida Sans Unicode";
	color:#039;
	width:100%;
	height:30px;
	clear:both;
}

h5 {
	color:#039;
	width:auto;
	clear:both;
	background:url(../images/ico_seta_laranja.gif) no-repeat 0 5px;	
	padding-left: 15px;
	margin-bottom:10px;
}

/* listas */
.listas ul {
		margin:0 0 0 35px;
	}
	
.listas	ul li { list-style-image:url(../images/ico_seta_laranja.gif); margin-bottom:10px; }

body {	
	color:#333;
	background-color:#666;
}

#site {
	margin:20px auto 0;
	width:883px/*963px*/;
	padding:40px;
	height:auto;
	display: table;	
	background:#fff url(../images/bg_geral.jpg) repeat-y;
	font: normal 11px/150% Tahoma, Arial, Verdana, Sans-Serif;
	line-height:160%;
}

#lateral_esquerda {
	background:#eeede5 url(../images/imagem_lateral_esquerda.jpg) no-repeat;
	width:290px;
	height:570px;
	float:left;
}

#central {
	width:290px;
	height:570px;
	float:left;
	background:#F7BD01;
	margin-left:5px;
}

	#central #logotipo {
		width:162px;
		height:162px;
		margin:30px auto;
	}

#lateral_direita {
	width:230px/*290px*/;
	height:510px/*570px*/;
	float:left;
	background:#eeede5;
	margin-left:5px;
	padding:30px;
}
	
	#lateral_direita a:link, #lateral_direita a:visited {	
		color:#000;
	}
	
	#lateral_direita a:hover {
		color:#039;
		font-weight:bold;
	}
	

#rodape {
	width:860px/*883px*/;
	height:59px/*79px*/;	
	clear:both;
	background:#eeede5;
	margin-top:5px;
	padding:10px;
}

	#rodape #localizacao {
		width:790px;
		height:59px;
		float:left;		
	}
	
	#rodape #desenvolvedor {
		width:70px;
		height:39px;
		padding-top:20px;
		float:left;
		text-align:center;
		
	}
	
	#rodape #desenvolvedor img {
		border:1px solid #ccc;
	}

#copyright {
	width:100%;
	height:auto;	
	float:left;
	font: normal 11px/150% Tahoma, Arial, Verdana, Sans-Serif;	
	color:#fff;
	text-align:center;
	margin:10px auto;
}

	#copyright a:link, #copyright a:visited {
		color:#FFF;
		text-decoration:underline;
	}
	
	#copyright a:hover {
		color:#FC0;
		text-decoration:underline;
	}
	

/* Classes */
p.saibamais {
	background:url(../images/ico_seta_laranja.gif) no-repeat 0 5px;
	padding-left: 15px;
	float:right;
}

/*** MENU PRINCIPAL ***/
#central .menu ul {
	width:190px;
	height:auto;
	margin:20px auto;
	text-align:center;
}

#central .menu ul li {
	background: #F7BD01 url(../images/bg_itens_menu.jpg) no-repeat 0 bottom;
	height:30px;
	width:190px;
	list-style:none;
	font:15px "Lucida Sans Unicode";
}

#central .menu ul li a:link, 
#central .menu ul li a:visited {
	color:#039;
}

#central .menu ul li.selected a span, 
#central .menu ul li a:hover {
	color:#fff;
	font-weight:bold;
}

/* Portfolio */

#portfolio_thumbs, #Galeria_Fotos {
	position: relative;
	width: 230px;
	margin: 1em auto;
}

#portfolio_thumbs li, #Galeria_Fotos li { 
   display:inline; 
   float:left; 
   width:48px;
   height:auto; 
   background-color:#fff; 
   padding:2px 1px; 
   margin:2px; 
   text-align: center; 
   border-right: #a5a7aa solid 1px; 
   border-bottom: #a5a7aa solid 1px; 
}

#paginacao {
	width:230px;
	clear:both;
	text-align:center;
	margin-top:15px;
}

#paginacao .current_link {
	font-weight:bold;
	color:#FF9900;
}
