﻿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;
            }

        #datacontainer {
            width: 718px;
            margin: 0 auto;
        }
        /*- -*/
        /*- FILTER OPTIONS -*/
        ul#filterOptions {
            width: 716px;
            height: 52px;
            margin: 30px 0;
            overflow: hidden;
            padding-left:80px;
            list-style:none;
        }

            ul#filterOptions li {
                height: 52px;
                margin-right: 2px;
                float: left;
                text-align:center
            }

                ul#filterOptions li a {
                    height: 50px;
                    padding: 0 20px;
                    border: 1px solid #999;
                    background: #148ef6;
                    color: #fff;
                    font-weight: bold;
                    line-height: 50px;
                    text-decoration: none;
                    display: block;
                }

                    ul#filterOptions li a:hover {
                        background: #000;
                    }

                ul#filterOptions li.active a {
                    background: #d96741;
                }
        /*- -*/
        /*- OUR DATA HOLDER -*/
        #ourHolder {
            width: 716px;
            height: auto;
            overflow: hidden;
        }

            #ourHolder div.item {
                width: 179px;
                height: 200px;
                float: left;
                text-align: center;
            }

                #ourHolder div.item h3 {
                    margin-top: 5px;
                    font-size: 16px;
                    line-height: 20px;
                }