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

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

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



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

div, p, span, li, dd, dt, th, td, legend, h1, h2, h3, h4, h5, h6 {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    color: #666;
    }

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

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 #CCC;
    background: #FFF;
    color: #666;
    font-size: 11px;
    padding: 2px;
    }

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

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

#border {
    width: 896px;
    margin: 0 auto;
    background: #CCC;
    border: 1px #CCC solid;
    }

#container {
    width: 876px;
    margin: 0 auto;
    text-align: left;
    background: #FFF;
    border: 1px #FFF solid;
    overflow: hidden;
    margin-bottom: 10px;
    min-height: 500px;
    }


    /* === Header === */

    #header {
        width: 100%;
        float: left;
        margin: 20px 0;
        _margin-bottom: 10px;
        }
        
        #logo {
            width: 500px;
            height: 73px;
            float: left;
            overflow: hidden;
            margin: 0px 27px;
            _margin-left: 13px;
            }

        #pri_nav {
            margin: 15px 27px 5px 14px;
            _margin-left: 9px;
            width: 100%;
            height: 42px;
            float: left;
            }
            #pri_nav ul {
                list-style: none;
                padding: 0;
                }
                #pri_nav li {
                    float: left;
                    }
                    #pri_nav a {
                        display: block;
                        width: 106px;
                        height: 42px;
                        text-indent: -9999px;
                        }
                    #pri_nav a:hover {
                        background-position: 0 100%;
                        }
                    #pri_nav li.home a {
                        background-image: url(/images/nav_prinav_home.png);
                        }
                    #pri_nav li.about_us a {
                        background-image: url(/images/nav_prinav_about_us.png);
                        }
                    #pri_nav li.blinds a {
                        background-image: url(/images/nav_prinav_blinds.png);
                        }
                    #pri_nav li.conservatory_blinds a {
                        background-image: url(/images/nav_prinav_conservatory_blinds.png);
                        }
                    #pri_nav li.awnings a {
                        background-image: url(/images/nav_prinav_awnings.png);
                        }
                    #pri_nav li.portfolio a {
                        background-image: url(/images/nav_prinav_portfolio.png);
                        }
                    #pri_nav li.faqs a {
                        background-image: url(/images/nav_prinav_faqs.png);
                        }
                    #pri_nav li.contact a {
                        background-image: url(/images/nav_prinav_contact.png);
                        }
                    #pri_nav a.selected {
                        background-position: 0 100%;
                        }


    /* === Body === */

    #body {
        margin: 0px 27px;
        _margin-left: 13px;
        width: 826px;
        float: left;
        }
        #sidebar {
            width: 160px;
            float: left;
            }
        #sidebar input.text {
            width: 100%;
            }
            #search {
                width: 265px;
                float: right;
                margin: 50px 27px 0 0;
                }
                #search form {

                    }
                    #search fieldset {
                        border: none;
                        }
                        #search #input_search {
                            width: 185px;
                            height: 12px;
                            border: 1px #CCC solid;
                            float: left;
                            }
                        #search #input_search_submit {
                            float: right;
                            position: static;
                            }
            #submenu {
                }
                #submenu h2 {
                    padding: 5px 5px 0 5px;
                    }
                #submenu ul {
                    padding: 5px;
                    }
                    #submenu li {
                        margin: 0 0 5px 0;
                        }
                        #submenu a {
                            color: #FFF;
                            text-decoration: none;
                            text-transform: uppercase;
                            }
                        #submenu a:hover {
                            text-decoration: underline;
                            }
            #newsletter_signup {
                }
                #newsletter_signup form {
                    padding: 5px;
                    }
                    #newsletter_signup fieldset {
                        border: none;
                        }
                        #newsletter_signup ul {
                            padding: 0;
                            }
                            #newsletter_signup li {
                                margin: 0 0 5px 0;
                                }
                        #newsletter_signup li.submit {
                            margin: 0;
                            }
                            #newsletter_signup label {
                                display: block;
                                line-height: 100%;
                                margin: 0 0 2px 0;
                                }
                        #newsletter_signup li.list {
                            width: 100%;
                            float: left;
                            }
                            #newsletter_signup li.list input.checkbox {
                                float: left;
                                }
                            #newsletter_signup li.list label {
                                display: block;
                                float: left;
                                padding: 2px 0 0 4px;
                                }
                        #newsletter_signup li.submit {
                            width: 100%;
                            float: left;
                            margin: 5px 0 0 0;
                            }
        #content {
            width: 100%;
            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: 896px;
                margin: 0 auto;
                text-align: center;
                margin-top: 10px;
                }
                #footerright {
                    float: right;
                    text-align: right;
                }
                #footerleft {
                    float: left;
                    text-align: left;
                }
                #footer ul {
                    list-style: none;
                    padding: 0;
                    }
                    #footer li {
                        display: inline;
                        }
                #footer p {
                    padding: 0px;
                    }



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

