@import url(global.css);


#navegacao li.consumo {
	background: transparent url(../imgs/menuSeta.gif) no-repeat 8px 11px;
}

#conteudo {
	height: 900px;
}
#conteudo #breadcrumb h2 {
	background-image: url(../imgs/cabSetorConsumo.gif);
}



#lojas, #oficina, #ubs, #tecnico {
	font-size: 11px;
	padding-bottom: 38px;
}

#lojas:after, #oficina:after, #ubs:after, #tecnico:after {
	content: '.';
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	overflow:hidden;
}

#lojas p, #lojas ul,
#oficina p, #oficina ul,
#ubs p, #ubs ul,
#tecnico p, #tecnico ul {
	padding: 6px 5px;
	width: 223px;
}

#lojas h3, #oficina h3, #ubs h3, #tecnico h3 {
	background: transparent url(../imgs/cabsSetor.gif) no-repeat;
	height: 27px;
	overflow: hidden;
	text-indent: -5000px;
	width: 235px;
}

#oficina h3 { background-position: 0 -27px; }
#ubs h3 { background-position: -235px 0; }
#tecnico h3 { background-position: -235px -27px; }




#conteudo div.coluna1, #conteudo div.coluna2 {
	float: left;
	width: 235px;
}

#conteudo div.coluna1 {
	padding-right: 18px;
	_padding-right: 9px;
}



#lojas ul, #ubs ul {
	margin-left: -14px;
	_margin-left: -28px;
	padding-top: 10px;
	width: 249px;
	_width: 263px;
}

#lojas ul li, #ubs ul li {
	float: left;
	margin: 0 0 11px 13px;
	width: 65px;
}

#lojas ul li a, #ubs ul li a {
	display: block;
	border: 3px solid #00200E;
	overflow: hidden;
	width: 59px;
}

#lojas ul li a:hover, #ubs ul li a:hover { border-color: #FFFEE1; }


#oficina { clear: both; }
