/* CSS Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}


body
{
    font: 12px/18px "Trebuchet MS", Helvetica, sans-serif;
    background-color: #be9e67; /*#B9B9B9;*/
    text-align:center;
}

h1 {
    font-size: 14px;
    line-height: 30px;
    font-weight:bold;
    padding:10px 10px 0px;
}
h2 {
    font-size:12px;
    line-height:18px;
    font-weight:bold;
    margin-bottom:6px;
    margin-top:6px;
}
h3 {
    font-size:12px;
    line-height:22px;
    font-weight:bold;
    text-align:center;
}
h4 {
    font-size:10px;
    line-height:22px;
    font-weight:bold;
}
p{
    margin-bottom:12px;
}
.clear {
    height:1px;
    font-size:1px;
    line-height:1px;
    clear:both;
}
.last {
    margin-right:0px;
}
.message {
    display:block;
    font-weight:bold;
    color:#996711;
    margin-bottom:10px;
}
.errorlist {
    color:#996711;
    font-weight:bold;
}
a
{
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 12px;
    color: #236179;
    text-decoration: none;
}
a:hover
{
    color: #000000;
    text-decoration: underline;
}
a.facebook {
    padding-left:24px;
    background:url(/static/i/fb.png) left center no-repeat;
}
.left {
    float:left;
}
.right {
    float:right;
}
#wrapper {
    background:#fde1b9 url(/static/i/wrapper_bg.gif) left bottom repeat-x;
    width:100%;
}
#header {
    margin:0px auto;
    width:920px;
    height:74px;
    text-align:left;
    padding:20px 0px 10px;
}
#header img {
    float:left;
    display:inline;
    width:435px;
    height:74px;
}
#contact {
    float:right;
    height:60px;
    text-align:right;
}
#contact, #contact a {
    color:#996711;
    line-height:20px;
    font-size:14px;

}
#contact span {
    font-weight:bold;
    display:block;
}
#nav {
    width:920px;
    margin:0px auto;
    height:30px;
    line-height:30px;
}
#nav ul {
    padding:0px 0px;
    text-align:left;
    height:30px;
    line-height:30px;
    list-style:none;
    overflow:hidden;
}
#nav ul li {
    float:left;
    position:relative;
    overflow:hidden;
    height:30px;
    line-height:30px;
}
#nav ul li.last {
    border-right:0;
}
#nav ul li a {
    float:left;
    color: #000000;
    line-height:30px;
    display:block;
    padding:0px 10px;
    text-decoration:none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight:bold;
}
#nav #languages li a {
    padding:0 4px;
}
#nav #languages li.last a {
    padding-right:0;
}
#nav ul li a:hover {
    margin-top:2px;
}
#nav ul li.first a{
    padding-left:0;
}
#content {
    width:920px;
    margin:0px auto;
    text-align:left;
    background:#ffffff url(/static/i/content_bg.gif) left bottom repeat-x;
}
#content-image, #front-image {
    float:left;
    position:relative;
    z-index:1;
    width:920px;
    height:360px;
}
#content-image img, #front-image img {
    float:left;
    display:inline;
    position:absolute;
    z-index:2;
    left:0;
    top:0;
    width:918px;
    height:358px;
    border:1px solid #d8bf94;
}

.related {
    width:280px;
    margin-bottom:10px;
    clear:both;
}
.related a {
    display:block;
    width:280px;
    text-decoration:none;
}
.press {
    width:196px;
    margin-right:6px;
    margin-bottom:6px;
    float:left;
    border:1px solid #d6c197;
    background:transparent url(/static/i/highlighted_bg.gif) top left repeat-x;
    padding:9px;
    min-height:50px;
}

#kizingoni {
    width:278px;
    border:1px solid #d8bf94;
}
div.framed {
    border:1px solid #d6c197;
    padding:9px;
    width:260px;
    background:transparent url(/static/i/highlighted_bg.gif) top left repeat-x;
    margin-bottom:10px;
}
div.framed img {
    margin-bottom:10px;
}
div.smaller {
    font-size:10px;
}

