.header_base {
	margin: 0px auto;
	overflow: hidden;
	width: 62.5em;
	height: 6.5em;
	position: relative;
	background-color: #FFF;
}

.logo_container, .right_content_container {
    float: left;
	width: 11.5em;
    height: 100%;
}

.right_content_container {
    float: left;
    width: 6.5em;
    height: 100%;
}

.logo {
    float: left;
    width: 11.5em;
    height: 100%;
}

.menu_container {
    float: left;
    width: 32em;
	height: 100%;
}

.loteamento_container {
    float: left;
    width: 12.5em;
  height: 5.5em;
  background-image: url(/static/enow_media/img/site/menu_line.png);
    background-repeat: repeat-x;
    background-position: left bottom;
}

.estate_request {
    float: left;
	width: 6.5em;
	height: 5.5em;
    background-image: url(/static/enow_media/img/site/menu_line.png);
    background-repeat: repeat-x;
    background-position: left bottom;
}

.estate_request img {
    border: none;
    float: right;
    margin-right: 0.5em;
}

.pt_lang_submit_button {
	width: 1.75em;
	height: 1.25em;
	border: 0em;
	background-image: url(/static/enow_media/img/site/flag_pt.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
}

.en_lang_submit_button {
	width: 1.75em;
	height: 1.25em;
	border: 0em;
	background-image: url(/static/enow_media/img/site/flag_en.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
}

.main_menu {
	margin: 0px auto;
    margin-left: 0.5em;
	height: 1.5em;
	text-align: center;
    padding-bottom: 1em;
    padding-top: 3em;
    background-image: url(/static/enow_media/img/site/menu_line.png);
    background-repeat: repeat-x;
    background-position: left bottom;
}

.main_menu_item {
    margin-left: 2em;
    height: 2.45em;
    float: left;
    background-image: url(/static/enow_media/img/site/menu_item_bg.png);
    background-position: bottom center;
    background-repeat: no-repeat;
}

.highlighted_main_menu_item {
    margin-left: 2em;
    height: 2.45em;
    float: left;
    background-image: url(/static/enow_media/img/site/menu_item_bg_selected.png);
    background-position: bottom center;
    background-repeat: no-repeat;
}

.rss_link, .pt_lang_option, .en_lang_option{
    float: right;
    margin-left: 1.25em;
    margin-top: 0em; 
}

.rss_link img, .rss_link a, .rss_link a:hover {
    border: 0em;
    text-decoration:none;
}

.content {
	clear: both;
	margin: 0px auto;
	overflow: hidden;
	width: 62.5em;
	position: relative;
}

.left_content {
	width: 11.5em;
	float: left;
}

.centre_content {
	width: 50.5em;
    margin-left: 0.5em;
	float: left;
}

.bottom_content {
	width: 62.5em;
	clear: both;
}

.footer {
	margin: 0px auto;
    margin-bottom: 1em;
	overflow: hidden;
	width: 62.5em;
    text-align: right;
}


