ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
html, body {
  height: 100%;
}
p { margin-bottom: 18px; }
#container { 
	margin: 0 auto; 
}


ul#filterOptions {
	height: 30px;
	margin: 0px 5px 0 0;
}
ul#filterOptions li { 
	height: 36px; 
	margin-right: 3px; 
	display: inline-block; 
	float: left; 
}
ul#filterOptions li a {
	height: 30px;
	font-size:11pt;
	font-family:Arial;
	padding: 0 10px;
	background: #B1B1B1;
	color: #000000;
	line-height: 30px;
	text-decoration: none;
	display: block;
	border-radius:7px;
}


ul#filterOptions li a:hover {
	background: #B0B0B0; 
	color: #023471;
}
ul#filterOptions li.active a { 
	background: #cfcfcf; 
	color: #023471;
	border: 1px solid #000000;
}
ul.ourHolder li.item {
	width: 205px;
	height: 210px;
	float: left;
	text-align: center;
	overflow: hidden;
}
h3 { 
	margin-top: 8px; 
	font-size: 12px;
	line-height: 6px; 
	color:#ffffff; 
	font-family:Arial; 
	font-weight: normal;
}
img.border{
	width: 210px; 
	height: 158px; 
	margin:10px; 
	float:left; 
	background:#B0B0B0; 
	border: solid 3px #B0B0B0; 
	overflow: hidden; 
	position: relative; 
}
ul.ourHolder li.item img:hover {
	border: solid 3px #e5e0d5; 
}
.border{
	-moz-box-shadow: 2px  2px  7px  #3A3228;
	-webkit-box-shadow: 2px  2px  7px  #3A3228;
	box-shadow: 2px  3px  7px  #3A3228;
}
.border {
-webkit-transition:All 1s ease;
-moz-transition:All 1s ease;
-o-transition:All 1s ease;
-webkit-transform: scale(.95) translate(0px);
-moz-transform: scale(.95) translate(0px);
-o-transform: scale(.95) translate(0px);
}
.border:hover{
-webkit-transform: scale(.85) translate(0px);
-moz-transform: scale(0.85) translate(0px);
-o-transform: scale(0.85) translate(0px);
}