/* CSS HOME */

#tcol_right {
	float: right;
	width: 500px;
	margin-bottom: -1px;
	background-image: url(../img/acabamento_col_dir.jpg);
	background-repeat: no-repeat;
	background-position: center 300px;
}

#destaque_left {
	float: left;
	width: 250px;
}

#destaque_right {
	float: left;
	width: 250px;
}

#motivos {
	margin: 0px;
	padding: 0px;
	line-height: 18px;
	font-size: 1.1em;
	list-style-type: none;
}

#motivos li {
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: url(../img/bullet_check.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	line-height: 15px;
}

#motivos_left {
	float: left;
	width: 220px;
}

#motivos_right {
	float: left;
	width: 220px;
	padding-left: 30px;
}

