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

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

body {
    background: #ffffff;
    }



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

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

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 {
    padding: 8px 0;
    }

h1, h2, h3, h4, h5, h6, legend {
    line-height: 120%;
    font-weight: bold;
    color: #FF8B00;
    }

h2 {
    font-size: 15px;
    }

h3 {
    font-size: 12px;
    }
h4{color:#FF0000;font-size: 15px;}
h5{color:#666;font-size: 15px;}
legend {
    font-size: 15px;
    }
#topic {
   float: left;
   *height: 600px;
   margin: 0 0 0 0px;
   }
html>body #topic {
   width: 690px;
   min-height: 600px;
   }
   #topic h3 {
      padding: 10px 0 20px 20px;
      }
.text,
.smalltext,
.mediumtext,
.largetext,
.password,
.numeric {
    border-top: 2px solid #999;
    width: 200px;
    border-left: 2px solid #999;
    border-bottom: 2px solid #ccc;
    border-right: 2px solid #ccc;
    background: #fff;
    color: #000;
    font-size: 11px;
    padding: 2px;
    }

.image {
    position: absolute;
    }

select.dropdown {
    background: #fff;
    border-bottom: 2px solid #ccc;
    border-right: 2px solid #ccc;
    color: #666666;
    width: 100px;
    }
select#input_country {
   width: 150px;
   }

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

a:hover {
    color: #666;
    }

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

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

label {
    font-weight: bold;
    }

fieldset {
    border: none;
    }
div.calculator {
   float: left;
   }
