/* SIMLPE CSS RESET */
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
/* remember to define focus styles! */
:focus { outline: 0; }
/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }
/*- -*/
/*- GENERIC BODY STYLES -*/


#container {  margin: 0 auto; }
/*- -*/
/*- FILTER OPTIONS -*/
ul#filterOptions {
	width: 802px;
	height: 40px;
	margin: 30px 0;
	overflow: hidden;
}
ul#filterOptions li { height: 52px; margin-right: 2px; display: inline-block; float: left; }
ul#filterOptions li a {
	height: 25px;
	padding: 0 10px; /* 10px menu --- menu*/
	border: 1px solid #999;
	background: #666666;
	color: #fff;
	font-weight: bold;
	line-height: 25px;
	text-decoration: none;
	display: block;
}
ul#filterOptions li a:hover { background: #333333; }
ul#filterOptions li.active a { background: #000000; }
/*- -*/
/*- OUR DATA HOLDER -*/
ul.ourHolder {
	width: 800px;
	height: 100%;
	overflow: hidden;
}
ul.ourHolder li.item {
	width: 220px;
	height: 260px;
	float: left;
	text-align: center;
	overflow: hidden;
}
ul.ourHolder li.item h5 { margin-top: 10px; font-size: 12px; line-height: 22px; }
/*- -*/
