html {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}
body {
	background-color: #4D4D4D;
	color: #262626;
	font-family: Arial, serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    letter-spacing: 0.2px;
}
img, form {
	border: 0px;
	margin: 0;
	padding: 0;
}
a, a:hover {
	text-decoration: none;
	color: #000;
	z-index: 100;
	cursor: pointer;
	position: relative;
}
#all {
	width: 100%;
	height: auto;
	min-width: 1000px;
	margin: 0 auto;
}
#div_bkg {
	position: fixed;
	background: #160C01 url(../img/external/backgound/bkg_transparency.png) repeat scroll 0 0;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1001;
	min-height: 100%;
	display: block;
	visibility: visible;
}
#div_popup {
	background-color: #F2F2F2;
	z-index: 1002;
	width: 424px;
	top: 30px;
	right: 110px;
	display: block;
	visibility: visible;
	position: absolute;
	padding: 2px;
	border: 3px solid #6B0E0C;
}
#div_popup_top {
	width: 100%;
	height: 48px;
	background-color: #6B0E0C;
}
#div_popup_top .popup_close {
	float: right;
	margin: 2px;
}
#div_popup_top .popup_title {
	float: left;
	margin: 10px 15px;
}
#div_popup_bottom {
	width: 100%;
	border-top: 2px solid #6B0E0C;
	float: left;
	color: #6B0E0C;
}
#div_popup_bottom ul {
	list-style: none;
	margin: 10px;
	padding: 0;
	font-size: 11px;
}
.clear_both {
	clear: both;
	height: 0;
	width: 0;
	margin: 0;
	padding: 0;
	border: 0;
}
.padding_default {
	padding: 15px;
}
#padding_up_menu {
	padding: 0 15px;
}
.trail {
	border-bottom: 1px dotted #FFFFFF;
	width: 100%;
	height: 1px;
	clear: both;
	margin: 3px 0;
}
.trail2 {
	border-bottom: 2px dotted #FFFFFF;
	width: 100%;
}
.bar {
	width: 100%;
	background-color: #6B0E0C;
	margin: 0;
	padding: 0;
	height: 53px;
}

/* Header */
#up_menu {
	padding-top: 10px;
	float: right;
	width: 100%;
	background-color: #FFF;
}
#up_menu a {
	font-size: 10px;
	color: #898989;
}
#my_favorites img {
	vertical-align: text-top;
}
#up_menu #my_favorites {
	float: right;
	margin: 0 5px;
}
.schedule_visit_text {
	padding: 10px 20px!important;
}
.schedule_visit_text p {
	line-height: 150%;
}
.schedule_visit_text table {
	width: 100%;
}
.schedule_visit_text td {
	padding: 3px;
}
.schedule_visit_text .fields_input {
	width: 260px!important;
}
.friend_text {
	padding: 10px 20px!important;
}
.friend_text p {
	line-height: 150%;
}
.friend_text table {
	width: 100%;
}
.friend_text td {
	padding: 3px;
}
.friend_text .fields_input {
	width: 260px!important;
}
#div_popup .fields .submit {
	float: right;
	margin: 5px 0;
}
#div_popup .fields .submit input {
	width: 64px;
}
#my_favorites_text {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 248px;
	overflow: auto;
}
#my_favorites_text li {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 2px dotted #FFFFFF;
}
#my_favorites_text .favorites_photo {
	float: left;
	margin: 10px 5px 5px 20px;
}
#my_favorites_text p {
	float: left;
	margin: 10px 20px 5px 5px;
	font-size: 11px;
}
#my_favorites_text .delete {
	float: right;
	margin: 10px 10px 5px 5px;
	height: 45px;
	line-height: 45px;
	width: 20px;
}
#my_favorites_text .trail2 {
	float: left;
}
#my_favorites_text .favorites_title {
	color: #6B0E0C;
	font-weight: bold;
}
.favorites_submit {
	background: #6B0E0C;
	color: #FFF;
}
#favorites_delete {
	float: left;
}
#favorites_delete a {
	color: #CCC;
	font-size: 10px;
	line-height: 45px;
}
#favorites_send_email a {
	color: #6B0E0C;
	font-weight: bold;
}
#my_email {
	border: 1px solid #AAAAAA;
}
#logo {
	float: left;
	padding-left: 40px;
	padding-top: 13px;
}
#menu {
	height: 100px;
	background-color: #FFF;
	clear: both;
}
#menu h1, #menu h3 {
	margin: 0;
}
#options {
	padding-left: 50px;
	padding-top: 23px;
	float: left;
}
.option {
	width: auto;
	height: 43px;
	padding-left: 8px;
	margin-left: 20px;
	float: left;
}
#option_selected a {
	color: #ECECEC;
	border-bottom: 1px solid #ECECEC;
	float: left;
}
#options a:hover {
	color: #ECECEC;
	border-bottom: 1px solid #ECECEC;
}
#content {
	min-height: 390px;
	background-color: #E6E6E6;
	float: left;
	width: 100%;
}

