

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

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

body {
    background: url('/images/bg.png') repeat-x;
    text-align: center;
    }
#page_home {
    background: url('/images/home_bg.png') repeat-x;
    }


#page_tiles #additional {
display: none;
}

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

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

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

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

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

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

h2  {
    font-family: Georgia, Times;
    font-size: 18px;
    }

h3, span {
    font-family: Lucida Grande, Arial;
    color: #333;
    font-size: 13px;
    font-weight: bold;
    }

legend, label {
    font-size: 11px;
    color: #FFF;
    font-weight: bold;
    }

.text,
.smalltext,
.mediumtext,
.largetext,
.password {
    border: 1px solid #CCC;
    color: #666;
    font-size: 11px;
    padding: 1px;
    }

.image {
    position: absolute;
    }

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

a {
    color: #D01F3C;
    outline: none;
    font-weight: bold;
    text-decoration: none;
    line-height: 171%;
    }

a:hover {
    color: #666;
    }

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

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

label {
    font-weight: bold;
    }

fieldset {
    border: none;
    }



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

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


    /* === Header === */

    #header {
        width: 800px;
        height: 174px;
        float: left;
        }

        #left {
            width: 410px;
            height: 139px;
            float: left;
            }

        #logo {
            width: 358px;
            height: 139px;
            float: left;
            overflow: hidden;
            }

#navigation {
width: 800px;
float: left;
}

        #pri_nav {
            width: 800px;
            height: 36px;
            float: left;
            }
            #pri_nav ul {
                list-style: none;
                padding: 0;
                }
                #pri_nav li {
                    float: left;
                    }
                    #pri_nav a {
                        display: block;
                        width: 80px;
                        height: 36px;
                        text-indent: -9999px;
                        }
                    #pri_nav a:hover {
                        background-position: 0 100%;
                        }
                    #pri_nav li.home a {
                        background-image: url(/images/home.png);
                        }
                    #pri_nav li.about_us a {
                        background-image: url(/images/about_us.png);
                        }
                    #pri_nav li.vinyls a {
                        background-image: url(/images/vinyls.png);
                        }
                    #pri_nav li.carpets a {
                        background-image: url(/images/carpets.png);
                        }
                    #pri_nav li.tiles a {
                        background-image: url(/images/tiles.png);
                        }
                    #pri_nav li.laminate a {
                        background-image: url(/images/laminate.png);
                        }
                    #pri_nav li.rugs a {
                        background-image: url(/images/rugs.png);
                        }
                    #pri_nav li.karndean a {
                        background-image: url(/images/karndean.png);
                        }
                    #pri_nav li.special_offers a {
                        background-image: url(/images/special_offers.png);
                        }
                    #pri_nav li.contact a {
                        background-image: url(/images/contact_us.png);
                        }
                    #pri_nav a.selected {
                        background-position: 0 100%;
                        }
        #right {
            width: 230px;
            height: 138px;
            float: right;
            }

            #newsletter_signup {
                padding-top: 15px;display:none;
                }
                #newsletter_signup fieldset {
                    border: none;
                    float: right;
                    }
                    html > body #newsletter_signup legend {
                        padding-left: 52px;
                        padding-bottom: 7px;
                        }
                    #newsletter_signup legend {
                        padding-left: 45px;
                        padding-bottom: 7px;
                        }
                    #newsletter_signup ul {
                        padding: 0;
                        }
                        #newsletter_signup li {
                            margin: 0 0 5px 0;
                            }
                            .fullname {
                                padding-left: 8px;
                                }
                            #input_fullname, #input_email {
                                margin-left: 10px;
                                width: 164px;
                                }
                            html > body .email label {
                                padding-right: 2px;
                                }
                            .email label {
                                padding-right: 6px;
                                }
                            #newsletter_signup li.submit {
                                padding: 0px 0 0 29px;
                                }
                            html > body #newsletter_signup li.submit {
                                padding: 5px 0 0 52px;
                                }

#search .paging {width:100%;float:right;text-align:right;}            
            #search fieldset {
                float: right;padding-top: 15px;
                }
                #search label {
                    color: #FFF;
                    float: left;
                    padding-right: 10px;
                    }
                #search #input_search {
                    .float: right;
                    width: 164px;
                    margin: 0 0 5px 0;
                    }
                #search #input_search_submit {
                    padding-left: 10px;
                    }
                #search li.searchhide {
                    display: none;
                    }
                #search li.submit {
                    padding: 0px 0 0 38px;
                    }
                html > body #search li.submit {
                    padding: 5px 0 0 48px;
                    }
                #search ul {
                    .padding: 0px;
                    }

    /* === Body === */

    #body {
        width: 800px;
        float: left;
        }
        #content {
            padding-top: 20px;
            width: 800px;
            float: left;
            }
        #page_home #content {
            padding-top: 0px;
            }
            #messages {
                background: #D01F3C;
                border: 1px solid #999;
                margin: 0 0 20px 0;
                padding: 10px 0 0 0;
                }
                #messages p {
                    color: #FFF;
                    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_container {
                margin-top: 60px;
                width: 800px;
                float: left;
                border-top: 1px dotted #CCC;
                }
                #copyright {
                float: left;
                }
                #copyright a {
                text-decoration: none;
                }
                #copyright p {
                    line-height: 100%;
                    font-size: 11px;
                    }
            #footer {
                float: right;
                }
            #footer a {
                text-decoration: none;
                }
                #footer ul {
                    list-style: none;
                    width: 450px; background: ;
                    }
                    #footer li {
                        display: inline;
                        font-size: 11px;
                        line-height: 100%;
                        }

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

