/*
========================================================================
Title:    Bond Street Vets (Screen)
Author:   dave.coe@orcawebsites.com
========================================================================
*/

* {
    margin: 0;
    padding: 0;
    line-height: 100%;
    list-style-type: none;
    }

body {
    background: #FFF url(/images/backrep.jpg);
    text-align: center;
    }

#container {
    width: 100%;
    float: left;
    background: url(/images/backrepgrad.jpg) repeat-x;
    min-height: 744px;
    _height: 744px;
    }


/*
========================================================================
Common Styles
========================================================================
*/

div, p, span, li, dd, dt, th, td, legend, h1, h2, h3, h4, h5, h6 {
    font-family: Helvetica, Arial, Sans-Serif;
    color: #000;
    }

div, p, span, li, dd, dt, th, td {
    font-weight: normal;
    font-size: 11px;
    }

div, p, span, dd, dt, th, td, label {
    line-height: 160%;
    }

p, ul, ol, table {
    padding: 8px 0;
    }

h1, h2, h3, h4, h5, h6, legend {
    line-height: 120%;
    font-weight: normal;
    }

h2, legend {
    font-size: 18px;
    font-weight: bold;
    }

h3 {
    font-size: 12px;
    }

.text,
.smalltext,
.mediumtext,
.largetext,
.password {
    border: none;
    background: url(/images/searchback.png) no-repeat;
    color: #000;
    font-size: 11px;
    padding: 4px;
    }

.smalltext,
.mediumtext,
.largetext {
    background: none;
    width: 190px;
    height: 100px;
    }

div.smalltext,
div.mediumtext,
div.largetext {
    background: url(/images/textboxback.png) no-repeat;
    width: 207px;
    height: 118px;
    margin: 0 0 0 110px;
    *margin: 0px;
    }


select.dropdown {
    background: #000;
    border: 1px solid #FFF;
    color: #FFF;
    }

a {
    color: #211F66;
    outline: none;
    }

a:hover {
    color: #666;
    }

:focus {
    -moz-outline-style: none;
    }

pre {
    text-align: left;
    color: #FFF;
    }

label {
    font-weight: bold;
    }

fieldset {
    border: none;
    }



/*
========================================================================
Basic Layout
========================================================================
*/

