* {padding:0; margin:0;}
.lalign{text-align:left;}
.calign{text-align:center;}
.ralign{text-align:right;}
.float{float:left;}
.froat{float:right;}
.clear{clear:both;}
IMG{border:none;}
TABLE {
	border-collapse: collapse;
	border-spacing: 0;
}

A {
	text-decoration: none;
	/*color: #bf065d;*/
}
A:hover {text-decoration: underline;}

/* BUTTON
————————————*/
A.btn {
	display: block;
	width: 104px;
	height: 23px;
	font-size: 14px;
	text-transform: lowercase;
	color: #FFF;
	text-align: center;
	line-height: 23px;
}
A.btn-memeber {
	width: 200px;
}
A.btn:hover {text-decoration: none;}
	A.btn SPAN {
		display: block;
		height: 23px;
		float: left;
		background-image: url(../images/btn-sprite.png);
		cursor: pointer;
	}
	A.btn .l, A.btn .r {
		width: 6px;
		background-repeat: no-repeat;
	}
	A.btn .l {background-position: 0 -208px;}
	A.btn .r {background-position: 0 -254px;}
	A.btn .c {background-position: 0 -231px;
		background-repeat: repeat-x;
		min-width: 92px;
	}
	
	A.btn:hover .l, A.btn:active .l {background-position: 0 0;}
	A.btn:hover .r, A.btn:active .r {background-position: 0 -46px;}
	A.btn:hover .c, A.btn:active .c {background-position: 0 -23px;}
	
	A.btn.disabled .l {background-position: 0 -139px;}
	A.btn.disabled .r {background-position: 0 -185px;}
	A.btn.disabled .c {background-position: 0 -162px;}
	/*A.btn:hover .l, A.btn:active .l {background-position: 0 -139px;}
	A.btn:hover .r, A.btn:active .r {background-position: 0 -185px;}
	A.btn:hover .c, A.btn:active .c {background-position: 0 -162px;}*/

A.btn-reg {
	display: block;
	width: auto;
	height: 41px;
	font-size: 24px;
	text-transform: lowercase;
	color: #FFF;
	text-align: center;
	line-height: 41px;
	margin-top: 6px;
}
A.btn-reg:hover {text-decoration: none;}
	A.btn-reg SPAN {
		display: block;
		height: 41px;
		float: left;
		background-image: url(../images/btn-41-sprite.png);
		cursor: pointer;
	}
	A.btn-reg .l, A.btn-reg .r {
		width: 5px;
		background-repeat: no-repeat;
	}
	A.btn-reg .l {background-position: 0 0;}
	A.btn-reg .r {background-position: 0 -82px;}
	A.btn-reg .c {background-position: 0 -41px;
		background-repeat: repeat-x;
		width: 190px;
	}
/*———————————————*/

/* ROUNDED CORNERS
————————————————————*/
.corner {
	position: absolute;
	display: block;
	background-repeat: no-repeat;
	background-color: none;
}
.tl {
	background-position: 100% 100%;
	left: 0;
	top: 0;
}
.tr {
	background-position: 0 100%;
	right: 0;
	top: 0;
}
.bl {
	background-position: 100% 0;
	left: 0;
	bottom: 0;
}
.br {
	background-position: 0 0;
	right: 0;
	bottom: 0;
}
.tl-b {
	background-position: 100% 100%;
	left: -1px;
	top: -1px;
}
.tr-b {
	background-position: 0 100%;
	right: -1px;
	top: -1px;
}
.bl-b {
	background-position: 100% 0;
	left: -1px;
	bottom: -1px;
}
.br-b {
	background-position: 0 0;
	right: -1px;
	bottom: -1px;
}
.r6 {
	width: 6px;
	height: 6px;
	background-image: url(../images/corners-r6.png);
}
.r5-blue {
	width: 5px;
	height: 5px;
	background-image: url(../images/corners-r5-blue.png);
}
.r5-grey {
	width: 5px;
	height: 5px;
	background-image: url(../images/corners-r5-grey.png);
}
.r5-ec {
	width: 5px;
	height: 5px;
	background-image: url(../images/corners-r5-ec.png);
}
.r4 {
	width: 4px;
	height: 4px;
	background-image: url(../images/corners-r4.png);
}
.r3-b {
	width: 4px;
	height: 4px;
	background-image: url(../images/corners-r3-border.png);
}
/*————————————————————————————————*/

