  /*HOME
*****************************************************************************************/
  
  		#sobre_nos {
			background:url(../images/home/linha.gif) repeat-x bottom;
			height:150px;
		}
		
		#sobre_nos h2 {
			background:url(../images/home/sobre_nos.gif) no-repeat;
			width:114px;
			height:27px;
			position:relative;
			margin-bottom:10px;
		}
		
		#sobre_nos img {
			float:left;
		}
		
		#sobre_nos p {
			left:10px;
			font-size:12px;
		}
		
		#sobre_nos button {
			background:url(../images/home/saiba_mais.gif) no-repeat;
			border:0;
			width:94px;
			height:27px;
			display:block;
			top:25px;
			left:10px;
		}

/*REPRESENTANTES
*****************************************************************************************/		
		
		#representantes {
			background:url(../images/home/back_represen.gif) no-repeat;
			width:250px;
			height:300px;
			top:30px;
			float:left;
			padding-bottom:135px;
		}
		
		
		#representantes h2 {
			background:url(../images/home/representantes.gif) no-repeat;
			width:170px;
			height:35px;
			position:relative;
			margin-bottom:10px;
		}
		
		#representantes p {
			font-size:12px;
		}
		
		#representantes button {
			background:url(../images/home/saiba_mais.gif) no-repeat;
			border:0;
			width:94px;
			height:27px;
			display:block;
			top:100px;
			left:10px;
		}
		
/*NOVIDADES
*****************************************************************************************/		
		#novidades {
			width:250px;
			top:30px;
			float:left;
			left:35px;
		}
		
		
		#novidades h2 {
			background:url(../images/home/novidades.gif) no-repeat;
			width:170px;
			height:35px;
			position:relative;
			margin-bottom:10px;
		}
		
		#novidades dd {
			color:#731919;
			margin-bottom:10px;
		}
		
		#novidades img {
			margin-bottom:10px;
		}
		
		#novidades button {
			background:url(../images/home/leia_mais.gif) no-repeat;
			border:0;
			width:94px;
			height:27px;
			display:block;
			top:25px;
		
		}
		
