/*-------------------------------------------------
		    - GLOBAL -
-------------------------------------------------*/

body {
    font-size: 12px;
    line-height: 1.5em;
    font-style: normal;
    font-weight: normal;
    font-family: arial, verdana, serif;
    background: #edece1 url('../images/build/bg.jpg') repeat;
    color: #666;
    text-align: left;
}

body, h1, h2, h3, h4, h5, h6, p, ul, li, dl, dt, dd, input, form, fieldset, label {
    padding: 0;
    margin: 0
}

form p {
    color: #fff;
    font-size: 12px;
}

#container {
    width: 832px;
    margin: 0 auto;
    background: #fff;
}

a.see_calender {
    background: #8cbbdd;
    padding: 10px 8px;
    border-radius: 10px;
    font-size: 14;
    width: 200px;
    text-align: center;
    color: #fff;
}

a {
    color: #c03000;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a img {
    border: none;
}

p {
    margin: 0 0 1.5em 0;
}

span {
    color: #3f85a9;
    font-weight: bold;
}

.ghost {
    display: none;
}

span {
    color: #fff;
    font-weight: bold;
}


/*-------------------------------------------------
		- IMAGES -
-------------------------------------------------*/

img.gallery {
    margin: 35px 22px 0 7px;
    background: #fff;
    padding: 3px;
    border: solid 1px #d8d8d8;
}

.logo {
    margin-top: 5px;
}

/*-------------------------------------------------
		- H-TAGS -
-------------------------------------------------*/

h1 {
    font-size: 23px;
    font-weight: normal;
    color: #000;
    height: 35px;
    margin: 0 50px 8px 0;
    padding: 0 0 8px 0;
}

h2 {
    font-size: 23px;
    font-weight: normal;
    color: #000;
    height: 31px;
    margin: 0 50px 8px 0;
    padding: 0 0 8px 0;
}

h1 span {
    display: none;
}

h2 span {
    display: none;
}

h1.welcome {
    background: url('../images/htags/welcome.gif') no-repeat;
}

h2.gallery {
    background: url('../images/htags/gallery.gif') no-repeat 5px 0;
}

h2.rates {
    background: url('../images/htags/rates.gif') no-repeat 5px 0;
}

h2.reservations {
    background: url('../images/htags/reservations.gif') no-repeat 5px 0;
}


/*-------------------------------------------------
		- HEADERS -
-------------------------------------------------*/

#header_01 {
    clear: both;
    background: url('../images/build/top_bg.jpg') repeat-x;
    height: 83px;
    color: #fff;
}

#header_content {
    margin: 0 auto;
    width: 850px;
}

#header_02 {
    clear: both;
    height: fit-content;
    margin-bottom: 32px;
    color: #fff;
}

#header_display {
    display: block;
    margin: 0 auto;
}

#header_display img {
    margin: 35px 7px 0 7px;
    background: #fff;
    padding: 3px;
    border: solid 1px #d8d8d8;
}

/*-------------------------------------------------
		- LEFT -
-------------------------------------------------*/

#right {
    float: right;
    clear: left;
    width: 280px;
    margin-top: 10px;
    padding: 10px 0;
    border-left: 1px dashed #A7A7A1;
}

#right p {
    padding: 0 25px 0 10px;
}

#right img {
    margin: 5px 7px 5px 7px;
    background: #fff;
    padding: 3px;
    border: solid 1px #d8d8d8;
}

/*-------------------------------------------------
		- MAIN -
-------------------------------------------------*/

#roundtop {
    background: url('../images/build/roundtop.gif') no-repeat;
    height: 9px;
    width: 832px;
    margin: 20px auto 0 auto;
}

#roundbot {
    background: url('../images/build/roundbot.gif') no-repeat;
    height: 9px;
    width: 832px;
    margin: 0 auto 40px auto;
}

#main {
    margin: 0 320px 0 20px;
    padding: 20px 0;
}

ul#list {
    list-style: none;
}

ul#list li {
    background: url('../images/build/pyl.gif') no-repeat 0 4px;
    padding: 0 0 0 20px;
}

/*-------------------------------------------------
		- FOOTER -
-------------------------------------------------*/

#footer {
    clear: both;
    height: 84px;
    background: #1e252f url('../images/build/footer_bg.jpg') repeat-x;
    color: #fff;
}

.content {
    display: block;
    margin: 0 auto;
    width: 850px;
}

.right {
    float: right;
}

#footer p {
    margin: 0;
    padding: 30px 0 20px 25px;
    font-size: 12px;
}

#footer p a {
    color: #eee;
}

/*-------------------------------------------------
                - FORMS -
-------------------------------------------------*/

form {
    padding: 5px;
    border: 1px solid #ccc;
    width: 539px;
    margin: 5px 0 5px 15px;
    background: #454344;
    color: #fff;
    font-weight: bold;
}

select {
    padding: 2px;
}

form input.btn {
    font-size: 12px;
    padding: 3px 6px;
    margin: 0 5px 2px;
    cursor: pointer;
    border: 2px solid #999;
    color: #666;
    text-transform: uppercase;
    background: #f9f9f9;
}

table {
    border-collapse: collapse;
}

table td {
    line-height: 25px;
}

table td {
    padding: 2px 15px;
    text-align: left;
}

.see_calender {
    margin: -25px 0 14px 8px;
    float: left;
    font-size: 22px;
    color: gray;
}