/* Index */
#home_top {
	height: 225px;
	background-color: #E6E6E6;
	float: left;
	padding-bottom: 10px;
}
#home_top_search {
	margin-top: 10px;
	float: left
}
#home_top_search_title {
	float: left;	
}
#home_top_search_title h2 {
	margin: 0;
	float: left;	
}
.headlines1 {
	font-size:10px;
	margin-left: 5px;
	font-weight: normal;
	color: #6B0E0C;
	float: left;
	padding-top: 10px;
}
* > .headlines1 {
	padding-top: 2px;
}
#v_bar1 {
	height: 100%;
	width: 1px;
	background-color: #DDD;
	float: left;
	margin: 0 3px;
}
.developed {
	float: right;
	clear: both;
	padding: 2px 0 5px 5px;
	line-height: 17px;
	width: 190px;
}
.developed a {
	font-size: 10px;
	color: #9b9b9b !important;
}
.developed span {
	float: left;
}
.developed img {
	float: left;
}
#home_search {
	background-image: url(../img/external/background/stripes.gif);
	width: 652px;
	height: 160px;
	float: left;
}
#home_top_search_left {
	float: left;
	height: 160px;
	padding: 10px 0;
}
#home_search_left {
	float: left;
	margin: 10px 8px;
}
.headlines2{
	font-weight: bold;
	color: #6B0E0C;
}
#type_properties, #type, #purpose {
	margin-left: 10px;
	width: 160px;
}
#home_search_value {
	margin-top: 30px;
}
#minimum_value, #maximum_value {
	margin: 0 6px;
	width: 120px;
}
#minimum_area, #maximum_area {
	width: 65px;
	margin-left: 10px;
}
#type_properties, #type, #purpose {
	height: 21px;
}
#home_search_right {
	float: left;
	margin: 10px 8px 10px 0;
	width: 285px;
}
#neighborhood {
	background-color: #FFF;
	width:230px;
	overflow-y: scroll;
	overflow-x: hidden;
	border: 1px solid #FFF;
	height:96px;
	float: left;
	position: relative;
}
#home_search_neighborhood label {
	float: left; 
}
#neighborhood label {
	width: 190px;
	height: 100%;
	float: left;
}
#neighborhood ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width:100%;
}
#neighborhood ul li {
	height: 24px;
	line-height: 22px!important;
	width: 100%;
	position: relative;
	margin: 0;
	padding: 0;
}
#neighborhood ul li:hover {
	background-color: #4D4D4D;
	color: #FFF;
}
.neighborhood_hover {
	background-color: #4D4D4D!important;
	color: #FFF!important;
}
#neighborhood input {
	border: 0;
	float: left;
}
#search #internal_menu select {
	width: 100%;
	margin: 5px 0;
}
.bright {
	background-color: #FFF;
}
.dark {
	background-color: #EFEFEF;
}
#home_search_submit {
	clear: both;
	float: right;
	margin-top: 15px;
}
#home_search_submit input {
	background-color: #6B0E0C;
	color: #FFF;
}
#home_top_search_rigth {
	float: left;
	height: 160px;
	padding-top: 10px;
	margin-left: 8px;
}
#home_cod {
	float: left;
}
#v_bar2 {
	height: 78px;
	width: 1px;
	background-color: #DDD;
	float: left;
	margin: 0 3px;
}
#home_cod_search {
	width: 295px;
	background-image: url(../img/external/background/stripes.gif);
	float: left;
}
#property_by_cod {
	margin: 10px;
	float: left;
}
#property_by_cod label {
	float: left;
}
.property_by_cod_error {
	color: #6B0E0C;
	margin-top: 5px;
	float: left;
	font-weight: bold;
}
.headlines3{
	font-size: 11px;
	color: #6B0E0C;
	font-weight: bold;
	text-transform: uppercase;
}
#property_by_cod_box {
	float: left;
	margin-top: 10px;
}
.input_border {
	border: 1px #FFF solid;
	float: left;
	padding: 2px;
}
#cod_property {
	width: 102px;
	height: 17px;
	border: 0 none transparent;
	float: left;
	padding: 0;
}
#cod_property_submit {
	float: left;
	margin-left: 10px;
}
#home_others {
	clear: both;
	float: left;
	margin-top: 22px;
}
#v_bar3 {
	height: 60px;
	width: 1px;
	background-color: #DDD;
	float: left;
	margin: 0 3px;
}
#home_others_search {
	width: 295px;
	height: 60px;
	background-image: url(../img/external/background/stripes.gif);
	float: left;
}
#others_search {
	margin: 10px;
	float: left;
}
#others_search a {
	color: #262626;
	display: block;
	float: left;
}
#others_search label {
	float: left;
	width: 250px;
}
.magnifying_glass {
	background: url(../img/external/icons/magnifying_glass.png) no-repeat left bottom;
	padding-left: 24px;
	cursor: pointer;
	margin-top: 5px;
	float: left;
}
.target {
	background: url(../img/external/icons/target.png) no-repeat left bottom;
	padding-left: 24px;
	cursor: pointer;
	margin-top: 5px;
	margin-left: 15px;
	float: left;
}
.property_slide {
	float: left;
	width: 100%;
	height: 210px;
}
.property_slide_top {
	height: 45px;
	width: 100%;
}
.property_slide_top_text {
	float: left;
}
.property_slide_top_button {
	float: right;
}
.property_slide_top_button img {
	margin-left: 15px;
	cursor: pointer;
	opacity: .2;
	filter: alpha(opacity=20);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}