#content {
   float: left;
   width: 718px;
   *width: 738px; 
   padding: 20px 0 0 20px;
   border-left: dotted 2px #ccc;
   min-height:  600px;
   *height: 600px;
   }



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

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


    /* === Header === */

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

        #user_links {
            float: right;
            text-align: left;
            width: 62px;
            margin: 9px 15px 0 0;
            _position:relative;
            _top:2px;
            _left:200px;
            }
            #user_links ul {
                list-style: none;
                padding: 0;
                }
                #user_links li {
                    display: inline;
                    margin: 0 0 0 10px;
                    .float: right;
                    }
                    #user_links a {
                        text-decoration: none;
                        color: #FFF;
                        font-weight: bold;
                        font-size: 12px;
                        }
                    #user_links a:hover {
                        color: #000;
                        }

        #logo {
            width: 734px; 
            height: 75px; 
            *width: 700px;
            float: left;
            margin: 50px 0 20px 15px;
            overflow: hidden;
            }

        #pri_nav {
            float: left;
            width: 628px; 
            }
            #pri_nav ul {
                list-style: none;
                padding: 0;
                }
                #pri_nav li {
                    float: left;
                    }
                    #pri_nav a {
                        display: block;
                        font-size: 12px;
                        color: #000;
                        font-weight: bold;
                        margin: 10px 0px 0 17px;
                        text-decoration: none;
                        
                        }
                    #pri_nav a:hover {
                        color: #fff;
                        }
                    #pri_nav a.selected {
                        color: #fff;
                        font-weight: bold;
                        }

            #search {
                float: right;
                width: 280px;
                margin: 16px 0 25px 0;
                }
                #search form {
                    padding: 5px;
                    }
                #search form legend{
                    display: none;
                    }
                    #search fieldset {
                        border: none;
                        }
                        #search #input_search {
                            width: 150px;
                            height: 14px;
                            float: left;
                            border-top: solid thin #999999;
                            border-left: solid thin #999999;
                            border-right: solid thin #cccccc;
                            border-bottom: solid thin #cccccc;
                            background: #fff;
                            margin: 0 0 0 13px;*margin: 0 0 0 10px;
                            }
                        #search #input_search_submit {
                            float: right;
                            position: static;
                            margin: 0 10px 0 5px;
                            }



    /* === Body === */

    #body {
        width: 100%;
        float: left;
        }
        #sidebar {
            width: 210px;
            *width: 190px;
            height: 500px;
            margin: 25px 0;
            float: left;
            }
        #sidebar h2 {
            color: #C31129 ;
            }
        #sidebar input.text {
            width: 100%;
            }

            #categories {
                }
                #categories h2 {
                    padding: 5px 5px 10px 20px;
                    }
                #categories ul {
                    padding: 0 0 0 20px;
                    }
                    #categories li {
                        margin: 0 0 9px 0;
                        }
                        #categories a {
                            color: #666;
                            text-decoration: none;
                            font-size: 13px;
                            }
                        #categories a:hover {
                            color: #C31129;
                            font-weight: bold;
                            }
                        #categories a.selected {
                            color: #666666;
                            font-weight: bold;
                            }
            .subcategories {
                margin: 0 0 0 20px;
                }
                #categories .subcategories li a{
                   color: #ccc; 
                   }
                #categories .subcategories li a:hover {
                   color: #666;
                   font-weight: normal;
                   }
                #categories .subcategories li a.selected {
                   font-weight: normal;
                   color: #666;
                   }

            #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 {
                float: right;
                .height: 140px;
                width: 200px;
                }
                #newsletter_signup form {
                    padding: 20px 15px 20px 20px;
                    .padding: 20px 15px 20px 0px;
                    float: right;
                    }
                    #newsletter_signup legend{
                        color: #C31129;
                        font-weight: bold;
                        text-transform: none;
                        float: left;
                        text-align: left;
                        }
                    #newsletter_signup fieldset {
                        border: none;
                        }
                        #newsletter_signup ul {
                            padding: 10px 0 0 0;
                            }
                            #newsletter_signup li {
                                margin: 0 0 5px 0;
                                }
                                #newsletter_signup .text {
                                background: #fff;
                                border-top: solid thin #999999;
                                border-left: solid thin #999999;
                                border-right: solid thin #cccccc;
                                border-bottom: solid thin #cccccc;
                                width: 168px;
                                height: 14px;
                                }
                        #newsletter_signup li.submit {
                            margin: 0;
                            }
                            #newsletter_signup li #input_subscribe{
                                margin: 0;
                                float: right;
                                }
                            #newsletter_signup label {
                                display: none;
                                }
                        #newsletter_signup li.list {
                            display:none;
                            }
                            #newsletter_signup li.list input.checkbox {
                                float: left;
                                }
                            #newsletter_signup li.list label {
                                display: block;
                                float: left;
                                padding: 2px 0 0 4px;
                                }

                            

            #composite {
            float: left;
            width: 720px;
            *width: 690px;
            }
            #messages {
                border: 1px solid #FFF; background: #fff;
                margin: 0 0 20px 0;
                padding: 10px 0 0 0;
                }
                #messages p {
                    margin: 0 10px 10px 0;
                    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: right;
                text-align: right;
                padding: 0 52px 0 0;
                height: 148px;
                background: url(/images/footer_bg.png) repeat-x;
                }
                #footer ul {
                    list-style: none;
                    padding: 60px 0 0 0;
                    }
                    #footer li {
                        margin: 0 0 0 5px;
                        display: inline;
                        }
                #footer p {
                    padding: 5px 0 0 0;
                    display: inline;
                    }
                #footer_img {
                    position: absolute;
                    left: 0;
                    margin: -118px 0 0 0;
                    }
                #footer a{
                    text-decoration: none;
                    }



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

#page_home {
    }
    #page_home #additional {
       width: 240px;
       float: left;
       *width: 250px;
       margin: 0 0 0 0;
       }
       #page_home #additional h2 {
          margin: 0 0 10px 0;
          font-size: 18px;
          color: #C31129;
          }
    #flash_panel {
       float: right;
       margin: 0px 0;
       width: 425px;
       }

    #featured_items {
       width:  700px;
        margin: 20px 0px 0 0;
        padding: 0 0px 0 20px;
        float: left;
        border-top: dotted #ccc 2px;
        }
        #featured_items dl {
            float: left;
            width: 180px;
            min-height: 290px;
            *height: 290px;
            padding: 14px 50px 14px 0;
            *padding: 14px 40px 14px 0;
            }
            #featured_items dt {
                margin: 10px 0 0 0px;
                width: 140px;
                height: 20px;
                text-align: left;
                line-height: 100%;
                }
                #featured_items dt a {
                    font-weight: bold;
                    text-decoration: none;
                    font-size: 14px;
                    color: #FF8B00;
                    line-height: 100%;
                    }
            #featured_items dd.summary {
                float: left;
                width: 140px;
                height: 130px;
                margin: 10 0 0 30px;
                line-height: 100%;
                color: #999999;
                font-size: 13px;
                }
            #featured_items dd.thumbnail {
                width: 150px;
                padding: 40px 0px 0 30px;
                float: left; 
                }
            #featured_items dd.thumbnail img {
                }
            #featured_items dd.price {
                text-align: center;
                color: #000;
                font-size: 18px;
                }
                #featured_items dd.price span.currency {
                    color: #000;
                    }