div.facts {
    width:558px;
    margin-left:10px;
    margin-bottom:20px;
    margin-top:-30px;
    float:left;
    background:#fef7eb;
    border:1px solid #ccaf7e;
    font-size:10px;
    padding:9px;
}
div.facts div.column {
    width:259px;
}
div.facts a {
    font-size:10px;
}
a.black {
    color:#000000;
}
div.booking {
    margin-bottom:10px;
    clear:both;
    float:none;
}
#crumbs {
    width:880px;
    padding:10px 20px 0px;
    clear:both;
}
#text {
    color:#000000;
    padding:0px 10px;
    clear:both;
    /* text-align:justify; */
    width:900px;
}
div.full {
    width:900px;
    padding:10px;
    clear:both;
    float:none;
}
div.column ul {
    list-style:disc;
    padding-left:20px;
    margin-bottom:10px;
}
h1.media-corner {
    width:880px;
}
h1.media-corner a {
    float:right;
    display:block;
    font-size: 14px;
    line-height: 30px;
    font-weight:bold;
}
#booking-ul, #contact-ul {
    list-style:none;
    padding-left:0px;
    clear:both;
    margin-bottom:10px;
    width:260px;
}
form ul {
    padding:0;
}
form li {
    clear:both;
    float:none;
    width:260px;
    display:block;
    line-height:24px;
    margin-bottom:2px;
}
form label {
    width:80px;
    display:block;
    float:left;
    text-align:left;
}
form input, form textarea, form select {
    float:right;
}

form input, form textarea  {
    width:167px;
}

form select {

}

form input.button {
    float:right;
    width:auto;
}
.columns {
    width:600px;
    float:left;
    padding:0px;
}
.column {
    width:280px;
    float:left;
    padding:0px 10px;
}
#rates {
    padding:0 10px;
}
.column table, #rates table {
    width:100%;
    margin-bottom:10px;
    background:#fef7eb;
    border:1px solid #ccaf7e;
    font-size:10px;
}
.column table td, .column table th, #rates td, #rates th {
    padding:2px 4px;
    text-align:left;
}
.last {
    padding-right:0px;
}
.press.last {
    margin-right:0;
    padding-right:5px;

}
.prev-next-header {
    width:280px;
    float:left;
    height:30px;
    line-height:30px;
    padding-top:10px;
}
.prev-next-header a {
    display:block;
    float:right;
    padding:0px 10px;
    height:30px;
    line-height:30px;
}
#calendar {
    border-collapse:collapse;
    width:878px;
    clear:both;
    margin-left:10px;
    margin-bottom:20px;
    background:#fef7eb;
    border:1px solid #ccaf7e;
    font-size:10px;
    color:#996711;

}
#calendar td, #calendar th {
    padding:4px 2px;
    text-align:left;
    vertical-align:top;
    line-height:14px;
}
#calendar th {
    font-size:12px;
}
#calendar th.last, #calendar td.last {
    padding-right:10px;
}
#calendar th.first, #calendar td.first {
    padding-left:10px;
    width:320px;
}
#calendar td.large, #calendar th.large {
    width:120px;
}
#calendar tr.normal td, #calendar tr.normal th {

}
#calendar tr.alternate td, #calendar tr.alternate th {
    background:#996711;
    color:#fef7eb;
}
#calendar p {
    padding-bottom:0;
}
#image {
    width:880px;
    padding:0px 10px 20px 10px;
    text-align:center;

}
#image img {
    margin:0 auto;
}
#image .prev-next {
    width:880px;
    clear:both;
    line-height:30px;
    height:30px;
    text-align:left;
}
#image .prev-next a {
    padding-left:10px;
    display:block;
    float:right;
}
#thumbnails {
    width:280px;
    clear:both;
    float:none;
}
#thumbnails a {
    width:280px;
    float:left;
    margin-right:0px;
    margin-bottom:10px;
    display:block;
}
#thumbnails a img {
    width:280px;
    height:160px;
    float:left;
}
#thumbnails a.last {
    margin-right:0px;
}
.fullimage {
    margin-bottom:20px;
}
.fullimage span {
    line-height:20px;
    display:block;
}
#reviews {
    width:900px;
    overflow:hidden;
}
div.review {
    width:205px;
    float:left;
    margin:0px 8px 20px 8px;
    border:1px solid #999999;
    display:inline;
}
span.date {
    text-align:center;
    width:200px;
    display:block;
}
#footerwrapper {
    width:100%;
    height:28px;
    line-height:28px;
    /*background:#C0C0C0;*/
    text-align:center;
}
#footer {
    text-align:left;
    margin:0px auto;
    color:#000000;
    font-size:10px;
    height:28px;
    line-height:28px;
    width:920px;
    padding:0px 20px;
}
#footernav {
    width:520px;
    float:left;
}
#footernav ul li {
    float:left;
}
#footernav ul li a {
    float:left;
    padding:0px 5px;
    color:#000000;
}
#footernav ul li.first a {
    padding-left:0px;
}
#disclaimer {
    width:400px;
    float:right;
    text-align:right;
}
#disclaimer a {
    text-decoration:underline;
    color:#000000;
    font-size:10px;
}



