/*-------------------------
	Simple reset
--------------------------*/


*{
	margin:0;
	padding:0;
}


/*-------------------------
	General Styles
--------------------------*/



body{
	color:#000;
	min-height: 930px;
}

a, a:visited {
	text-decoration:none;
	outline:none;
	color:#54a6de;
}

a:hover{
	text-decoration:underline;
}


/*----------------------------
	Headers & Footers
-----------------------------*/


h1{
	background:url('../img/logo.png') no-repeat center center;
	height: 80px;
	margin: 75px auto;
	overflow: hidden;
	text-align: center;
	text-indent: -99999px;
}



/*----------------------------
	Green filter bar
-----------------------------*/


#filter {
	display: block;
	position: relative;
	width: 100%;
	text-align:right;
	
}

#filter:before, #filter:after {
	position: relative;
	top: 0;
	width: 78px;
	content: '';
	
}

#filter:before {
	left: -78px;
}

#filter:after {
	background-position: 0 0;
	right: -78px;
}

#filter a{
	color: #000;
	display: inline-block;
	margin-top: 15px;
	height: 32px;
	line-height: 32px;
	margin-left: 12px;
	padding: 0 7px;
	background: #cceaff;
}

#filter a:hover{
	text-decoration:none;
	border: 1px solid #005b99;
}

#filter a.active{
	background: #09f;
	text-decoration: none;
	color: #fff;
}


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


#products{
	display:block;
	overflow:hidden;
	width: 100%;
	margin-left: -10px;
	padding: 10px 10px;
	min-height: 680px;
}

#products li{

	float: left;
	height: 266px;
	list-style: none outside none;
	margin: 0 10px 20px 10px;
	padding: 20px 15px;
	position: relative;
	width: 204px;
	border: 1px solid #ababab;
	background: #fff;
	
}

#products ul{
	overflow:hidden;
}

#products ul.hidden{
	display:none;
}


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

