/**
*	Construtora Dínamo
*	Copyright © 2009 Quintal Internet [http://www.quintalinternet.com.br]
*
*	Developed By: Jonathan Pereira <jonathan@jonathanpereira.com>
*
**/

/**
* Home Highlights Properities
**/

#home_highlights {
	margin-top:8px;
	display:table;
}
#home_highlights_tabs ul {
	list-style:none;
	height:33px;
}
#home_highlights_tabs ul li {
	float:left;
	background-color:#E8E8EA;
	height:28px;
	padding:5px 19.8px 0 20px;
	font-weight:bold;
}
#home_highlights_tabs ul li.selected {
	background-color:#F6F6F6;
	border-bottom:1px solid #F6F6F6;
}
#home_highlights_tabs ul li.selected a {
	color:#7B8073;
}
#home_highlights_tabs ul li a {
	color:#ACB3A1;
	text-decoration:none;
}
#home_highlights_properties {
	background:#F6F6F6;
	height:340px;
	padding-top:10px;
}
#home_highlights_properties div {
	display:none;
}
#home_highlights_properties div.visible {
	display:block;
}
#home_highlights_properties div ul {
	list-style:none;
	margin-left:13px;
}
#home_highlights_properties div ul li {
	width:210px;
	height:324px;
	background:#FFFFFF;
	float:left;
	margin-right:15px;
	padding-left:10px;
}
#home_highlights_properties div ul li.margin_out {
	margin:0;
}
#home_highlights_properties div ul li h2 {
	color:#00382A;
	font-size:14px;
	margin:10px 0 7px 0;
}
#home_highlights_properties div ul li h2 a {color:#00382A; }
#home_highlights_properties div ul li p {
	color:#666;
	font-size:11px;
	margin:10px 0;
}
/**
* Home Footer Properities
**/
#home_footer_bg {
	height:363px;
	width:100%;
	background:url(../img/home_footer_bg.jpg) repeat-x;
	margin-top:20px;
	float:left;
}
#home_footer {
	height:210px;
	margin-bottom:30px;
}
#home_footer_highlights {
	width:480px;
	float:left;
}
#home_footer div.highlight {
	border:1px solid #B7BFAC;
	width:230px;
	height:184px;
	margin-top:16px;
	float:left;
	margin-right:8px;
}
#home_footer div.highlight div {
	background:#FFFFFF;
	border-bottom:1px solid #B7BFAC;
	padding:10px;
}
#home_footer div.highlight div h2 {
	font-size:14px;
	color:#AAB1A1;
}
#home_footer div.highlight img {
	margin:7px 7.5px;
}
#home_footer div.highlight p {
	font-size:12px;
	color:#666;
	margin:7px 7.5px;
	line-height:16px;
}
#home_footer_newsletter {
	width:467px;
	height:172px;
	background:url(../img/home_footer_newsletter_bg.jpg) no-repeat;
	float:right;
	padding:30px 0 0 10px;
}
#home_footer_newsletter h2 {
	font-size:12px;
}
#home_footer_newsletter h2 img {
	margin-right:10px;
}
#home_footer_newsletter form {
	margin-top:15px;
}
#home_footer_newsletter form label {
	font-size:11px;
	color:#666;
}
#home_footer_newsletter form input {
	border:0;
	margin-bottom:7px;
	width:430px;
	color:#666;
}
#home_footer_newsletter form input.radio {
	width:20px;
	margin:4px 0 10px 0;
	*margin-bottom:0px;
	vertical-align:sub;
	*vertical-align:bottom;
}
#home_footer_newsletter form input.btn {
	width:40px;
	height:18px;
}
