/* Глобальные свойства
-----------------------------------------------------------------------------*/
BODY
{
    color: #000;
    font-family: Tahoma, sans-serif;
    font-size: 14px;
    background: #F7F6F1;
    line-height: 1.5em;
    padding: 0;
    margin: 0;
}

#container
{
    position: relative;
    background: #fff;
}
a
{
    color: #007fbf;
    outline: none;
    text-decoration: underline;
}
a:link
{
}
a:visited
{
}
a:hover
{
    text-decoration: none;
}
a:active
{
    text-decoration: none;
}
img
{
}
.imgCenter
{
position:relative;
text-align:center;
width:100%;
height:301px;
}
p
{
}

/* Шапка сайта
-----------------------------------------------------------------------------*/

#header
{
    position: relative;
    background: repeat-x url(../images/top_fon.jpg);
	margin-left:-9px; 
	margin-right:-10px; 
	height:150px;
}

#logo
{   
    position:relative;
    left:25px;
    top:20px;
    height:145px;
    width:283px;
    text-align:center;
	background: no-repeat url(../images/logo.jpg);
}

#logo a
{   
    position:relative;
    display:block;
	width:90px;
	height:90px;
	margin-top:10px;
	float:right;
}


.headMenu
{  
    position: absolute;   
    top: 15px;
    font-style: italic;
    font-size: 18px;
    font-family: Georgia;
    text-align:center;
}

#headM1
{
    right:45%;
}
#headM2
{
    right:22%;
}
#headM3
{
    right:3%;
}

#phoneBlock
{
    position: absolute;
    right: 30px;
    top: -27px;
    width: 227px;
    height: 26px;
    background: #fff no-repeat url(../images/phone.jpg);
    padding-top: 4px;
    padding-left: 36px;
    font-size: 13px;
    font-family: Trebuchet MS;
}

#header_bottom
{
    position:relative;
	height:8px;
	background: repeat-x url(../images/header_bottom_border.jpg);
	margin-left:-9px; 
	margin-right:-10px; 
}


/* Ротатор ишображений
-----------------------------------------------------------------------------*/

#rotatorfon
{
    position: relative;
    overflow:hidden;
   background: repeat-x url(../images/top_fon.jpg) bottom;
   height:279px;
   margin-left:-9px;
   margin-right:-10px;
}

#sliderBorder
{
    position:relative;
    height:279px;
    width:915px;
    background-color:#fff;
    text-align:left;
    margin: 0px auto;
    background: no-repeat url(../images/bg.jpg);
    
}
#photos
{
    left:6px;
    top:6px;
    text-align:left;
    overflow:hidden;
    
}

/* Левая колонна (столбец)
-----------------------------------------------------------------------------*/
#leftColumn
{
    float: left;
	position:relative;
    width: 250px;
    padding-left:20px;
    padding-right:10px;
    padding-top:35px;
    padding-bottom:50px;
	z-index:100;
}

.menuLevel1
{
    font-size:15px;
    margin-bottom:10px;
	margin-top:20px;
	
}

.menuLevel1 a
{
    color:#000;
	text-decoration:none;
}

.menuLevel1 a:hover 
{
    text-decoration:underline;
}

.menuLevel2
{
    padding-left:10px;
    background: no-repeat url(../images/arrs_blue.gif) 0px 7px;
}
#menu a
{
    
}

#menu
{  
    
    margin-bottom:30px;
}

/* Содержание
-----------------------------------------------------------------------------*/

#wrapper
{
    float: right;
	position:relative;
    width: 100%;
    margin-left: -280px;
    position:relative;
	z-index:1;
}
#content
{
    
    margin-left: 280px; 
    padding-left: 20px;
    padding-right: 15px;
    padding-top: 55px;
    padding-bottom:50px;
}


/* Скруглённый главный блок
-----------------------------------------------------------------------------*/
#mainTable
{
   margin:0 auto;
   min-width:990px;
   max-width:1120px;
}

* html #mainTable 
{ 
   margin:0 auto;
   width:990px;
    }

*+html #mainTable {
    margin:0 auto;
    width:990px;
    }


#td_top_left
{
    width: 20px;
    height: 30px;
    background: #FFF no-repeat url(../images/big_top_left.jpg);
    
}
#td_top
{
    height: 30px;
    background: url(../images/big_top_line.jpg);
}
#td_top_right
{
    width: 20px;
    height: 30px;
    background: #FFF no-repeat url(../images/big_top_right.jpg);
    
}
#td_content
{
    background-color:#fff;
}
#td_left_border
{
    background: #FFF repeat-y url(../images/big_left_line.jpg) 0px;
}
#td_right_border
{
    background: #FFF repeat-y url(../images/big_right_line.jpg);
}

