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

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

html {
    background: #fff url(/images/bg_repeat.jpg) repeat-x;
    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 {
    }

p{
   margin:10px 0;
}

p.field_error{
   margin:10px 0;
   width:200px;
   float:left;
   _margin:10px 0;
}

h1, h2, h3, h4, h5, h6, legend {

    }

h2{
   font-size:15px;
   margin:15px;
   _margin:15px;
}

h3 {

    }

.text,
.smalltext,
.mediumtext,
.largetext,
.password {

    }

.image {

    }

select.dropdown {

    }

a {
    color: #00b;
    outline: none;
    text-decoration: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
========================================================================
*/

#container {
    width: 1023px;
    _width: 1055px;
    margin: 0 auto;
    text-align: left;
    }


    /* === Header === */

    #header {
        float: left;
        background: url(/images/bg_header.jpg) no-repeat;
        width:1023px;
        height:165px;
        }

            #header_spacer {
                float:left;
                height:141px;
                width:800px;
                _width:700px;
                }
     

            #newsletter_signup {
                float:right;
                height:141px;
                width:206px;
                background: url(/images/bg_newsletter.jpg) no-repeat;
                }
                
                #newsletter_signup form {
                    padding-top:61px;
                    padding-left:63px;
                    _padding-top:52px;
                    _padding-left:36px;
                    _margin-left:27px;
                    _margin-top:8px;

                    }
                    #newsletter_signup fieldset {
                        border: none;
                        }
                        #newsletter_signup ul {
                            padding: 0;
                            width:100px;
                            }
                            #newsletter_signup li {
                                margin: 0 0 0px 0;
                                }

                            #newsletter_signup li.fullname {
                               margin: 0 0 15px 0;
                               _margin: 0 0 8px 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;
                            }
            #search {
                float:left;
                width:240px;
                }
                #search form {
                    }
                    #search fieldset {
                        float:left;
                        }
                        #search #input_search {
                            width: 160px;
                            float: left;
                            padding-top:0px;
                            margin-top:5px;
                            _margin-top:3px;
                            border: 1px solid #000;
                            }
                        #search #input_search_submit {
                            float: right;
                            position: static;
                            }

        #pri_nav {
            width: 615px;
            height: 25px;
            float: right;
            margin: 0 5px 0 0;
            }
            #pri_nav ul {
                list-style: none;
                padding: 0;
                }
                #pri_nav li {
                    float: left;
                    }
                    #pri_nav a {
                        display: block;
                        height: 24px;
                        text-indent: -9999px;
                        }
                    #pri_nav li.home a {
                        background: url(/images/nav_prinav_home.png?987) no-repeat;
                        width:78px;
                        }
                    #pri_nav li.about_us a {
                        background: url(/images/nav_prinav_about_us.png?987) no-repeat;
                        width:113px;
                        }
                    #pri_nav li.menus a {
                        background: url(/images/nav_prinav_menus.png?987) no-repeat;
                        width:86px;
                        }
                    #pri_nav li.testimonials a {
                        background: url(/images/nav_prinav_testimonials.png?987) no-repeat;
                        width: 150px;
                        }
                    #pri_nav li.sumo a {
                        background: url(/images/nav_prinav_sumo.png?987) no-repeat;
                        width:80px;
                        }
                    #pri_nav li.contact a {
                        background-image: url(/images/nav_prinav_contact.png?987);
                        width:108px;
                        }
                    #pri_nav a.selected {
                        background-position: 0% 100% !important;
                        }





    /* === Body === */

    #body {
        width: 100%;
        float: left;
        }
        #sidebar {
            width: 160px;
            float: left;
            }
        #sidebar input.text {
            width: 100%;
            }




        #content {
            width: 1023px;
            _width:1060px;
            float: left;
            }

         #left_box {
            float:left;
            width:409px;
            height:713px;
            background: url(/images/bg_left_box.jpg) no-repeat;
            }


         #right_box {
            float:left;
            width:614px;
            margin-top:10px;
            _margin-top:5px;
            }





            #messages {
                background: #fff;
                margin: 0 0 0px 0;
                padding: 10px 0 0 0;
                width:620px;
                float:right;
                }
                #messages p {
                    margin: 0 10px 10px 10px;
                    _margin: 0 5px 5px 5px;
                    padding: 0 0 0 23px;
                    _padding: 0 0 0 10px;
                    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: 610px;
                float: right;
                _margin-right:20px;
                }

                #foot {
                    float:right;
                    }

                #footlinks {
                    height:25px;
                    background:url(/images/bg_footlinks.jpg) no-repeat;
                    background-position:right;
                     }
                

                    #footer li {
                        float:right;
                        margin:7px 5px 10px 5px;
                        }

                    #footer li a{
                         color:#000;
                         }

                #footer p, #footer a {
                    margin: 0px;
                    line-height:100%;
                    }


                #copypow {
                    float:right;
                    }

                #copypow p {
                    float:right;
                    margin 0 10px;
                    _margin 0 5px;
                    }



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


