/*
========================================================================
Title:    Client Name Stylesheet (Screen)
Author:   andy@orcawebsites.com
========================================================================
*/

* {
    margin: 0;
    padding: 0;
    line-height: 100%;
    }

body {
    background: url(/images/page_bg.jpg) repeat-x;
    text-align: center;
    font-size: 11px;
    }



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

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

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

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;
    }

h3 {
    font-size: 12px;
    }

.text,
.smalltext,
.mediumtext,
.largetext,
.password {
    border: 1px solid #999;
    background: #FFF;
    color: #333;
    font-size: 11px;
    padding: 2px;
    height: 12px;
    }

.mediumtext {height: 100px;}

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

a {
    color: #333;
    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
========================================================================
*/

#page_background {width: 100%; height: 100%; background: url(/images/page_top_left_bg.jpg) top left no-repeat; float: left;}

#container {
    width: 960px;
    margin: 0 auto;
    text-align: left;
    }


    /* === Header === */

    #header {
        width: 960px;
        height: 175px;
        float: left;
        margin: 0;
        _overflow: hidden;
        }

        #logo {
            width: 627px;
            height: 114px;
            float: left;
            overflow: hidden;
            margin-top: 15px;
            }

        #pri_nav {
            margin-top: 16px;
            width: 960px;
            height: 30px;
            float: left;
            background: url(/images/nav_prinav_bg.jpg) top left repeat-x;
            }
            #pri_nav ul {
                list-style: none;
                padding: 0;
                }
                #pri_nav li {
                    float: left;
                    }
                    #pri_nav a {
                        display: block;
                        _display: inline;
                        padding: 0 15px;
                        margin: 0 5px;
                        height: 30px;
                        line-height: 30px;
                        text-decoration: none;
                        color: #FFF;
                        font-size: 14px;
                        }
                    #pri_nav a:hover {
                        background: #FFF;
                        color: #541C77;
                        }
                    #pri_nav li.home a {
                        }
                    #pri_nav li.about_us a {
                        }
                    #pri_nav li.new_in a {
                        }
                    #pri_nav li.sizing a {
                        }
                    #pri_nav li.contact a {
                        }
                    #pri_nav a.selected {
                        background: #FFF;
                        color: #541C77;
                        }

        #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: 960px;
        float: left;
        background: #FFF;
        margin-top: 1px;
        }
            #search {
                float: right;
                _width: 200px;
                }
                #search legend {display: none;}
                #search form {
                    padding: 5px;
                    }
                    #search fieldset {
                        border: none;
                        }
                        #search #input_search {
                            width: 128px;
                            float: left;
                            }
                        #search #input_search_submit {
                            float: right;
                            position: static;
                            }

            #newsletter_signup {
                float: right;
                width: 256px;
                margin-top: 15px;
                }
                #newsletter_signup .free {font-weight: bold;}
                #newsletter_signup form {
                    
                    }
                    #newsletter_signup fieldset {
                        border: none;
                        }
                        #newsletter_signup ul {
                            padding: 0;
                            width: 256px;
                            float: right;
                            }
                            #newsletter_signup li {
                                margin: 0 0 5px 0;
                                float: left;
                                width: 256px;
                                }
                        #newsletter_signup li.submit {
                            margin: 0;
                            }
                            #newsletter_signup label {
                                line-height: 16px;
                                margin: 2px 0;
                                float: left;
                                }
                            #newsletter_signup input {
                                float: right;
                                width: 172px;
                                margin: 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.fullname label {_width: 60px;}
                        #newsletter_signup li.list {display: none;}
                        #newsletter_signup li.submit {
                            width: 100%;
                            float: left;
                            margin: 5px 0 0 0;
                            }
                            #newsletter_signup li.submit input {width: auto; display: inline;}
        #content {
            width: 960px;
            float: right;
            }
            #messages {
                background: #FFF;
                border: 1px solid #541C77;
                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 {
                width: 100%;
                float: left;
                text-align: center;
                margin: 0 0 30px 0;
                padding-top: 20px;
                border-top: 1px #CCC solid;
                }
                #footer_left {float: left;}
                #footer_right {float: right;}
                #footer ul {
                    list-style: none;
                    padding: 0;
                    line-height: 25px;
                    margin-top: 4px;
                    }
                    #footer li {
                        display: inline;
                        }
                #footer p {
                    padding: 0;
                    }



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

#page_home {
    }