#container2 {
    width: 799px;
    margin: 0 auto;
    text-align: left;
    }


    /* === Header === */

    #header {
        width: 100%;
        float: left;
        margin: 20px 0 0 0;
        }

        #leftheadcurve {
            background: url(/images/headcurveleft.png) no-repeat;
            width: 33px;
            height: 37px;
            float: left;
            margin: 101px 0 0 0;
            }
        #rightheadcurve {
            float: right;
            width: 620px;
            height: 37px;
            background: url(/images/headcurveright.png) no-repeat;
            _margin: -10px 0 0 0;
            }

        #user_links {
            text-align: right;
            margin: 0 0 5px 0;
            }
            #user_links ul {
                list-style: none;
                padding: 0;
                }
                #user_links li {
                    display: inline;
                    margin: 0 0 0 5px;
                    }
                    #user_links a {
                        text-decoration: none;
                        color: #666;
                        font-size: 10px;
                        text-transform: uppercase;
                        }
                    #user_links a:hover {
                        color: #FFF;
                        }

        #logo {
            width: 146px;
            height: 138px;
            float: left;
            overflow: hidden;
            background: url(/images/logoback.png) no-repeat;
            }
            #logo img {
                _visibility: hidden;
                }

        #pri_nav {
            width: 600px;
            height: 32px;
            float: left;
            margin: 69px 0 0 0;
            }
            #pri_nav ul {
                list-style: none;
                padding: 0;
                float: left;
                }
                #pri_nav li {
                    float: left;
                    display: inline;
                    
                    }
                    #pri_nav a {
                        height: 32px;
                        float: left;
                        background: url(/images/navbutback.jpg) repeat-x;
                        text-decoration: none;
                        display: inline;
                        }
                    #pri_nav li.selected a {
                        background: url(/images/navbutbacksel.jpg) repeat-x;
                        }
                    #pri_nav a:hover {
                        }
                        #pri_nav .leftnav {
                            width: 14px;
                            height: 32px;
                            background: url(/images/navbutleft.jpg) no-repeat;
                            float: left;
                            display: inline;
                            }
                        #pri_nav .navmid {
                            height: 32px;
                            float: left;
                            font-size: 13px;
                            font-weight: bold;
                            color: #FFF;
                            display: inline;
                            }
                            #pri_nav .navmid a {
                                padding: 10px 0 0 0;
                                color: #FFF;
                                }
                            #pri_nav .navmid a:hover {
                                color: #FFF;
                                text-decoration: underline;
                                }
                        #pri_nav .rightnav {
                            width: 14px;
                            height: 32px;
                            background: url(/images/navbutright.jpg) no-repeat;
                            float: left;
                            display: inline;
                            }
                        #pri_nav li.selected .leftnav {
                            background: url(/images/navbutleftsel.jpg) no-repeat;
                            }
                        #pri_nav li.selected .rightnav {
                            background: url(/images/navbutrightsel.jpg) no-repeat;
                            }

        #telephone {
            background: url(/images/tel_number.png) no-repeat;
            width: 400px;
            height: 32px;
            float: left;
            margin: 10px 0;
            text-indent: -9999px;
            }

        #brands {
            background: url(/images/brand_selector_background.png);
            width: 330px;
            height: 32px;
            float: left;
            margin: 10px 0;
            text-align: right;
            }
            #brands form {
                margin: 6px 5px;
                padding: 0;
                }
                #brands select {
                    width: 180px;
                    }



    /* === Body === */

    #body {
        width: 100%;
        float: left;
        }
        #sidebar {
            width: 160px;
            float: left;
            }
        #sidebar input.text {
            width: 100%;
            }
            #searchbox {
                width: 170px;
                float: right;
                margin: 8px 0 0 0;
                }
                #searchbox .cleardefault {
                    background: url(/images/searchback.png) no-repeat;
                    border: none;
                    padding: 4px;
                    }
                #searchbox #input_search_submit {
                    border: none;
                    padding: 2px;
                    background: none;
                    color: #FFF;
                    font-size: 14px;
                    font-weight: bold;
                    }
  
            #categories {
                }
                #categories h2 {
                    padding: 5px 5px 0 5px;
                    }
                #categories ul {
                    padding: 5px;
                    }
                    #categories li {
                        margin: 0 0 5px 0;
                        }
                        #categories a {
                            color: #FFF;
                            text-decoration: none;
                            text-transform: uppercase;
                            }
                        #categories a:hover {
                            text-decoration: underline;
                            }
                        #categories ul ul {
                            background: #5F0E0E;
                            margin: 0 0 5px 0;
                            padding: 10px 10px 5px 10px;
                            }
            #submenu {
                }
                #submenu h2 {
                    padding: 5px 5px 0 5px;
                    }
                #submenu ul {
                    padding: 5px;
                    }
                    #submenu li {
                        margin: 0 0 5px 0;
                        }
                        #submenu a {
                            color: #FFF;
                            text-decoration: none;
                            text-transform: uppercase;
                            }
                        #submenu a:hover {
                            text-decoration: underline;
                            }
            #newsletter_signup {
                }
                #newsletter_signup form {
                    padding: 5px;
                    }
                    #newsletter_signup fieldset {
                        border: none;
                        }
                        #newsletter_signup ul {
                            padding: 0;
                            }
                            #newsletter_signup li {
                                margin: 0 0 5px 0;
                                }
                        #newsletter_signup li.submit {
                            margin: 0;
                            }
                            #newsletter_signup label {
                                display: block;
                                line-height: 100%;
                                margin: 0 0 2px 0;
                                }
                        #newsletter_signup li.list {
                            width: 100%;
                            float: left;
                            }
                            #newsletter_signup li.list input.checkbox {
                                float: left;
                                }
                            #newsletter_signup li.list label {
                                display: block;
                                float: left;
                                padding: 2px 0 0 4px;
                                }
                        #newsletter_signup li.submit {
                            width: 100%;
                            float: left;
                            margin: 5px 0 0 0;
                            }
        #content {
            width: 759px;
            float: right;
            background: #FFF url(/images/contgrad.png) repeat-x;
            background-position: 0 100%;
            padding: 0 20px;
            overflow: hidden;
            }
            #messages {
                background: #000;
                border: 1px solid #FFF;
                margin: 0 0 20px 0;
                padding: 10px 0 0 0;
                }
                #messages p {
                    margin: 0 10px 10px 10px;
                    padding: 0 0 0 23px;
                    background-repeat: no-repeat;
                    }
                    #messages p.ok {
                        background-image: url(/images/icn_tick.png);
                        }
                    #messages p.error {
                        background-image: url(/images/icn_error.png);
                        }
                    #messages p.info {
                        background-image: url(/images/icn_info.png);
                        }
            #footer {
                float: left;
                width: 800px;
                margin: 4px 0 15px 0;
                }
                #footer ul {
                    list-style: none;
                    padding: 0;
                    }
                    #footer li {
                        display: inline;
                        color: #000;
                        }
                        #footer li a{
                            display: inline;
                            font-size: 10px;
                            color: #000;
                            }
                #footer p {
                    padding: 0px 0 0 0;
                    font-size: 12px;
                    color: #000;
                    }
                    #footer p a{
                        padding: 0px 0 0 0;
                        font-size: 12px;
                        color: #000;
                        }
            #footerleft {
                float: left;  
                text-align: left;
                margin: 0px 0 0 0;
                }
            #footerright {
                float: right;
                text-align: right;
                }

