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

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

body {
    background: #000000 repeat-x;
    text-align: center;
    }



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

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

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

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

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

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

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

h3 {
    font-size: 16px;
    margin-bottom:20px;
    }

.text,
.smalltext,
.mediumtext,
.largetext,
.password {
    border: 1px solid #FFF;
    background: #360E00;
    color: #FFF;
    font-size: 11px;
    padding: 2px;
    }

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

a {
    color: #FFF;
    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: 751px;
    margin: 0 auto;
    text-align: left;
    }


    /* === Header === */

    #header_wrapper {
        width: 100%;
        float: left;
        background:url(/images/bg_header.jpg) repeat-x;
        background-position:bottom center;
        height:230px;
        }

    #header {
       width: 751px;
       margin: 0 auto;
       text-align: left;
       } 


        #logo {
            width: 271px;
            height: 121px;
            float: left;
            overflow: hidden;
            margin:40px 0 0 0;
            }

        #pri_nav {
            width: 100%;
            float: left;
            margin:26px 0 0 0;
            }
            #pri_nav ul {
                list-style: none;
                padding: 0;
                }
                #pri_nav li {
                    float: left;
                    }

                    #pri_nav a {
                         float:left;
                         text-decoration:none;
                         padding-right:20px;
                         margin-right:20px;
                         font-size:13px;
                         background:url(/images/bg_nav_divider.png) no-repeat;
                         background-position:right center;
                        }

                    #pri_nav li.contact a{
                         background-image:none;

                      }

                    #pri_nav a:hover {

                        }
                    #pri_nav a.selected {
                        
                        }





    /* === Body === */

    #body {
        width: 100%;
        float: left;
        }
        #sidebar {
            width: 164px;
            float: left;
            margin:15px 0 0 0;
            }
        #sidebar input.text {
            width: 130px;
            float:left;
            }
            #search {
                float:right;
                background:url(/images/bg_search_box.png);
                width:186px;
                height:167px;
                margin:15px 0 0 0;
                }
                #search form {
                    padding: 5px;
                    }
                    #search fieldset {
                        border: none;
                        }
                        #search #input_search {
                            width: 128px;
                            float: left;
                            margin:90px 0 0 20px;
                            }
                        #search #input_search_submit {
                            float: left;
                            margin:20px 0 0 50px;
                            position: static;
                             }

     #specials_top {
          float:left;
          background:url(/images/bg_black_board_top.png);
          height:20px;
          width:164px;
         }

     #specials_mid {
          float:left;
          background:url(/images/bg_black_board.png);
          width:164px;
         }

     #specials_text {
         margin-left:22px;
         width:120px;
         }
           
     #specials_bottom {
          float:left;
          background:url(/images/bg_black_board_bottom.png);
          width:164px;
          height:21px;
         }

      #booking_form {
          margin:20px 0 0 0;
          float:left;
          border:1px solid #fff;
          width:164px;
          padding-bottom:10px;
          } 

      #booking_form #fields {
           float:left;
           margin:0 0 4px 12px;
           _margin:0 0 14px 6px;

           }

      #booking_form form {
           float:left;
           }

      #booking_form ul {
           float:left;
           padding:0;
           }

      #booking_form h2{  
           border-bottom:1px solid #fff;
           padding:5px;
           float:left;
           font-size:14px;
           width:151px;
           }

      #booking_text {
          float:left;
          line-height:100%;
          font-size:10.5px;
          margin:10px 0 10px 12px;
          _margin:10px 0 10px 6px;
          } 

      #booking_form li{
           float:left;
          }

      #booking_form li.input_submit{
           float:left;

          }      

      #booking_submit {
          float:left;
          margin:10px 0 0px 28px;
          }

        #content {
            width: 564px;
            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: 100%;
                float: left;
                text-align: center;
                margin: 20px 0;
                }

                #footer ul {
                    list-style: none;
                    padding: 0;
                    float:left;
                    width:100%;
                    margin:0 0 10px 0;
                    }

                    #footer li {
                        float:left;
                        background:url(/images/bg_footer_divider.png) no-repeat;
                        background-position:right 5px;
                        margin-right:10px;
                        padding-right:10px;
                        }

                    #footer li.privacy_policy {
                        background-image:none;
                     }

                #footer p {
                    padding: 0px 0 0 0;
                    text-align:left;
                    }



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

#page_home {
    }

#flash_panel {
    float:left;
    border:1px solid #fff;
    margin:15px 0 0 0;
}

#home_featured {
    float:left;
    width:100%;
    border:1px solid #fff;
    margin:15px 0 0 0;
}


#home_text {
}

#home_text p{
font-size:10.5px;
margin:10px;
padding:0;
} 

#home_image {
 float:right;
 border-bottom:1px solid #fff;
 border-left:1px solid #fff;
 margin:0 0 0px 10px;

}


/*
========================================================================
Document
========================================================================
*/

#page {
 float:left;
 border:1px solid #fff;
 margin:15px 0 0 0;
 padding:10px;
}


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

#section {
 float:left;
 border:1px solid #fff;
 margin:15px 0 0 0;
 padding:10px;
}


#section #children_wrapper{  
 float:left;
 width:100%;
}

#section #children_wrapper ul{
 float:left;
 width:100%;
 text-align:center;
 margin:5px 0;
}  

#section #additional {
  float:left;
  width:100%;
}

#children_wrapper li{
 display:inline;
 margin-left:20px;
 font-size:14px;
}  

#children_wrapper li a.selected{
   text-decoration:underline;

}

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

#form {
 float:left;
 border:1px solid #fff;
 margin:15px 0 0 0;
 padding:10px;
 width:544px;
    }
    #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 {
    }
#form #left {
   width:270px;
  float:left; 
}

#form #right {
  width:250px;
  float:left;
  margin-left:15px;
}

#form #right form{
  float:left;
  width:100%;
}

#form #right li label{
margin:5px 0px;
font-size:12px;
width:100%;
}

#form #right li input, 
#form #right li textarea {
   width:203px;
}


#form #right li.input_submit input {
    width:75px;
}

#contact_text {
   float:left;
   width:203px;
   margin: 0 0 10px 0;
}

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

/* Site Map */

.sitemap # Navigation
 {
   display: none;
    }