/* Скруглённые блоки в левой колонке
-----------------------------------------------------------------------------*/
.advertTable
{
   width:100%;
   
}

.small_td_top_left
{
    width: 11px;
    height: 7px;
    background: no-repeat url(../images/small_top_left.jpg);
}
.small_td_top
{
    height: 11px;
    background: repeat-x url(../images/small_top_line.jpg);
}
.small_td_top_right
{
    width: 11px;
    height: 11px;
    background: no-repeat url(../images/small_top_right.jpg);
    
}
.small_td_content
{
    background-color:#fff;
}
.small_td_left_border
{
    background: repeat-y url(../images/small_left_line.jpg);
}
.small_td_right_border
{
    background: repeat-y url(../images/small_right_line.jpg);
}
.small_td_bottom_left
{
    width: 11px;
    height: 11px;
    background: no-repeat url(../images/small_bottom_left.jpg);
}
.small_td_bottom
{
    height: 11px;
    background:repeat-x url(../images/small_bottom_line.jpg);
}
.small_td_bottom_right
{
    width: 11px;
    height: 11px;
    background: no-repeat url(../images/small_bottom_right.jpg);
}

.special_case
{
    font-size: 12px;
    line-height: 1.2em;
    padding: 8px 0 10px 5px;
    zoom: 1; /* IE6 */
}

.special_case a
{  
    line-height:1.2em;
    font-style: italic;
    font-size: 17px;
    font-family: Georgia;
}

.special_case .rightcolumnlineOfNews
{
    margin-bottom: 5px;
}

/*offer*/
.offer_outline {
	width: 222px;
	height: 76px;
	background: url(../images/outline.png) no-repeat;
	position: relative;
	top: -73px;
	left: -2px;
	margin-bottom: -85px;
}



/* Подвал сайта
-----------------------------------------------------------------------------*/
#footer
{
    clear: both;
    position: relative;
    height: 133px;   
    font-size: 12px;
    line-height: 18px; 
    margin-left:-9px;
	margin-right:-10px; 
    background: repeat-x url(../images/footer_fon.jpg) bottom;
}

#footerTopLine
{
    position:relative;
	height:6px;
	background: no-repeat url(../images/footerborder.jpg) center;
}

#copyright
{
    position:absolute;
    top: 25px;
    left: 30px;
	 
}

#adres
{
    position:absolute;
    left:30%;
    top:25px;
    
}

#spellsystems
{
    position:absolute;
    right: 30px;
    top: 25px; 
	text-align:right;
}

/* Содержание главной страницы
-----------------------------------------------------------------------------*/
.headerLine
{
    height: 28px;
    background: url(../images/header_line.jpg) repeat-x 0 15px;
    margin-bottom:30px;
}
.headerLine h1
{
    display:block;
	height:25px;
    font-family: Times New Roman;
    font-size: 22pt;
    font-style: italic;
    color: #000;
    background-color:#fff;
    padding-left:10px; 
	padding-right:10px;
    margin-left:20px;
	position:absolute;
}

#bookroom
{
    position: absolute;
    right: 0px;
    top: 220px;
    background: url(../images/book_r.jpg) no-repeat;
    height:370px;
    width:350px;
}

#bookroomLink
{  
    bottom:0px;
    position:absolute;
}

#bookroomLink a
{  
    display:block;
    height:42px;
    width:274px;
    bottom:0px;
}

.mainmenu
{
    margin: 0.4em 15px 1.2em;
    padding: 0 0 0 0.5em;
}



.mainmenu li
{
    list-style:none;
    display:block; 
    margin-bottom:1px;
    padding-left: 15px;
    background: url(../images/arrow.jpg) no-repeat 0 0.5em;
}

#compas_question
{
    vertical-align:middle; 
	width:145px; 
    font-family:Trebuchet MS;
	font-size:14px;
}
.compasLinks
{
    vertical-align:middle;
	background: url(../images/bg_compas.jpg) repeat-x 0px 6px;
	padding-left:5px;
}

#compasLinks_left
{
    width:5px;
    background: url(../images/bg_compas_left.jpg) no-repeat 0px 6px;
}

#compasLinks_right
{
    width:5px;
    background: url(../images/bg_compas_right.jpg) no-repeat 0px 6px;
}

