/**
* Main CSS of site interface.
*
* @package Site
* @subpackage CSS
* @author Pavel "Papi" Jartsev <papi@digitalfruit.ee>
* @filesource
*/

html
{
	height: 100%;
}


body, input, option, select, textarea
{
	color: #000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a
{
	color: #FF9900;
	font-weight: normal;
	text-decoration: underline;
}
a:active,
a:hover
{
	color: #C00;
	text-decoration: none;
}

body
{
	background-color: #fff;
	/*height: 100%;*/
	margin: 0;
	padding: 0;
	text-align: left;
}
body#site
{
	text-align: center;
	background: #7A754F url("../tmpl/img/main_bg.png") repeat-x left top;
}

div
{
	margin: 0;
	padding: 0;
}

fieldset
{
	margin: 0;
	padding: 4px;
}

form
{
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6
{
	color: #24315d;
	font-family: "Trebuchet MS", Verdana;
	margin: 0;
	padding: 5px 0 20px 0;
	text-align: left;
}
h2, h3, h4, h5, h6
{
	padding: 10px 0 5px 0;
}
h1
{
	font-size: 26px;
	font-weight: bold;
}
h2
{
	font-size: 24px;
	font-weight: normal;
}
h3
{
	font-size: 20px;
	font-weight: normal;
}
h4
{
	font-size: 18px;
	font-weight: normal;
}
h5
{
	font-size: 16px;
	font-weight: bold;
}
h6
{
	font-size: 14px;
	font-weight: bold;
}

input.checkbox
{
	height: 12px;
	width: 12px;
}
input.radio
{
	height: 12px;
	width: 12px;
}
input.text
{
	background-color: #F2F2F2;
	border: 1px solid #999;
	padding: 2px;
}
input.text:focus
{
	border: 1px solid #0B0;
}

li
{
	margin: 0;
	padding: 0;
}

ol
{
	margin: 0 0 0 20px;
	padding: 0;
}

option
{
	background-color: #F2F2F2;
}

p
{
	margin: 0;
}

select
{
	background-color: #F2F2F2;
	margin: 0;
	padding: 1px;
}

textarea
{
	background-color: #F2F2F2;
	border: 1px solid #999;
	margin: 0;
	padding: 1px;
}
textarea:focus
{
	border: 1px solid #0B0;
}

ul
{
	margin: 0 0 0 20px;
	padding: 0;
}
a img {
	border: 0;
}


/*********************/
/* Layout containers */
/*********************/

br.clear
{
	clear: both;
	display: block;
	font-size: 0;
}

#page {
	width: 959px;
	margin: 18px auto;
}

#top {
	height: 30px;
	background: #635F43 url("../tmpl/img/top_l.gif") no-repeat left top;
	margin: 0 5px 0 3px;
}
#top .right_corner {
	background: #635F43 url("../tmpl/img/top_r.gif") no-repeat right top;
	float:right;
	width: 12px;
	height: 11px;
}
#top .call_us {
	float: left;
	font-family: "Trebuchet MS", Verdana;
	font-weight: bold;
	font-size: 18px;
	color: #FFF;
	margin: 7px 0 0 30px !important;
	margin: 7px 0 0 15px;
}