/*
========================================================================
Results
========================================================================
*/
#additional{
    margin: 10px 0 0 0;
    width: 690px;
    }
#results {
    float: left;
    margin: 0 0 0 0;
    width: 718px;
    }
   #results p{
      float: left;
      margin: 0 0 0 20px;
      }
      #results form {
         float: left;
         width: 670px;
         }
      html>body #results form {
         width: 690px;
         }
    dl.product {
        width: 233px;
        height: 170px;
        margin: 45px 6px 0 0;
        float: left;
        text-align: center;
        }
        dl.product dd.thumbnail {
            display: table-cell;
            text-align: left;
            float: left;
            width: 125px;
            height: 145px;
            }
        dl.product dt {
            text-align: left;
            margin: 0 0 10px 0;
            }
        dl.product dt a{
            text-align: left;
            color: #999999;
            text-decoration: none;
            font-weight: bold;
            }
        dl.product dd.summary {
            text-align: left;
            height: 105px;
            width: 90px;
            margin: 0 0 5px 10px;
            *margin: 0 0 5px 5px;
            float: left;
            color: #999999;
            }
        dl.product dd.price {
            text-align: left;
            font-size: 16px;
            }
        dl.product dd.more {
            text-align: left;
            width: 50px;
            margin: 3px 0 0 10px;
            float: left;
            }


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

#product {
    margin: 20px 0 0 0;
    width: 100%;
    }
    #product .product_title {
       width: 500px;
       }
    #product #details {
        width: 250px;
        float: left;
        margin:20px 0 0 15px;
        }
        #info_items {
           float: left;
           width: 500px;
           margin: 20px 0 0 0;
           }
        #calculator_link {
           float: left;
           width: 100%px; 
           height: 45px;
           margin: 20px 0 0 0;
           background: url(/images/calculator.png) no-repeat;
           }
           #calculator_link a {
              float: left;
              color: #999;
              padding: 32px 0 0 50px;
              }
           #calculator_link a:hover {
              color: #ff8b00;
              }
        #delivery_link {
           float: left;
           height: 22px;
           margin: 20px 0 0 0;
           width: 100%;
           background: url(/images/delivery1.png) no-repeat;
           }
           #delivery_link a {
              float: left;
              color: #999;
              margin: 9px 0 0 50px;
              }
           #delivery_link a:hover {
              color: #ff8b00;
              }
        #add_to_basket {
            float: left;
            width: 100%;
            margin: 10px 0 0 0px;
            }
            #add_to_basket fieldset legend {
                margin: 0 0 0 0;
                }
            #add_to_basket form {
                padding: 0px;
                width: 180px;
                }
                #add_to_basket ul {
                    list-style: none;
                    margin: 3px 0 0 0;
                    padding: 10 0 0 0px;
                    width: 180px;
                    }
                    #add_to_basket li.options {
                        float: left; 
                        width: 180px;
                        }
                        #add_to_basket li.quantity {
                            width: 130px; 
                            float: left;
                            margin: 5px 0 5px 0;
                            }
                        #add_to_basket label {
                            
                            }
                        #add_to_basket #input_quantity {
                            width: 20px;
                            }
                        #add_to_basket #input_options {
                            margin: 0 3px 0 0;
                            width: 170px;
                            }
                        #add_to_basket li.submit {
                            float: left;
                            width: 40px; background: red;
                            margin: 5px 0 0 0;
                            }
    #product #gallery {
        width: 270px;
        float: left;
        margin: 20px 0 0 0;
        }
        #product #detail_image a.zoom_link {
            float: left;
            display: block;
            width: 95px;
            height: 13px;
            text-indent: -9999px;
            margin: 10px 0 0 5px;
            background: url(/images/btn_zoom_link.png) no-repeat;
            }
        #product #detail_image a.zoom_link:hover {
            }
        #gallery_thumbs {
            margin: 30px 0 0 0;
            display: none;
            }
            #gallery_thumbs ul {
                list-style: none;
                }
                #gallery_thumbs li {
                    float: left;
                    }
                #gallery_thumbs li.image_2 {
                    margin: 0 15px;
                    }
    #product #related { 
        width: 170px;
        margin: 0 0 0 0;
        float: right;
        }
    #product #results {
        margin: 20px 0 0 0;
        float: left;
        width: 170px;
        }
        #product #related h2{
           text-align: center; 
           }
        #product #related dl {
            width: 180px;
            float: none;
            height: 190px;
            padding: 0 0 0px 0px;
            margin: 5px 0 0px 0px;
            border-bottom: dotted #ccc 2px;
            }
            #product #results dd.thumbnail {
                width: 160px;
                float: left;
                margin: 0 0 0 15px;
            }
            #product #results dd.more {
               margin: 0 0 5px 15px;
               }
            #product #related dt a{
               font-weight: normal;
               margin: 5px 0 0 15px;
               }



