body {
	background: #4EBD94;
	font-family: Nobile;
}
h1, h2, h3 {
	font-family: "Amerika Sans";
}
.header {
	background: url("../images/header.png") no-repeat;	
	background-position: center -40px;		
	height: 177px;
	width: 1159px;
	margin: 0 0 0 -99.5px;
}
.all {
	background: url("../images/main-content-transp.png") no-repeat;
	width: 978px;
	height: 737px;
	margin: 0 auto;
}
.corpo {	
	position: relative;
}

.barra-lateral {
	width: 200px;
	float: left;
	background: url("../images/bg-barra-lateral.png");
	padding: 10px;
	height: 472px;
}

.barra-lateral h1 {
	font-size: 2.1em;
}
.barra-lateral h2 {
	font-size: 1em;
}
.barra-lateral  ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.barra-lateral  ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.menu {
	width: 120px;
	float: right;
}
.menu ul {
	list-style: none;
}
.menu ul li {
	margin: 0;
	padding: 10px 0 10px 0;
	list-style: none;
	//height: 30px;
	background: url("../images/bg-menu.png") repeat;
	color: #fff;
	width: 95%;
	transition: width 100ms;
	-moz-transition: width 100ms; /* Firefox 4 */
	-webkit-transition: width 100ms; /* Safari and Chrome */
	-o-transition: width 100ms; /* Opera */
}
.menu ul li a {
	color: #fff;
	text-decoration: none;
	margin: 0 0 0 10px;
	line-height: 30px;
	display: block;
}

.menu ul li.active, .menu ul li:hover {
	background: #aa2d2e;
	width: 95%;
}
.conteudo {
	height: 470px;
	margin-bottom: 21px;
	overflow: auto;
}
.rodape {
	height: 60px;
	margin: 0;
	float: left;
	background: url("../images/bg-rodape.png") repeat-x;
	width: 960px;
}
.rodape .rodape-capes {
	background: url("../images/sprite-rodape.png") center center no-repeat;
	height: 60px;
	width: 100%;
}

/* MENU */
ul.menu {

}
ul.menu li.item1 {
	display: none;
}
ul.menu li.parent {
	background: none;
	display:none;
}
ul.menu li#current.parent, ul.menu li.active.parent {
	display: block;
}
ul.menu li a {
	display:none;
}
ul.menu li.parent.active ul li a {
	display:block;
	*display:inline;
	line-height: 14px;
}

#logo-capes-header {
	width: 64px;
	height: 64px;
}
#logo-foprop-header {
	width: 64px;
	height: 64px;
}
#espaco{
	width: 100%;
	height: 100px;
}