#top .lang_menu {
	float: left;
	margin: 12px 0 0 26px;
}
#header {
	background: #635F43 url("../tmpl/img/header.jpg") no-repeat left top;
	height: 233px;
	position: relative;
}
#main_cont {
	background: url("../tmpl/img/body_bg.png") repeat-y left top !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale,src="site/tmpl/img/body_bg.png");
	padding: 10px 8px 10px 10px;
	height: auto !important;
	height: 150px;
	text-align: left;
}
#main {
	padding: 0px 390px 0px 2px;

}
#main_sub {
	margin: 0px 10px 0px 30px;
	position:relative;
	float:left;
	width: 646px !important;
	width: 620px;
	overflow:hidden;
}
#doc_title {
	font-family: serif,Georgia,Verdana;
	color: #015C17;
	margin: 12px 0;
	font-size: 25px;
}
#main_footer {
	height: 21px;
	background:  url("../tmpl/img/body_footer.png") no-repeat left top !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale,src="site/tmpl/img/body_footer.png");
}
.doc_body {
	color: #4A3315;
	line-height: 140%;
	text-align: left;
	margin-right: 17px;
}
.doc_body img {
	border: 1px solid #CCC;
	margin: 5px;
	padding: 3px;
}
#footer1 {
	position: relative;
	height: 27px;
	background: #BAB694 url("../tmpl/img/footer1_l.gif") no-repeat left bottom;
	margin: 0 5px 0 3px;
	padding: 7px 0 0 0;
}
#footer1 .right_corner {
	position: absolute;
	background: #BAB694 url("../tmpl/img/footer1_r.gif") no-repeat right bottom;
	width: 12px;
	height: 12px;
	right: 0;
	bottom: 0;
}
#footer2_cont {
	margin: 0 4px 0 3px;
	position: relative;
	background:  url("../tmpl/img/footer2_l.png") no-repeat left bottom !important;
	background: none;
	height: 35px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop,src="site/tmpl/img/footer2_l.png");
}
#footer2 {
	height: 25px;
	background: #C7C4A9;
	margin: 0 13px 0 12px;
	color: #666666;
	font-weight: bold;
	padding: 10px 0 0 0;
}
#footer2_cont .right_corner {
	position: absolute;
	width: 15px;
	height: 35px;
	bottom: 0px !important;
	bottom: -1px;
	right: 1px;
	background:  url("../tmpl/img/footer2_r.png") no-repeat right bottom !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=image,src="site/tmpl/img/footer2_r.png");
}
#img_left {
	/*float: left;*/
	/*clear:left;*/
	margin: 10px 0 0 10px;
	width: 259px;
}
#gallery div ,
#img_left div {
	float: left;
	margin: 0 3px 7px 0;
	border: 1px solid #CCC;
	padding: 3px;
}
.noimgborder img,
#gallery img {
	border: none;
	padding: 0;
	margin:0;
}
#fp_img {
	border: 1px solid #A39D7B;
	padding: 4px;
	position: relative;
	background: #E2E1D8;
	width: 532px;
	height: 267px;
	margin: 0 0 10px 0;
}
#fp_img img {
	position: absolute;
	border: 1px solid #A39D7B;
	left:4px;
	top:4px;
}
.ann_item  {
	padding: 5px 2px;
}
.ann_item a{
	color: #4A3315;
	line-height: 140%;
	text-decoration: none;
}
/*********/
/* Items */
/*********/

#article
{
	background: #fff;
	border-top: 2px solid #fff;
	float: left;
	line-height: 140%;
	min-height: 500px;
	padding: 30px 25px 30px 35px;
	text-align: left;
	vertical-align: top;
	width: 650px;
}
* html #article /* IE 6 */
{
	height: 500px;
}

h1
{
	color: #0d579c;
	font-family: "Trebuchet MS", Verdana;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 10px 0;
	text-align: left;
}

.button
{
	background-color: #FFF;
	border: 1px #666 solid;
	color: #666;
	display: block;
	font-weight: bold;
	margin: 10px 0;
	padding: 1px 4px;
	text-decoration: none;
}
.button:active,
.button:hover
{
	background-color: #666;
	border: 1px #666 solid;
	color: #FFF;
	text-decoration: none;
}

/* rounded-corners (SiteButton) */
/*
.button
{
	background-color: #e2ebf2;
	float: left;
}
.button .t
{
	background: url("../tmpl/img/button_tr.gif") no-repeat right top;
	margin: 0;
	padding: 0;
}
.button .b
{
	background: url("../tmpl/img/button_br.gif") no-repeat right top;
	margin: 0;
	padding: 0;
}
.button .t img,
.button .b img
{
	border: none;
	display: block !important;
	height: 2px;
	margin: 0;
	padding: 0;
	width: 2px;
}
.button p
{
	margin: 0;
	padding: 1px 10px;
	white-space: nowrap;
}
.button p a
{
	color: #305d7f;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
.button p a:active,
.button p a:hover
{
	color: #305d7f;
	text-decoration: none;
}
*/