/*
========================================================================
Search results
========================================================================
*/

#search_results{
    float: left;
    width: 718px;
    }
    #search_results #results{
       width: 718px;
       }
       #search_results #results dl {
           width: 233px;
           }
           

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

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

    #checkout_progress {
        margin: 0 0 30px 300px;
        width: 500px;
        float: left;
        }
        #checkout_progress ul {
            list-style: none;
            margin: 0;
            padding: 0;
            }
            #checkout_progress li {
                display: inline;
                margin: 0 5px 0 0;
                font-size: 13px;
                padding: 2px 5px;
                }
            #checkout_progress li.previous {
                background: #FFF;
                font-size: 13px;
                border: 1px solid #FFF;
                color: #000;
                }
            #checkout_progress li.selected {
                color: #c31129;
                font-size: 13px;
                font-weight: bold;
                }
            #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: 30px 0 20px 0;
        }
        #checkout_navigation ul {
            list-style: none;
            }
            #checkout_navigation li {
                float: left;
                margin: 0 0 0 3px;
                }
            #checkout_navigation li.proceed {
                float: right;
                margin: 0 419px 0 0;
                *margin: 0 406px 0 0;
                }
        #delivery_details #checkout_navigation .continue_shopping {
           margin: 0 0 0 0;
           float: left;
           width: 150px;
           }
        #delivery_details #checkout_navigation .proceed {
           float: right;
           margin: 0 3px 0 0;
           *margin: 0 0px 0 0;
           }

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

#basket {
    }
    #basket_header {
       float: left;
        width: 700px;
       }
    #basket_header h2 {
       margin: 0 0 20px 0; 
       }

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

    #basket_table {
        float: left;
        width: 700px;
        }
        #basket_table table {
            margin: 2px;
            padding: 0;
            }
            #basket_table th {
                background: #999;
                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;
                    }


    /* === Checkout Form === */
#checkout_form {
   float: left;
   width: 525px;
   margin: 20px 0 0 3px;
   border-top: dotted 2px #ccc;
   }
   #checkout_form legend {
      margin: 0 0 20px 0;
      padding: 10px 0 0 0;
      }
   #checkout_form li {
      margin: 5px 0 0 0;
      }
      #checkout_form li label {
         float: left;
         width: 85px;
         text-align: right;
         margin: 0 5px 0 0;
         color: #ff8b00;
         }
   #checkout_form li.input_submit {
         margin: 10px 0 0 90px;
         }
   #fields .form li label {
      text-align: right;
      color: #ff8b00;
      }


    /* === Basket Footer === */
#basket_footer {
   float: left;
   }
   .further_help p {
      float: left;
      width: 500px;
      margin: 10px 0 0 0;
      }
    #card_display {
        }
        #card_display ul {
            list-style: none;
            }
            #card_display li {
                display: inline;
                margin-right: 5px;
                }



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

#checkin {
    }
   #cart_header {
      float: left;
      width: 800px;
      }
        .signin_form p {
            float: left;
            width: 500px;
            }

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

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

    #checkin #login_help {
        width: 100%;
        float: left;
        }
        #checkin #login_help li {
           margin: 0 0 5px 0;
           }



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

#checkout {
    }

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

    #checkout #billing_details {
        width: 400px;
        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;
                    }