#contentfoot {
    float: left;
    width: 100%;
    height: 24px;
    background: url(/images/contbot.png) no-repeat;
    }

#copy h2 {
    margin: 15px 0 0 0;
    background: url(/images/h2back.jpg) no-repeat;
    padding: 9px 0 11px 20px;
    font-size: 20px;
    }


/*
========================================================================
Section
========================================================================
*/

#section #sectionright {
    width: 600px;
    float: right;
    border-left: 1px dotted #211F66;
    padding: 0 0 0 20px;
    }
#section #sectionleft {
    float: left;
    width: 130px;
    }
    #section #sectionleft li {
        margin: 10px 0;
        }
    #section #sectionleft a {
        color: #000;
        text-decoration: none;
        font-weight: bold;
        color: #211F66;
        }

/*
========================================================================
Gallery
========================================================================
*/
ul.gallery {
    float: left;
    width: 807px;
    margin: 0px 0 0 0;
    }
    ul.gallery li {
        width: 125px;
        float: left;
        margin: 0px 33px 15px 0;
        padding: 20px 0;
        }
        ul.gallery li .curvedimage {
            float: left;
            width: 125px;
            height: 55px;
            padding: 20px 0;
            _padding: 0px;
            _height: 95px;
            }
            ul.gallery li .curvedimage a {
                width: 100%;
                height: 100%;
                float: left;
                }


/*
========================================================================
Downloads
========================================================================
*/
dl.download {
    float: left;
    border-bottom: 1px dotted #7B858D;
    padding: 10px 0 10px 0;
    }

dd.filesummary {
    width: 690px;
    float: left;
    }

dt.headline {
    width: 690px;
    float: left;
    }
    dt.headline a {
        font-size: 12px;
        font-weight: bold;
        color: #211F66;
        text-decoration: none;
        }

dd.downbut {
    float: right;
    margin: -22px 0 0 0;
    }
    dd.downbut a {
        width: 60px;
        height: 56px;
        float: left;
        }

/*
========================================================================
News List
========================================================================
*/

#news #copy {
    float: left;
    width: 100%;
    margin: 10px 0 0 10px;
    _margin: 0px;
    }
#news #copy #additional,
#news #copy #additionalwimg {
    margin: 10px 0 10px 0;
    }
#news .article {
    float: left;
    width: 355px;
    margin: 0 10px;
    }
#news #detimg {
    margin: -20px 40px 0 0;
    }
#page_news dt.headline {
    width: 100%;
    }

/*
========================================================================
Document
========================================================================
*/
#additionalwimg {
    width: 430px;
    float: left;
    }

#detimg {
    float: right;
    margin: 0 10px 0 0;
    }



/*
========================================================================
Home Page
========================================================================
*/