.property_slide .items {
	height: 165px;
}
.property_slide .img_property img {
	width: 120px;
	height: 90px;
}
.property_slide .text_property {
	width: 130px;
	padding: 5px 0 0;
	color: #CCC;
	overflow: hidden;
	height: 30px;
	font-size: 11px;
	clear: both;
}
.property_slide_bottom {
	clear: both;
	min-width: 930px;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	height: 165px;
}
#highlights {
	height: 320px;
}
#highlights .property_slide_top {
	background-color: #4D0E0C;
}
#highlights .items {
	height: 275px;
}
#highlights .img_property img {
	width: 224px;
	height: 168px;
}
#highlights .text_property {
	width: 224px;
	height: 60px;
}
#highlights .property_slide_bottom {
	background-color: #6B0E0C;
	height: 275px;
}
#highlights .items .selected {
	background-color: #4D0E0C;
}
#search_result_property {
	background-color: #262626;
}
#search_result_property .property_slide_top {
	background-color: #4D4D4D;
}
#search_result_property .property_slide_bottom {
	background-color: #262626;
}
#search_result_property .items .selected {
	background-color: #4D4D4D;
}
#search_result_property .panel {
	padding-left: 15px;
	padding-right: 15px;
}
#similar_property {
	background-color: #6B0E0C;
}
#similar_property .property_slide_top {
	background-color: #751A1A;
}
#similar_property .property_slide_bottom {
	background-color: #6B0E0C;
}
#similar_property .items .selected {
	background-color: #751A1A;
}
#similar_property .panel {
	padding-left: 15px;
	padding-right: 15px;
}
.on img {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
}
.panel {
	float: left;
	padding: 20px 10px;
	overflow: hidden;
}
.items {
	clear: both;
	min-width: 976px;
	margin: 0 auto;
	overflow: hidden;
}
.items a {
	text-decoration: none;
	color: #CCC;
	float: left;
}
.item {
	padding: 0;
	float: left;
}
.item a {
	cursor: pointer;
}
.headlines4{
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
}