#icon-print
{
	position: absolute;
	right: 0 !important;
	right: 20px;
	top: 6px;
	text-decoration: none;
}
#icon-print:hover
{
	color: #666;
	text-decoration: none;
}
#icon-print div
{
	padding: 0 10px 0 0;
}
#icon-print div div
{
	background:  url("../tmpl/img/icon_print.gif") no-repeat right center;
	cursor: pointer;
	cursor: hand;
	padding: 2px 25px 2px 0;
}

#icon-rss
{
	background: url("../tmpl/img/icon_rss.gif") no-repeat left center;
	color: #77695E;
	float: right;
	line-height: 16px;
	margin: 20px 40px 0 0;
	padding: 0 0 0 20px;
	text-decoration: none;
}
#icon-rss:hover
{
	color: #77695E;
	text-decoration: underline;
}

#maintainer
{
	color: #4a3315;
	padding: 5px 20px 0 0;
	text-align: right;
}
#maintainer a
{
	color: #4a3315;
}

#search-form
{
	clear: right;
	float: right;
	margin: 26px 0 0 0;
	vertical-align: bottom;
}
#search-form label
{
	color: #0B96D2;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
#search-btn
{
	border: 1px #0DA0E0 solid;
	border-left: 0;
	display: block;
	float: left;
	margin: 4px 0 0 0;
	vertical-align: bottom;
}
#search-word
{
	background-color: #EBF8FE;
	border: 1px #0DA0E0 solid;
	border-right: 0;
	color: #0DA0E0;
	display: block;
	float: left;
	height: 20px;
	line-height: 20px;
	padding: 0 2px 0 2px;
	margin: 4px 0 0 0;
	vertical-align: bottom;
	width: 127px;
}


/*****************/
/* Form, Listing */
/*****************/

.layout_body
{
	margin-bottom: 4px;
	margin-top: 4px;
}

.layout_footer1,
.layout_footer2,
.layout_header1,
.layout_header2
{
	width: 99%;
}

.layout_footer1 #sep
{
	width: 6px;
}

.layout_footer2 #sep
{
	width: 6px;
}

.layout_header1 #sep
{
	width: 6px;
}

.layout_header2 #sep
{
	width: 6px;
}


/********/
/* Form */
/********/

.form
{
	background-color: #FFF;
	width: 99%;
}
.form td
{
	background-color: #FFF;
}

.form_field
{
	padding: 3px 1px;
	text-align: left;
	vertical-align: middle;
}

.form_label
{
	padding: 3px 1px;
	text-align: left;
	vertical-align: middle;
}

.err,
#err
{
	color: #C00;
}
input.err
{
	background-color: #F2F2F2;
	border: 1px #C00 solid;
	padding: 1px;
}
select.err,
select.err option,
textarea.err
{
	border: 1px #C00 solid;
}

#hint
{
	color: #999;
	padding: 0 5px;
}

#req,
span.req
{
	color: #C00;
}

.form .title
{
	font-weight: bold;
	padding: 10px 0 5px 0;
}


/*********/
/* Menus */
/*********/
#menu_main {
	position: absolute;
	bottom: 14px;
	left: 20px;
}
/* horizontal menu at left-top corner */
.h1_menu_content
{

}
.h1_menu_content .l1,
.h1_menu_content .l1_a
{
	color: #FFF;
	display: block;
	font-weight: normal;
	padding: 5px 4px;
	text-decoration: none;
	white-space: nowrap;
	font-size: 11px;
	}
.h1_menu_content .l1_a,
.h1_menu_content .l1:active,
.h1_menu_content .l1:hover,
.h1_menu_content .l1_a:active,
.h1_menu_content .l1_a:hover
{
	color: #FFF;
	background: #FF9900;
	text-decoration: none;
}
.h1_menu_content .l1_sep,
.h1_menu_content .l1_a_sep {
	color: #FFF;
	font-sizer: 12px;
	padding: 0 1px;
}

#menu_top_right {
	position: absolute;
	top: 25px;
	right: 25px;
}
/* horizontal menu at footer */
.h2_menu_content
{

}
.h2_menu_content .l1,
.h2_menu_content .l1_a
{
	color: #FFF;
	font-weight: bold;
	margin: 0 8px;
	text-decoration: none;
}
.h2_menu_content .l1:active,
.h2_menu_content .l1:hover
{
	color: #FFF;
	text-decoration: underline;
}