.compasLinks a
{
    color: Black;
	display:block; 
    padding-left: 30px;
	height:22px;
    background: url(../images/arrs.gif) no-repeat 3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.compasLinks a:hover
{
    text-decoration: none;
}

.newsline
{
   width:100%;  
   position: relative;
}

.leftcolumnnews
{
    width: 110px;
    font-size: 11px;
    float: left;
}

.rightcolumnnews
{
    margin-left: 110px; 
    margin-bottom:30px;
}

.rightcolumnnews a
{
    font-size: 15px;
    margin-bottom: 10px;
}

.rightcolumnnews p
{
    margin-top: 5px;
}

#allNews
{
    clear: both;
    color: #007fbf;
}

.pdfLink
{
    display: table-cell;
	height:60px;
    line-height:60px;
	padding-left:55px;
	background: url(../images/iconPDF.jpg) no-repeat 3px;
}

/* Контакты
-----------------------------------------------------------------------------*/
.contactInput
{
   width:450px;
   background-color:#F7F6F1;
   border:solid thin #dcdad6;
   margin-top:3px;
   margin-bottom:6px;
}

#contact_button
{
   width:85px;
   height:28px;
   border:none;
   padding-bottom:4px;
   background: url(../images/contact_btn.jpg) no-repeat;
}

/* Номерной фонд
-----------------------------------------------------------------------------*/
.roomline
{
   width:100%;  
   position: relative;
   border-bottom:solid 1px #d8d5be;
   margin-top:45px;
}

.roomline p
{
    margin-bottom:8px;
}

.leftcolumnRoom
{
    width: 220px;
    float: left;
    text-align:left;
}
.leftcolumnRoom ul
{
    margin: 0;
list-style: none;
padding: 0;
}
.leftcolumnRoom img
{
    padding:5px;
	border:solid 1px #cfcfcf;
	margin-bottom:10px;
}
.rightcolumnRoom
{ 
    position:relative;
    margin-left: 200px; 
    margin-bottom:30px;
}
.rightcolumnRoom a
{
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 10px;
}
.roomCount
{
    font-size:12px;
	color:#804000;
	font-weight:bold;
}

/* Галерея
-----------------------------------------------------------------------------*/

.galleryPreview
{
   width:100%;
   border-bottom:solid 1px #d8d5be;
   margin-bottom:40px;
}

.galleryPreviewImg
{
   margin-top:15px;
   margin-bottom:15px;
}
.galleryPreviewImg img
{
   width:180px;
   height:114px;
    padding:5px;
	border:solid 1px #cfcfcf;
	margin-right:15px;
    
}

.galleryPreviewLinks a
{
    display:block;
	height:22px;   
	font-size:12px;
	float:left;
	padding-left:30px;
	padding-right:30px;
	margin-bottom:15px;
	margin-right:40px;
}

.galleryLink
{ 
	background: url(../images/photoLink.jpg) no-repeat left center;
}
.galleryLinkVisited
{ 
    color:#000;
	text-decoration:none;
	background: url(../images/photoLinkVisited.jpg) no-repeat left center;
}
.videoLink
{
	background: url(../images/videoLink.jpg) no-repeat left center;
}
.videoLinkVisited
{ 
   color:#000;
   text-decoration:none;
   background: url(../images/videoLinkVisited.jpg) no-repeat left center;
}



/* Номер
-----------------------------------------------------------------------------*/
.roomBigImage
{
    padding-bottom:4px;
	border-bottom:solid 1px #cfcfcf;
}

/* Стоимость размещения
-----------------------------------------------------------------------------*/
#priceTable
{
   margin-bottom:10px;
}
#priceTable td
{
   text-align:center;
   vertical-align:middle;
   line-height:18px;
  
}
.priceTableRow
{
    background-color:#f7f7f2;
}
.priceTableRow td
{
    border-top:solid 1px #d8d5be;
	border-bottom:solid 1px #d8d5be;
	padding-bottom:10px;
	padding-top:10px;
	
}
.priceTableRowMin td
{
    border-top:solid 1px #d8d5be;
    border-bottom:solid 1px #d8d5be;
    padding-bottom:5px;
    padding-top:5px;
    color: #444;
    font-size: 85%;
	
}
.priceTableRowWhite td
{
    padding-bottom:10px;
	padding-top:10px;
}
.priceTableBorderLeft
{
    border-left:solid 1px #d8d5be;
}
.priceTableBorderRight
{
    border-right:solid 1px #d8d5be;
}
.priceTableHeaderRowTop
{
    background: url(../images/table_header_top.png) repeat-x;
}

.priceTableHeaderRowTop td
{
   height:5px;
}
.priceTableHeaderRowTopLeft
{
   width:5px;
   background: url(../images/table_header_top_left.png) no-repeat;
  
}
.priceTableHeaderRowTopRight
{
   width:5px;
   background: url(../images/table_header_top_right.png) no-repeat;
}
.priceTableHeaderRow td
{
    height:39px;
	background: url(../images/table_header2.png) repeat-x;
	font-size:14px;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	text-shadow:1px 1px 0px #fff;
}
.priceTableHeaderRowLeft td
{
height:39px;
    background: url(../images/table_header_left.png) no-repeat;
}
.priceTableHeaderRowRight td
{
   height:39px;
    background: url(../images/table_header_right.png) no-repeat;
}

/* Карта сайта
-----------------------------------------------------------------------------*/
#SiteMapFon
{
   width:100%;
   height:678px;
   overflow:hidden;
   background: url(../images/substrate.jpg) no-repeat center left;
}
.SiteMap
{
   position:relative;
   margin-left:80px;
   margin-top:40px;
   background-color: #000;
}
.SiteMap br
{
   line-height:10px;
}
.mapLinkLevel2
{
    padding-left:15px;
    background: no-repeat url(../images/arrowMap.jpg) 0px 7px;
}
.mapLinkLevel1 a
{
    color:#000;
    font-size:18px;
    line-height:24px;
}

/* Новости
-----------------------------------------------------------------------------*/
.lineOfNews
{
   width:100%;  
   position: relative;
   border-bottom:solid 1px #d8d5be;
   margin-top:45px;
}
.NewsActionsLink
{ 
    color:#000;
	text-decoration:none;
	display:block;
	float:left;
	height:22px;
	width:50px;
	padding-left:10px;
	background: url(../images/allNewsVisited.jpg) no-repeat left center;
}
.NewsActionsLink a
{ 
    color:#000;
	text-decoration:none;
	display:block;
	float:left;
	height:22px;
	width:50px;
	padding-left:10px;
	background: url(../images/allNewsVisited.jpg) no-repeat left center;
}
.NewsLink
{ 
    color:#000;
	text-decoration:none;
	display:block;
	float:left;
	height:22px;
	width:69px;
	padding-left:10px;
	padding-right:10px;
	margin-left:20px;
	background: url(../images/NewsVisited.jpg) no-repeat left center;
}
.NewsLink a
{ 
    color:#000;
	text-decoration:none;
	display:block;
	float:left;
	height:22px;
	width:69px;
	padding-left:10px;
	padding-right:10px;
	margin-left:20px;
	background: url(../images/NewsVisited.jpg) no-repeat left center;
}
.ActionsLink
{ 
    color:#000;
	text-decoration:none;
	display:block;
	float:left;
	height:22px;	
	width:52px;
	padding-left:10px;
	padding-right:10px;
	margin-left:20px;
	background: url(../images/ActionsVisited.jpg) no-repeat left center;
}
.ActionsLink a
{ 
    color:#000;
	text-decoration:none;
	display:block;
	float:left;
	height:22px;	
	width:52px;
	padding-left:10px;
	padding-right:10px;
	margin-left:20px;
	background: url(../images/ActionsVisited.jpg) no-repeat left center;
}
.allNewsAndAction a
{
   display:block;
   float:left;
   margin-left:20px;
}
.leftcolumnlineOfNews
{
    width: 170px;
    float: left;
    text-align:left;
	margin-top:8px;
}
.leftcolumnlineOfNews img
{
    padding:5px;
	border:solid 1px #cfcfcf;
	margin-bottom:10px;
}	
.rightcolumnlineOfNews
{
    margin: 10px 0 15px;
}	
.lineOfNews a
{
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 10px;
}

/* ФотоГалерея
-----------------------------------------------------------------------------*/
.FotoGallery
{
    width:100%;
	position:relative;
}
.fotoWithCaption 
{
   text-align:center; 
   float:left;
   margin-right:20px; 
    margin-top:25px; 
}
.fotoWithCaption img
{
    padding:5px;
	border:solid 1px #cfcfcf;
}
/* ВидеоГалерея
-----------------------------------------------------------------------------*/
.videoBorder
{
   padding:5px;
   width:542px;
   height:367px;
   border:solid 1px #cfcfcf;
}

/* Новости и акции
-----------------------------------------------------------------------------*/

.newsLeftImage
{
   float: left; 
   padding-right: 20px; 
   padding-bottom: 15px; 
}

.atacchedFilesCaption
{
   font-size:16px;
   color:#804000;
   font-weight:bold;
   height:33px;
   padding-left:40px;
   padding-top:5px;
   background: no-repeat url(../images/clip.jpg);
   margin-top:30px;
}

.atacchedFiles
{
   width:100%;
   padding-bottom:3px;
   border-bottom:solid 1px #d8d5be;
   margin-top:5px;
}

/* Забронировать номер
-----------------------------------------------------------------------------*/
#bookRoomFon
{
    position:relative;
	width:100%;
	background: url(../images/Bron_fon.jpg) no-repeat right top #e8e8e8;
	min-height:619px;
}

#numbers1 select
{
   margin-top:5px;
}
#numbers2 select
{
   margin-top:5px;
}
#numbers3 select
{
   margin-top:5px;
}
#numbers4 select
{
   margin-top:5px;
}
#numbers5 select
{
   margin-top:5px;
}
#bookRoomControls
{
    position:relative;
	margin-left:30px;
	width:65%;
	margin-bottom:10px;
}
.online_numbers select
{
   width:100%;
}
.bookRoomInput
{
   background-color:#F7F6F1;
   border:solid 1px #dcdad6;
   margin-top:2px;
   margin-bottom:10px;
   width:100%;
   height:20px;
}

#bookRoomLink2
{   
    position:relative;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:30px;
    width:153px;
	height:39px;
    background: no-repeat url(../images/Bron_btn.jpg);
}

#bookRoomLink2 a
{  
    display:block;
    height:39px;
    width:153px;
    bottom:0px;
}

/* Карта комплекса
-----------------------------------------------------------------------------*/
#ComplexMapFon
{
   position:relative;
   height:653px;
   width:100%;
   background: no-repeat url(../images/ComplexMap.jpg) center left;
}
.nextArr {
	background-color: #fff;
	padding-left: 5px;
}
.prevArr{
	background-color: #fff;
	padding-right: 5px;
}
/*ListElements*/
.allNewsAndAction {
	height: 22px;
}
.ListElement {
	margin: 40px 0 0;
	clear: both;
}
.ListElement h2 {
	font-size: 15px;
	font-weight: bold;
}
.lElement {
	margin: 10px 0;
	border-bottom: 1px solid #d8d5be;
}
.lElement td {
	padding-bottom: 20px;
}
td.lElementLeft img {
	margin-right: 20px;
}
td.lElementRight {
	padding-right: 20px;
	width: 100%;
}
.elementImage {
	padding:5px;
	border:solid 1px #cfcfcf;
}

/*SiteMap*/
#SiteMapMain {
	background: url(../images/siteMapMain.jpg) repeat-y;
}

