/* TODO: LIMPAR */

/*** ESSENTIAL STYLES ***/
.sf-sitemap{
	margin: 20px auto;
	margin-bottom:1em;
	color:#75d0bc;
}

.sf-sitemap, .sf-sitemap * {list-style:	none; margin-left: 0px;	}

.sf-sitemap ul {}
.sf-sitemap li, .sf-sitemap li dl * {}

.sf-sitemap a {
   text-align:left;
   display: block;
	color:#75b0dc;
}

.sf-sitemap a:hover {
	color: #0066cc;
}

.sf-sitemap > li {
  display:-moz-inline-stack; /* FF2 fix coz it does not support inline-block */
  display:inline-block; /* supported by FF3+ and IE8+ */
  vertical-align:top;
}

.sf-sitemap li {
	margin-right:15px; /* deveria ser mais, mas no ie 8 n cabe */
}

.sf-sitemap li.menuContactos{
	margin-right:0px;
}

.sf-sitemap li.menu0 > div.sf-menu-title > a:hover{
	color:#75b0dc;
}

.sf-sitemap li.menuEmpresa ul li div.sf-menu-title a,
.sf-sitemap li.menuSolucoes ul li div.sf-menu-title a{
   color:#75b0dc;
	text-shadow: #000000 1px 1px 1px; 
	font-size:12px;
	margin-left: 0px;
	height: 15px;
	width: 130px;
}


.sf-sitemap > li > .sf-menu-title{ 
	padding-bottom:8px;
}

.sf-sitemap > li > .sf-menu-title a{
	font-size : 14px;
	text-shadow: 1px 1px 1px #000;
}

.sf-sitemap li:last-child {margin-right:0px;}
.sf-sitemap li a{
}

/* match top ul list item height */
.sf-sitemap li ul {
   position: relative;
}

.sf-sitemap li ul li {
  font-size: 13px;
  font-weight:normal;
  padding-bottom:5px;
  text-transform: none;
}

.sf-sitemap li  ul li a{font-weight:normal;}
.sf-sitemap li ul li.sf-menu-breakcolumn {padding-bottom:15px;}
.sf-sitemap li ul li dl dd{padding-bottom:2px;}

.sf-sitemap li ul li dl dt{
  display:-moz-inline-stack; /* FF2 fix coz it does not support inline-block */
  display:inline-block; /* supported by FF3+ and IE8+ */ 
  vertical-align:top;
  text-align:left;
  font-weight:normal;
  text-transform:uppercase;
}

.sf-sitemap a {text-decoration:none;}

.sf-sitemap li[itemType="rightColumn"]{display:none;}

.sf-sitemap .sf-menu-subtitle{
	font-family: 'Abel', sans-serif;
	font-size:18px;
	color:#75b0dc;
}

.sf-sitemap .sf-menu-title{color:#75b0dc;}

.sf-sitemap li.rightColumn{display:none;}


#footerSiteMap{
	/*display:inline-block;
	vertical-align: top;*/
}

#footerContacts{
	display:inline-block;
	vertical-align: top;
	margin-left: 40px;
	text-shadow: #000 1px 1px 1px;
}

#footerContacts div.title{
	background-color: transparent;
	color: #878787;
	display: block;
	font-family: 'Abel', sans-serif;
	font-size: 18px;
	font-weight: bold;
	height: 21px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 20px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 8px;
	text-align: left;
	text-decoration: none;
	text-transform: lowercase;
}

#footerContacts div.title a{
	color: #878787;
}

#footerContacts div.infoBloc{
	display: inline-block;
	padding-right: 30px;
}

#footerContacts div.infoBloc dl dt{
	font-weight: bold;
	padding-bottom: 5px;
}