/* Buscar Imóvel */
#search {
	width: 100%;
	height: 100%;
	float: left;
	background-color: #E6E6E6;
}
.padding_in {
	padding: 10px 20px;
}
#search_top {
	margin-top: 10px;
}
#search .fields .fields_input {
	width: inherit;
}
#search #mandatory {
	width: 570px;
}
.result_top_text {
	color: #FFF;
	background-color: #6B0E0C;
	margin-top: 10px;
}
.result_top_text .padding_search {
	padding: 5px 20px;
}
.padding_search_error {
	text-align: center;
}
.top_fields_text {
	color: #666;
}
.fields {
	padding: 10px 0;
	float: left;
}
.fields2 {
	margin-top: 10px;
	float: left;
	width: 230px;
}
.fields_space {
	margin-top: 20px;
	clear: both;
}
.fields select, .fields input, .fields textarea {
	border: 1px solid #AAA;
}
.fields div {
	margin-right: 20px;
	float: left;
}
.fields .fields_input {
	width: 100%;
	height: 21px;
	font-size: 15px;
	padding: 0;
}
.fields textarea.fields_input {
	height: 85px;
}
#bedroom {
	margin-left: 10px;
}
#suite, #bathroom, #dce, #garage, #area {
	margin-left: 10px;
}
.headlines1 span {
	float: left;
}
#city {
	background: #E6E6E6;
	padding: 0;
	margin: -4px 5px 0;
	float: left;
	font-size: 9px;
	border: 1px solid #AAA;
}
#balcony {
	margin-left: 27px;
}
.fields_type {
	color: #6B0E0C;
	font-size: 10px;
	margin-left: 30px;
	font-weight: bold;
}
#search_top_text, #services_top_text, #sell_top_text, .contact_top_text {
	color: #666;
	margin-top: 10px;
	line-height: 150%;
}
#search_top h2 {
	margin: 0;
	float: left;
}
#div_search_submit {
	clear: both;
	padding : 20px 0;
}
#map_search_top {
	width: 100%;
	background-color: #4D4D4D;
	color: #CCC;
}
#map_search_top h2 {
	margin: 0;
	float: left;
}
#map_search_top_city {
	float: left;  
	padding-top: 7px;
	margin-left: 5px;
	font-size: 10px;
	color: #FFF
}
#map_search_top_text {
	font-size: 12px;
	width: 400px;
}
#map_search_top_text p {
	margin: 6px 0;
}
#map_search_bottom {
	width: 100%;
	height: 300px;
	background-color: #FFF;
}
#range_in_price {
	float: left;
}
#range_in_price ul {
	list-style: none;
	margin: 5px 0 0;
	padding: 0;
}
#in_region {
	float: left;
	margin-left: 25px;
}
#regioes {
	list-style: none;
	margin: 5px 0 0; 
	padding: 0;
}
#img_map {
	width: 256px;
	height: 335px;
	position: absolute;
	left: 390px;
	margin-top: -90px;
}
#img_map img {
	position: absolute;
}
#img_map_area {
	z-index: 1000;
}
#img_map .js img {
 	display: none;
}
#text_map {
	width: 360px;
	float: left;
	left: 630px;
	overflow: auto;
	height: 260px;
	position: absolute;
}
#text_map div {
	background-image: url(../img/external/background/stripes_white.png);
	display: none;
	border: 1px solid #EFEFEF;
	padding: 0 10px;
	float: left;
}
#text_map div h3 {
	margin: 10px 0;
}
#text_map div ul {
	list-style-position: inside;
	margin: 10px 0;
	padding: 0;
	float: left;
	width: 300px;
}
#text_map div ul li {
	float: left;
	width: 50%;
}
#search_submit input {
	background-color: #6B0E0C;
	color: #FFF;
	margin-top: 20px;
}
#search_map_submit {
	float: left;
	clear: both;
	margin-top: 12px;
}
#search_map_submit input {
	background-color: #6B0E0C;
	color: #FFF;
}
.button_submit {
	background-color: transparent;
	color: #000;
	border: 1px inset #A6A6A6;
	font-size: 9px;
	margin-top: -4px;
}