#page_home {
    }

    #page_home #top {
        width: 826px;
        float: left;
        margin-bottom: 20px;
        }
        #page_home #top #flash_panel {
            width: 488px;
            height: 308px;
            float: left;
            }
        #page_home #top #telephone {
            background: url(/images/telephone_bg.png) no-repeat;
            width: 317px;
            height: 136px;
            float: right;
            }
            #page_home #top #telephone p {
                margin: 10px 10px 0px 140px;
                font-size: 11px;
                color: #FFF;
                font-weight: normal;
                height: 65px;
                overflow: hidden;
                }
            #page_home #top #telephone .tel_num {
                margin: 0px 5px 0px 140px;
                font-size: 19px;
                color: #FFF;
                font-weight: bold;
                }
        #page_home #top #additional {
            width:317px;
            height: 152px;
            float: right;
            margin-top: 20px;
            }

    #page_home #bottom {
        height: 227px;
        float: left;
        width: 826px;
        }    
    
    #page_home #bottom #featured_items {
        width: 488px;
        float: left;
        height: 227px;
        background: url(/images/header_bg_grey.jpg) top left repeat-x;
        }
        #page_home #bottom .title {
            float: left;
            padding: 5px 20px;
            font-weight: bold;
            width: 90%;
            }

    #page_home #bottom #selling_points {
        width: 318px;
        float: right;
        height: 227px;
        background: url(/images/header_bg_grey.jpg) top left repeat-x;
        }
        #page_home #bottom #selling_points ul {
            margin: 35px 0 0 10px;
            }
            #page_home #bottom #selling_points ul li {
                padding: 10px 0;
                border-bottom: 1px #CCC dotted;
                background: url(/images/bullet.jpg) center right no-repeat;
                }

        #featured_items dl {
            float: left;
            width: 147px;
            margin: 14px 0 5px 10px;
            display: block;
            }
            #featured_items dt {
                padding: none;
                text-align: left;
                line-height: 100%;
                }
                #featured_items dt a {
                    font-weight: bold;
                    text-decoration: none;
                    color: #5F6ABD;
                    line-height: 100%;
                    font-size: 11px;
                    }
            #featured_items dd.thumbnail {
                width: 147px;
                height: 108px;
                display: table-cell;
                vertical-align: middle;
                text-align: center;
                }
            #featured_items dd.thumbnail img {
                }
            #featured_items dd.summary {
                font-size: 11px;
                height: 50px;
                line-height: 120%;
                }


/*
========================================================================
Results
========================================================================
*/

#results {
    float: left;
    }
    dl.product {
        width: 170px;
        height: 250px;
        margin: 0 13px;
        float: left;
        text-align: center;
        }
        dl.product dd.thumbnail {
            display: table-cell;
            vertical-align: middle;
            text-align: center;
            width: 170px;
            height: 154px;
            }
        dl.product dt {
            text-align: center;
            }
            dl.product dt a {
                text-decoration: none;
                font-weight: bold;
                color: #333;
                }
        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 List - TOPIC
========================================================================
*/

#topic {
    width: 826px;
    float: left;
    }
    #topic h2 {
        padding-bottom: 5px;
        margin-bottom: 10px;
        border-bottom: 1px #CCC solid;
        }
    #topic #sidemenu {
        width: 200px;
        float: left;
        }
        #topic #sidemenu #categories {
            width: 100%;
            float: left;
            }
            #topic #sidemenu #categories ul {
                padding: 0;
                float: left;
                width: 190px;
                }
                #topic #sidemenu #categories ul li {
                    margin: 5px 0px;
                    float: left;
                    width: 190px;
                    }
                    #topic #sidemenu #categories ul li a {
                        text-decoration: none;
                        width: 190px;
                        height: 15px;
                        padding: 9px;
                        background: url(/images/sidemenu_header.jpg) top left no-repeat;
                        float: left;
                        }
                        #topic #sidemenu #categories ul li a.selected {
                            color: #FFF;
                            background: url(/images/sidemenu_header_selected.jpg) top left no-repeat;
                            float: left;
                            }
                 #topic #sidemenu #categories ul li ul.subcategories {
                     float: left;
                     }
                 #topic #sidemenu #categories ul li ul.subcategories li {
                     display: block;
                     width: 100%;
                     float: left;
                     margin: 5px 0px 5px 10px;
                     padding: 0;
                     height: auto;
                     }
                 #topic #sidemenu #categories ul li ul.subcategories li a {
                     background: none;
                     width: auto;
                     height: auto;
                     float: left;
                     padding: 0;
                     }
                     #topic #sidemenu #categories ul li ul.subcategories li a.selected {
                         color: #000;
                         text-indent: 20px;
                         background: url(/images/bullet.jpg) center left no-repeat;
                         }
    #topic #additional {
        float: right;
        width: 606px;
        }

        #topic #additional .paging {
            display: block;
            width: 100%;
            float: left;
            text-align: right;
            margin-top: 20px;
            }

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

