/* style for frontend pages */

html,body{
	margin: 0;
	padding:0;
}


body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #2e563d;
	background-image: url(main_bg.png);
	background-repeat: repeat;
}


h2{
	color: #2e563d;
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 1px;
}

h3{
	color: #2e563d;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 1px;
}

div#pagebody{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #2e563d;
	background-image: url(main_bg.png);
	background-repeat: repeat;
}

div#floater{
	z-index: 99;
	position:absolute;
	left: 0px;
	top: 0px;	
}

div#container{
	width: 753px;
	margin: 0 auto;
	text-align: left;
}

div#header{
	position: relative;
	height: 31px;
	margin: 0px;
	padding: 0px;
	bottom: 0px;
	width: 753px;
}

div#title{
	width: 400px;
	left: 0px;
	top: 0px;
	height: 31px;
	position: absolute;
}

div#languages{
	position: relative;
	bottom: 0px;
	right: 0px;
	left: 402px;
	top: 11px;
	width: 351px;
	height: 20px;
	line-height: 20px;
	background-image: url(languages_bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px;
	padding: 0px;
}

div#languages ul{
	width: 100%;
	overflow: hidden;
	list-style: none;
	border-bottom: 1px solid #CCC;
	margin: 0px;
	padding: 0px;
	/*font-weight: bold;*/
}

div#languages ul li{
	float: left;
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
div#languages ul a{
	float: left;
	text-decoration: none;
	color: #ffffff;
	text-align: center;
	padding-top: 0px;
	padding-right: 13px;
	padding-bottom: 0px;
	padding-left: 13px;
}
div#languages ul a:hover{
	color: #fd955e;
}
div#languages ul a#activelink{
	color: #fd955e;
}



div#navigation_level1{
	background-color:#e9e7e5;
	height: 22px;
	line-height: 22px;
	/*text-align: center;*/
	background-image: url(navigation_l1_bg.png);
	margin: 0px;
	padding: 0px;
	position: relative;
}

div#navigation_level1 ul{
	width: 100%;
	overflow: hidden;
	list-style: none;
	margin: 0;
    padding: 0;
	/*border-bottom: 1px solid #CCC;*/
	font-weight: bold;
}
div#navigation_level1 ul li{
	float: left;
	margin: 0;
	padding: 0 9px;
}
div#navigation_level1 ul a{
	float: left;
	text-decoration: none;
	color: #666666;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div#navigation_level1 ul a:hover{
    background: url(navigation_l1_empty_arrow.png) no-repeat center bottom;
    color: #333333;
}
div#navigation_level1 ul a#activelink{
	background: url(navigation_l1_arrow.png) no-repeat center bottom;
	color: #b85656;
}





div#navigation_level2{
	background-color:#83988b;
	height: 18px;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	position: relative;
}
div#navigation_level2 ul{
	width: 100%;
	overflow: hidden;
	list-style: none;
	margin: 0;
    padding: 0;
	/*border-bottom: 1px solid #CCC;*/
	font-weight: bold;
}
div#navigation_level2  ul li{
	float: left;
	margin: 0;
	padding: 0 9px;
}
div#navigation_level2 ul a{
	float: left;
	text-decoration: none;
	color: #000000;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div#navigation_level2 a:hover{
color: #fff;
}
div#navigation_level2 a#activelink{
color: #e7c265;
}

div#content{
	padding: 0px;
	background-color: #FFFFFF;
	position: relative;
	margin: 0px;
	height: 540px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d3dcdb;
}

div#content_logo{
	/*background-image: url(logo.png);
	background-repeat: no-repeat;
	background-position: center center;*/
	height: 156px;
	width: 187px;
	position: absolute;
	top: 0px;
	left: 0px;
}

div#content_header{
	position: absolute;
	top: 0px;
	right: 0px;
	height: 156px;
	width: 565px;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	background-image: url(../data/loading.png);
	background-repeat: no-repeat;
	background-position: center center;
}

div#content_frame_top{
	position: absolute;
	height: 95px;
	left: 0px;
	top: 156px;
	margin: 0px;
	padding: 0px;	
}

div#content_frame_bottom{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 752px;
	height: 80px;
	background-image: url(b_bottom.png);
	background-repeat: no-repeat;
	background-color: #d6dad9;
}
div#booking{
	border-top-style:dotted;
border-right-style:dotted;
border-bottom-style:dotted;
border-left-style:dotted;
	vertical-align:bottom;
	position: absolute;
	height: 200px;
	width: 180px;
	right: 0px;
	bottom: 0px;
	text-decoration: none;