/* Resultado da Busca */
#search_content {
	float: left;
	width: 71%;
	margin-left: 20px;
	margin-top: 5px;
}
#search_top_result {
	color:#6B0E0C;
	float:left;
	padding-top:2px;
	margin-left:5px;
}
#search_top_result a {
	color:#6B0E0C;
}
#search_number {
	margin: 15px 0;
	color: #FFF;
}
.search_sort_bar {
	float: right;
	margin: 5px;
	color: #6B0E0C;
}
#down_arrow {
	float: left;
}
#sort_by {
	float: left;
}
.paging {
	color: #262626;
	float: right;
	margin-left: 15px;
	font-size: 16px;
	line-height: 22px;
}
.paging img {
	float: left;
}
.paging span {
	float: left;
	margin-right: 6px;
}
.paging_items {
	float: left;
	margin: 0 5px;
}
.paging_items a {
	text-decoration: none;
}
.paging_atual {
	width: 22px;
	height: 22px;
	background: #888;
	color: #FFF;
	float: left;
	text-align: center;
}
.paging_atual a {
	text-decoration: none;
	color: #FFF;
}
#search_options {
	color:#FFF;
	font-size:15px;
	font-weight: bold; 
	padding-top:2px;
}
#restart_search {
	float: right;
	margin-top: -60px;
}
#restart_search a {
	text-decoration: none;
	color: #FFF;
}
#internal_menu_title {
	color:#6B0E0C;
	padding-bottom:10px;
}
.li02_search {
	height: 200px;
	overflow-y: auto;
}
.result_search {
	float: left;
}
.result_search .result_search_info:hover {
	background-image: url(../img/external/background/stripes.gif);
}
.result_search table {
	width: 100%;
}
.result_search_info td {
	padding: 5px;
}
.result_search_img {
	width: 150px;
}
.result_search_img img {
	width: 150px;
	height: 112px;
}
.result_search_neighborhood {
	font-size: 14px;
	color: #6B0E0C;
}
.result_search_city {
	font-size: 14px;
	color: #333;
}
.result_search_description {
	margin: 10px 0;
	text-align: justify;
	font-size: 12px;
}
.result_search_details {
	font-size: 11px;
	margin: 5px 0;
	padding: 0 20px;
}
.result_search_amount, .result_search_amount:hover {
	color: #6B0E0C;
	width: 110px;
	text-align: right;
}
.search_favorites_submit {
	background: transparent;
	border: 0;
	color: #6B0E0C;
}

