/* SIMLPE CSS RESET */
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 -*/
html, body {
  height: 100%;
  margin: 0 0 1px;
  padding: 0;
}
body {
	font: 12px/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: 0 auto; }
/*- -*/
/*- FILTER OPTIONS -*/
ul#filterOptions {
	width: 802px;
	height: 52px;
	margin: 30px 0;
	overflow: hidden;
}
ul#filterOptions li { height: 52px; margin-right: 2px; display: inline-block; float: left; }
ul#filterOptions li a {
	height: 50px;
	padding: 0 20px;
	border: 0px solid #999;
	background: rgb(70, 114, 61);
	color: #fff;
	font-weight: normal;
	font-size:14px;
	line-height: 28px;
	text-decoration: none;
	display: block;
}
/*
ul#filterOptions li a:hover { background: #c9c9c9; }
--*/
ul#filterOptions li.active a { background: rgb(226, 226, 24);}
/*- -*/
/*- OUR DATA HOLDER -*/
ul.ourHolder {
	width: 800px;
	
	overflow: hidden;
}
ul.ourHolder li.item {
	width: 108px;
	height: 86px;
	float: left;
	text-align: center;
	overflow: hidden;
}
ul.ourHolder li.item h3 { font-size: 14px; line-height: 13px; }
/*- -*/