#page_home {
    }
    #intropanel {
        float: left;
        background: #211F66;
        width: 799px;
        }
        #flash_panel {
            margin: 5px 0 0px 33px;
            _margin: 5px 0 0 15px;
            width: 561px;
            float: left;
            }
    #introbot {
        float: left;
        width: 100%;
        height: 37px;
        background: url(/images/homecontentbot.png) no-repeat;
        }
    #page_home #additional {
        width: 160px;
        float: right;
        margin: 10px 23px 0 0;
        _margin: 10px 15px 0 0;
        }
    #page_home #additional h2,
    #page_home #additional p {
        color: #FFF;       
        }

    #addresspanel {
        background: url(/images/homecontactpanel.png) no-repeat;
        float: left;
        width: 799px;
        height: 237px;
        margin: 10px 0;
        }
        #addresspanel #maplink {
            float: right;
            width: 317px;
            height: 215px;
            background: url(/images/maplink.png) no-repeat;
            margin: 10px;
            }
            #addresspanel #maplink a {
                width: 317px;
                height: 215px;
                float: left;
                }
        #addresspanel #contact1,
        #addresspanel #contact2 {
            float: left;
            width: 210px;
            margin: 20px 0 0 18px;
            _margin: 20px 0 0 12px;
            }
            #addresspanel #contact1 h2,
            #addresspanel #contact2 h2 {
                color: #000;
                font-size: 14px;
                }
            #addresspanel #contact1 p,
            #addresspanel #contact2 p {
                color: #000;
                padding: 6px 0;
                line-height: 110%;
                }

#page_home #contentfoot {
    display: none;
    }
#page_home #content {
    padding: 0px;
    width: 799px;
    background: none;
    }
/*
========================================================================
Results
========================================================================
*/

#results {
    }
    dl.product {
        width: 125px;
        height: 250px;
        margin: 0 6px;
        float: left;
        text-align: center;
        }
        dl.product dd.thumbnail {
            display: table-cell;
            vertical-align: middle;
            text-align: center;
            width: 125px;
            height: 125px;
            }
        dl.product dt {
            text-align: left;
            }
        dl.product dd.summary {
            text-align: left;
            }
        dl.product dd.price {
            text-align: left;
            font-size: 16px;
            }
        dl.product dd.more {
            text-align: left;
            }



/*
========================================================================
Product Details
========================================================================
*/

#product {
    }
    #product #details {
        width: 270px;
        float: left;
        }
        h3.product_price {
            font-size: 16px;
            }
            h3.product_price span {
                font-size: 16px;
                }
        #add_to_basket {
            margin: 10px 0 0 0;
            }
            #add_to_basket form {
                padding: 0px;
                }
                #add_to_basket ul {
                    background: #000;
                    list-style: none;
                    margin: 3px 0 0 0;
                    padding: 10px;
                    }
                    #add_to_basket li {
                        display: inline;
                        }
                        #add_to_basket label {
                            display: none;
                            }
                        #add_to_basket #input_quantity {
                            width: 20px;
                            }
                        #add_to_basket #input_options {
                            margin: 0 3px 0 0;
                            width: 182px;
                            }
    #product #gallery {
        width: 270px;
        float: right;
        }
        #product #detail_image a.zoom_link {
            display: block;
            width: 18px;
            height: 18px;
            margin: -20px 0 0 250px;
            position: absolute;
            text-indent: -9999px;
            background: url(/images/btn_zoom_link.png) no-repeat;
            }
        #product #detail_image a.zoom_link:hover {
            background-position: 0 100%;
            }
        #gallery_thumbs {
            margin: 10px 0 0 0;
            }
            #gallery_thumbs ul {
                list-style: none;
                }
                #gallery_thumbs li {
                    float: left;
                    }
                #gallery_thumbs li.image_2 {
                    margin: 0 15px;
                    }
    #product #related {
        width: 100%;
        float: left;
        margin: 20px 0 0 0;
        }
        #product #results {
            margin: 10px 0 0 0;
            }



/*
========================================================================
Checkout (Global)
========================================================================
*/

    /* === Checkout Progress === */

    #checkout_progress {
        margin: 0 0 20px 0;
        }
        #checkout_progress ul {
            list-style: none;
            margin: 0;
            padding: 0;
            }
            #checkout_progress li {
                display: inline;
                margin: 0 5px 0 0;
                background: #000;
                border: 1px solid #000;
                padding: 2px 5px;
                color: #FFF;
                }
            #checkout_progress li.previous {
                background: #FFF;
                border: 1px solid #FFF;
                color: #000;
                }
            #checkout_progress li.selected {
                background: #5F0E0E;
                color: #FFF;
                border: 1px solid #FFF;
                }
            #checkout_progress a {
                color: #000;
                font-weight: normal;
                text-decoration: none;
                }
                #checkout_progress a:hover {
                    color: #666;
                    }



    /* === Checkout Navigation === */

    #checkout_navigation {
        width: 100%;
        float: left;
        margin: 0 0 20px 0;
        }
        #checkout_navigation ul {
            list-style: none;
            }
            #checkout_navigation li {
                float: left;
                }
            #checkout_navigation li.proceed {
                float: right;
                }

