/**
 * home
 */
#featured {
	margin: 15px 0;
	height: 240px;
}

#featured div.links {
	margin-left: 780px;
	margin-top: 5px;
	float: right;
	z-index: 100;
	position: absolute;
}

#featured img {
	position: absolute;
	z-index: 99;
}

#featured div.links a {
	text-decoration: none;
	display: block;
	padding: 6px;
	width: 10px;
	height: 10px;
	background: white;
	color: #888;
	float: left;
	font-size: 11px;
	text-align: center;
	margin-right: 5px;
}

#featured div.links a.ult {
	margin: 0;
}

#featured div.links a.atual, #featured div.links a:hover {
	border-bottom: solid #999 3px;
	font-weight: bold;
	color: #666;
}

.box {
	padding: 5px;
	width: 210px;
	margin: 0 12px;
	float: left;
	margin-bottom: 15px;
}

.box-big {
	width: 450px;
}

.box-first {
	margin-left: 0;
}

.box-last {
	margin-right: 0;
}

.box a {
	text-decoration: none;
}

.box h2 {
	font-family: "Lucida Sans", "Lucida Grande", sans-serif;
	color: #692524;
	font-size: 18px;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}

.box h2 a {
	color: #692524;
}

.box p {
	font-size: 13px;
	margin-bottom: 10px;
	color: #5D5D5D;
	line-height: 18px;
}

.box p a {
	color: #5D5D5D;
}

.box a:hover p {
	color: black;
}

.box ul {
	margin-top: 20px;
}

.box li {
	font-size: 13px;
	margin-bottom: 5px;
}

.box li a {
	background: url(../_img/bullet.gif) no-repeat center left;
	padding-left: 15px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}

.box li a:hover {
	text-decoration: underline;
}

.box img {
	display: block;
	margin-bottom: 10px;
}

.box-big img {
	margin-bottom: 0;
	float: left;
	margin-right: 10px;
}

#newsletter {
	padding: 20px;
	clear: both;
	background: url(../_img/bg-news.jpg) no-repeat 0 0;
	height: 30px;
	padding-left: 150px;
	margin-bottom:-370px;
}

#newsletter h2 {
	display: none;
}

#newsletter p {
	display: block;
	float: left;
	width: 290px;
	font-size: 13px;
	color: #333;
}

#newsletter form {
	width: 465px;
	padding: 3px;
	padding-right: 0;
	padding-left: 20px;
	float: right;
	border-left: solid #999 1px;
}

#newsletter form input.text {
	width: 150px;
	margin-right: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: white;
	border: solid #999 1px;
	padding: 3px;
	font-size: 13px;
	float: left;
}

#newsletter form input.button {
	float: left;
}

#newsletter label {
	padding: 3px;
	display: block;
	float: left;
	font-size: 13px;
	margin-right: 5px;
}

#newsletter-sucesso {
	font-weight: bold;
	background: transparent url(../_img/ok.png) no-repeat center left;
	padding-left: 36px;
	font-size: 14px;
	color: #660;
	float: right;
	width: 440px;
	display: none;
}

#newsletter-sucesso span {
	color: #333;
}