/* Resultado da Busca - Detalhe */
#detail_photos {
	float: left;
	width: auto;
}
#return {
	color: #6B0E0C;
}
.photo_big {
	width: 410px;
}
.photo_big img {
	width: 400px;
	height: 300px;
	margin: 4px;
	border: 1px solid #E6E6E6;
}
.photo_small {
	width: 410px;
}
.photo_small img {
	float: left;
	width: 92px;
	height: 69px;
	margin: 4px;
	border: 1px solid #E6E6E6;
}
.photo_small img:hover {
	border: 1px solid #4D0E0C;
}
#detail_info {
	float: left;
	padding-top: 5px;
	padding-left: 20px;
	width: 490px;
	color: #262626;
}
#property_for_sale {
	float: left;
	color: #6B0E0C;
	font-weight: bold;
	font-size: 14px;
}
#v_bar4 {
	height: 21px;
	width: 1px;
	background-color: #DDD;
	float: left;
	margin: -2px 3px 0;
}
#detail_cod_property {
	color: #262626;
	padding: 3px;
	background-image: url(../img/external/background/stripes.gif);
}
#location_property {
	color: #6B0E0C;
	margin-top: 20px;
	font-weight: bold;
}
#amount_property {
	color: #6B0E0C;
	font-size: 14px;
	font-weight: bold;
}
.detail_info_table {
	margin: 0;
	margin-top: 20px;
	width: 100%;
	list-style: none;
	padding: 0;
}
.detail_info_table li {
	background-image: url(../img/external/background/stripes.gif);
	width: 29%;
	margin: 5px 2% 0 0;
	float: left;
	padding: 4px;
	line-height: 22px;
	height: 22px;
}
#detail_featured li {
	width: 46%;
	margin: 5px 2% 0 0;
	float: left;
	padding: 4px;
}
#detail_featured #garage {
	margin: 5px 2% 0 0;
	width: 96%;
}
.options_bar {
	list-style: none;
	padding: 0;
	float: left;
	clear: both;
	margin: 0;
}
.options_bar li {
	float: left;
	margin-top: 15px;
	margin-right: 30px;
	color: #6B0E0C;
}
.options_bar li a {
	color: #6B0E0C;
}
#info_mouse_over {
	margin: 5px;
	color: #666;
	font-size: 11px;
	width: 300px;
	float: left;
	clear: both;
}
.search_result_item {
	float: left;
	width: 300px;
	padding: 5px 0;
}
.img_search_result_item {
	float: left;
	width: 145px;
}
.img_search_result_item img {
	width: 125px;
	height: 90px;
}
.text_search_result_item {
	color: #CCC;
	float: left;
	width: 155px;
}
#a3 {
	color: #FFF;
	text-transform: uppercase;
}
.text_search_result_item .a1 {
	color: #FFF;
	font-size: 11px;
	text-transform: uppercase;
}
.text_search_result_item .a2 {
	color: #CCC;
	margin-top: 12px;
}

/* Venda seu Imóvel */
#sell {
	width: 100%;
	background-color: #E6E6E6;
}
#sell_top  {
	margin-top: 10px;
}
#sell_top h2 {
	margin: 0;
	float: left;
}
#sell_submit {
	float: right;
	margin: 15px 0;
}
#sell input.fields_input {
	width: 307px;
	float: right;
}
#sell textarea.fields_input {
	width: 290px;
	float: right;
}
#sell .fields table td {
	padding: 5px;
}
#sell #city {
	background: #FFF;
	margin: 0;
	font-size: 15px;
}
#sell .padding_default {
	padding-bottom: 0;
	padding-top: 0;
	padding: 10px 20px;
}
#sell .padding_in {
	padding-bottom: 0;
	padding-top: 0;
}
.sell_info_title {
	height: 20px;
	width: 100%;
	background-image: url(../img/external/background/stripes.gif);
	font-size: 15px;
	font-weight: bold;
	padding: 5px;
	margin: 10px 0;
	text-align: left;
}
#sell_answer {
	text-align: center;
	width: 500px;
	height: 350px;
	float: left;
}
#sell_answer p {
	margin-top: 50px;
	line-height: 200%;
}