/* horizontal menu at right-top corner */
.h3_menu_content
{

}
.h3_menu_content .l1,
.h3_menu_content .l1_a
{
	color: #555555;
	display: block;
	font-weight: normal;
	padding: 0 8px 0 10px;
	text-decoration: none;
	white-space: nowrap;
}
.h3_menu_content .l1:active,
.h3_menu_content .l1:hover,
.h3_menu_content .l1_a:active,
.h3_menu_content .l1_a:hover
{
	color: #555555;
	text-decoration: underline;
}

#menu_left {
	/*float:left;*/
	width: 255px;
	text-align: left;
	margin:10px 0 10px 10px;
}

/* vertical menu at left or right */
.v1_menu_content
{

}
.v1_menu_content .l1,
.v1_menu_content .l1_a
{
	background: #C6DBE2 url("../tmpl/img/v1_bul.gif") no-repeat 6px 50%;
	color: #333333;
	display: block;
	font-weight:bold;
	padding: 5px 5px 5px 22px;
	text-decoration: none;
	margin-bottom: 1px;
}
.v1_menu_content .l1:active,
.v1_menu_content .l1:hover
{
	background-color:  #A9C9D3;
	color:  #333333;
	text-decoration: none;
}
.v1_menu_content .l1_a,
.v1_menu_content .l1_a:active,
.v1_menu_content .l1_a:hover
{
	background-color: #A9C9D3;
	color:  #333333;
	text-decoration: none;
}
.v1_menu_content .l2,
.v1_menu_content .l2_a
{
	background-color: #A9C9D3;
	color: #5E5E5E;
	display: block;
	font-weight: normal;
	padding: 2px 5px 2px 32px;
	text-decoration: none;
}
.v1_menu_content .l2:active,
.v1_menu_content .l2:hover
{
	background-color: #F2F2F2;
	color: #5E5E5E;
	text-decoration: none;
}
.v1_menu_content .l2_a,
.v1_menu_content .l2_a:active,
.v1_menu_content .l2_a:hover
{
	background-color: #E6E6E6;
	color: #5E5E5E;
	text-decoration: none;
}

/* vertical menu under document title */
.v2_menu_content
{
	border-bottom: 1px #F00 dotted;
	padding: 5px 0;
	width: 100%;
}
.v2_menu_content td
{
	padding: 0 0;
}
.v2_menu_content .l1,
.v2_menu_content .l1_a
{
	background: url("../tmpl/img/l1.gif") no-repeat 2% 50%;
	color: #5E5E5E;
	display: block;
	font-weight: normal;
	padding: 2px 5px 2px 32px;
	text-decoration: none;
}
.v2_menu_content .l1:active,
.v2_menu_content .l1:hover,
.v2_menu_content .l1_a,
.v2_menu_content .l1_a:active,
.v2_menu_content .l1_a:hover
{
	color: #5E5E5E;
	text-decoration: underline;
}

/* language selector */
.lang_menu_content
{
	padding: 0 0 0 0;
}
.lang_menu_content .l1,
.lang_menu_content .l1_a
{
	display: block;
	padding: 0 24px 0 16px;
	text-decoration: none;
	white-space: nowrap;
	color: #FFF;
}
.lang_menu_content .l1_a,
.lang_menu_content .l1:active,
.lang_menu_content .l1:hover,
.lang_menu_content .l1_a:active,
.lang_menu_content .l1_a:hover
{
	text-decoration: underline;
	color: #FFF;
}
.lang_menu_content .l1-eng
{
	background: url("../tmpl/img/flag_eng.gif") no-repeat right center;
}
.lang_menu_content .l1-spa
{
	background: url("../tmpl/img/flag_spa.gif") no-repeat right center;
}
.lang_menu_content .l1-fra
{
	background: url("../tmpl/img/flag_fra.gif") no-repeat right center;
}



/* location bar */
.location_bar td
{
	vertical-align: top;
}
.location_bar a
{
	color: #999;
	font-weight: normal;
	padding: 0 1px;
	text-decoration: none;
}
.location_bar a:active,
.location_bar a:hover
{
	color: #666;
	text-decoration: underline;
}
.location_bar .sep
{
	color: #666;
	font-weight: normal;
	padding: 0 4px 0 1px;
}