#page_home #additional {width: 314px; height: 340px;overflow:hidden!important; float: left; background: url(/images/home_left_bg.jpg) top left no-repeat;}
#page_home #additional p {height: 280px;overflow:hidden!important;font-size: 18px; color: #666;padding: 30px 40px; line-height: 180%;}
#page_home #additional span {font-size: 18px;}
#page_home #divider {width: 56px; height: 340px; background: url(/images/home_divider.jpg) top left no-repeat; float: left;}
#page_home #flash_panel {width: 590px; height: 340px; float: right;}

    #featured_items {
        width: 960px;
        height: 161px;
        float: left;background: url(/images/home_footer_bg.jpg) top left no-repeat;
        _overflow: hidden;
        }
        #featured_items dl {
            float: left;
            width: 240px;
            margin: 0;
            height: 195px;
            _overflow: hidden;
            }
            #featured_items dt {
                height: 35px;
                width: 240px;
                float: left;
                text-align: left;
                line-height: 40px;
                text-indent: 50px;
                background: url(/images/home_header_bullet.jpg) center left no-repeat;
                _overflow: hidden;
                }
                #featured_items dt a {
                    text-decoration: none;
                    color: #FFF;
                    line-height: 35px;
                    font-size: 20px;
                    }
            #featured_items dd.content {
                width: 220px;
                height: 110px;
                float: left;
                padding-left: 20px;
                _overflow: hidden;
                }
                #featured_items dd.content li {margin: 10px; font-size: 12px;}
            #featured_items dd.more {
                text-align: right;
                color: #000;
                font-size: 11px;
                padding-right: 10px;
                width: 230px;
                _overflow: hidden;
                }
                #featured_items dd.more a {text-decoration: 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 {
    padding: 5px 15px;
    }
    #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: 455px;
        float: right;
        margin: 20px 0 0 0;
        font-size: 12px;
        }
    #page_contact #summary p {font-size: 12px; font-weight: normal;}
    #page_contact #fields {
        width: 455px;
        float: left;
        margin: 20px 0 0 0;
        }



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

#summary p {
    font-weight: bold;
    }

dl.article {
    padding: 10px 0;
    float: left;
    margin: 0 7px;
    }
    dl.article dt {
        float: left;
        font-size: 12px;
        }
        dl.article dt a {
            float: left;
            text-decoration: none;
            font-size: 12px;
            }
            dl.article dt a h3 {font-size: 11px; color: #541C77;}
            dl.article dt a:hover {text-decoration: underline;}

#page #additional {background: url(/images/home_left_bg.jpg) top left no-repeat; padding: 5px 15px; float: left; font-size: 12px; color: #666; *width: 930px;}
#page #additional #image {float: right; width: 380px; text-align: center; margin-top: 15px;}
#page #additional h2 {display: inline; font-size: 20px; color: #333;}
#page #additional h3 {display: inline; margin-left: 30px; font-size: 14px; color: #666;}

/*--Section--*/

#section, #form, #page {float: left; background: url(/images/bottom_bg.jpg) bottom right no-repeat;}

#section #children_wrapper {width: 960px; float: left; border-bottom: 1px #CCC solid;}
#section #additional {background: url(/images/home_left_bg.jpg) top left no-repeat; padding: 5px 15px; float: left; font-size: 12px; color: #666;  *width:930px;}
#section #additional #image {float: right; width: 380px; text-align: center; margin-top: 15px;}
#section #additional h2 {display: inline; font-size: 20px; color: #333;}
#section #additional h3 {display: inline; margin-left: 30px; font-size: 14px; color: #666;}
#section #additional .border {width: 930px; height: 1px; border-bottom: 1px #CCC solid;}


/*
========================================================================
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;
        }

.border {width: 930px; height: 1px; border-bottom: 1px #CCC solid;}


#newsletter {padding: 5px 15px;}


/*--Sitemap--*/

#sitemap {background: url(/images/home_left_bg.jpg) top left no-repeat; padding: 5px 15px; float: left; font-size: 12px; color: #666;}
#sitemap #image {float: right; width: 380px; text-align: center; margin-top: 15px;}
#sitemap h2 {display: inline; font-size: 20px; color: #333;}
#sitemap h3 {display: inline; margin-left: 30px; font-size: 14px; color: #666;}
#sitemap ul li ul {text-indent: 20px;}
#sitemap ul li ul li ul {text-indent: 40px;}
#sitemap ul li.navigation {display: none;}