/* Serviços */
#services {
	width: 100%;
	min-height: 450px;
	background-color: #E6E6E6;
}
#services_top {
	margin-top: 10px;
}
#services_top h2 {
	margin: 0;
	float: left;
}
#internal_menu {
	float: left;
	width: 230px;
	margin-top: 15px;
	padding: 20px 15px;
	background-color: #D9D9D9;
	list-style-type: none;
}
#internal_menu a {
	text-decoration: none;
	color: #000;
}
#internal_menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#internal_menu ul li {
	padding: 0;
	margin: 0;
	line-height: 35px;
	clear: both;
}
#services #internal_menu ul li ul {
	list-style: disc inside;
	color: #6B0E0C;
	padding-left: 10px;
	margin: 0;
}
#internal_menu ul li ul li a {
	padding: 0;
	margin: 0;
	color: #6B0E0C;
	line-height: 25px;
}
.minus_plus {
	margin: 0;
	padding: 0;
	float: left;
}
#services_title {
	height: 20px;
	width: 100%;
	background-image: url(../img/external/background/stripes.gif);
	font-size: 15px;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 10px;
}
#services .padding_in {
	float: none;
}
#services_content {
	float: left;
	width: 70%;
	margin: 15px 0 20px 20px;
	padding-bottom: 10px;
}
.column {
	padding: 10px;
}
.column ul {
	list-style: none;
	padding: 0;
	margin: 0 0 10px;
	width: 50%;
	float: left;
	line-height: 150%;
	height: 82px;
}
.column ul li {
	width: 80%;
	float: none;
	margin: auto;
}
.column h4 {
	color: #6B0E0C;
	font-weight: bold;
	font-size: 14px;
	margin: 5px 0;
	padding: 0;
}
.media_link {
	list-style: square inside;
	color: #6B0E0C;
}
.alone {
	width: 600px;
}
.alone ul, .alone table {
	width: 100%;
}
.alone th {
	background-color: #6B0E0C;
	color: #FFF;
	padding: 3px 10px;
	font-size: 13px;
}
.alone td {
	padding: 3px 10px;
	text-align: center;
}
.alone table {
	padding: 0;
	margin: 0;
	border: 1px solid #D9D9D9;
}

/* Quem Somos */
#about_us {
	width: 100%;
	background-color: #E6E6E6;
}
#about_us_top {
	margin-top: 10px;
}
#about_us_top h2 {
	margin: 0;
	float: left;
}
#about_us_menu {
	font-weight: bold;
}
#about_us_content {
	float: left;
	width: 78%;
	margin-left: 20px;
	margin-top: 15px;
}
#about_us_title {
	height: 20px;
	width: 100%;
	background-image: url(../img/external/background/stripes.gif);
	font-size: 15px;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 10px;
}
#about_us_text {
	width: 73%;
	float: left;
	padding: 1% 1% 100px 1%;
}
#about_us_text p {
	line-height: 150%;
}
#about_us_img, #contact_img {
	float: left;
}
#about_us_list {
	list-style: none;
	line-height: 160%;
}
#about_us #internal_menu {
	width: 150px;
}