/*
========================================================================
Checkout: Basket
========================================================================
*/

#basket {
    }

    /* === Basket Table === */

    #basket_table {
        }
        #basket_table table {
            margin: 2px;
            padding: 0;
            }
            #basket_table th {
                background: #5F0E0E;
                color: #FFF;
                font-weight: bold;
                text-align: left;
                padding: 2px 5px;
                border-bottom: 1px solid #FFF;
                }
            #basket_table th.item_name {
                width: 364px;
                }
            #basket_table th.item_price {
                width: 50px;
                }
            #basket_table th.item_qty {
                width: 70px;
                }
            #basket_table th.item_total {
                width: 50px;
                }
            #basket_table th.item_remove {
                width: 60px;
                }
            #basket_table td {
                padding: 2px 5px;
                }
            #basket_table td.odd {
                background: #E6E6E6;
                }
            #basket_table td.odd {
                }
            #basket_table td.label {
                text-align: right;
                font-weight: bold;
                }
                #basket_table a.update_qty {
                    position: absolute; margin: 1px 0 0 3px;
                    }


    /* === Basket Footer === */

    #card_display {
        }
        #card_display ul {
            list-style: none;
            }
            #card_display li {
                display: inline;
                margin-right: 5px;
                }



/*
========================================================================
Checkout: Checkin
========================================================================
*/

#checkin {
    }


    /* === Checkin Form === */

    #checkin_form {
        }
        #checkin_form ul {
            list-style: none;
            margin: 5px 0;
            }
            #checkin_form li {
                margin: 5px 0;
                }

    #checkin #login_help {
        width: 100%;
        float: left;
        }



/*
========================================================================
Checkout: Checkout
========================================================================
*/

#checkout {
    }

    /* === Billing Details === */

    #checkout #billing_details {
        width: 50%;
        float: left;
        margin: 10px 0 0 0;
        }
        #checkout #billing_details ul {
            list-style: none;
            margin: 10px 0;
            }
            #checkout #billing_details li {
                margin: 0 0 5px 0;
                width: 100%;
                float: left;
                }
                #checkout #billing_details label {
                    display: block;
                    font-weight: bold;
                    margin: 2px 0;
                    width: 90px;
                    float: left;
                    }
                #checkout #billing_details input {
                    width: 150px;
                    float: left;
                    }
                #checkout #billing_details li.title input {
                    width: 50px;
                    float: left;
                    }
                #checkout #billing_details li.country select {
                    width: 150px;
                    float: left;
                    }


    /* === Delivery Details === */

    #checkout #delivery_details {
        width: 50%;
        float: right;
        margin: 10px 0 0 0;
        }
        #checkout #delivery_details ul {
            list-style: none;
            margin: 10px 0;
            }
            #checkout #delivery_details #new_address {
                list-style: none;
                margin: 10px 0;
                width: 100%;
                float: left;
                }
                #checkout #delivery_details #new_address li {
                    display: inline;
                    margin: 0 10px 0 0;
                    }
                #delivery_details #new_address ul {
                    width: 100%;
                    float: left;
                    margin: 0 0 10px 0;
                    }
                #delivery_details #add_delivery li {
                    width: 100%;
                    float: left;
                    }
                    #delivery_details input.radio {
                        float: left;
                        margin: 0 3px 0 0;
                        }
                    #delivery_details input.checkbox {
                        float: left;
                        margin: 0 3px 0 0;
                        }
                    #delivery_details label {
                        float: left;
                        }




/*
========================================================================
Checkout: Card
========================================================================
*/

#card {
    }



/*
========================================================================
Newsletter
========================================================================
*/

#newsletter p.email label {
    width: 100px;
    display: block;
    float: left;
    }

#newsletter p.fullname label {
    width: 100px;
    display: block;
    float: left;
    }



/*
========================================================================
Account: Login
========================================================================
*/

