body {
    background: #cdbc3b url(../graphics/bgr_body.jpg);
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    font-size: 10pt;
}

.logo {
    display: block;
}

.wrapper {
    width: 801px;
    margin: 0 auto;
}

.c_wrapper {
    margin: 1px 0px;
    background: #343329;
    min-height: 660px;
}

.menu {
    position: absolute;
    margin-left: -10px;
    margin-top: 86px;
    width: 175px;
}

.menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.menu div.bgr {
    position: absolute;
    top: 0px;
    width: 175px;
}

.menu .bgr div {
    background: #3c3b2f;
    width: 175px;
    height: 63px;
    margin: 1px 0px;
    opacity: 0.5;
    z-index: 4;
    filter: alpha( opacity = 50);
}

.menu a {
    display: block;
    position: relative;
    z-index: 5;
    color: #ddd;
    text-decoration: none;
    width: 165px;
    text-align: right;
    padding-right: 10px;
    padding-top: 22px;
    font-size: 12pt;
    height: 41px;
}

.menu a:hover {
    color: #fff;
}

.main {
    min-height: 449px;
    padding-left: 175px;
    padding-top: 10px;
}

.hotel {
    background: url(../graphics/bgr_hotel.jpg) no-repeat;
}

.facilities {
    background: url(../graphics/bgr_facilities.jpg) no-repeat;
}

.area {
    background: url(../graphics/bgr_area.jpg) no-repeat;
}

.contact {
    background: url(../graphics/bgr_contact.jpg) no-repeat;
}

h1 {
    font-size: 10pt;
    text-transform: uppercase;
    text-align: right;
    margin: 0px;
    margin-right: 15px;
    padding: 0px;
    font-weight: normal;
}

.light {
    color: #eee;
}

.dark {
    color: #716d62;
}

.languages {
    position: absolute;
    top: 5px;
    width: 100px;
    margin-left: 690px;
}

.languages a {
    display: block;
    font-size: 8pt;
    text-align: right;
    margin-bottom: 3px;
    text-decoration: none;
    color: #3d459a;
}

.languages img {
    border: none;
    vertical-align: middle;
    margin-left: 3px;
}

.address {
    font-size: 8pt;
    color: #3d459a;
    position: relative;
    padding-left: 30px;
    margin-top: -30px;
    font-weight: bold;
}

.text {
    font-size: 9pt;
    margin-top: 200px;
    color: #fff;
}

.moremargin {
    margin-top: 250px;
}

.column {
    width: 250px;
    float: left;
    margin-left: 40px;
}

.cright {
    margin-left: 50px;
}

p {
    text-align: justify;
    line-height: 2em;
    margin-top: 20px;
}

.orange {
    color: #dacd6c;
}

.blue {
    color: #3ca2cd;
}

.stopper {
    clear: both;
    height: 30px;
}

.thumbnail {
    width: 245px;
    margin: 35px auto;
    display: block;
}

.thumbnail img, .thumbnails img {
    border: none;
}

.thumbnails {
    padding-top: 30px;
}

.thumbnails img {
    margin: 1px 1px;
}

.centered {
    text-align: center;
}

.full {
    margin: 0px 40px;
}

#map {
    height: 300px;
    margin: 0px 30px;
    clear: both;
    border: 3px solid #3ca2cd;
    border-width: 3px 0px 3px 0px;
	color: #000;
}

.offers {
    font-size: 8pt;
    position: absolute;
    top: 500px;
    width: 160px;
    padding: 5px 5px 0px 0px;
    margin-left: -10px;
    color: #fff;
    background: #38382c;
    border-left: 10px solid #3d459a;
}

.offers .title {
    text-align: center;
    text-transform: uppercase;
    color: #3ca2cd;
}

.offers ul {
    margin-left: -15px;
}

.offers b {
    color: #dace6c;
}

.offers li {
    margin-bottom: 10px;
}

.errormessage .required {
    display: block;
    margin: 10px 0px;
    text-align: left;
}

.errormessage .email {
    display: block;
    margin: 10px 0px;
    text-align: left;
}

.errormessage .fieldname {
    font-weight: bold;
}

.errormessage {
    color: #990000;
    background: #DDDDCC;
    border: 1px solid #AA0000;
    display: block;
    padding: 5px;
    width: 375px;
    margin: 50px auto;
}

.text a {
	color: #cdbb3b;
}

.prices {
	color: #fff;
	text-align: center;
	border-collapse: collapse;
}

.prices td {
	border-right: 1px solid #ccc;
	padding: 5px;
}

.prices .dates td {
	border-bottom: 1px solid #ccc;
}


.prices .dates {
	font-size: 8pt;
	font-weight: bold;
	margin: 3px;
}

.prices .type, .prices .caption {
	text-align: right;
}

.prices td.type {
	
}

#credits {
	margin: 50px auto;
	width: 100px;
	text-align: center;
	
}

#credits img {
	border: none;
}