/* Trabalhe conosco */
#curriculum {
	width: 100%;
	background-color: #E6E6E6;
	padding-top: 15px;
}
#curriculum_top  {
	margin-top: 10px;
}
.curriculum_top_text {
	color: #666;
	margin-top: 10px;
	line-height: 150%;
}
#curriculum_top h2 {
	margin: 0;
	float: left;
}
#curriculum_submit {
	float: right;
	margin: 15px 0;
}
#curriculum .fields{
	width: 400px;
	float: left;
}
#curriculum .fields table {
	width: 100%;
}
#curriculum .fields table td {
	padding: 5px;
}
#curriculum .padding_default {
	padding-bottom: 0;
	padding-top: 0;
}
#curriculum .padding_in {
	padding-bottom: 0;
	padding-top: 0;
}
#curriculum_info {
	float: right;
	width: 410px;
	padding: 10px 70px 120px 20px;
}
#curriculum_personal_data, #curriculum_professional_data {
	float: left;
	padding: 10px 20px;
	width: 410px;
}
#curriculum_personal_data input.fields_input {
	width: 307px;
	float: right;
}
#curriculum_professional_data .fields_input {
	width: 260px;
	float: right;
}
.curriculum_info_title {
	height: 20px;
	width: 100%;
	background-image: url(../img/external/background/stripes.gif);
	font-size: 15px;
	font-weight: bold;
	padding: 5px;
	margin: 10px 0;
	text-align: left;
}
#curriculum_answer {
	text-align: center;
}
#curriculum_answer p {
	margin-top: 50px;
	line-height: 200%;
}

/* Contato */
#contact {
	width: 100%;
	background-color: #E6E6E6;
}
#contact_top  {
	margin-top: 10px;
}
#contact_top h2 {
	margin: 0;
	float: left;
}
#contact_submit {
	float: right;
	margin: 15px 0;
}
#contact_form {
	float: left;
	padding: 10px 20px;
	width: 410px;
}
#contact_info {
	float: right;
	padding: 10px 20px;
	padding-right: 70px;
	width: 410px;
}
.contact_info_title {
	height: 20px;
	background-image: url(../img/external/background/stripes.gif);
	font-size: 15px;
	font-weight: bold;
	padding: 5px;
	margin: 10px 0;
	text-align: left;
}
#contact_text {
	float: left;
}
#contact .fields table {
	width: 374px;
}
#contact .fields table td{
	padding: 5px;
}
#contact .fields .fields_input {
	width: 281px;
}
#contact_answer {
	text-align: center;
}
#contact_answer p {
	margin-top: 50px;
	line-height: 200%;
}

/* Footer */
#footer {
	width: 100%;
	height: 50px;
	background-color: #4D4D4D;
	color: #B2B2B2;
	float: left;
	clear: both;
}
#footer ul {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
}
#footer a {
	text-decoration: none;
	color: #B2B2B2;
}
#footer_left {
	float: left;
	font-size: 10px;
	margin-top: 5px;
}
#footer_left h4 {
	margin: 0;
	font-size: 9px;
	font-weight: normal;
	float: left;
}
#padlock {
	float: left;
}
#footer_left li {
	float: left;
	margin-left: 5px;
}
#footer_right {
	float: right;
	font-size: 12px;
	margin-top: 3px;
	color: #FFF;
}
/* Error */
.error {
	background-color: #6B0E0C;
	color: #FFF;
	font-size: 14px;
	padding: 10px 20px;
	width: 80%;
	margin: 10px auto;
	text-align: center;
}
.error p {
	margin: 0;
	padding: 0;
}
#reason {
	width: 350px;
	margin: 20px auto;
}
#reason ul {
	float: left;
}
#reason a {
	font-size: 16px;
	margin-top: 30px;
	color: #6B0E0C;
	font-weight: bold;
	float: left;
}

/* Alpha PNG support for IE6
------------------------------ 
\*/  
* html img/**/ {  

filter:expression(
this.alphaxLoaded ? "" :
(
this.src.substr(this.src.length-4)==".png"
?
(
(!this.complete)
? "" :
this.runtimeStyle.filter=
("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+
(this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+
String(this.alphaxLoaded=true).substr(0,0)+
(this.src="lib/img/external/others/blank.gif").substr(0,0)
)
:
this.runtimeStyle.filter=""
)  
);  
}
/* Hacks IE6 PNG Alpha background */
.magnifying_glass {
	_background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='lib/img/external/icons/magnifying_glass.png');
}
.target {
	_background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='lib/img/external/icons/target.png');
}