@charset "utf-8";
/* CSS Document */

html {
	height:100%;
	overflow:auto;
	}
	
body {
	margin:15px 0;
	padding:0;
	font:normal 11px Arial, Helvetica, sans-serif;
	background:#f1f1f1 url(../images/bg_body.jpg) repeat center top;
	text-align:center;
	color:#333;
	}
	
h1,h2,h3,p,ul,img,form {
	margin:0;
	padding:0;
	border:0;
	}
	
a {
	text-decoration:none;
	color:#333;
	}
	
h2 {
	font-size:1.3em;
	cursor:default;
	}
	
ul {
	list-style:none;
	}
	
p {
	text-align:justify;
	padding:5px 0 10px 0;
	}
	
/*
INDEX PAGE
*/

#header {
	margin:0 auto;
	width:935px;
	text-align:left;
	}
	
#header h1 span {
	display:none;
	}
	
#header h1 {
	width:151px;
	height:69px;
	display:block;
	background:url(../images/logoEuroAmerica.png) no-repeat;
	}
	
#headerLog {
	position:relative;
	top:-70px;
	width:620px;
	height:70px;
	float:right;
	}
	
#flags {
	position:absolute;
	left:50%;
	top:0;
	margin:0 0 0 250px;
	z-index:5000;
	}
#firstFlag {
	padding:0 5px 0 0;
	margin:0 3px 0 0;
	border-right:1px solid #9b8a5e;
	}
	
#headBanner {
	width:220px;
	float:left;
	}
	
#headLogin 
{
	width:375px;
	float:right;
	color:#9b8a5e;
}
	
#loginInterno 
{
	color:#9b8a5e;
}
	
#headLogin .textbox, #loginInterno .textbox 
{
	background:url(../images/bg_textfield.png) no-repeat left 1px;
	border:0;
	width:145px;
	height:24px;
	color:#9b8a5e;
	padding:5px 10px 0 5px;
	margin:5px 0 5px -5px;
	font-size:11px;
}
	
#headLogin .sendOK, #loginInterno .sendOK 
{
	background:url(../images/bg_sendOK.png) no-repeat;
	width:48px;
	height:24px;
	border:0;
	cursor:pointer;
	padding:1px 0 0 0;
}
	
#headLogin .sendOK
{
	position:absolute;
	left:50%;
	margin:0 0 0 250px;
	top:22px;
}
	
#headLogin label a, #loginInterno label a 
{
	color:#9b8a5e;
	text-decoration:underline;
}
	
#menu 
{
	height:39px;
	width:620px;
	position:absolute;
	top:110px;
	left:50%;
	margin-left:-152px;
}
	
#menu ul li span {
	display:none;
	}
	
#menu ul {
	display:block;
		width:620px;
	}
	
#menu ul li {
	height:39px;
	float:left;
	}
	
#menu ul li a:hover {
	background-position:left -40px;
	}
	
/*
MENU ITENS 
*/
	
#mconheca, #mempreend, #mcliente, #mvendas, #mexterior, #mcontato {
	height:39px;
	display:block;
	}
	
#mconheca {
	background:url(../images/menu_conheca.gif) no-repeat;
	width:129px;
	}
#mempreend {
	background:url(../images/menu_empreendimentos.gif) no-repeat;
	width:104px;
	}
#mcliente {
	background:url(../images/menu_cliente.gif) no-repeat;
	width:99px;
	}
#mvendas {
	background:url(../images/menu_vendas.gif) no-repeat;
	width:101px;
	}
#mexterior {
	background:url(../images/menu_exterior.gif) no-repeat;
	width:124px;
	}
#mcontato {
	background:url(../images/menu_contato.gif) no-repeat;
	width:63px;
	}
	
/*
Conteudo e Banners Home
*/

#hBanners {
	margin-top:-40px;
	height:295px;
	clear:both;
	}
	
#content {
	clear:both;
	padding:15px 0;
	margin:0 auto;
	width:935px;
	text-align:left;
	}
	
#endContent {
	clear:both;
}
	
/*
Rodape
*/

#rodape {
	margin:0 auto;
	width:935px;
	text-align:left;
	border-top:1px solid #bdb193;
	height:150px;
	padding:20px 0 0 0;
	clear:both;
	}
	
#rodape ul {
	margin:0 0 15px 0;
	}
	
#rodape a, #rodape li {
	color:#a48c52;
	line-height:130%;
	}
	
#rodapeLogo {
	width:500px;
	float:left;
	}
	
.linkRodape {
	color:#a48c52;
	font-weight:bold;
	text-transform:uppercase;
	}
	
#linksLeft, #linksRight {
	text-align:right;
	}
	
#linksLeft {
	width:150px;
	float:left;
	}
	
#linksRight {
	width:180px;
	float:right;
	}
