@charset "utf-8";
/* CSS Document */

/* html5 */
header,footer,section{ display:block; }

/* Default */
h1,ul{ margin:0; padding:0; }
ul{ list-style:none; }
/*img{ border:none; }
*/
body{
  margin:0;
  padding:0;
  text-align:center;
  color:#FFF;
  font-family:Tahoma, Geneva, sans-serif;
  font-size:x-small;
  letter-spacing:0px;
}

<!--h1{
  padding:32px 0 0 0;
  font-size:20px;
  font-weight:normal;
  text-align:center;
  text-shadow:1px 1px #eee;
}
-->
/*header{
  height:90px;
  background:#e7e7e7;
  background: -moz-linear-gradient(0% 100% 90deg, #d4d4d4, #e7e7e7);
  background: -webkit-gradient(linear, 0% 100%, 0% 0%, from(#d4d4d4), to(#e7e7e7));
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  border-radius:4px;
  -moz-box-shadow:0 0 5px #acacac;
  -webkit-box-shadow:0 0 5px #acacac;
  box-shadow:0 0 5px #acacac;
}
*/
/*#pagewrap{
  margin:10px auto 0 auto;
  width:950px;
  text-align:left;
}
*/
#filter{
	float:left;
	display:inline;
	width: 954px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 28px;
	margin-right: 28px;
}

#filter li{
  float:left;
  display:inline;
  margin:0 4px 0 0;
  padding:5px 20px;
  background:white;
  border:1px solid white;
  box-shadow: 0 0 4px #cfcfcf inset;

}

#filter li:hover{
  cursor:pointer;
  background:#e7e7e7;
  border:1px solid #ccc;
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
  border-radius:2px;
  -moz-box-shadow: inset 0 0 4px #cfcfcf;
  -webkit-box-shadow: inset 0 0 4px #cfcfcf;
  box-shadow: 0 0 4px #cfcfcf inset;
}

#filter .active,
#filter .active:hover{
  cursor:default;
  background:#e7e7e7;
  border:1px solid #ccc;
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
  border-radius:2px;
  -moz-box-shadow: inset 0 0 4px #cfcfcf;
  -webkit-box-shadow: inset 0 0 4px #cfcfcf;
  box-shadow: 0 0 4px #cfcfcf inset;
}

#filter li a,
#filter li a:hover,
#filter li:hover a,
#filter li:hover a:hover{
  color:black;
  text-decoration:none;
}
