/* CSS Document */
html {
	  height:100%;
	  }
	  
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	height:100%;
	z-index:1;
}

#grade {
	position: relative;
	z-index:2;
	margin-left:2px;
	margin-top:5px;
	width: 100%;
	float:left;
}
#top {
	position: relative;
	width:796px;
	z-index:4;
	margin-left:2px;
	margin-top:5px;
	float:left;
}
#pesquisa {
	position: relative;
	width:796px;
	height:119px;
	z-index:3;
	margin-left:2px;
	top:10px;
	float:left;
	background-image: url(http://www.carroecia.com.br/imagens/bg_pesquisa_internas.png);
	background-repeat:no-repeat;
}

#grade-corpo {
	position:relative;
	z-index:9;
	float:left;
	top: 20px;
	width: 796px;
}

#corpo_pt1 {
	position:relative;
	width:160px;
	height:645px;
	z-index:5;
	float:left;
}
#corpo-pt2 {
    position: relative;
	width:626px;
	z-index:7;
	float:left;
	left:10px;
}

#bottom {
	position:relative;
	width:796px;
	height:47px;
	z-index:10;
	top: 40px;
	float:left;
	background-image:url(http://www.carroecia.com.br/imagens/bottom_09.gif);
	background-repeat:no-repeat;
	float:left;
}

#texto {
	position:relative;
	width:626px;
	z-index:2;
	top: 10px;
	float:left;
	background-color: #E5E5E5;
}

#texto-rep {
	position:relative;
	width:626px;
	z-index:2;
	top: 10px;
	float:left;
	background-color:#FFFFFF;
}

#top-curva {
	position:relative;
	width:626px;
	height:20px;
	z-index:1;
	left: 0px;
	top: 10px;
	background-image: url(http://www.carroecia.com.br/imagens/bg-top-int.png);
	float:left;
}
#bottom-curva {
	position:relative;
	width:626px;
	z-index:2;
	left: 0px;
	float:left;
	background-image: url(http://www.carroecia.com.br/imagens/bg-bottom-int.png);
	top: 10px;
	height: 20px;
}

#title-header {
	position:relative;
	width:73px;
	height:17px;
	z-index:1;
	left: 0px;
	top: 3px;
	float:left;
}
#sub-header {
	position:relative;
	width:543px;
	height:17px;
	z-index:2;
	left: 10px;
	top: 3px;
	float:left;
}

#linha-conteudo {
	position:relative;
	width:606px;
	z-index:1;
	left: 0px;
	top: 0px;
	padding:4px;
}

#linha-rep {
	position:relative;
	width:606px;
	z-index:1;
	left: 0px;
	top: 0px;
	padding:4px;
}