/* FORM ELEMENTS
——————————————————*/
FIELDSET {border: none;}
H1.legend {
	height: 48px;
	color: #656565;
	font-size: 18px;
	padding: 8px 6px 6px;
	text-transform: capitalize;
	text-indent: 0;
}
FORM TABLE {
	border-collapse: separate;
	border-spacing: 6px;
}
FORM TR, FORM TD {
	height: 23px;
}

LABEL {
	color: #656565;
	font-size: 14px;
}
SELECT, INPUT.inp-chkbox, INPUT.inp-radio {vertical-align: middle;}
.inp-text {
	color: #333;
	font-size: 14px;
	height: 23px;
	line-height: 23px !important;
	vertical-align: top;
}
SELECT.inp-text {height: auto;}
.invis {
	border: none 0 !important;
	background: none !important;
	outline: none 0;
}
.inp-l, .inp-r, .inp-c {
	height: 23px;
	background-image: url(../images/input-text-bg.png);
}
.inp-l {
	padding-left: 8px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.inp-r {
	padding-right: 8px;
	background-repeat: no-repeat;
	background-position: 100% 100%;
}
.inp-c {
	width: 100%;
	background-repeat: repeat-x;
	background-position: 50% 50%;
	background-color: none;
	border-width: 0 !important;
	outline: none;
}

/*————————————————————————————————*/

BODY {
	background: #fff url(../images/body-bg.png) repeat-x top;
	text-align: center;
	height: 100%;
	font-family: /*"Myriad Pro","Trebuchet MS",*/helvetica,arial,sans-serif;
}
.container{
	height: 100%;
	width: 895px;
	margin: 0 auto;
	text-align: left;
	padding: 8px 0 0;
}
.header {
	position: relative;
	/*height: 108px;*/
	/*margin-top: 8px;*/
}
.h-bg-pic {background: url(../images/int-header-pic.jpg) no-repeat right top;}
	A.logo {
		display: block;
		padding-top: 1px;
	}
	.logo {
		width: 364px;
		height: 105px;
	}

UL {
	font-size: 14px;
	color: #BC0056;
	padding-left: 24px;
	margin-bottom: 12px;
}
LI SPAN {color: #656565;}
.follow-us {
	position: absolute;
	top: 8px;
	right: 0;
	width: 300px;
}
	.follow-us SPAN {
		display: block;
		float: right;
		line-height: 32px!important;
		font: 12px "Myriad Pro";
		color: #999;
	}
	.follow-us A, .follow-us A IMG {
		display: block;
		width: 32px;
		height: 32px;
	}
	.follow-us A {
		float: right;
		padding-left: 6px;
	}
/* MAIN MENU
——————————————*/
UL.main-menu {
	height: 23px;
	padding: 13px 0 10px;
	list-style: none;
	margin-bottom: 0;
	font-size: 12px;
}
.main-menu LI {
	float: left;
	border-right: 1px solid #D0D0D0;
	padding: 0px;
}
.main-menu A.btn {
	color: #BC0056;
	width: auto;
	min-width: 104px;
	max-width: 180px;
}
	.main-menu A.btn SPAN {background-position: 0 23px;}
	.main-menu A.btn:hover .l, .main-menu A.btn:active .l {background-position: 0 -70px;}
	.main-menu A.btn:hover .r, .main-menu A.btn:active .r {background-position: 0 -116px;}
	.main-menu A.btn:hover .c, .main-menu A.btn:active .c {background-position: 0 -93px;}

	.main-menu A.active .l, .main-menu A.active:hover .l, .main-menu A.active:active .l {background-position: 0 0;}
	.main-menu A.active .r, .main-menu A.active:hover .r, .main-menu A.active:active .r {background-position: 0 -46px;}
	.main-menu A.active .c, .main-menu A.active:hover .c, .main-menu A.active:active .c {background-position: 0 -23px;color: #FFF;}
	.main-menu A.active SPAN, .main-menu A.active:hover SPAN, .main-menu A.active:active SPAN {cursor:default;}                             

.main-menu LI.lang {
	float: right;
	border: none 0;
	padding: 4px 0 0 6px;
}
.btn-register {
	position: absolute;
	right: 60px;
	bottom: 10px;
}
.btn-member {
	position: absolute;
	right: 100px;
	bottom: 10px;
}
/*———————————————————————*/

/* ITEMS
————————————*/
H1 {
	text-indent: 6px;
	font-size: 18px;
	color: #BF065D;
	font-weight: normal;
	text-transform: lowercase;
	padding: 14px 0 14px;
}
H3 {
	font-size: 14px;
	color: #BF065D;
	font-weight: normal;
	/*padding: 10px 0 0;*/
	margin-top: 14px;
}
P {
	font-size: 14px;
	color: #656565;
	margin-bottom: 14px;
}
.box H1 {
	text-indent: 25px;
	color: #656565;
}
.col-right H1 {text-transform: none;}
.item-box P {
	color: #FFF;
	margin: 0;
}
.box, .item-box, .inner-box, .col-left, .testim-box, .footer {
	position: relative;
	padding: 6px;
	/*margin-top: 6px;*/
	margin-bottom: 6px;
}
.box {
	min-height: 470px;
	background: #D7D7D7;
}
.box-footer {
    background: #D7D7D7;
}
.item-box {
	height: 178px;
	background: #002968;
}
.home .item-box {width: 426px;}
.inner-box {
	background: #163b75;
	color: #FFF;
}
.testim-box {
	margin-bottom: 0;
	background: #CCC;
}
.thumbs {
	float: left;
	width: 65px;
	margin-top: 0;
	text-align: center;
	padding-bottom: 4px;
}
.thumbs A {display: block;}
.thumbs IMG {
	display: block;
	padding-bottom: 2px;
}

.photo {
	float: left;
	width: 326px;
	margin-top: 0;
	text-align: center;
	background: #163b75;
	padding: 4px;
}
.photo IMG {display: block;}
.item-info {
	float: left;
	width: 343px;
	margin-left: 6px;
}

.item-title {
	position: relative;
	font-size: 18px;
	margin-top: 0;
}
.item-title H2 {
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
}
.stars {
	position: absolute;
	display: block;
	right: 4px;
	bottom: 4px;
	width: 55px;
	height: 11px;
}
.s5 {background: url(../images/stars.png) no-repeat 0 0;}
.s4 {background: url(../images/stars.png) no-repeat 0 100%;}

.item-desc P {
	overflow: hidden;
	height: 81px;
}
.item-info .btn {margin-top: 6px;}

.footer {
    /*position: absolute;*/
    bottom: 0;
    height: 15px;
    width: 883px;
    clear: both;
    float: none;
    font-size: 12px;
    color: #676767;
    padding: 28px 6px 24px;
    margin: 0 0 50px;
}

/*————————————————————————————*/

/* HOME PAGE — LOGIN FORM
———————————————————————————*/
FORM.login {
	height: 242px;
	position: relative;
	padding: 6px;
	margin-bottom: 6px;
	background: #D7D7D7 url(../images/home-login-pic.jpg) no-repeat 50% 50%;
}
FORM.login FIELDSET {
	width: 339px;
	height: 190px;
	position: absolute;
	top: 32px;
	left: 39px;
	/*margin: 26px 0 0 33px;*/
}
FORM.login TABLE {
	width: 248px;
	margin: 15px 0 20px;
}
FORM.login COL.labels {width: 70px;}
FORM.login COL.inps {width: 160px;}

FORM.login INPUT.inp-text {width: 160px;}
FORM.login A.btn {
	float: left;
}
A.psw-rmnd {
	color: #bf065d;
	font-size: 12px;
	line-height: 23px;
	float: left;
	margin-left: 15px;
}
/*————————————————————————————*/

/* REGISTRATION FORM
———————————————————————————*/
FORM.register {
	height: 388px;
	position: relative;
	margin-bottom: 6px;
	padding: 6px;
	background: url(../images/register-form-lp.jpg) no-repeat 50% 50%;
}
FORM.register FIELDSET {
	width: 339px;
	height: 364px;
	position: absolute;
	top: 6px;
	right: 12px;
}
FORM.register COL.labels {width: 128px;}
FORM.register COL.inps {width: 193px;}

FORM.register .inp-text {
	width: 184px;
	/*margin: 0 0 0 4px;*/
}
FORM.register A.btn {
	/*float: right;*/
	margin-top: 6px;
}
FORM.register .title-inps LABEL {padding-right: 12px;}
DIV.terms {padding-left: 6px;}
.chk-terms {
	font-size: 12px;
	line-height: normal;
	color: #656565;
}
A.terms {
	color: #bf065d;
	font-size: 12px;
}
.reg-ads {
	float: left;
	width: 518px;
	height: 100%;
	padding: 6px 0 0 6px;
}
.reg-ads .visual {
	display: block;
	width: 514px;
	height: 250px;
	position: relative;
	background: url(../images/photos/reg-photo.jpg) 0 0 no-repeat;
	margin: 0 0 21px;
}
.reg-ads H1 {
	position: relative;
	width: 345px;
	text-align: right;
	font: 30px "Myriad Pro";
	color: #FFF;
	text-transform: none;
}
.reg-ads H1 IMG {
	position: absolute;
	top: 37px;
}
.reg-ads H2 {
	font: 16px "Myriad Pro",helvetica,tahoma,sans-serif;
	color: #656565;
	line-height: 16px;
	padding: 0 0 6px 34px;
	background: url(../images/bullet-logo-ball.png) 8px 0 no-repeat;
}
.reg-ads H2 EM {
	color: #00297B;
	font-weight: bold;
	font-style: normal;
}

/*———————————————————————————*/

/* INTERNAL PAGE — TWO COLUMN LAYOUT
——————————————————————————————————————*/
.internal .content {
	clear: both;
	padding: 0 6px;
}

.col-left {
	float: left;
	background: #ECECEC;
	width: 256px;
}
.voucher-box {
	width: 170px;
}
	.voucher-01, .voucher-02 {
		width: 170px;
		height: 42px;
		padding-top: 208px;
	}
	.voucher-01 {background: url(../images/gift-voucher-01.jpg) no-repeat 0 0;}
	.voucher-02 {margin-top: 6px;background: url(../images/gift-voucher-02.jpg) no-repeat 0 0;}
	.voucher-box DIV .btn {margin: 0 auto;}
.col-right {
	float: right;
	/*width: 695px;*/
}
/*———————————————————————————————*/

/* HOTEL PAGE — DETAILS
——————————————————————————*/
.col-left H1 {padding: 0;}
.tab-header {
	position: relative;
	float: left;
	height: 37px;
	margin-left: 6px;
	background: url(../images/tab-bg.gif) repeat-x 0 0;
}
.tab-header H1 {
	padding: 0 6px;
	height: 37px;
	line-height: 37px;
	color: #FFF;
	font-size: 18px;
	text-indent: 0;
}
.booking-box {
	margin-bottom: 12px;
	clear: both;
}
.booking-box TABLE {
	width: 100%;
	margin-bottom: 6px;
}
.booking-box TD.label {
	vertical-align: bottom;
	height: 30px;
	padding-bottom: 3px;
}
.booking-box TD.fields {
	vertical-align: middle;
}
.booking-box SELECT {width: 40px;}
.booking-box .btn {
	margin: 7px 0 0;
}
.booking-box LABEL {
	color: #FFF;
	text-transform: lowercase;
}
.booking-box SELECT {float: left;margin-right: 3px;}
A.btn-calendar {
	display: block;
	padding: 3px;
	width: 18px;
	height: 18px;
	float: left;
}
A.btn-calendar IMG {
	display: block;
}
.internet-rate {
	text-align: center;
	text-transform: lowercase;
	font-size: 24px;
	margin-bottom: 0;
}
.internet-rate A {
	display: block;
	width: 100%;
	color: #5C7AA9;
	text-decoration: none;
}
.internet-rate EM {
	display: block;
	font-style: italic;
	color: #FFF;
	margin-top: -8px;
}
.testim-box H1 {
	padding: 12px 0 12px;
	text-indent: 10px;
	margin: -6px -6px 6px;
	background: #B8B8B8;
	color: #FFF
}
.testim-box P {
	padding: 4px;
	margin-bottom: 2px;
	font-style: italic;
}
.testim-box P.name {font-style:normal;}

.hotel .col-right {width: 616px;}
.hotel .item-box {
	height: auto;
}
IMG.photo {
	display: block;
	float: none;
	width: auto;
	height: auto;
	border: 4px solid #163b75;
	margin: 0 auto 5px;
	padding: 0;
}
A.thumb {
	float: left;
	width: 60px;
	height: 60px;
	padding: 5px;
	background: #163b75;
	margin-right: 5px;
}
A.thumb IMG {
	display: block;
	padding: 0;
}
.hotel .item-title {margin-bottom: 6px;}
.hotel .item-desc {
	float: left;
	width: 341px;
	height: 140px;
	margin: 0 6px 0 0;
}
.hotel .item-desc P {height: 143px;}
.gmap {
	float: left;
	position: relative;
	width: 245px;
	height: 152px;
	background: url(../images/gmap-bg.png) no-repeat 50% 50%;
}
/*——————————————————————————————————*/

/* LAST RULES
————————————————*/
.brand-mdnblue {color: #00316e;} /* ~003366 midnight blue — polunochno-sinij */
.brand-cerise, .rq /*=required*/ {color: #BF065D;} /* ~de3163 cerise — svetlo-vishnevyj */