* {
	margin: 0;
}

html {
	width: 100%;
	height: 100%;
}

body {
	position:relative;
	min-width:936px;
	height: 100%;
	margin: 0;
	padding: 0;
	color:#000;
	background: #A4DBFF;
}

.box_wrap {
    min-height: 100%;
	margin-bottom: -50px;
	border-left: 4px double #A4DBFF;
	border-right: 4px double #A4DBFF;
	background: #FFF;	
}

.box_wrap:after {
	content: "";
	display: block;
}

.border {
	border: 1px solid orange;
}

.border1 {
	border: 1px solid purple;
}

.box_menu_item a, a.logo {
	text-decoration: none;
	color: inherit;
	outline: none;
}

.box {
	padding: 20px 0 0;
	margin: 5px;
	text-align: center;
}

.head {
	font-size: 16px;
	font-family: georgia;
	color: #0088CB;
	text-align: center;
}

.logo {
	padding: 20px 0 0;
	margin: 0px;
	font-family: Georgia;
	line-height: 19px;
}

.l1 { 
	padding: 0px 0px 10px 0px;
	margin: inherit;
	font-size: 24px;
}
.l2 {
	padding: 0px;
	margin: inherit;
	font-size: 36px;
}

.l3 { 
	padding: 0px;
	margin: inherit;
	font-style: italic;
	font-size: 18px;
}
.lhr { 
    width: 255px;
	margin: 15px 0px 0px 78px;
	border-bottom: 1px solid #989897;
}
	
.box_menu_item {
    background: #FFF;
    padding: 2px 0;
	text-align: center;
	font: italic 24px Georgia;
	cursor: pointer;
	
	-moz-border-radius: 7px; 	
	-webkit-border-radius: 7px;	
	-khtml-border-radius:7px;	
	border-radius: 7px;
	behavior: url(css/htc/PIE.htc);
	
	box-shadow: 0px 0px 8px -4px #000000;
	-webkit-box-shadow: 0px 0px 8px -4px #000000;
	-moz-box-shadow: 0px 0px 8px -4px #000000;
		
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

.box_menu_item:hover {
	color: #334960;
	background:#A4DBFF;
}

.active {
	background:#A4DBFF;
}

.mhr{ 
    width: 700px;
	margin: 10px 0px 10px 108px;
	border-bottom: 1px solid #989897;
}

/*---------------------------------*/

.box_cont_main{
	margin-top: 10px;
}

.box_cont{
	text-align: justify;
	text-indent: 20px;
	font: 18px/25px Times;
	margin: 10px 0px 10px 0px;
}

.box_cont_pic{
	margin: 10px 0px 0px 0px;
}

.bottom{
	margin: 30px;
	font-weight: bold;
	text-align: center;
}

/*---------------------------------*/

.box_services p{
	text-align: justify;
	text-indent: 20px;
	font: 18px/25px Times;
	margin: 0;
}

.box_services h3{
	text-align: center;
	text-indent: 20px;
	font: 24px/25px Times;
	padding: 0px 20px 0px;
	margin: 20px 0px 10px 0px;
}

.gallery h3{
	text-align: center;
	text-indent: 20px;
	font: 24px/25px Times;
	padding: 0px 20px 0px;
	margin: 20px 0px 10px 0px;
}

p.com{		text-align: justify;
			font: 18px/25px Times;
			text-indent: 20px;
			margin: 8px;
}
p.com_coma{	text-align: center;
			margin-top: 20px;
			margin-bottom: 20px;}
p.com_auth{	text-align: right;
			font-style: italic;
}

/* rooms */

.room_box {
	border: 1px solid #A4DBFF;
	padding: 20px 14px 20px 10px;
	margin-top: 20px;
	border-top-width: 4px;
	text-align: center;
}

.room_title {
	margin-bottom: 16px;
	font-size: 26px;
	line-height: 20px;
}

.room_title span {
	font-size: 18px;
	//font-weight: bold;
	font-style: italic;
	//color: #989897;
}

.rhr{ 
    //width: 700px;
	margin: 10px 10px 0px 10px;
	border-bottom: 1px solid #A4DBFF;
}

.room_box img {
	border: 2px solid #A4DBFF;
	border-radius: 500px;
	behavior: url(css/htc/PIE.htc);
	//margin-bottom: 19px;
	max-width: 100%;
	position:relative;
}

.room_box img:hover {
  -webkit-box-shadow: 0px 0px 7px rgba(0,0,0,0.7);
  box-shadow: 0px 0px 7px rgba(0,0,0,0.7);
}

.room_desc{
	margin: 5px 0 0 0;
}

div.thumb_wrap {
	width:100%;
	position: relative;
	float: right;
	right: 50%;
}

div.thumb {
	position: relative;
	right: -50%; 
	display:inline; 
}

div.thumb img {
	margin: 2px;
	border: 1px solid #A4DBFF;
	width: 30px;
	height: 30px;
	
	-webkit-transition: box-shadow 0.5s ease;
	-moz-transition: box-shadow 0.5s ease;
	-o-transition: box-shadow 0.5s ease;
	-ms-transition: box-shadow 0.5s ease;
	transition: box-shadow 0.5s ease;
}

/* */

#content {
	width: 936px;
	min-height: 100%;
} 

/*   специально для IE   */
* html #content  {
height: 100%;
}

.footer, .box_wrap:after {
    color:#C0C0C0;
	height: 50px;
	font-family: georgia;
	text-align: center;
	display: block;
}

/*  */
/*div.gal {
	width:100%;
	//position: relative;
	float: right;
	right: 50%;
}

div.gal ul{
	position: relative;
	right: -50%; 
	display:inline; 
}
*/


div.gal {
  //width: 100%;
  margin: 0 0 0 0;
  padding:0;
  overflow: auto;
}
 
div.gal ul {
  list-style-type: none;
  padding: 15px;
  margin: 0;
}
 
div.gal li img {
  float: left;
  margin: 7px;
  border: 5px solid #fff;
  height: 150px;
  width: 150px;
  border: 1px solid #A4DBFF;
  border-top-width: 4px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 2px;
 
  -webkit-transition: box-shadow 0.5s ease;
  -moz-transition: box-shadow 0.5s ease;
  -o-transition: box-shadow 0.5s ease;
  -ms-transition: box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease;
}
 
div.gal li img:hover {
  -webkit-box-shadow: 0px 0px 7px rgba(0,0,0,0.7);
  box-shadow: 0px 0px 7px rgba(0,0,0,0.7);
  
}
.maxheight1 {
    height: 602px;
    
}