#product {
    }
    #product h2 {
        padding-bottom: 5px;
        margin-bottom: 10px;
        border-bottom: 1px #CCC solid;
        }
    #product #details {
        width: 476px;
        float: left;
        }
        #product #details h2 {
            border: none;
            margin-top: 20px;
            }
    #product #gallery {
        width: 330px;
        float: right;
        margin-top: 20px;
        }
        #product #detail_image a.zoom_link {
            display: block;
            text-decoration: none;
            height: 18px;
            text-indent: 15px;
            color: #000;
            font-size: 11px;
            padding-top: 2px;
            background: url(/images/btn_zoom_link.jpg) no-repeat;
            }
        #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;
            }



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

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



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

#page_contact {
    }
    #page_contact h2 {
        padding-bottom: 5px;
        margin-bottom: 10px;
        border-bottom: 1px #CCC solid;
        }
    #page_contact #additional {
        width: 413px;
        float: left;
        margin: 5px 0 0 0;
        }
    #page_contact #fields {
        width: 413px;
        float: right;
        margin: 5px 0 0 0;
        }



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

#page h2 {
        padding-bottom: 5px;
        margin-bottom: 10px;
        border-bottom: 1px #CCC solid;
        }

#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 {
    _height: 500px;
    }
    #faq_index dt {
        margin: 20px 0 0 0;
        font-weight: bold;
        }
        #faq_index dt a {
            color: #5F6ABD;
            text-decoration: none;
            }
        #faq_index dt.on {
            }
        #faq_index dt.off {
            }
            #faq_index dd {
                margin-top: 20px;
                text-indent: 50px;
                }



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

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

#section {
    width: 826px;
    float: left;
    }
    #section h2 {
        padding-bottom: 5px;
        margin-bottom: 10px;
        border-bottom: 1px #CCC solid;
        }
    #section #sidemenu {
        width: 200px;
        float: left;
        }
        #section #sidemenu #categories {
            width: 100%;
            float: left;
            }
            #section #sidemenu #categories ul {
                padding: 0;
                float: left;
                width: 190px;
                }
                #section #sidemenu #categories ul li {
                    margin: 5px 0px;
                    float: left;
                    width: 190px;
                    }
                    #section #sidemenu #categories ul li a {
                        text-decoration: none;
                        width: 190px;
                        height: 15px;
                        padding: 9px;
                        background: url(/images/sidemenu_header.jpg) top left no-repeat;
                        float: left;
                        }
                        #section #sidemenu #categories ul li a.selected {
                            color: #FFF;
                            background: url(/images/sidemenu_header_selected.jpg) top left no-repeat;
                            float: left;
                            }
                 #section #sidemenu #categories ul li ul.subcategories {
                     float: left;
                     }
                 #section #sidemenu #categories ul li ul.subcategories li {
                     display: block;
                     width: 100%;
                     float: left;
                     margin: 5px 0px 5px 10px;
                     padding: 0;
                     height: auto;
                     }
                 #section #sidemenu #categories ul li ul.subcategories li a {
                     background: none;
                     width: auto;
                     height: auto;
                     float: left;
                     padding: 0;
                     }
                     #section #sidemenu #categories ul li ul.subcategories li a.selected {
                         color: #000;
                         text-indent: 20px;
                         background: url(/images/bullet.jpg) center left no-repeat;
                         }
    #section #additional {
        float: right;
        width: 606px;
        }

        #section #additional .paging {
            display: block;
            width: 100%;
            float: left;
            text-align: right;
            margin-top: 20px;
            }

#section #children_wrapper { float: left; }
#section #children {float: left;}
#section ul.topics {float: left; width: 626px;}
#section ul.topics li {float: left; width: 170px; margin: 19px;}
#section ul.topics li .image {float: left; width: 170px; height:154px;}
#section ul.topics li .title {width: 170px; height: 16px; float: left; text-align: center; background: url(/images/topic_header_bg.jpg) top left no-repeat; padding: 11px 0;}
#section ul.topics li .title a {text-decoration: none;}
            
/*--Portfolio--*/

#section #children_wrapper.portfolio ul {float: left;}
#section #children_wrapper.portfolio li {float: left; margin: 2px;}

/*
========================================================================
Search Results
========================================================================
*/

#search_results {
    }
    #search_results h2 {
        padding-bottom: 5px;
        margin-bottom: 10px;
        border-bottom: 1px #CCC solid;
        }

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

#sitemap {
    }
    #sitemap h2 {
        padding-bottom: 5px;
        margin-bottom: 10px;
        border-bottom: 1px #CCC solid;
        }
        #sitemap ul li.navigation {
            display: none;
            }
        #sitemap ul li ul {
            text-indent: 30px;
            }