/* SIMLPE CSS RESET */
img.item {
	border-radius: 5px 5px 5px 5px; 
	width:240px;
	border:1px solid #000;
}

ol, ul { list-style: none; }
/*- GENERIC BODY STYLES -*/
p { margin-bottom: 18px; }
a { text-decoration: underline; }
a:hover { text-decoration: none; }
/*- FILTER OPTIONS -*/
ul#filterOptions {
	width: 1000px;
	height: auto;
	margin: 10px;
	overflow: hidden;
}
ul#filterOptions li { height: 52px; margin-right: 2px; display: inline-block; float: left; }
ul#filterOptions li a {
	height: 50px;
	padding: 0 20px 0 20px;
	border: 1px solid #999;
	background: #cfcfcf;
	color: #000;
	font-weight: bold; line-height: 50px;
	text-decoration: none;
	display: block;
}
ul#filterOptions li a:hover { background: #A9A9A9; }
ul#filterOptions li.active a { background: #999; }
/*- -*/
/*- OUR DATA HOLDER -*/
ul.ourHolder {
	height: auto;
	overflow: hidden;
}
ul.ourHolder li.item {
	width: 260px; height: auto;
	text-align: center;
	overflow: hidden; padding-top:5px;
}
ul.ourHolder li.item h3 { 
	margin-top: 10px; font-size: 16px; line-height: 20px;
}

a.menus1:link, a.menus1:visited, a.menus1:active {
	color:#000; font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

a.menus1:hover {
	color:#00F; font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:underline;
}