#SiteMapHeader {
	background: url(../images/siteMapHeader.jpg) no-repeat 0 0;
}

#SiteMapFooter {
	background: url(../images/siteMapFooter.jpg) no-repeat 0 bottom;
	padding: 50px 250px 50px 80px;
}
/* Send Comment
-----------------------------------------------------------------------------*/
#comment_form
{
    width:100%;
	background-color: #e8e8e8;
	position:relative;
	margin-bottom:40px;
}
.comment_table
{
width:100%;
border-collapse:collapse;
}
.comment_table td
{
padding-left:30px;
}
#comment_name
{
width:100%;
margin-bottom:20px;
margin-top:5px;
}
#comment_text
{
width:100%;
height:110px;
margin-top:5px;
}
.comment_btn_td
{
width:60%;
text-align:center;
padding-top:12px;
padding-bottom:12px;
}
#comment_btn
{
display:block;
border:none;
width:153px;
height:39px;
margin:0 auto;
background: no-repeat url(/images/comment_btn.png);
}
.reyting_span
{
display:block;
margin-bottom:5px;
}
.comment_div_text
{
background-color:#f4f4ed;
padding-left:15px;
padding-right:15px;
padding-bottom:15px;
position:relative;
}
.comment_name_div
{
font-size:12px;
color:#666;
text-align:right;
margin-top:2px;
margin-bottom:30px;
}
.comment_div_rayting
{
padding-top:15px;
height:24px;
text-align:right;
}
.comment_switch_on
{
display:block;
position:absolute;
top:15px;
left:15px;
_left:0px;
width:11px;
height:11px;
background: no-repeat url(/images/plus.gif);
}
.comment_switch_off
{
display:block;
position:absolute;
top:15px;
left:15px;
_left:0px;
width:11px;
height:11px;
background: no-repeat url(/images/minus.gif);
}