#membership_details {
   float: right;
   margin: 0 5px 0 0;
   width: 470px;
   }


    /* === 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;
    *width: 120px;
    display: block;
    float: left;
    padding: 0 5px 0 0;
    text-align: right;
    }

#newsletter p.fullname label {
    width: 115px;
    *width: 120px;
    display: block;
    float: left;
    padding: 0 5px 0 0;
    text-align: right;
    }

#newsletter_signup #input_fullname {
    width: 140px;
    }
#newsletter_signup #input_email {
    width: 140px;
    }



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

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



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

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



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

#registration {
    }
    #registration ul {
        }
        #registration li {
            margin: 0 0 8px 0;
            }
            #registration label {
                width: 120px;
                float: left;
                }
            #registration #input_submit {
                margin: 0 0 0 247px;
                *margin: 0 0 0 250px;
                }



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



/*
========================================================================
Payment
========================================================================
*/

#post h2 {
   float: left;
   width: 500px;
   }
#post p {
   float: left;
   width: 900px;
   }
#post .delivery_summary {
   float: left;
   width: 900px;
   }
#post .order_summary {
   float: left;
   width: 500px;
   margin: 10px 0 0 0;
   }
.order_summary .header span{
   font-weight: bold;
   }
.order_summary th.item_name {
   text-align: left;
   }
.order_summary td.item_qty {
   text-align: center;
   }
#cart_navigation {
   float: left;
   width: 500px;
   margin: 20px 0 0 0;
   }
   #cart_navigation #btn_confirm_payment {
      margin: 0 0 0 195px;
      }

/*
========================================================================
Receipt
========================================================================
*/

#telephone p {
   float: left;
   width: 900px;
   }
#telephone .delivery_summary {
   float: left;
   width: 900px;
   }

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



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

#page_contact {
    }
    #page_contact #content {
        *width: 718px;
        *margin: 6px 0 10px 0px
        }
    #page_contact #copy #additional {
        width: 200px;
        float: left;
        margin: 0 0 0 0;
        }
    #page_contact #copy h2 {
        margin: 0 0 5px 0;
        }
       #page_contact #copy #additional .titles{
           color: #ff6600;
           font-weight: bold;
           text-align: right;
           padding: 4px 10px 0 0;
           }
       #page_contact #copy #additional .info{
           color: #999999;
           }
       #page_contact #copy #additional td{
           padding: 5px 0 0 0;
           }
    #page_contact #fields {
        width: 50%;
        float: right;
        }
    #page_contact #fields h2 {
        margin: 0 0 5px 15px
        }
       #page_contact #fields label{
           color: #ff6600;
           text-align: right;
           width: 120px;
           }




/*
========================================================================
Calculator Page
========================================================================
*/
#page_calculator #content{
   width: 500px;
   }
#section #additional {
   width: 100%;
   margin: 10px 0 20px 0;
   }

/*
========================================================================
Calculate Length
========================================================================
*/

#page_calculate_length #copy h2{
   *margin: 0 0 10px 0;
   }
#length td input{
   margin: 10px 0 10px 0;
   border-bottom: 2px #ccc solid;
   border-right: 2px #ccc solid;
   }

/*
========================================================================
Area Converter
========================================================================
*/

#areaconverter {
   float: left;
   margin: 0 0 0 20px;
   }
   #areaconverter .area_title {
      padding: 0 0 26px 0;
      }
   #areaconverter .area {
      width: 115px;
      margin: 10px 0 10px 0;
      border-bottom: 2px #ccc solid;
      border-right: 2px #ccc solid;
      }
   #areaconverter .result {
      margin: 10px 0 0 0;
      }
   #areaconverter .result_title {
      padding: 7px 0 0 0;
      }
   #areaconverter .result {
      width: 115px;
      border-bottom: 2px #ccc solid;
      border-right: 2px #ccc solid;
      }

/*
========================================================================
Grit and Sand Estimator
========================================================================
*/

#gritsand {
   float: left;
   margin: 0 0 0 20px;
   }
   #gritsand .area {
      margin: 5px 5px 0 0;
      border-bottom: 2px #ccc solid;
      border-right: 2px #ccc solid;
      }
   #gritsand .bed {
      margin: 5px 5px 5px 0;
      border-bottom: 2px #ccc solid;
      border-right: 2px #ccc solid;
      }
   #gritsand .result td .result{
      margin: 0 5px 0 0;
      border-bottom: 2px #ccc solid;
      border-right: 2px #ccc solid;
      }



