
body {
    margin: 0 0 0 0;
    padding: 0 0 40px 0;
    background: #000b2f url('/assets/images/design/kooyk-bg.jpg') top center no-repeat;
}
    .clearer {
        clear: both;
    }
    #mc {
        position: relative;
        width: 980px;
        /*height: 500px;*/
        margin: 0 auto 0 auto;
        padding: 0 0 0 0;
        /*border: solid 1px #ffffff;*/
    }
        #header {
            margin: 0 0 0 0;
            padding: 0 0 0 0;
        }
            #header .left {
                float: left;
                width: 350px;
                /*border: solid 1px #ffffff;*/
            }
                #header .left img, #header .left .img {
                    float: left;
                    display: block;
                    margin: 3px 0 0 0;
                    border: none;
                }
                #header .left .weather {
                    float: left;
                    width: 240px;
                    color: #ffffff;
                    font-family: "Arial", "Helvetica", sans-serif;
                    font-size: 11px;
                    margin: 10px 0 0 10px;
                }
                    #header .left .weather .temp {
                        font-size: 24px;
                        font-weight: bold;
                    }
                    #header .left .weather .other {
                        margin: 5px 0 0 0;
                    }
					.other a { text-decoration: underline; color: #fff; }
            #header .logo {
                position: relative;
                float: left;
                width: 280px;
                margin: 40px 0 0 0;
            }
                #header .logo img, #header .logo .img {
                    display: block;
                    margin: 0 auto 0 auto;
                    border: none;
                    cursor: pointer;
                }
            #header .right {
                float: right;
                width: 350px;
                /*border: solid 1px #ffffff;*/
            }
                #header .right img, #header .right .img {
                    float: right;
                    display: block;
                    margin: 12px 0 0 0;
                    border: none;
                    cursor: pointer;
                }
        #menu {
            clear: both;
            height: 47px;
            background: url('/assets/images/design/kooyk-menu-bg.png') top left no-repeat;
        }
            #menu ul {
                list-style: none;
                margin: 0 0 0 0;
                padding: 0 0 0 0;
            }
                #menu ul li {
                    float: left;
                    width: 120px;
                    display: block;
                    color: #333333;
                    font-family: "Times", serif;
                    font-size: 18px;
                    font-weight: bold;
                    font-style: italic;
                    text-align: center;
                    margin: 16px 0 0 0;
                }
                    #menu ul li a {
                        position: relative; /* IE6 */
                        color: #333333;
                        text-decoration: none;
                    }
                        #menu ul li.active a, #menu ul li a:hover { color: #a7241c; }
						#menu ul li.active li a { color: #333; }
						#menu ul li li.active a, #menu ul li li a:hover { color: #a7241c !important; }

						#menu li ul { position: absolute; /*width: 10em;*/ left: -999em; z-index: 999; background-color: #FEF9EE; }
						#menu li ul li { text-align: left; float: none; width: 130px; font-size: 14px; line-height: 18px; margin: 4px 5px; }
						#menu li ul li a { border-top: 1px solid #D6CBB7; padding: 4px 0 0 5px; width: 125px; display: block; }
						#menu li:hover ul, #menu li.sfhover ul { left: auto; }
        #image {
            position: relative;
        }
            #image img {
                display: block;
                border: none;
            }
            #image .offer {
                position: absolute;
                top: 58px;
                right: 54px;
                width: 240px;
                height: 144px;
            }
        #content {
            clear: both;
/*            height: 391px;*/
/* 			height: 490px; */
			background: url('/assets/images/design/kooyk-home-bg.jpg') top left repeat-y;
/*            background: url('/assets/images/design/kooyk-home-bg.jpg') top left no-repeat;*/
        }
            #content a { color: #463B2A; text-decoration: none;}
             #content a:hover { color: #A7241C; }
			#content table { margin: 0 0 0 23px; }
            #content .section {
                float: left;
                width: 326px;
/*                 height: 390px; */
                color: #463b2a;
                font-family: "Arial", "Helvetica", sans-serif;
                font-size: 13px;
                margin: 0 0 0 0;
                padding: 0 0 0 0;
            }
