/* Estrutura básica*/
@import url(destaque02.css);
@import url(search-advanced.css);
@import url(nav-menu.css);
@import url(featured-venda.css);
@import url(featured-locacao.css);
@import url(menu-esquerdo.css);
@import url(rodape.css);


body {
	margin:0;
	padding:0;
	outline:none;
	text-decoration:none;
	background-color:#F4F4F4;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.75em;
	background-image: url(../slices/fundo.jpg);
}
#Page {
	width:778px;
	margin:auto;
	background-color:#ffffff;
	display:table;
}

/*
	Coluna LEFT
	
*/

#Column-Left {
	width:778px;
	float:left;
}

#Header {
	background-image:url(../slices/bg-Top.jpg);
	background-repeat:repeat-x;
	display:table;
}

#Content-Nav{
	width:370px;
	float: left;
	
}
#Header #Content-Header {

	width:778px;
}
#Header #Content-Header #Logotype{
	float:left;
 	width:232px;
		
	
}
#Header #Content-Header #Logotype a {
	background-image:url(../slices/img-Logo.jpg);
	background-repeat:no-repeat;
	width:219px;
	height:71px;
display:block;
	text-indent:-9999px;
	margin-left:9px;

}

/* 
    atendimento on-line
*/

#Atendimento-Online{
	float:right;
	margin-right:5px;
	display:table;
}
#Flash-Apresentacao{
	
	margin-top:-30px;
}

#Content-Main{
	clear:both;
}

#Main-Nav-left{
	width:135px;
	float:left;

	
	
}

#Sub-Content{
	width:640px;
	float:right;
		
}
