@charset "UTF-8";
/*- FILTER OPTIONS -*/
ul#filterOptions {
    overflow: hidden;
}
ul#filterOptions li {margin: .3em; float: left; }
ul#filterOptions1 li a {
    height: 50px;
    padding: 0 20px;
    border: 1px solid #999;
    background: #ccc;
    color: #000;
    font-weight: bold;
    line-height: 50px;
    text-decoration: none;
    display: block;
}
ul#filterOptions1 li a:hover { background: #c9c9c9; }
ul#filterOptions li.active a { background: #999; color:#fff; }
/*- -*/
/*- OUR DATA HOLDER -*/
#ourHolder { overflow: hidden; }
#ourHolder div.item {
    float: left;
    text-align: center;
}
/*- -*/
.footer p{
	color:#788487;
}