body {
    text-align:center;
	background-color: #181714;
}


	.wrapper {
		background-color: #181714;
		text-align:left;
		width: 950px;
		margin:0 auto;
		padding-top: 30px;
		/*height: 100%;*/
		position:relative;
	}
	
	.header_menu {
		width: 100%;
		overflow: hidden;
		color: #004724;
		height: 60px;
	}
	
		.header_menu_logo {
			float: left;
		}
	
		.header_menu_items {
			float: left;
			width: 707px;
			overflow:hidden;
			margin: 7px 5px;
		}

		.header_menu_items a {
			float: right;
			height: 40px;
			line-height: 30px;
			margin: 10px 7px 0 0;
			padding-left: 5px;
			color: #B48F5A;
			text-transform: uppercase;
			text-decoration: none;
			font-family: Arial;
			font-weight: bold;
			font-size: 11px;
		}

		.header_menu_items a span {
			visibility: hidden;
		}
		
		.header_menu_items a:hover, .header_menu_items a.current_item {
			background: url(../../img/lodge/limg.gif) no-repeat;
			position: relative;
		}
		
		.header_menu_items a:hover span, .header_menu_items a.current_item span {
			visibility: visible;
		}

		.header_menu_items a span.tarr {
			position:absolute;
			left: 50%;
			margin-left: -27px;
			top: -18px;
			width: 61px;
			height: 18px;
			overflow: hidden;
			background: url(../../img/lodge/tarr.gif);
		}

		.header_menu_items a span.darr {
			background: url(../../img/lodge/bmenu_active.jpg) no-repeat;
			position:absolute;
			left: 50%;
			margin-left: -27px;
			top: 30px;
			width: 61px;
			height: 13px;
			overflow: hidden;
		}
		
		.header_menu_items a span.rimg {
			position: absolute;
			width: 6px;
			height: 30px;
			top: 0px;
			overflow:hidden;
		}

		.header_menu_items a:hover {
			text-decoration: none;
		}
		
		.header_menu_items a:hover span.rimg, .header_menu_items a.current_item span.rimg {
			background: url(../../img/lodge/rimg.png);
		}
		
		.header_menu_items .separator {
			float: right;
			background: url(../../img/lodge/menu_separator.gif);
			height: 26px;
			line-height: 26px;
			width: 3px;
			margin-top: 10px;
			overflow: hidden;
		}

		.header_languages {
			background: url(../../img/lodge/banner_welcome.jpg);
			width: 950px;
			height: 248px;
			margin-bottom: 15px;
			margin-top: 2px;
		}

		.header_languages ul {
			/*margin: 130px 0 0 592px;*/
			padding-top: 128px;
			margin-left: 605px;
			height: 16px;
			overflow: hidden;
		}
		
		.header_languages ul li {
			float: left;
			color: #DCBF7B;
		}
		
		.header_languages ul li.separator {
			width: 1px;
			overflow: hidden;
			margin: 0 9px 0 10px;
			background-color: #DBCF7B;
		}
		
		.header_languages ul li a {
			color: #DCBF7B;
			font-family: Verdana;
			font-weight: bold;
			font-size: 10px;
		}		
		
		.header_languages ul li a:hover, .header_languages ul li.current_language a {
			color: #FFFFFF;
		}
		
	.content {
		color: #FFFFFF;
	}
	
		.content_text_area {
			width: 100%;
			overflow: hidden;
			margin-bottom: 15px;
			margin-top: 5px;
			background: url(../../img/lodge/line.gif) repeat-y 245px 40px;
		}
	
		.content_menu_area {
			float: left;
			width: 250px;
			margin-top: 5px;
		}

			.content_menu_area span {
				display: block;
				margin-top: 5px;
				font-size:12px;
				font-family: Arial;
				text-indent:10px;
				color:#B48F5A;
			}

				.content_menu_area span.contacts {
					text-align: center;
					margin-top: 5px;
					font-size: 12px;
					font-family: Arial;
					text-indent:10px;
					color:#B48F5A;
				}

				.content_menu_area span.contacts strong {
					font-size: 13px;
				}
				
				.content_menu_area span a {
					font-size:12px;
					color:#FFFFFF;
					text-decoration: none;
				}
				
				.content_menu_area span.loc_map {
					margin: 7px 0 7px;
				}
				
				.content_menu_area span.contact_email {
					margin-top: 20px;
				}
			
				.content_menu_area span a:hover {
					text-decoration: underline;
				}
			
		.content_text {
			/*border-left: solid 1px #B48F5A;*/
			float: left;
			width: 690px;
		}

	.footer {
		border-top: solid 1px #B48F5A;
		margin-top: 30px;
		padding-left: 80px;
		padding-top: 10px;
		letter-spacing: -0.05em;
	}

	.footer .contact {
		overflow:hidden;
		height:20px;
	}
	
		.footer .contact span {
			font-size:12px;
			font-family: Arial;
			text-indent:10px;
			color:#B48F5A;
			float: left;
			margin-right: 20px;
			zoom:1;
		}
	
			.footer .contact span a {
				font-size:12px;
				color:#FFFFFF;
				text-decoration: none;
			}
			
			.footer .contact span a:hover {
				text-decoration: underline;
			}
		
	
	.footer .copyright {
		font-size:10px;
		font-weight: bold;
		font-family: Arial;
		clear: left;
		color:#B48F5A;
		margin-left: 240px;
	}

		.footer .copyright a {
			color: #FFFFFF; 
			text-decoration: none;
		}
	
		.footer .copyright a:hover {
			text-decoration: underline;
		}
		
