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

/**
* Default Properities
**/


* {
	margin:0;
	padding:0;
}
body {
	background:url(../img/header_bg.jpg) repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
input, textarea, select {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:3px;
}
input.errorJquery , textarea.errorJquery {
	border: 1px dotted red !important;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
/**
* Default Class
**/

.center {
	width:960px;
	margin:0 auto;
}
/**
* Header Properities
**/

#header {
	height:176px;
	padding-top:25px;
}
#header_logo {
	margin-top:25px;
	width:178px;
	float:left;
}
#header_vendas {
	width:200px;
	float:left;
	margin:12px 15px 20px 15px;
}
#header_atend {
	width:271px;
	float:left;
	margin-top:4px;
	margin-right:0px;
}
#header_acomp {
	width:281px;
	height:67px;
	background:url(../img/header_acomp.jpg) no-repeat;
	float:left;
}
#header_acomp form {
	margin-top:40px;
	margin-left:10px;
}
#header_acomp input {
	border:0;
	width:180px;
	float:left;
	text-transform:uppercase;
}
#header_acomp input.notFound { color:#FF0000;}
#header_acomp input.btn {
	width:37px;
	height:19px;
	float:left;
	margin-left:7px;
}
#header_menu {
	width:770px;
	float:right;
	margin-top:5px;
}
#header_menu ul {
	list-style:none;
}
#header_menu ul li {
	height:17px;
	float:left;
	padding:2px 4px 0 4px;
	border-right:1px solid #00382A;
}
#header_menu ul li.no-border {
	border:0;
}
#header_search {
	width:960px;
	height:33px;
	float:left;
	margin-top:17px;
	padding-top:10px;
}
#header_search_title {
	width:135px;
	float:left;
}
#header_search form {
	float:left;
	margin-left:37px;
	width:760px;
}
#header_search form select {
	width:150px;
	margin-left:20px;
	background-color:#EBECE9;
	border:0;
	float:left;
	font-size:12px;
	color:#000000;
}
#header_search form div.pseudoCombo {
	width:150px;
	height:22px;
	margin-left:20px;
	overflow:hidden;
	display:block;
	float:left;
	position:relative;
	background:#EBECE9;
	font-size:12px;
}
#header_search form div.pseudoCombo p {
	margin:5px;
}
#header_search form div.pseudoCombo label input {
	margin:5px;
}
#header_search form div.pseudoCombo:hover {
	height:auto;
	z-index:1000;
}
#header_search form img {
	float:right;
}
/**
* Banner Properities
**/

#banner {
	height:320px;
}
#banner_left_arrow {
	float:left;
	width:15px;
}
#banner_slider {
	float:left;
	width:930px;
	margin-top:9px;
}
#banner_slider ul {
	list-style:none;
}
#banner_right_arrow {
	float:right;
	width:15px;
}
/**
* BreadCrum Properities
**/

#breadCrum {
	height:30px;
}
#breadCrum p {
	font-size:11px;
	color:#666;
	float:left;
	margin-top:7px;
	margin-left:5px;
}
#breadCrum a {
	color:#666;
}
#breadCrum a.highlight, #breadCrum span.highlight {
	color:#00382A;
}
#breadCrum div {
	float:left;
	margin-left:100px;
}
#breadCrum div img {
	margin-left:20px;
}
/**
* Sitemap Properities
**/


#sitemap_bg {
	height:284px;
	width:100%;
	background:url(../img/sitemap_bg.jpg) repeat-x;
	margin-top:20px;
	float:left;
}
#sitemap {
	height:152px;
	padding-top:20px;
}
#sitemap_title {
	background:url(../img/sitemap_title_bg.jpg) repeat-x bottom;
	margin-bottom:30px;
}
#sitemap ul {
	float:left;
	width:auto;
	list-style:none;
	font-size:11px;
	margin-right:17px;
	margin-left:4px;
}
#sitemap ul li.title {
	color:#00392B;
	font-weight:bold;
	margin-bottom:10px;
}
#sitemap ul li.title a {
	color:#00392B;
}
#sitemap ul li {
	margin-bottom:7px;
	font-weight:bold;
}
#sitemap ul li a {
	color:#959B8B;
}
/**
* Footer Properities
**/

#footer {
	height:120px;
	background:#FFF;
}
#footer_contact {
	float:left;
	width:770px;
	margin-left:20px;
}
#footer_contact h3 {
	float:left;
}
#footer_contact h3.title {
	margin-top:42px;
	margin-right:40px;
}
#footer_contact h3.phone {
	font-size:35px;
	color:#00392B;
	font-weight:normal;
	margin-right:40px;
	margin-top:23px;
	letter-spacing:-3px;
}
#footer_contact h3.atend {
	margin-top:10px;
}
#footer_contact h4 {
	float:left;
	font-size:14px;
	color:#93998B;
	margin-top:10px;
	width:770px;
	letter-spacing:1px;
	width:100%;
	text-align:center;
}
#footer_social {
	border-left:1px solid #DFDBD3;
	float:left;
	height:80px;
	margin-top:20px;
	padding-left:10px;
}
#footer_social img {
	margin-left:7px;
}
#footer_logo_life {
	float:right;
	width:500px;
	padding-right:15px;
	padding-bottom:10px;
	text-align:right;
	margin:15px 0;
}
