body, p, h1, h2, h3, h4, h5, h6, form {
	padding: 0px;
	margin: 0px;
}

img {
	border: 0px;
}

textarea {
	overflow: auto;
}

html {
	height: 100%;
}

.magnify {
	cursor: url(/page/images/sys/magnify.cur);
}

	* > .magnify {
		cursor: pointer;
		cursor: hand;
	}

body, td, th, input, textarea, select {
	font-family: tahoma, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}

body {
	background: #f9f4bd;
	height: 100%;
	padding: 0px;
}

/* === Links === */

a {
	color: #cc0000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* === Main === */

/* Lang */

ul.lang {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

	.lang li {
		float: left;
	}
	
	.lang div {
		/*+*/
	}
	
		.lang a {
			display: block;
			font-family: garamond, times new roman, serif;
			font-size: 16px;
			font-weight: bold;
			color: #888888;
			text-decoration: none;
			text-transform: uppercase;
			padding: 4px 5px 3px 5px;
		}
		
		.lang a:hover {
			text-decoration: underline;
		}
		
		.lang a.selected {
			background-color: #efc02a;
			color: #888888;
			text-decoration: none;
		}
		
		.lang a.selected:hover {
			text-decoration: underline;
		}

/* --- */

#layout {
	width: 100%;
	/*height: 100%;*/
}

	#left {
		width: 50%;
		border-right: 1px solid #ffffff;
	}
	
	#middle {
		background: transparent url(../images/bg-middle.jpg) no-repeat;
	}
	
	#right {
		width: 50%;
		border-left: 1px solid #ffffff;
	}
	
	/* Lang */
	
	/* Menu */
	
	a.btn-home {
		display: block;
		background: url(../images/menu/m0.gif) no-repeat;
		width: 52px;
		height: 38px;
	}
	
		a.btn-home:hover {
			background: url(../images/menu/m0o.gif) no-repeat;
		}
	
	/* LT buttons */
	
	a.btn-about {
		display: block;
		background: url(../images/menu/lt/m1.gif) no-repeat;
		width: 180px;
		height: 38px;
	}
	
		a.btn-about:hover {
			background: url(../images/menu/lt/m1o.gif) no-repeat;
		}
	
	a.btn-rooms {
		display: block;
		background: url(../images/menu/lt/m2.gif) no-repeat;
		width: 180px;
		height: 38px;
	}
	
		a.btn-rooms:hover {
			background: url(../images/menu/lt/m2o.gif) no-repeat;
		}
	
	a.btn-contacts {
		display: block;
		background: url(../images/menu/lt/m3.gif) no-repeat;
		width: 180px;
		height: 38px;
	}
	
		a.btn-contacts:hover {
			background: url(../images/menu/lt/m3o.gif) no-repeat;
		}
	
	a.btn-links {
		display: block;
		background: url(../images/menu/lt/m4.gif) no-repeat;
		width: 180px;
		height: 38px;
	}
	
		a.btn-links:hover {
			background: url(../images/menu/lt/m4o.gif) no-repeat;
		}
	
	/* EN buttons */
	
	a.btn-about-en {
		display: block;
		background: url(../images/menu/en/m1.gif) no-repeat;
		width: 180px;
		height: 38px;
	}
	
		a.btn-about-en:hover {
			background: url(../images/menu/en/m1o.gif) no-repeat;
		}
	
	a.btn-rooms-en {
		display: block;
		background: url(../images/menu/en/m2.gif) no-repeat;
		width: 180px;
		height: 38px;
	}
	
		a.btn-rooms-en:hover {
			background: url(../images/menu/en/m2o.gif) no-repeat;
		}
	
	a.btn-contacts-en {
		display: block;
		background: url(../images/menu/en/m3.gif) no-repeat;
		width: 180px;
		height: 38px;
	}
	
		a.btn-contacts-en:hover {
			background: url(../images/menu/en/m3o.gif) no-repeat;
		}
	
	a.btn-links-en {
		display: block;
		background: url(../images/menu/en/m4.gif) no-repeat;
		width: 180px;
		height: 38px;
	}
	
		a.btn-links-en:hover {
			background: url(../images/menu/en/m4o.gif) no-repeat;
		}
	
	/* RU buttons */
	
	a.btn-about-ru {
		display: block;
		background: url(../images/menu/ru/m1.gif) no-repeat;
		width: 180px;
		height: 38px;
	}
	
		a.btn-about-ru:hover {
			background: url(../images/menu/ru/m1o.gif) no-repeat;
		}
	
	a.btn-rooms-ru {
		display: block;
		background: url(../images/menu/ru/m2.gif) no-repeat;
		width: 180px;
		height: 38px;
	}
	
		a.btn-rooms-ru:hover {
			background: url(../images/menu/ru/m2o.gif) no-repeat;
		}
	
	a.btn-contacts-ru {
		display: block;
		background: url(../images/menu/ru/m3.gif) no-repeat;
		width: 180px;
		height: 38px;
	}
	
		a.btn-contacts-ru:hover {
			background: url(../images/menu/ru/m3o.gif) no-repeat;
		}
	
	a.btn-links-ru {
		display: block;
		background: url(../images/menu/ru/m4.gif) no-repeat;
		width: 180px;
		height: 38px;
	}
	
		a.btn-links-ru:hover {
			background: url(../images/menu/ru/m4o.gif) no-repeat;
		}
	
	/* Sub menu */
	
	/* Icons */
	
	/* --- */
	
	#header {
		background: #f7f0ba url(../images/bg-header.gif) repeat-x;
		height: 86px;
	}
	
		#logo-wrapper {
			float: left;
		}
		
			#logo {
				/*text-align: center;*/
				padding: 10px 0px 10px 260px;
			}
		
		#lang-wrapper {
			float: right;
			padding: 12px 24px 0px 0px;
		}
	
	#nav-box {
		background: #e7a91a;
		border-top: 1px solid #f5da81;
		border-bottom: 1px solid #b37609;
	}
	
	#flash-box {
		background: #ffffff;
		padding: 1px 0px;
		border-bottom: 2px solid #d4911c;
	}
	
	#content-box {
		background: #ffffff;
		height: 220px;
		padding: 16px 32px;
	}
	
	#left-box {
		height: 220px;
		padding: 16px 32px;
	}
	
	* > #left-box {
			min-height: 220px;
			height: auto;
		}
	
	#right-box {
		padding: 16px 32px 0px 32px;
	}
	
		#content {
			line-height: 15px;
		}
		
		#promo-content {
			line-height: 16px;
		}
		
			span.price {
				background: #d4911c;
				color: #f3efd0;
				font-weight: bold;
				padding: 0px 4px 1px 4px;
			}
	
	#footer {
		background: #ffffff;
		height: 40px;
		border-top: 3px solid #d4911c;
	}
	
		#copy-box {
			padding: 3px 50px 0px 0px;
		}
	
	/* content images */
	
	.imgContainer {
		width: 100%;
	}
	
		.imgContainer table tr.image td {
			padding: 1px;
			border: 1px solid #d4911c;
		}
		
		.imgContainer table tr.title {
			/*display: none;*/
		}
		
			.imgContainer table tr.title td {
				font-size: 11px;
				color: #666666;
				text-align: center;
			}

/* === Txt === */
h2.title {
	font-family: tahoma, sans-serif;
	font-size: 16px;
	color: #d4911c;
	padding: 8px 0px 16px 32px;
}

/*h3.title {
	font-size: 14px;
	font-weight: bold;
	color: #ab0c00;
	padding: 16px 0px 6px 0px;
}*/

span.copyright {
	font-family: tahoma, sans-serif;
	font-size: 11px;
	color: #704900;
	cursor: default;
}

span.copyright a {
	font-family: tahoma, sans-serif;
	font-weight: bold;
	color: #704900;
	text-decoration: none;
}

span.copyright a:hover {
	color: #704900;
	text-decoration: none;
}

/* === Other === */

.w33 {
	width: 33%;
}

.w25 {
	width: 25%;
}

.w50 {
	width: 50%;
}

.w100 {
	width: 100%;
}

.fl-left {
	float: left;
}

.fl-right {
	float: right;
}

/* Clear Fix */

.clearfix:after {
	content: ".";
	display: block;
	font-size: 0px;
	line-height: 0px;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

.clearfix {
	display: block;
}

* html .clearfix {
	height: 1px;
}