#page_home {
    }
    #middle {
        float: left;
        width: 800px;
        height: 350px;
        padding-top: 25px;
        }
    #bottom {
        float: left;
        width: 800px;
        height: 26;
        margin-bottom: 15px;
        }
        #featured_carpets {
            padding-top: 15px;
            width: 350px;
            float: left;
            }
            .featured_copy1 {
                float: left;
                width: 216px;
                padding-right: 15px;
                }
            #featured_copy h2 {
                padding-bottom: 13px;
                border-bottom: 1px dotted #999;
                }
            #featured_copy p {
                padding-top: 13px;
                }
            #featured_thumb {
                height: 14px;                
                }
            #featured_thumb {
                float: right;
                width: 94px;
                height: 142px;
                padding: 5px;
                border: 1px dashed #999;
                }
        #featured_tiles {
            padding-top: 15px;
            width: 325px;
            float: right;
            }

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

#page_carpets #additional {
    display: none;
    }

.paging_container {
    width: 800px;
    float: left;
    border-bottom: 1px dotted #CCC;
    }
    #heading {
        float: left;
        width: 200px;
        padding: 4px 0 13px 0;
        }
    .paging {
        float: right;
        }

        #submenu {
            float: left;
            width: 100%;
            height: 38px;
            border-bottom: 1px dotted #CCC;
            }
        #option_1_label {
        font-weight: bold;
        height: 20px;
        float: left;
        width: 70px;
        padding: 0px 17px 0 2px;
        }
        #option_1 {
        width: 100%;
        height: 20px;
        float: left;
        padding: 10px 0 0 0;
        }
        #option_1 ul {
            float: left;
            width: 600px;
            padding: 0;
            list-style: none;
            }
            #option_1 li {
                float: left;
                height: 15px;
                padding: 0 3px
                }
                #option_1 a {
                    text-decoration: none;
                    }

        #option_2_label {
        font-weight: bold;
        height: 20px;
        float: left;
        wwidth: 200px;
        padding: 0px 17px 0 2px;
        }
        #option_2 {
        width: 100%;
        height: 15px;
        float: left;
        }
        #option_2 ul {
            float: left;
            width: 400px;
            padding: 0;
            list-style: none;
            }
            #option_2 li {
                float: left;
                height: 15px;
                margin: 0px 3px;
                }
                #option_2 a {
                    text-decoration: none;  
                    }

#results {
    }
    html > body dl.product {
        margin-bottom: 23px;
        }
    dl.product {
        width: 140px;
        height: 190px;
        padding: 0 29px;
        margin-top: 23px;
        margin-bottom: 0;
        float: left;
        }
    dl.product h3 {
        width: 140px;
        padding-bottom: 8px;
        }
        dl.product dd.thumbnail {
            text-align: center;
            width: 140px;
            margin-top: 10px;
            }
        dl.product dd.thumbnail img {
            width: 100px;
            height: 100px;
            }
        dl.product dt {
            width: 140px;
            text-align: left;
            }
        dl.product dd.summary {
            width: 140px;
            height: 37px;
            text-align: left;
            font-size: 11px;
            }
    .separator {
        width: 100%;
        border-bottom: 1px dotted #CCC;
        float: left;
        }
    .col1, .col2, .col3 {
        border-right: 1px dotted #CCC;
        }

#page_carpets #footer_container {
    border: 0;
    margin-top: 0;
    }

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

#product {
margin-top: 60px;
    padding-bottom: 15px;
    }
    #product #details {
        width: 390px;
        float: left;
        }
        #product #details h2 {
            width: 343px;
            padding-bottom: 13px;
            border-bottom: 1px dotted #999;
            }
        #product #description {
            padding-top: 13px;
            }
    #product #gallery {
        width: 343px;
        height: 292px;
        float: right;
        text-align: center;
        }
#fixed {
	float:right;
	width:343px;
	height:292px;
	background:#666;
	display:block;
}

    #product #related {
        width: 100%;
        float: left;
        margin: 25px 0 0 0;
        }
        #results .end {
            border: none;
            }
        #product #related h2 {
            padding-bottom: 13px;
            border-bottom: 1px dotted #CCC;
            }
        #product #results {
            margin-top: 5px;
            }

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

#newsletter label {
    color: #333;
    }

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

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

#newsletter {
    padding-bottom: 5px;
    }

/*
========================================================================
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 #fields {
        width: 525px;
        float: left;
        margin: 5px 0 0 0;
        }
        #fields label {
            color: #333;
            font-size: 12px;
            }
        #fields .text {
            width: 400px;
            height: 19px;
            border: 1px dashed #999;
            }
        #fields .mediumtext {
            width: 400px;
            height: 150px;
            border: 1px dashed #999;
            }
            #google_map {
                padding-top: 50px;
                padding-right: 65px;
                float: right;
                width: 400px;
                }
    #page_contact #additional {
        width: 225px;
        float: right;
        }
    #page_contact #footer_container {
        margin-top: 40px;
        }