/*content css*/		
.booking, .booking td {
	color: #B48F5A;
	padding-right: 5px;
	font-size: 12px;
}

.booking input.cbox {
	margin-right: 3px;
}

.booking h3 {
	color: #FFF;
	margin-bottom: 5px;
	font-size: 16px;
}

.news_list {
	width : 245px; 
}

	.news_list a {
		color: #B48F5A;
		display: block;
		margin-top: 15px;
		font-family: Arial;
		font-size: 12px;
		text-decoration: none;
	}
	
	.news_list span.news_date {
		font-family: Arial;
		font-style: italic;
		font-size: 11px;
		text-align: right;
		margin-right: 15px;
		color: #FFFFFF;
	}
	
	.news_list a:hover {
		text-decoration: underline;
	}	
	
	.news_details {
	}
	
	.news_details h1, .news_add h1, .news_edit h1 {
		margin: 10px;
		font-family: Arial;
		font-weight: bold;
		font-size: 16px;
		color: #B48F5A;
	}	
		
	.news_details .news_text {
		margin: 10px;
		font-size: 12px;
		color: #FFFFFF;
	}	

	.content_menu_area .news_categories {
		text-transform: uppercase;
		text-align: center;
	}
	
	.content_menu_area .news_categories, .content_menu_area .news_categories a {
		display: inline;
		color: #B48F5A;
		font-family: Charlemagne Std, Arial;
		font-weight: bold;
		font-size: 16px;
		text-decoration: none;
	}
		
	.content_menu_area .news_categories a:hover {
		text-decoration: underline;
	}
	
	.content_menu_area .news_categories a:hover, .content_menu_area .news_categories a.current_category {
		color: #FFFFFF;
	}
	
	.read_more {
		display: block;
		color: #FFFFFF;
		float: right;
	}
	
	.page_details, .news_details {
		min-height: 140px;
		_height: 140px;
	}
	
	.page_details .page_text {
		margin: 10px;
		font-family: Arial;
		font-size: 12px;
		color: #FFFFFF;
	}	
	
	.submenu_area a {
		font-family: Arial;
		font-weight: bold;
		font-size: 12px;
		color: #B48F5A;
		width: 234px;
		height: 31px;
		text-decoration: none;
		display: block;
		background: url(../../img/lodge/submenu_inactive.jpg);
		line-height: 31px;
		text-indent: 6px;
	}

	.submenu_area a.current_subpage {
		background: url(../../img/lodge/submenu_active.jpg);
	}
	
	.submenu_area a:hover, .submenu_area a.current_subpage {
		color: #FFFFFF;
	}
	
	.submenu_area a:hover {
		text-decoration: none;
	}
	
	
/*IMAGE POPUPS*/

	.image_popup {
		padding: 6px;
		background: #FFFFFF;
	}
	
/*CAROUSEL*/
	#carousel {
		width: 902px;
		height: 140px;
		overflow: hidden;
		margin: 0 0 40px 10px;
	}
	
	#carousel_move_left {
		float: left;
		background: url(../../img/lodge/larr.png) no-repeat 50% 50%;
	}

	#carousel_move_right {
		float: right;
		background: url(../../img/lodge/rarr.png) no-repeat 0 50%;
	}
	
	#carousel_move_left, #carousel_move_right {
		width: 30px;		
		height: 16px;
		display: block;
		color: black;
		margin-top: 60px;
		text-align: center;
	}
	
	/*#carousel_move_left img, #carousel_move_right img {
		vertical-align: bottom;
	}*/
	
	#carousel_items_wrapper {
		width: 836px;
		overflow: hidden;
		height: 140px;
	}

	#carousel_items {
		overflow: hidden;
	}
	
	.carousel_item {
		width: 198px;
		margin-right: 12px;
		height: 100%;
		overflow: hidden;
		float: left;
		background: #FFFFFF;
		cursor: pointer;
		cursor: hand;
	}
	
		.carousel_item img {
			margin: 3px;
		}
	
