
        html, body, h1, h2, h3, p, ul {
            margin: 0;
            padding: 0;
        }
        .medium {
            font-size: 16px;
            line-height: 22px;
        }

        .large {
            font-size: 20px;
            line-height: 26px;
        }

        h1 {
            font-size: 30px;
            line-height: 36px;
        }

        .medium h1 {
            font-size: 34px;
            line-height: 40px;
        }

        .large h1 {
            font-size: 38px;
            line-height: 44px;
        }

        h2 {
            font-size: 24px;
            line-height: 30px;
        }

        .medium h2 {
            font-size: 28px;
            line-height: 34px;
        }

        .large h2 {
            font-size: 32px;
            line-height: 38px;
        }

        h3 {
            font-size: 18px;
            line-height: 24px;
        }

        .medium h3 {
            font-size: 22px;
            line-height: 28px;
        }

        .large h3 {
            font-size: 26px;
            line-height: 32px;
        }

        a {
            color: #1D4C9F;
        }

        #container {
            margin: 20px auto;
            width: 960px;
        }
        .medium #TestimonialsMiddle {
            font-size: 16px;
        }

        .large #TestimonialsMiddle {
            font-size: 20px;
        }

        .resizer {
            border: 2px solid #cecece;
            float: right;
            list-style: none;
            margin: 0 0 10px 10px;
            padding: 10px;
        }

            .resizer li {
                float: left;
                line-height: 26px;
                margin-right: 5px;
            }

            .resizer .small {
                font-size: 12px;
                line-height: 26px;
            }

            .resizer .large {
                margin-right: 0;
            }

            .resizer .small a, .medium .resizer .medium a, .large .resizer .large a {
                color: #000;
                text-decoration: none;
            }

        .medium .resizer .small a, .large .resizer .small a {
            color: #1D4C9F;
            text-decoration: underline;
        }







        .scrollable {
            position: relative;
            overflow: hidden;
            height: 105px;
            width: 269px;
            border: solid 1px #CCCCCC;
            margin-top: 10px;
        }

            .scrollable .items {
                width: 20000em;
                position: absolute;
                height: 105px;
            }

        .ScrollableItem {
            float: left;
            display: block;
            text-align: center;
            margin: 0px 1px 0px 0px;
            width: 270px;
        }

            .ScrollableItem img {
                width: 75px;
                height: 75px;
            }

            .ScrollableItem .img {
                float: right;
                display: inline-block;
                margin: 15px 10px;
            }

            .ScrollableItem .span1, .ScrollableItem .span2, .ScrollableItem .span3 {
                float: right;
                display: inline-block;
                overflow: hidden;
                text-align: right;
                width: 172px;
                text-decoration: none;
                font-weight: bold;
                direction: rtl;
                border: 0px solid red;
            }

            .ScrollableItem .span1 {
                line-height: 12px;
                padding-top: 15px;
                color: #999999;
                font-size: 12px;
                height: 24px;
            }

            .ScrollableItem .span2 {
                line-height: 12px;
                padding-top: 6px;
                color: #cc0066;
                font-size: 12px;
                height: 24px;
                font-weight: normal;
            }

            .ScrollableItem .span3 {
                line-height: 12px;
                padding-top: 8px;
                color: #999999;
                font-size: 18px;
                height: 18px;
            }

        .navi {
            width: auto;
            height: 16px;
            display: inline-block;
            margin: 5px auto 10px auto;
            text-align: center;
        }

            .navi a {
                width: 10px;
                height: 10px;
                float: left;
                margin: 3px;
                background-repeat: no-repeat;
                background-position: center center;
                background-image: url('Images/circle_off.png');
                display: block;
                font-size: 1px;
            }

                .navi a.active {
                    background-image: url('Images/circle_on.png');
                }






        .CategoryMenu {
            font-size: 14px;
            color: #474747;
            text-align: justify;
            text-decoration: none;
            font-weight: bold;
        }

        .CategorySubMenu, .CategorySubMenu:hover {
            font-size: 14px;
            color: #474747;
            text-align: justify;
            text-decoration: none;
            font-weight: normal;
            display: block;
            direction: rtl;
        }

        .CategorySubMenuDiv {
            clear: both;
            height: 39px;
            line-height: 39px;
            width: 100%;
            text-align: right;
            border-bottom: 1px solid #D8D8D8;
            direction: rtl;
            /* background:url('/images/responsive/blue_arrowL.png'); background-position:13px center; background-repeat:no-repeat; */
        }

        .CategoryMenuDiv {
            clear: both;
            height: 39px;
            line-height: 39px;
            width: 100%;
            text-align: right;
            border-bottom: 1px solid #D8D8D8;
            direction: rtl;
            cursor: pointer;
            background: url('/images/responsive/blue_arrowL.png');
            background-position: 13px center;
            background-repeat: no-repeat;
        }

        .CategorySubMenuDivS {
            clear: both;
            width: 100%;
            height: auto;
            text-align: right;
            direction: rtl;
        }