#welcome {
    float:right;
    width:612px;
    height:42px;
    background: url(/images/bg_welcome.jpg);
    margin-bottom:10px;
    _margin-bottom:5px;
    }

#flash_panel {
    float:right; 
}


#home_text {
    width:305px;
    float:left;
}

#home_text p{
    padding:5px;
}

#home_quote {
    text-align:center;
    width:275px;
    float:right;
    font-size:17px;
}




/*
========================================================================
About Us
================================================
*/


#page_about_us #copy h2 {
    text-indent:-9999px;
    width:614px;
    height:37px;
    background: url(/images/bg_about_us.jpg) no-repeat;
    margin-bottom:10px;
    _margin-bottom:5px;
}

#page_about_us #additional {
    width:320px;
    float:left;
}

#small_image {
    float:right;
}


/*
========================================================================
Menus
==========================================================================
*/


#children_wrapper {
    width:360px;
    float:left;
}

#children_wrapper li {
    float:left;
    margin:6px 0;
    _margin:3px 0;
}

#children_wrapper li a{
    background: url(/images/bg_menu_item.jpg) no-repeat;
    width:355px;
    height:24px;
    padding:5px 0 0 35px;
    float:left;
}


#children_wrapper li a{
   color:#fff;
   font-size:13px;
}

#children_wrapper li a.selected {
    background: url(/images/bg_menu_item_selected.jpg) no-repeat;
}

#additional {
    float:right;
    _float:left;
    width:610px;
}

#children_wrapper li.take_away_menu a{
    background: url(/images/bg_menu_take_away.jpg) no-repeat;
    height:43px;
    padding-top:20px;

}

#children_wrapper li.take_away_menu a.selected{
    background: url(/images/bg_menu_take_away_selected.jpg) no-repeat;
    height:34px;
    padding-top:20px;
}



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

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

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




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




#page_contact {
    }
    #page_contact #additional {
        width: 200px;
        float: right;
        margin: 80px 0 0 0;
        _margin: 50px 0 0 0;
        }
    #page_contact #fields {
        width: 200px;
        float: left;
        margin: 0px 0 0 0;
        }

    #bg_book_table {
        float:left;
        width:350px;
        height:36px;
        background: url(/images/bg_book_table.jpg) no-repeat;
        margin-bottom:10px;
        _margin-bottom:6px;
        }

    #book_table_summary{
        float:left;
        width:350px;
        margin-bottom:5px;
        _margin-bottom:3px;
        }

    #page_contact #fields li{
        float:left;
        margin:10px 0;
        _margin:6px 0;
        }

    #page_contact #fields li label{
        float:left;
        }

    #page_contact #fields li input{
        float:right;
        border:1px solid #E8BD18;
        padding:3px;
        }

    #page_contact #fields li input.image{
        float:right;
        border:none;
        padding:0px;
        }



/*
========================================================================
Links
========================================================================
*/


#page_links #additional {
    width:610px;
    float:left;
    margin-left:5px;
    _margin-left:3px;
}


#page_links #additional a{
    color:#333;
}

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

#sitemap {
    min-height: 300px;
    .height: 300px;
}

#sitemap ul {
    text-indent: 20px;
    margin-bottom: 20px;
}

#sitemap li.navigation {
    display: none;
}