#destaques {
	float: left;
	width: 532px;
	overflow: hidden;
	height: 332px;
}
#destaques a, #destaques a:visited {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	cursor: pointer;
}
#destaques a:hover{
	color: #B80405 !important;
	color: #000000;
}
.item {
	float: left;
	height: 162px;
	width: 169px;
	margin-right: 8px;
	margin-bottom: 8px;
	background: url(../img/fundo-itens.jpg) no-repeat center bottom;
}
.item img {
	border:none;
}
.descricao {
	width: 164px;
	float: left;
	margin: 5px 0px 0px 5px;
}

#sidebar {
	width: 217px;
	float: left;
}
#sidebar img {
	border:none;
}
#login {
	background: url(../img/fundo-login.jpg) no-repeat;
	height: 79px;
	width: 207px;
	margin-bottom: 10px;
	padding-top: 25px;
	padding-right: 5px;
	padding-left: 5px;
}
#login #form2 {
	margin: 0px;
	float: left;
}
#login #form2 label {
	display: block;
	float: left;
	width: 50px;
	margin-top: 5px;
}
#senha, #nome {
	border: 1px solid #D4CE42;
	font-size: 12px;
	width: 150px;
	margin-bottom: 5px;
	float: right !important;
	float:left;
}
#entrar {
	background: #C2BE38 url(../img/btn_entrar.jpg) no-repeat center top;
	float: right;
	height: 22px;
	width: 56px;
	color: #C2BE38;
	font-size: 1px;
	border:none;
	cursor:pointer;
	margin: 0px;
	padding: 0px;
}

#carreira {
	height: 104px;
	width: 207px;
	background-image: url(../img/fundo-carreira.jpg);
	margin-top: 10px;
	padding: 25px 5px 0px 5px;
	font-size: 10px;
}
#carreira strong {
	margin: 0px;
	padding: 0px;
}
#carreira img {
	float: left;
	margin-right: 5px;
	display: block;
	padding-bottom: 35px;
}
#carreira p {
	display: block;
}
#carreira a, #carreira a:visited {
	background-image: url(../img/btn_vermais.jpg);
	float: right;
	height: 15px;
	width: 53px;
	font-size: 1px;
	color: #FFFFFF;
	display: block;
}