#login {
    }
    #login ul {
        margin: 20px 0;
        }
        #login li {
            margin: 0 0 10px 0;
            }
            #login label {
                width: 90px;
                float: left;
                margin: 5px 0 0 0;
                }
            #login #input_submit {
                margin: 0 0 0 90px;
                }
    #login #login_help {
        margin: 0 0 0 90px;
        }



/*
========================================================================
Account: Forgotten Password
========================================================================
*/

#forgotten_password {
    }
    #forgotten_password #password_reset {
        }
        #forgotten_password #password_reset ul {
            }
            #forgotten_password #password_reset li {
                margin: 0 0 10px 0;
                }
                #forgotten_password #password_reset label {
                    width: 90px;
                    float: left;
                    }
    #forgotten_password #login {
        margin: 50px 0 30px 0;
        }
        #forgotten_password #login ul {
            margin: 0;
            }
            #forgotten_password #input_submit {
                margin: 0 0 0 90px;
                }



/*
========================================================================
Account: Registration
========================================================================
*/

#registration {
    }
    #registration ul {
        }
        #registration li {
            margin: 0 0 8px 0;
            }
            #registration label {
                width: 100px;
                float: left;
                }
            #registration #input_submit {
                margin: 0 0 0 100px;
                }



/*
========================================================================
Account: Details
========================================================================
*/

#account {
    }
    #account ul {
        }
        #account li {
            margin: 0 0 8px 0;
            }
            #account label {
                float: left;
                }
    #account fieldset.details label {
        width: 90px;
        }
    #account fieldset.details #input_submit {
        margin: 0 0 0 90px;
        }
    #account fieldset.password {
        margin: 50px 0;
        }
    #account fieldset.password label {
        width: 150px;
        }
    #account fieldset.password #input_submit {
        margin: 0 0 0 150px;
        }
    #account fieldset.addresses {
        }
        #account fieldset.addresses dl {
            width: 100%;
            float: left;
            }
            #account fieldset.addresses dd {
                float: left;
                margin: 0 5px 0 0;
                }
        #account #new_address {
            width: 100%;
            float: left;
            margin: 5px 0 0 0;
            }
            #account #new_address li {
                float: left;
                margin: 0 5px 0 0;
                }
                #account #new_address input.image {
                    position: static;
                    }



/*
========================================================================
Account: Add/Edit Address
========================================================================
*/

#address {
    }
    #address form {
        margin: 10px 0 0 0;
        }
        #address li {
            margin: 0 0 8px 0;
            }
            #address label {
                width: 90px;
                float: left;
                }
        #address li.cancel {
            float: left;
            margin: 10px 5px 0 90px;
            }
        #address li.submit {
            float: left;
            margin: 10px 0 0 0;
            }



/*
========================================================================
Forms
========================================================================
*/

#form {
    }
    #form li {
        margin: 0 0 8px 0;
        width: 100%;
        float:left;
        }
        #form label {
            float: left;
            width: 100px;
            margin: 0 10px 0 0;
            }
#form ul.radio_buttons {
    float: left;
    }
    #form ul.radio_buttons li {
        float: none;
        }
#form ul.radio_buttons label {
    float: none;
    }
#form #input_submit {
    margin: 0 0 0 110px;
    }



/*
========================================================================
Contact Page
========================================================================
*/

#page_contact {
    }
    #page_contact #additional {
        width: 100%;
        float: left;
        }
    #page_contact #contactslist {
        width: 57%;
        float: left;
        margin: 20px 0 0 0;
        }
        #page_contact #contactslist h2 {
            font-size: 13px;
            }
        #page_contact #contactslist p {
            padding: 4px 0;
            }
    #page_contact #contactslist #contact1,
    #page_contact #contactslist #contact2 {
        float: left;
        margin: 0 30px 0 0;
        }
    #page_contact #fields {
        width: 43%;
        float: right;
        margin: 20px 0 0 0;
        }
    #page_contact label {
        text-align: right;
        _width: 80px;
        }
    #page_contact #input_submit {
        background: none;
        border: none;
        font-size: 14px;
        color: #211F66;
        font-weight: bold;
        }



/*
========================================================================
Documents
========================================================================
*/

#summary p {
    font-weight: bold;
    }

dl.article {
    padding: 10px 0;
    }
    dl.article dt {
        font-size: 16px;
        }
        dl.article dt a {
            text-decoration: none;
            color: #211F66;
            font-size: 12px;
            }
