@charset "utf-8";

a {
	color: #0088cc;
  	text-decoration: none;
}

a:hover {
  	color: #005580;
 	text-decoration: none;
}

h1 {
	font: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
}

.catalog {
	background-color: #000000;
}

.cat-item > a, 
.cat-item > a:hover{
	list-style: none;
	font-weight: bold;
	color: #FFF;
	cursor: pointer;
}

.cat-item-active > a, 
.cat-item-active > a:hover {
	list-style: none;
	font-weight: bold;
	color:#666;
	cursor: pointer;
}

.banner {
}

.footer {
	font: Arial, Helvetica, sans-serif;
}