background-color:#d6dad9;
z-index:3;
}
div#booking_f{
	vertical-align:bottom;
	position: absolute;
	right: 0px;
	bottom: 0px;
	text-decoration: none;
}
div#printer_frame{
	position: absolute;
	left: 420px;
	bottom: 57px;
	width: 140px;
	height: 20px;
	font-size: 10px;
	text-decoration: none;
	color: #999999;
}
div#printer_frame a{
	color: #999999;
	text-decoration: none;	
}
div#printer_frame a#activelink{
	text-decoration: none;	
}
div#printer_frame a:hover{
	color: #666666;
	text-decoration: none;	
}
div#download_frame{
	position: absolute;
	left: 580px;
	bottom: 57px;
	width: 140px;
	height: 20px;
	font-size: 10px;
	text-decoration: none;
	color: #999999;
}
div#download_frame a{
	color: #999999;
	text-decoration: none;	
}
div#download_frame a#activelink{
	text-decoration: none;	
}
div#download_frame a:hover{
	color: #666666;
	text-decoration: none;	
}
div#content_right{
	position: absolute;
	height: 335px;
	width: 190px;
	top: 205px;
	right: 0px;
	margin: 0px;
	padding: 0px;
}

div#content_right_menu{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 189px;
	height: 160px;
	background-color: #eceeed;
	background-image: url(left_menu_bg.png);
	background-repeat: repeat;
	background-position: left top;	
	margin: 0px;
	padding: 0px;
}
div#content_right_menu ul{
	padding: 0;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
div#content_right_menu li{
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
div#content_right_menu li a{
	display: block;
	color:#666666;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-image: url(left_menu_item_bg.png);
	background-repeat: no-repeat;
	height: 20px;
	text-indent: 10px;
	line-height: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
div#content_right_menu li a:hover{
	color:#000;
	background-image: url(left_menu_item_bg_over.png);
	background-repeat: no-repeat;
}
div#content_right_menu li a#activelink{
	color: #e7c265;
	text-decoration: none;
}

div#content_right_images{
	position: absolute;
	height: 193px;
	width: 190px;
	right: 0px;
	bottom: 0px;
	text-decoration: none;
}

div#content_left {
	position:absolute;
	left:0px;
	top:197px;
	width:188px;
	height:263px;
	background-color: #FFFFFF;
}

div#content_center {
	position:absolute;
	left:188px;
	top:197px;
	width:368px;
	height:259px;
	overflow: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #004400;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
/*
div#content_center h2{
	color: #2e563d;
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 1px;
}

div#content_center h3, div#content_center_expanded h3{
	color: #2e563d;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 1px;
}*/

div#content_center_expanded {
	position:absolute;
	left:0px;
	top:197px;
	width:544px;
	height:259px;
	overflow: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #004400;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 15px;
}

div#content_center_expanded_big {
	position:absolute;
	left:0px;
	top:197px;
	width:720px;
	height:259px;
	overflow: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #004400;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 15px;
}

div#footer{
	position:relative;
	font-size: 11px;
}

div#footer_level1{
	height: 24px;
	line-height: 24px;
	word-spacing: -1px;
	text-align: center;
	background-color: #698474;
	color: #FFFFFF;
	background-image: url(footer_l1_bg.png);
	background-repeat: no-repeat;
}
div#footer_level1 a{
	color:#96cb9e;
	text-decoration: none;
	font-weight: normal;
	font-variant: normal;
}
div#footer_level1 a:hover{
	color: #96cb9e;
	text-decoration: underline;
	font-weight: normal;
	font-variant: normal;
}
div#footer_level1 a#activelink{
	color: #96cb9e;
	text-decoration: none;
	font-weight: normal;
	font-variant: normal;
}

div#footer_level2{
	height: 70px;
	line-height: 24px;
	color: #7e9687;
	font-size: 9px;
	text-align: right;
	background-image: url(footer_l2_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
}
div#counter{
	position:absolute;
	top: 24px;
	left:0px;
	height: 24px;
	line-height: 24px;
	color: #7e9687;
	font-size: 9px;
	text-align: left;
	width: 90px;
}
div#counter a{
	color: #7e9687;
	text-decoration: none;
	font-weight: normal;
	font-variant: normal;
}
div#counter a:hover{
	color: #7e9687;
	text-decoration: underline;
	font-weight: normal;
	font-variant: normal;
}

.border_white {
	border: 1px solid #FFFFFF;
}


.ptable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.ptable th{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006633;
	text-align: left;
	font-weight: normal;
	white-space: nowrap;
}

.ptable p{
	margin-top: 2px;
	margin-bottom: 2px;
}

.ptable .v_spacer{
	width: 7px;
}

.ptable .v_separator{
	width: 14px;
}

.ptable .price{
	text-align: right;
}

.ptable .v_color_1{
	background-color: #76bb99;
}

.ptable .v_color_2{
	background-color: #b2e6b2;
}

.nowrap {
	white-space: nowrap;
}




/*.trigger {
	cursor: pointer;
	cursor: hand;
}

.toggle {
	display: none;
}*/
