/*SOBRE NÓS
*****************************************************************************************/
		#conteudo h2 {
			background:url(../images/sobre_nos/sobre_nos.gif) no-repeat;
			width:509px;
			height:47px;
			position:relative;
			margin-bottom:10px;
		}
		
		#empresa {
			width:290px;
			float:left;
		}
		
		#empresa p {
			width:275px;
			top:10px;
			margin-bottom:10px;
			text-align:justify;
		}
		
		#empresa img {
			margin-bottom:4px;
		}

/*PRINCIPAIS CLIENTES
*****************************************************************************************/
		
		#principais_clientes {
			width:250px;
			float:right;
		}
		
		#principais_clientes h2 {
			background:url(../images/sobre_nos/clientes.gif) no-repeat;
			width:218px;
			height:35px;
			position:relative;
			margin-bottom:10px;
		}
		
		#principais_clientes li {
			background:url(../images/sobre_nos/bullet.gif) no-repeat;
			padding:0px 0 10px 0;
		}
		
		#principais_clientes li a {
			padding:0px 0 0px 12px;
			color:#666666;
		}
		
		#principais_clientes li a:hover {
			text-decoration:underline;
		}	

/*NOSSA ESPECIALIDADE
*****************************************************************************************/
			
		#especialidade {
			width:280px;
			height:150px;
			top:30px;
			float:left;
		}
		
		#especialidade h2 {
			background:url(../images/sobre_nos/especialidade.gif) no-repeat;
			width:200px;
			height:25px;
			position:relative;
		}
		
		#slogan {
			background:url(../images/sobre_nos/slogan.gif) no-repeat;
			width:491px;
			height:100px;
			top:10px;
		}