/*
========================================================================
Sub Base Estimator
========================================================================
*/

#subbase {
   float: left;
   margin: 0 0 0 20px;
   }
   #subbase .area {
      margin: 5px 5px 0 0;
      border-bottom: 2px #ccc solid;
      border-right: 2px #ccc solid;
      }
   #subbase .subbase {
      margin: 5px 5px 5px 0;
      padding: 0 0 5px 0;
      border-bottom: 2px #ccc solid;
      border-right: 2px #ccc solid;
      }

   #subbase .result td .result{
      margin: 5px 5px 0 0;
      border-bottom: 2px #ccc solid;
      border-right: 2px #ccc solid;
      }

/*
========================================================================
Flags Estimator
========================================================================
*/

#flags {
   float: left;
   margin: 0 0 0 20px;
   }
   #flags .area {
      border-bottom: 2px #ccc solid;
      border-right: 2px #ccc solid;
      }
   #flags td input {
      border-bottom: 2px #ccc solid;
      border-right: 2px #ccc solid;
      }
/*
========================================================================
Concrete Mix Estimator
========================================================================
*/
#concretemix td {
        padding: 5px 5px 0 0;
        }
   #concretemix .cement {
      padding: 30px 0 0 0;
      }
   #concretemix input.text_box {
      border-bottom: 2px #ccc solid;
      border-right: 2px #ccc solid;      
      }

/*
========================================================================
Concrete Volume Estimator and Converter
========================================================================
*/
#concretevolume h3 {
   margin: 10px 0 0 0;
   }
#concretevolume td{
   padding: 5px 5px 0 0;
   }
#concretevolume input {
   border-bottom: 2px #ccc solid;
   border-right: 2px #ccc solid;
   }

/*
========================================================================
Bricks and Blocks estimator
========================================================================
*/

#copy #additional {
   width: 710px;
   margin: 10px 0 0px 0px;
   } 
#copy #brickandblock table tr td p input{
   border-bottom: 2px #ccc solid;
   border-right: 2px #ccc solid;
   }

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

#summary p {
    font-weight: bold;
    width: 690px;
    }

dl.article {
    padding: 10px 0;
    border-bottom: 2px dotted #ccc;
    }
    dl.article dt {
        font-size: 16px;
        }
        dl.article dt a {
            text-decoration: none;
            }


/*
========================================================================
Send To Friend
========================================================================
*/
#sendtofriend {
   background: url(/images/sendtofriend_bg.png) 10px 10px no-repeat;
   }
   #sendtofriend #container {
       background: transparent;
       margin: 50px 0 0 25px;
       }
   #sendtofriend form{
      width: 320px;
      }
      #sendtofriend form table tr {
          }
          #sendtofriend form td {
             padding: 5px 0 0 0;
             }
             #sendtofriend form td #form_fullname,
                                   #form_from,
                                   #form_friendsname,
                                   #form_to,
                                   #form_message  {
                 width: 200px !important;
                 border-bottom: solid #ccc 2px;
                 border-right: solid #ccc 2px;
                 }
   #sendtofriend p {
      margin: 0 0 0 10px;
      }
/*
========================================================================
FAQ's
========================================================================
*/

#faqs {
    }
    #faq_index dl {
       margin: 20px 0 0 0;
       }
    #faq_index dt {
        margin: 10px 0 0 0;
        padding: 0 0 0 20px;
        font-weight: bold;
        }
        #faq_index dt a{
            text-decoration: none;
            }
    #faq_index dd {
       margin: 5px 0 0 20px;
       width: 640px;
       *margin: 5px 0 0 25px;
       }
        #faq_index dt.on {
            background: url(/images/faq_on.png) no-repeat;
            }
        #faq_index dt.on a{
            color: #666;
            }
        #faq_index dt.on a:hover{
            color: #ff8b00;
            }
        #faq_index dt.off {
            background: url(/images/faq_off.png?74594) no-repeat;
            }



/*
========================================================================
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 #navigation {
    display: none;
    }
    #sitemap li {
        margin: 0 0 5px 0;
        }