/* CODE BEGIN enlarge image  */
.enlargeImg-container div {
 font-family: Verdana, Helvetica;
 font-size: 10pt;
}
.enlargeImg-caption {
 display: none;
 border-top: none;
 font-size: 1em;
 padding: 5px;
 background: white;
}
/* CODE END  enlarge image  */		
	
/*EDITOR*/	

	#edit_logout {
		float: left;
	}

	#editor_login_form {
		width: 300px;
		margin-top: 250px;
		margin-left: 300px;
		color: #FFFFFF;
		border: solid 1px #FFFFFF;
		padding: 10px;
	}

		.editor_login_row {
			width: 100%;
			overflow: hidden;
			margin-bottom: 3px;
		}
		
		.editor_login_row label {
			width: 72px;
			float: left;
		}
		
		.editor_login_row input {
			width: 180px;
			float: left;
			height: 16px;
		}
		
		.editor_login_row input.submit {
			width: auto;
			font-size: 11px;
			height: 17px;
			margin-left: 4px;
		}
	
		.editor_login_error {
			color: #FF0000;
		}

		#editor_login_form h2 {
			font-size: 16px;
			color: #B48F5A;
			margin-bottom: 10px;
		}

		#editor_login_form button {
			height: 19px;
			line-height: 9px;
			overflow: visible;
			margin-top: 1px;
		}
		
	.language_selector_area {
		text-align: right;
		font-family: Arial;
		color: #FFFFFF;
		margin-bottom: 5px;
		width: 100%;
		overflow: hidden;
	}
	
	.language_selector_area a {
		font-family: Arial;
		font-size: 12px;
		color: #B48F5A;
		text-decoration: none;
	}
	
	.language_selector_area a:hover {
		color: #FFFFFF;
		/*text-decoration: underline;*/
	}
	
	.news_edit_list {
	}
	
		/*.news_edit_list a {
			color: #B48F5A;
			display: block;
			margin-top: 15px;
			font-family: Arial;
			font-size: 12px;
			text-decoration: none;
		}
		
		.news_edit_list a {
			font-family: Arial;
			font-style: italic;
			font-size: 12px;
			text-align: right;
			margin-right: 15px;
			color: #FFFFFF;
		}*/
		
		.news_edit_list a:hover {
			text-decoration: underline;
		}	
		
		.news_title {
		}
		
		.news_edit_link {
			color: #B48F5A;
			text-align: right;
			margin-right: 10px;
		}
	
		.news_edit_link a {
			font-family: Arial;
			font-size: 12px;
			color: #FFFFFF;
			margin: 5px 0;
			display: inline;
		}
		
		.news_details h1 a, .news_add h1 a, .news_edit h1 a {
			color: #FFFFFF;
			margin-left: 50px;
		}
		
		.news_edit {
			width: 500px;
			overflow: hidden;
		}
		
		#news_edit_form .form_item, #news_add_form .form_item {
			margin: 10px 0;
			width: 100%;
			overflow: hidden;
		}

		#news_edit_form {
			margin-left: 30px;
		}
		
		#news_edit_form h3 {
			color :#B48F5A;
		}
		
		#news_edit_form label, #news_add_form label {
			color: #FFFFFF;
			font-size: 12px;
		}
		
			#for_news_edit_title, .for_news_add_title {
				float: left;
				width: 90px;
			}
		
			#news_edit_title {
				width: 310px;
				float: left;
			}
			
			.news_add_title {
				width: 185px;
				float: left;
			}
					
			#news_edit_file {
				width: 325px;
			}
			
			.news_add_file {
				width: 225px;
			}
			
			#news_edit_text, .news_add_text {
				width: 278px;
				height: 190px;
				overflow: auto;
			}
				
			#news_edit_text {
				width: 400px;
			}
			
		#news_add_form {
			width: 100%;
			overflow: hidden;
		}

			#news_add_form fieldset {
				/*background-color: #210C09;*/
				padding: 10px;
				width: 280px;
				float: left;
				border: none;
				margin-right: 15px;
			}

				#news_add_form fieldset legend {
					font-size: 12px;
					font-family: Arial;
					font-weight: bold;
					color: #B48F5A;
				}
				
				.news_add_area {
					background: none;
				}
			
		.add_page {
			width: 620px;
		}
			
		#add_page_form, #add_image_form {
			width: 506px;
			background-color: #210C09;
		}
		
		#add_image_form {
			float: right;
		}
		
			#add_image_form #add_image_label {
				width: 100px;
			}

			#add_page_form fieldset, #add_image_form fieldset {
				padding: 10px;
			}
		
			#add_page_form .form_item, #add_image_form .form_item {
				width: 100%;
				overflow: hidden;
				margin-bottom: 20px;
			}
			
			#add_page_form input, #add_image_form input {
				float: left;
			}
			
			#add_image_form #for_add_image_file, #add_image_form #for_add_image_small_file {
				color: white;
				width: 120px;
				text-align: right;
			}
			
			#add_page_form label, #add_image_form label {
				color: #B48F5A;
				float: left;
				font-size: 12px;
				width: 60px;
			}
						
			#add_page_form #for_add_page_en_title, #add_page_form #for_add_page_bg_title, #add_page_form #for_add_page_ru_title,
			#add_image_form #for_add_image_en_title, #add_image_form #for_add_image_bg_title, #add_image_form #for_add_image_ru_title {
				color: #FFFFFF;
				width: 90px;
				margin-right: 8px;
				text-align: right;
			}		
									
			#add_page_en_title, #add_page_bg_title, #add_page_ru_title,
			#add_image_en_title, #add_image_bg_title, #add_image_ru_title {
				width: 380px;
			}
			
			#add_page_number, #add_image_number {
				width: 50px;
			}
			
			#add_page_form #add_page_submit, #add_image_form #add_image_submit {
				float: right;
				width: 80px;
				overflow: visible;
				margin-right: 10px;
				display: inline;
			}

			.page_edit_subpages h3 {
				color: #FFFFFF;
			}
			
			.page_edit_subpages a {
				color: #B48F5A;
				display: block;
			}
			
			.menu_edit_area {
				background: none;/*url(../../img/lodge/line.gif) repeat-y 300px;*/
			}
			
			.menu_edit {
				width: 320px;
				overflow: auto;
				max-height: 600px;
			}

				.menu_edit input {
					margin-left: 20px;
					margin-right: -15px;
					overflow: visible;
				}
			
				.menu_edit ul {
					padding-left: 20px;
				}
			
					.menu_edit ul li {
						margin-top: 5px;
						margin-bottom: 10px;
						display: block;
					}


						.menu_edit ul li input {
							width: 233px;
							margin: 0;
						}
			
						.menu_edit ul li li input {
							width: 212px;
						}

						.menu_edit ul li a {
							color: #FFFFFF;
							text-decoration: none;
						}
						
						.menu_edit ul li a:hover {
							text-decoration: underline;
						}
			
		.show_page {
			width: 100%;
			overflow: hidden;
		}
						
			#edit_page_content {
				clear: right;
				float: right;
				width: 507px;
			}
			
				#edit_page_content label {
					font-size: 12px;
					color: #B48F5A;
				}

				#edit_page_content textarea {
					width: 500px;
					height: 150px;
				}

				#page_edit_buttons {
					margin-top: 10px;
					text-align: right;
				}

			.page_edit_images {
				width: 310px;
				height: 375px;
				overflow: auto;
				*margin-top: -340px;
			}
				
			.page_edit_image {
				margin: 15px 0;
				width: 290px;
				overflow: hidden;
			}				
			
				.page_edit_image label.image_number {
					color: #B48F5A;
					float: left;
					padding-top: 42px;
				}			
				.page_edit_image label.image_name {
					color: #B48F5A;
					font-size: 12px;
					margin-bottom: 5px;
				}			
				.page_edit_image img {
					width: 81px;
					float: left;
					margin-right: 5px;
				}			
				.page_edit_image input {
					width: 185px;
				}			
				.page_edit_image a {
					float: right;
					font-size: 12px;
					color: #FFFFFF;
				}
				

	#cinfo_form {
		width: 570px;
		overflow: hidden;
		margin: 10px;
	}
				
		#cinfo_form .form_item {
			width: 360px;
			overflow:hidden;
			margin: 10px;
			margin-left: 285px;
		}

		#cinfo_form input.submit {
			float: right;
		}
				
			#cinfo_form .form_item label {
				float: left;
				width: 70px;
			}

			#cinfo_form .form_item input {
				width: 200px;
			}

.promotion {
	margin-bottom: 40px;
	width: 185px;
	margin-left: 25px;
}

	.promotion h3 {
		font-size: 16px;
		text-align: center;
		margin-bottom: 10px;
	}
	
	.promotion a {
		text-align: center;
		display: block;
	}