/*
========================================================================
Title:    Peter Noble Skip Hire (Screen)
Author:   luke.wesley-holley@orcawebsites.com
========================================================================
*/

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

body {
    background: #FFFFFF;
    text-align: center;
    }



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

div, p, span, li, dd, dt, th, td, legend, h1, h2, h3, h4, h5, h6 {
    font-family: Arial, Helvetica, 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: 0;
    }

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

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

h3 {
    font-size: 12px;
    }

.text,
.mediumtext,
.largetext,
.password, 
input.email {
    width: 176px;
    height: 20px;
    background: url(/images/text_box_bg.png) top left no-repeat;
    color: #000;
    font-size: 11px;
    style: none;
    }

.smalltext {
    width: 176px;
    height:145px;
    background: url(/images/textarea_box_bg.png) top left no-repeat;
    color: #000;
    font-size: 11px;
    style: none;
    }

.image {
    position: absolute;
    }

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

a {
    color: #000;
    outline: none;
    }

a:hover {
    color: #666;
    }

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

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

label {
    color: #FFF;
    }

fieldset {
    border: none;
    }



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

#container {
    width: 950px;
    margin: 0 auto;
    text-align: left;
    margin-top: 10px;
    }


    /* === Header === */

    #header {
        width: 100%;
        height: 57px;
        float: left;
        margin: 0;
        background: url(/images/nav_bg.png) top left no-repeat;
        }

        #logo {
            width: 198px;
            height: 168px;
            float: left;
            overflow: hidden;
            }

        #tel_number {
            margin: 20px 0 0 0;
            float: left;
            }
 
        #pStatement {
            width: 170px;
            margin: 15px 0 0 30px;
            _margin: 15px 0 0 10px;
            float: left;
            font-size: 18px;
            color: #FFF;
            font-weight: bold;
            }

        #pri_nav {
            height: 55px;
            float: right;
            width: 745px;
            }
            #pri_nav ul {
                list-style: none;
                padding: 0;
                }
                #pri_nav li {
                    float: left;
                    height: 28px;
                    margin: 15px 8px 0 8px;
                    _margin: 5px 0 0 4px;
                    _width: 100px;
                    }
                    #pri_nav li .left.selected {
                        background: url(/images/nav_prinav_left.png) top left no-repeat;
                        _background: none;
                        width: 10px;
                        _width: 0;
                        height: 28px;
                        _height: 0;
                        float: left;
                        }
                    #pri_nav li .right.selected {
                        background: url(/images/nav_prinav_right.png) top right no-repeat;
                        _background: none;
                        width: 10px;
                        _width: 0;
                        height: 28px;
                        _height: 0;
                        float: left;
                        }
                    #pri_nav li .centre.selected {
                        background: url(/images/nav_prinav_centre.png) top left repeat-x;
                        _background: none;
                        height: 28px;
float: left;
                        }
                    #pri_nav a {
                        display: block;
                        height: 28px;
                        text-decoration: none;
                        color: #FFF;
                        margin: 7px 0 0 0;
                        font-weight: bold;
                        font-size: 12px;
                        }
                    #pri_nav a:hover {
                        }
                    #pri_nav li.home a {
                       
                        }
                    #pri_nav li.about_us a {
                      
                        }
                    #pri_nav li.contact a {
                        background-image: url(/images/nav_prinav_contact.png);
                        }
                    #pri_nav a.selected {
                        font-size: 14px;
                        color: #000;
                        }

        #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: 200px;
            float: left;
            margin: 10px 0;
            }

            #sidebar form.form {
                float: left;
                width: 195px;
                _width: 180px;
                height: 438px;
                margin: 20px 0 0 0;
                background: url(/images/contact_us_form_bg.png) top left no-repeat;
                }
                #sidebar form.form h2 {
                    font-weight: bold;
                    color: #FFF;
                    margin: 6px 8px; 
                    }
                #sidebar form.form ul {
                    margin: 10px;
                    }
                 #sidebar form.form li {
                    margin: 5px 0 0 0;
                    _margin: 0;
                    font-size: 11px;
                    }
                 #sidebar form.form input {
                     border: 0px;
                     padding: 3px 0 0 5px;;
                     }
                 #sidebar form.form textarea {
                     border: 0px;
                     padding: 3px 0 0 5px;
                     }
                 #sidebar form.form ul.radio_buttons {
                    margin: 10px 0 10px 0;
                    list-style: none;
                    height: 12px;
                    }
                    #sidebar form.form ul.radio_buttons li {
                        float: left;
                        margin-left: 14px;
                        _margin-left: 5px;
                        }
                    #sidebar form.form li.input_submit {
                        margin: 10px 0 0 0;
                        _margin: 0;
                        float: left;
                        width: 100%;
                        }

        #content {
            width: 745px;
            float: right;
            }
            #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 {
                width: 950px;
                height: 35px;
                float: right;
                text-align: center;
                margin: 10px 0;
                color: #FFF;
                background: url(/images/footer_bg.png) top left no-repeat;
                }
                #footer ul {
                    margin: 10px 0 0 10px;
                    list-style: none;
                    padding: 0;
                    }
                    #footer li {
                        float: left;
                        color: #FFF;
                        margin: 0 2px 0 2px;
                        font-size: 11px;
                        }
                        #footer li a {
                            color: #FFF;
                            font-size: 11px;
                            }



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

