html, body {
	height: 100%; 
	margin: 0px;
	padding: 0px;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial;	
	background-color: #fd2a00;
}

/*
 * Background
 */

div.site {
	background: transparent url(../gfx/bg_top.jpg) repeat-x center top;
	height: 846px;
	padding-bottom: 50px;
}
div.bottom_menu {
	background: transparent url(../gfx/bg_bottom_menu.jpg) no-repeat left top;
	width: 970px;
	height: 91px;
	text-align: left;
	padding: 30px 5px;
	color: #fff;
}
div.bg_right_pic {
	background: transparent url(../gfx/bg_right_pic.jpg) no-repeat left top;
	width: 465px;
	height: 428px;
	float: left;
	padding: 17px 20px 0 10px;
	text-align: justify;
}
div.bg_booking_bottom {
	background: transparent url(../gfx/bg_booking_bottom.gif) no-repeat left bottom;
	width: 785px;
	height: 495px;
}

/*
 *	formatting
 */
p {
	margin: 10px 20px;
}

div.page p {
	margin: 10px;
}

p.first {
	margin-top: 20px;
}

p.box,
div.box {
	margin: 0 0 0 5px;
	background-color: #E79427;
	color: #fff;
	height: 90px;
	padding: 3px;
}

div.sitemap {
	height: 130px;
	margin-top: 5px;
	padding-bottom: 5px;
}

div.opens {
	height: auto;
	margin: 5px 0 5px 5px;
}

div.sitemap ul {
	line-height: 20px;
}

div.sitemap ul li {
	font-weight: bold;
}

div.sitemap ul li ul li {
	font-weight: normal;
}

div.box.error {
	height: auto;
}
	
p.box.menu {
	height: auto;
	float: left;
	padding-bottom: 10px;
}

p.box span.desc {
	display: block;
	padding: 5px 5px 0 5px;
}

td, div {
	font-size: 12px;
	color: #552e19;
	line-height: 16px;
}

ul {
	padding: 5px 0 0 0;
	margin: 0 0 0 25px;	
	line-height: 16px;
}

li,
ul.menu li {	
	list-style: none;
	background: transparent url(../gfx/bg_sign.gif) no-repeat 0 3px;
	padding: 0 0 0 15px; 
}

ul.menu li {	
	background: transparent url(../gfx/bg_sign_dark.gif) no-repeat 0 4px;
	padding-left: 15px;
}

ul.error {
	margin-left: 15px;	
}

ul.home {
	width: 235px;
	margin: 0;
	padding-top: 0;
}

h1 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 0 10px;
}

div.error ul li {
	clear: both;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.block {
	display: block;
}
.pointer {
	cursor: pointer;
}
div.data {
	width: 980px;
	text-align: left;
}
div.page {
	padding: 10px;
}
div.right_box {
	width: 495px;
	float: left;
	height: 445px;
	background: #D58B34 url(../gfx/bg_data.gif) no-repeat left top;
}
div.menu {
	color: #fff;
}

div.bottom_menu div {
	color: #fff;
}

img.border {
	border: 5px solid #FCBF66;
}

div.details {
	padding: 5px;
}

div.details a img {
	margin-right: 5px;
}

div.url {
	margin: 20px 0 5px 5px;
}

div.url a {
	display: block;
	padding: 10px 0 0 30px;
}

p.box a.cat,
p.box strong.cat {
	display: block;
	background: transparent url(../gfx/bg_sign.gif) no-repeat 0 8px;
	padding: 5px 0 0 15px;
	margin-left: 17px;
	float: left;
	width: 203px;
}

div.partners {
	width: 247px;
	float: left;
	margin-top: 10px;
}

ul.menu {
	padding-top: 10px;
}

ul.menu a {
	color: #552E19;
	font-weight: bold;
}

div.menu_desc {
	padding: 5px;
	background-color: #E79427;
	float: left;
}

em.date {
	display: block;
	text-align: right;
	font-weight: bold;
	width: 265px;
	float: right;
}

div.prices {
	text-align: right;
	width: auto;
}

div.more_item {
	background-color: #E79427;
	margin: 5px 0 5px 5px;
	padding-bottom: 5px;
}

div.box_contact {
	position: absolute;
	background-color: #E79A36;
	color: #fff;
	margin: 30px 0 0 20px;
	padding: 5px 5px 10px 5px;
	border: 1px solid #C27B28;
	width: 460px;
}

div.title {
	margin: 5px 0 0 5px;
}

strong.title {
	color: #552E19;
}

p.top {
	margin-top: 5px;
}

/*
 *	link
 */

a {
	color: #fff;
	text-decoration: underline;		
	outline: none;
}
a:hover {
	color: #fff;
	text-decoration: none;	
}
div.menu a {
	text-decoration: none;	
	margin-right: 5px;
}
div.menu a:hover {
	text-decoration: underline;	
}
a.border {
	display: block;
	float: left;
}

a:hover img.border {
	border: 5px solid #B05800;
}

a.details {
	float: right;
	margin-right: 5px;
}

p.box a img,
div.box a img {
	margin-right: 5px;
}

/*
 * Gallery
 */

a.gallery_more {
	display: block;
	width: 75px;
	background: transparent url(../gfx/bg_sign_more.gif) no-repeat 100% 5px;
	text-decoration: none;
	float: right;
	margin-right: 10px;
}

a.gallery_more:hover {
	background: transparent url(../gfx/bg_sign_more_hover.gif) no-repeat 100% 5px;
	color: #B05800;
}

/*
 * Pager
 */

div.pager.admin {
	margin-top: 10px;
}

div.pager img {
	float: left;
	margin: 0 3px;
}
div.pager img.pager {
	margin-left: 10px;
}
div.pager a,
div.pager span {
	display: block;
	width: 16px;
	height: 16px;
	float: left;
	text-align: center;
	text-decoration: none;
}

div.pager span,
div.pager a:hover,
div.pager a.hover {
	background-color: #FBBA5D;
}

div.pager a.hover {
	cursor: text;
}

div#error {
	filter:alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.60;
}

table.table {
	margin: 10px 0 10px 8px;
	width: 770px;
}

table.table th {
	height: 30px;
	vertical-align: middle;
	text-align: right;
	background-color: #E79427;
}

table.table th,
table.table td {
	padding: 0 5px;
}

table.table td {
	text-align: right;
	height: 25px;
}

div.subtitle,
ul.subtitle {
	font-size: 13px;
}

/*
** text
**/
div.text div.malahome_pager {
	position: absolute;
	bottom: 5px;
}
div.text h1 {
	margin-left: 10px;
}
div.text span {
	font-size: 14px;
}

/*
** data
**/
div#data {
	background: transparent url(../gfx/bg_booking_bottom.gif) no-repeat 195px bottom;
}
