
#container { width: 740px; margin: 0 auto; }
/*- -*/
/*- FILTER OPTIONS -*/
ul#filterOptions {
	width: 100%;
	overflow: hidden;
        margin-top:40px;
        margin-left: -20px;
}
ul#filterOptions li { margin-right: 2px; display: inline-block; float: left; }
ul#filterOptions li a {
	font-family: Arial, Helvetica, sans-serif;
        font-size: 15px;	
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	display: block;
        padding-left: 10px;
        padding-right: 10px;
        margin-right: 10px;
}
ul#filterOptions li a:hover { color: #ac0000; }
ul#filterOptions li.active a { color: #ac0000; }
/*- -*/
/*- OUR DATA HOLDER -*/
ul.ourHolder {
	width: 740px;
	overflow: hidden;
}
ul.ourHolder li.item {
	width: 200px;
	height: 200px;
	float: left;
	text-align: center;
	overflow: hidden;
}
ul.ourHolder li.item h3 { margin-top: 10px; font-size: 16px; line-height: 20px; }
/*- -*/
