@charset "utf-8";
/* CSS Document */

/*************************** 
  Disposição do layout 
 ***************************/

#topo-home {
	position: relative;
	top: 10px;
	left: 356px;
	width: 255px;
	height: 120px;
}

#topo-home span {
	display: none;
	visibility: hidden;
}

#topo-home a {
	display: block;
	width: 255px;
	height: 120px;
	background: transparent url(http://www.nossavitrine.com.br/portal/imagens/topo_brilho.jpg) no-repeat 0 0;
}

#topo-home a:hover {
	background-position: -320px 0;
}


/*************************** 
  Listas 
 ***************************/

dt a {
	margin: 0;
	padding: 0 0 0 15px;
}

li {
	color: #555;
}

.style17 {
	color: #666666;
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial, Helvetica;
}