html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body { line-height: 1; }
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 -*/
body {
	font: 13px/18px Arial, Helvetica, sans-serif;
	color: #333;
	background: #fff;
}
p { margin-bottom: 18px; }
a { text-decoration: underline; }
a:hover { text-decoration: none; }
#container { width: 802px; margin: 50px auto; }
/*- -*/
/*- FILTER OPTIONS -*/
ul#filterOptions {
	width: 800px;
	height: 30px;
	margin: 30px 0;
	overflow: hidden;
}
ul#filterOptions li { height: 10px; margin-right: 10px; float: left; }
ul#filterOptions li a {
	height: 20px;
	padding: 0 20px;
	border: 1px solid #999;
	background: #cfcfcf;
	color: #006699;
	text-decoration: none;
	display: block;
}
ul#filterOptions li a:hover { background: #c9c9c9; }
ul#filterOptions li.active a { background: #fff; }
/*- -*/
/*- OUR DATA HOLDER -*/
#ourHolder { width: 800px;  overflow: hidden; }
#ourHolder div.item {
	width: 200px;
	height: 130px;
	float: left;
	text-align: center;
}
#ourHolder div.item h3 { margin-top: 10px; font-size: 16px; line-height: 20px; }
/*- -*/