#composite #flash_panel_container {
    width: 100%;
    background: #E70005 url(/images/document_image_bot.png) bottom left no-repeat;
    height: 380px;
    }
    
#composite #flash_panel_container #flash_panel {
    width: 725px;
    height: 370px;
    background: #FFF;
    margin: 0 0 0 10px;
    }
    
#composite #additional {
    width: 390px;
    float: left;
    margin: 10px 0 0 0;
}
#composite #additional h2 {
    color: #E70005;
    font-size: 24px;
    font-weight: bold;
    margin: 10px 0;
}
#composite #additional p {
    font-size: 12px;
    color: #333;
    padding: 0;
}

#composite #map {
   width: 330px;
   height: 330px;
   float: right;
   margin: 10px 0 0 0;
   background: #E70005;
}
#map_mask {
   background: url(/images/map_mask.png) top left no-repeat;
   width: 330px;
   height: 330px;
}

    
/*
========================================================================
Page - Document
========================================================================
*/

#page #page_image_container,
#section #page_image_container {
    width: 100%;
    background: #E70005 url(/images/document_image_bot.png) bottom left no-repeat;
    height: 200px;
}

#page #page_image_container #image,
#section #page_image_container #image {
   width: 725px;
   height: 190px;
   background: #FFF;
   margin: 0 0 0 10px;
}

#page #copy {
    margin: 20px 0 0 0;
    font-size: 14px;
}

#page #copy #summary p {
   font-size: 14px;
}

#page #copy #additional p, li, span, dt, td {
    font-size: 14px;
    line-height: 160%;
}

#page #copy h2,
#section h2 {
    color: #E70005;
    font-size: 24px;
    font-weight: bold;
}
#section h2{margin-top:20px;margin-bottom:40px;}

/*
=======================================
Contact Form
=======================================
*/

#form #page_image_container {
    width: 100%;
    background: #E70005 url(/images/document_image_bot.png) bottom left no-repeat;
    height: 200px;
}

#form #page_image_container #image {
   width: 725px;
   height: 190px;
   background: #FFF;
   margin: 0 0 0 10px;
}


#form #copy {
    margin: 20px 0 0 0;
    font-size: 14px;
}

#form #copy #summary p {
   font-size: 14px;
}

#form #copy #additional p, li, span, dt, td {
    font-size: 14px;
    line-height: 160%;
}

#form #copy h2 {
    color: #E70005;
    font-size: 24px;
    font-weight: bold;
}


/*
=======================================
Sitemap
=======================================
*/

#sitemap {
    margin: 10px 0 0 10px;
}

#sitemap ul.sitemap {
   margin: 20px;
}
#sitemap ul.sitemap li.navigation {
   display: none;
}

#sitemap h2 {
    color: #E70005;
    font-size: 24px;
    font-weight: bold;
}


/*
========================================================================
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_us dl{width:282px; height:79px;display:block;background: url(/images/btn_bg.png) no-repeat;border:none;float:left;margin-left:60px;}
#page_contact_us dl h3{color:#ffffff;text-align:center;vertical-align:middle;margin-top:15px;font-size:20px;font-weight:bold;}
    #page_contact_us #additional {
        width: 50%;
        float: left;
        margin: 20px 0 0 0;
        }
    #page_contact_us #fields {
        width: 50%;
        float: right;
        margin: 20px 0 0 0;
        }

#page_contact_us td p {
    padding: 8px 0;
    }
#page_bradford_office #additional,
#page_leeds_office #additional {width:50%;float:left;}
#map{width:50%; float:right;}

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

#summary p {
    font-weight: bold;
    }

dl.article {
    padding: 10px 0;
    border-bottom: 1px solid #660000;
    }
    dl.article dt {
        font-size: 16px;
        }
        dl.article dt a {
            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;
        }