dd.thumbnail {
    font-size: 11px;
    }
dd.morebut {
    width: 50px;
    float: right;
    font-size: 10px;
    }
    dd.morebut a {
        color: #211F66;
        text-decoration: none;       
        }



/*
========================================================================
FAQ's
========================================================================
*/

#faqs {
    }
    #faq_index dt {
        margin: 20px 0 0 0;
        font-weight: bold;
        }
        #faq_index dt.on {
            }
        #faq_index dt.off {
            }



/*
========================================================================
Portfolio
========================================================================
*/

#portfolio {
    }
    #example h3 {
        margin: 10px 0 0 0;
        text-transform: none;
        }
        #example #thumbnail {
            float: right;
            margin: 0 0 20px 20px;
            }
        #example #description {
            margin: 10px 0 0 0;
            }
        #example #images {
            margin: 10px 0 0 0;
            }
    dl.example {
        width: 100%;
        float: left;
        border-bottom: 1px solid #990000;
        padding: 10px 0;
        }
        dl.example dd.thumbnail {
            width: 120px;
            float: left;
            }
        dl.example dt.client_name {
            font-size: 14px;
            }




/*
========================================================================
Client List
========================================================================
*/

#clients {
    }
    #client_index {
        margin: 10px 0 0 0;
        }
        dl.client {
            width: 100%;
            float: left;
            border-bottom: 1px solid #990000;
            padding: 10px 0;
            }
            dl.client dd.thumbnail {
                width: 180px;
                float: left;
                }
            dl.client dt.client_name,
            dl.client dd.summary,
            dl.client dd.website {
                width: 350px;
                float: right;
                margin: 5px 0;
                }
            dl.client dt.client_name {
                margin: 0;
                font-size: 14px;
                }



/*
========================================================================
Jobs
========================================================================
*/

#jobs {
    }
    #job_index {
        margin: 10px 0 0 0;
        }
        dl.job {
            width: 100%;
            float: left;
            border-bottom: 1px solid #990000;
            padding: 10px 0;
            }
            dl.job dt.job_title {
                font-size: 14px;
                }
            dl.job dd.salary,
            dl.job dd.salary span {
                font-size: 14px;
                }
            dl.job dd.summary {
                margin: 10px 0 0 0;
                }
            dl.job dd.requirements {
                margin: 10px 0 0 0;
                }
            dl.job h3 {
                font-weight: bold;
                }
#job {
    }
    #job #thumbnail {
        float: right;
        margin: 0 20px 20px 0;
        }
    #job h3 {
        margin: 20px 0 0 0;
        }



/*
========================================================================
Services
========================================================================
*/

#services {
    }
    #services_index {
        margin: 10px 0 0 0;
        }
        dl.service {
            width: 100%;
            float: left;
            border-bottom: 1px solid #990000;
            padding: 10px 0;
            }
            dl.service dt.name {
                font-size: 14px;
                }
            dl.service dd.summary {
                margin: 10px 0 0 0;
                }
            dl.service dd.thumbnail {
                float: left;
                margin: 0 20px 0 0;
                }
#service {
    }
    #service h2 {
        margin: 0 0 10px 0;
        }
    #service #thumbnail {
        float: right;
        margin: 0 0 20px 20px;
        }



/*
========================================================================
Services
========================================================================
*/

#staff {
    }
    #employee_index {
        margin: 10px 0 0 0;
        }
        dl.employee {
            width: 100%;
            float: left;
            border-bottom: 1px solid #990000;
            padding: 10px 0;
            }
            dl.employee dt.name {
                font-size: 14px;
                }
            dl.employee dd.summary {
                margin: 10px 0 0 0;
                }
            dl.employee dd.thumbnail {
                float: left;
                margin: 0 20px 0 0;
                }
#employee {
    }
    #employee h3 {
        margin: 0 0 10px 0;
        }
    #employee #thumbnail {
        float: right;
        margin: 0 0 20px 20px;
        }

/*
========================================================================
Site Map
========================================================================
*/

#sitemap li a {
    color: #211F66;
    }
    #sitemap ul li ul li {
        margin: 0 0 0 20px;
        }
#sitemap .navigation {
    display: none;
    }
#sitemap .gallery ul,
#sitemap .downloads ul {
    display: none;
    }