/* navigation bar */
.navi_menu_content
{
	border-top: 1px #F00 dotted;
	padding: 9px 0;
}
.navi_menu_content .l1,
.navi_menu_content .l1_a
{
	color: #666;
	font-weight: normal;
	padding: 0 0;
	text-decoration: none;
}
.navi_menu_content .l1_a,
.navi_menu_content .l1:active,
.navi_menu_content .l1:hover,
.navi_menu_content .l1_a:active,
.navi_menu_content .l1_a:hover
{
	color: #666;
	text-decoration: underline;
}
.navi_menu_content .l1_sep
{
	color: #666;
	font-weight: normal;
	padding: 0 11px;
}


/************/
/* siteEdit */
/************/
.siteEditDotOver
{
	background-color: #f2f2f2;
	border: 1px solid #fff;
	display: none;
	margin: 0;
	position: absolute;
	text-align: left;
	visibility: visible;
	width: 160px;
	z-index: 2500;
}
.siteEditDotOver table
{
	border: 1px solid #105aa4;
	width: 100%;
}
.siteEditDotOver table td
{
	background-color: #fff;
	padding: 2px 4px 2px 6px;
}
.siteEditDotOver table td.icon
{
	background-color: #f4f4f4;
	padding: 2px 4px;
	text-align: center;
	width: 1%;
}
.siteEditDotOver a
{
	display: block;
	color: #009;
	text-decoration: none;
}
.siteEditDotOver a:hover
{
	text-decoration: underline;
}

#left_pane {
	float:left;
	width: 255px;
}

#right_pane {
	background: url("../tmpl/img/right_bg.gif") repeat-y right top;
	float:right;
	width: 390px;
}
#fp_announcements {
	float:left;
	width: 182px;
	margin: 0 5px 0 7px !important;
	margin-left: 4px;
}
#fp_amenities {
	float:left;
	width: 182px;
	margin: 0 0px 0 8px;
}
#fp_amenities .title {
	background: url("../tmpl/img/title_amenities.jpg") no-repeat center top;
	height: 24px;
	font-size: 13px;
	color: #4A3315;
	font-weight: bold;
	text-align: left;
	padding: 4px 4px 0px 10px;
}
#fp_amenities .body{
	padding: 2px 2px 12px 2px;
}
#fp_amenities .body a{
	display: block;
	text-align: left;
	background: url("../tmpl/img/bul_amenities.gif") no-repeat left center;
	color: #4A3315;
	text-decoration:none;
	padding: 2px 5px 2px 18px;
}
#fp_amenities .body a:hover {
	color: #4A3315;
	text-decoration:none;
}
#fp_announcements .title {
	background: url("../tmpl/img/title_announcements.jpg") no-repeat center top;
	height: 24px;
	font-size: 13px;
	color: #4A3315;
	font-weight: bold;
	text-align: left;
	padding: 5px 4px 0px 10px;
}
.whtLink10 {
	text-decoration: none !important;
}
.package_item {
	clear:left;
	margin-bottom: 5px;
}
.package_item .title {
	color: #015C17;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0;
}
.package_item .image {
	float:left;
}
.package_item .image img {
	margin-left:0;
	margin-top:0;
}
.package_item .body {
	float: left;
	border-top: 1px solid #ccc;
	width: 447px !important;
	width: 430px;
	padding: 5px 2px 0 1px;

}
.package_item .descr {
	color: #4A3315;
	line-height: 140%;
}
.package_item .highlight {
	color: #4A3315;
	font-weight: bold;
	margin: 10px 0;
}
.package_item .price {
	margin-bottom: 15px;
}
.package_item .label {
	font-weight: bold;
}
.package_item .inquire a {
	border: 1px solid #E68A00;
	background: #F90;
	color: #FFF;
	font-weight: bold;
	padding: 4px 20px;
	text-decoration: none;
}
.package_item .inquire a:hover {
	background: #E68A00;
	color: #FFF;
}
#pack_price_total {
	font-weight: bold;
}
.readmorelink {
	color: #999;
	padding: 0 15px 0 0;
	background: url("../tmpl/img/news_more.gif") no-repeat right center;
}
.readmorelink:HOVER {
	color: #999;
	text-decoration: none;
}