/* CSS Document */

body{
	font-family:"Trebuchet MS";
	background:#f7f7f7
}

/*#principal{
	width:1010px;
	margin:0 auto;
	display:table;
}
*/
.content{
	width:1010px;
	margin:0 auto;
	padding:0;
	background:#FFFFFF;
	display:table
}

#topo{
	height:160px
}

/* MENU SUPERIOR */

#menu{
	display:table;
	width:1010px;
	text-align:center;
	margin:0 auto;
	margin-bottom:20px;
	border-bottom:solid 1px #cdf37a;
	float:left
}

#menu li{
	float:left;
	padding:10px 5px 10px 5px;
	/*display:inline;*/
	color:#87998a;
	font-size:10px;
	list-style-type:none
}

#menu li img{
	margin-top:5px
}

#menu li a{
	color:#87998a;
	font-weight:bold
}
	
#menu li a:hover{
	color:#31a346
}

/* MENU LATERAL */
#sub-menu{
	width:160px;
	list-style-type:none;
	float:left;
	display:inline;
	margin-right:50px
}

#sub-menu li{
	list-style-type:none;
	border-bottom:#d5f58e solid 1px;
	padding:5px 0 5px 8px;
	background:url(../../../images/site/fundo_menu.png) repeat-y;
	font-size:11px
}

#sub-menu li img{
	margin-right:4px
}

#sub-menu li a{	
	color:#87998a;
	font-weight:bold
}
	
#sub-menu li a:hover{
	color:#31a346
}


/*AGUARDE DO AJAX*/
#sub-menu #aguarde{
	display:none;
	width:160px;
	color:#31a346;
	font-weight:bold
}

/* CONTEUDO DO SITE */

#conteudo{
	width:750px;
	float:left;
	margin-bottom:25px;
	float:left;
}

#conteudo h3{
	background:url(../../../images/site/topo_conteudo.png) no-repeat;
	width:693px;
	height:27px;
	margin:0;
	padding-top:12px;
	padding-left:50px;
	color:#239d3a;
	margin-bottom:20px;
	margin-left:-10px
}

#conteudo a{
	color:#239d3a
}

#conteudo a:hover{
	text-decoration:underline
}

/* RODAPE DO SITE*/
#rodape{
	margin:0 auto;
	width:1010px;
	height:160px;
	background:url(../../../images/site/rodape.png) no-repeat;
	clear:both
}

#rodape .fractal{
	width:22px;
	height:22px;
	display:block;
	float:right;
	position:relative;
	top:7px;
	right:23px;
}

#rodape .ans{
	width:135px;
	height:50px;
	display:block;
	position:relative;
	top:65px;
	margin:0 auto;
	left:92px
}