/*
                #content .section .header {
                    color: #333333;
                    font-family: "Times", serif;
                    font-size: 18px;
                    font-weight: bold;
                    font-style: italic;
                    margin: 26px 0 18px 26px;
                }
*/
                #content .section h2 {
                    color: #333333;
                    font-family: "Times", serif;
                    font-size: 18px;
                    font-weight: bold;
                    font-style: italic;
                    margin: 26px 0 18px 26px;
                }
                #content .section img {
                    display: block;
                    margin: 0 0 0 26px;
                    border: none;
                }
                #content .section p {
                    line-height: 18px;
                    margin: 16px 26px 16px 26px;
                }
                #content .section .offer {
                    width: 247px;
                    height: 34px;
                    margin: 0 0 0 26px;
                    border-bottom: solid 1px #e4e4e4;
                }
                    #content .section .offer .desc {
                        float: left;
                        margin: 16px 0 0 0;
                    }
                        #content .section .offer .desc a {
                            color: #463b2a;
                            text-decoration: none;
                        }
                            #content .section .offer .desc a:hover {
                                color: #a7241c;
                            }
                    #content .section .offer img, #content .section .offer .img {
                        float: right;
                        display: block;
                        margin: 10px 0 0 10px;
                        border: none;
                        cursor: pointer;
                    }
            #reservation {
                clear: both;
                margin: 16px 26px 16px 26px;
                padding: 0 0 0 0;
            }
                #reservation form.short {
                    float: left;
                    width: 272px;
                    /*border: solid 1px #808080;*/
                }
                #reservation form.full {
                    float: left;
                    width: 272px;
                    /*border: solid 1px #808080;*/
                }
                    #reservation form table {
                        width: 100%;
                        color: #463b2a;
                        font-family: "Arial", "Helvetica", sans-serif;
                        font-size: 12px;
                        margin: 0 0 0 0;
                        padding: 0 0 0 0;
                        border-collapse: collapse;
                    }
                        #reservation form table tr {
                            margin: 0 0 0 0;
                            padding: 0 0 0 0;
                        }
                            #reservation form table tr td {
                                margin: 0 0 0 0;
                                padding: 5px 0 5px 0;
                            }
                                #reservation form table tr td input,
                                #reservation form table tr td select,
                                #reservation form table tr td textarea {
                                    color: #463b2a;
                                    font-family: "Arial", "Helvetica", sans-serif;
                                    font-size: 11px;
                                    margin: 0 0 0 0;
                                    padding: 2px 2px 2px 2px;
                                    border: solid 1px #d5cab6;
                                }
                            #reservation form.short table tr td.desc {
                                width: 84px;
                                text-align: left;
                                vertical-align: top;
                            }
                            #reservation form.full table tr td.desc {
                                width: 84px;
                                text-align: left;
                                vertical-align: top;
                            }
                            #reservation form table tr td.data {
                                text-align: right;
                                vertical-align: top;
                            }
                            #reservation form table tr td.error {
                                text-align: left;
                                vertical-align: top;
                            }
                                #reservation form table tr td input.text,
                                #reservation form table tr td textarea.comment {
                                    width: 184px;
                                }
                                #reservation form table tr td select.roomtype,
                                #reservation form table tr td select.payment {
                                    width: 189px;
                                }
                                #reservation form table tr td select.day {
                                }
                                #reservation form table tr td select.month {
                                }
                                #reservation form table tr td select.year {
                                }
                                #reservation form table tr td input.submit {
                                    width: 170px;
                                    height: 22px;
                                    margin: 0 0 0 0;
                                    padding: 0 0 0 0;
                                    background: url('../images/design/kooyk-make-reservation.png');
                                    border: none;
									cursor: pointer;
                                }
        #footer {
            clear: both;
            height: 75px;
            margin: 0 0 0 0;
            padding: 0 0 0 0;
            background: url('/assets/images/design/kooyk-footer-bg.png') top left no-repeat;
        }
            #footer .section {
                float: left;
                width: 326px;
                height: 75px;
                color: #463b2a;
                font-family: "Arial", "Helvetica", sans-serif;
                font-size: 13px;
                margin: 0 0 0 0;
                padding: 0 0 0 0;
            }
                #footer .section a {
                    position: relative; /* IE6 */
                    color: #463b2a;
                    text-decoration: none;
                }
                    #footer .section a:hover {
                        color: #a7241c;
                    }
                #footer .section img, #footer .section .img {
                    position: relative; /* IE6 */
                    float: left;
                    display: inline;
                    margin: 3px 0 0 26px;
                    padding: 0 0 0 0;
                    border: none;
                    cursor: pointer;
                }

                #footer .section .header {
                    float: left;
                    display: inline;
                    width: 160px;
                    color: #333333;
                    font-family: "Times", serif;
                    font-size: 18px;
                    font-weight: bold;
                    font-style: italic;
                    margin: 8px 0 4px 26px;
                }

                #footer .section h2 {
                    float: left;
                    display: inline;
                    width: 160px;
                    color: #333333;
                    font-family: "Times", serif;
                    font-size: 18px;
                    font-weight: bold;
                    font-style: italic;
                    margin: 8px 0 4px 26px;
                }
                #footer .section p.reserve {
                    float: left;
                    display: inline;
                    width: 150px;
                    line-height: 16px;
                    margin: 0 0 0 26px;
                    border: none;
                }
                #footer .section p.contact {
                    float: left;
                    display: inline;
                    width: 130px;
                    line-height: 16px;
                    margin: 0 0 0 26px;
                    border: none;
                }
                #footer .section p.copyright {
                    float: left;
                    display: inline;
                    width: 130px;
                    line-height: 16px;
                    margin: 0 0 0 26px;
                    border: none;
                }
                #footer .section .logos {
                    float: right;
                    display: inline;
                    width: 95px;
                    margin: 16px 26px 0 0;
                }
                #footer .section .logos img, #footer .section .logos .img {
                    float: right;
                    display: block;
                    border: none;
                    margin: 0 0 0 0;
                }
                #footer .section .logos p {
                    float: right;
                    text-align: right;
                    margin: 12px 0 0 0;
                }

.gmnoprint p { margin: auto !important; display: block;}
#map { margin: 0 0 0 25px; }

.table { border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; }
.table td, .table th { border-left: 1px solid #ccc; border-top: 1px solid #ccc; vertical-align: top; }
.table th { background-color: #eee; color: #000; font-weight: bold; text-align: left; }
.table a { color: #a7241c !important; }
.table a:hover { text-decoration: underline !important; }

/* jot */
.jot-comment { width: 500px; padding: 10px; border: 1px solid #ccc; margin-bottom: 20px; position: relative; }
.jot-row { width: 500px; clear: both; }
.jot-label { float: left; width: 100px; font-weight: bold; }
.jot-content { float: left; width: 300px; }
.jot-clear { clear: both; height: 1px; overflow: hidden; }
.jot-margin { margin: 25px; }

.jot-form { border: 0; }
.jot-form fieldset { border: 0; margin: 0; padding: 0; }
.jot-form label { font-weight: bold; display: block; margin-top: 20px; }
.jot-mod { position: absolute; top: 5px; right: 5px; }
.jot-err { color: #f00; }

.badge-staff { position: absolute;
  right: 10px;
  top: 420px; }
