#filter {
	display: block;
	height: 39px;
	position: relative;
	text-align:center;
	float: left;
}

#filter:before, #filter:after {
	height: 43px;
	position: absolute;
	top: 0;
	content: '';
}
#filter a{
	color: #000;
	display: inline-block;
	height: 39px;
	line-height: 37px;
	padding: 0 15px;
	text-shadow:1px 1px 1px #fff;
	background-color:#f0f0f0;
	border: 1px solid #c2c2c2;
	border-radius:5px;
	margin-right:10px;
}

#filter a:hover{
	text-decoration:none;
}

#filter a.active{
	
	background-color:#900;
	color:#FFF;
	text-shadow:none;
	border: 1px solid #5a0000;
}


/*----------------------------
	Content area
-----------------------------*/


#container{
	display:block;
	overflow:hidden;
	width: 100%;
	float: left;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#container li{
	float: left;
	height: 150px;
	list-style: none outside none;
	margin: 6px;
	position: relative;
	width: 208px;
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom:15px;
	border: 1px solid #666;
	padding:4px;
}
#container li:hover{
	box-shadow: 0 0 5px #9d9d9d;
}

#container ul{
	overflow:hidden;
	padding:0px;
}

#container ul.hidden{
	display:none;
}


/*----------------------------
	The Footer
-----------------------------*/
