/* Общие стили */
    html, body, ul {
        padding: 0;
        margin: 0;   
    }
    
    body {
        min-width: 1230px;
        color: #74241f;
        font-size: 9pt;
        font-family: Tahoma, sans-serif;
    }
    
    body a {
        color: #74241f;
        text-decoration: underline;
    }
    
    body a:hover {
        text-decoration: none;
    }
    
    .clear {
        clear: both;
    }
    
    .clear-right {
        clear: right;
    }
    
    a img {
        border: 0;
    }

/* Шапка */
    #header {
        height: 119px;
        background-color: #db171e;
        margin-bottom: 6px;
        position: relative;
    }

    #logo {
        position: absolute;
        left: 35px;
        top: 35px;
    }
    
    #headerRight {
        margin-left: 210px;
        margin-right: 30px;
        padding-top: 20px;
    }
    
    /* Первая линия - телефон и поиск*/
        #firstLine {
            height: 38px;
            float: right
        }
    
        #phone {
            color: #ffffff;
            font-family: Arial, sans-serif;
            font-weight: bold;
            font-size: 14pt;
            float: left;
        }
        
        #phone .code {
            font-size: 11pt;
            font-weight: normal;
            color: #f6d9b8;
            vertical-align: middle;
        }
        
        #search {			width: 250px;			position: absolute;			top: 20px;			right: 480px;
            margin-left: 0;
        }
        
        #search p {
            margin: 0;
            padding: 0;
            border: 0;
        }
        
        
        #searchLeft {
            background-image: url('../images/bauline/searchLeft.png');
            background-position: left top;
            background-repeat: no-repeat;
            height: 22px;
            width: 11px;
            float: left;
        }
        
        #searchRight {
            background-image: url('../images/bauline/searchRight.png');
            background-position: left top;
            background-repeat: no-repeat;
            height: 22px;
            width: 11px;
            float: left;
        }
        
        #searchBox {
            float: left;
            border: 0 !important;
            height: 22px !important;
			padding: 0;
            background-color: #fc858a;
            color: #ffffff;
            width: 165px;
			overflow: hidden;
			display: block;
			-webkit-border-radius: 0;
			-moz-border-radius: 0;
			border-radius: 0;
        }
        
        #searchButton {
            margin-left: 10px;
        }

    /* Вторая линия - менюшка */
        #buttonLine {
            float: right;
            height: 38px;
            text-transform: uppercase;						margin: 10px 0 0 0;
         }
        
        #buttonLine a {
            text-decoration: none;
            color: #ffffff
        }
        
        #buttonLine li {
            list-style-type: none;
        }
        
        #buttonLine li.last {
            margin-right: 0;
        }
        
        .subMenu {
            display: none;
            position: absolute;
            top: 30px;
            left: 0;
            z-index: 9999;
            background-color: #db171e;
            list-style-type: none;
            text-align: left;
            font-size: 8pt;
            font-weight: normal;
            line-height: 100%;
            border: solid 1px white;						
        }	
		/*.button:hover .subMenu {		display: block;
        }*/
        .subMenu li {
            padding: 8px 10px;
        }
        
        .subMenu li.selected {
            background-color: #fc858a;
        }
    
        .buttonWrapperLeft {
            background-image: url('../images/bauline/buttonLeft.png');
            background-position: left top;
            background-repeat: no-repeat;
            height: 38px;
            padding-left: 11px;
            white-space: nowrap;
        }
        
        .buttonWrapperRight {
            background-image: url('../images/bauline/buttonRight.png');
            background-position: right top;
            background-repeat: no-repeat;
            padding-right: 11px !important;
            float: left;
            margin-right: 30px;
            position: relative;
        }
        
        .button {				
            background-image: url('../images/bauline/buttonMiddle.png');
            background-position: center top;
            background-repeat: repeat-x;
            height: 18px;
            color: #ffffff;
            padding: 5px 5px 20px;
            font-weight: bold;
            font-family: Arial, sans-serif;
        }

/* Панорама комнаты */
    #roomPanoram {
        background-image: url('../images/bauline/room.jpg');
        background-position: center top;
        background-repeat: no-repeat;
        height: 520px;
        position: relative;
    }
    
    #roomPanoram.collapse {
    }
    
    #headerResize {
        background-image: url(../images/bauline/resizeButton.png);
        background-position: top left;
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        left: 35px;
        height: 57px;
        width: 157px;
        padding: 15px 0 0 60px;
        color: #ffffff;
        font-size: 11pt;
        cursor: pointer;
    }
    
    #roomArc {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 35px;
        background-image: url('../images/bauline/roomArc.png');
        background-position: center bottom;
        background-repeat: no-repeat;
    }


#patternWrapper {
    background-image: url('../images/bauline/backPattern.jpg');
    background-position: center 9px;
}

/* Левый сайдбар */
    #leftBarWrapper {
        background-image: url('../images/bauline/leftBarTop.png');
        background-position: top left;
        background-repeat: no-repeat;
        padding-top: 20px;
        width: 301px;
        float: left;
        position: relative;
        top: -50px;
        left: 0;
        margin-right: 30px;
        margin-bottom: -30px;
    }
    
    #leftBar {
        background-image: url('../images/bauline/leftBarGrad.jpg');
        background-position: top left;
        background-repeat: no-repeat;
        background-color: #8a2a24;
        color: #ffffff;
    }
    
    #leftBar a {
        color: #ffffff;
    }
    
    /* Подменюшки */
        #subMenuBlock {
            padding: 20px 10px 25px 55px;
            font-size: 10.5pt;
        }
        
        #subMenuBlock li {
            list-style-image: url('../images/bauline/listArrow.png');
            list-style-position: outside;
            margin: 0.6em 0;
        }
        
        #subMenuBlock li a {
            text-decoration: none;
        }
        
        #subMenuBlock li a:hover {
            text-decoration: underline;
        }
    
    /* Новостной блок */
        #newsBlock {
            border-top-color: #db171e;
            border-top-width: 1px;
            border-top-style: solid;
            padding: 0 40px 15px;
            background-color: #db171e;
        }
        
        #newsBlock h1 {
            font-family: Arial, sans-serif;
            font-weight: bold;
            font-size: 12pt;
            margin: 20px 0 15px;   
        }
        
        #newsBlock p {
            margin: 0; padding: 0;
        }
        
        .newsTeaser {
            font-size: 9pt;
            line-height: 1.3em;
            border-bottom-style: solid;
            border-bottom-color: #e86b6f;
            border-bottom-width: 1px;
            padding: 15px 0 25px;
        }
        
        .newsTeaser.last {
            border-bottom: none;
        }
        
        .newsTeaser h2 {
            font-weight: bold;
            font-size: 9pt;
            margin: 0;
        }
        
        .newsTeaser a:hover {
            text-decoration: none !important;
        }
        
        #allNewsButton {
            background: #65130f;
            float: left;
            padding: 4px 5px 5px 20px;
            font-size: 9pt;
            background-image: url('../images/bauline/buttonArrow.png');
            background-repeat: no-repeat;
            background-position: 10px center;
        }
        
        #allNewsButton a {
            text-decoration: none;
        }

/* Правый сайдбар */

    #rightBarWrapper {
        background-image: url('../images/bauline/rightBarTop.png');
        background-position: top left;
        background-repeat: no-repeat;
        padding-top: 11px;
        width: 204px;
        float: right;
        position: relative;
        top: -50px;
        left: 0;
        margin-bottom: -50px;
    }
    
    #rightBar {
        background-image: url('../images/bauline/rightBarGrad.jpg');
        background-position: top left;
        background-repeat: no-repeat;
        background-color: #912317;
        color: #ffffff;
        text-align: center;
        font-size: 10.5pt;
        font-family: Arial, sans-serif;
        padding-bottom: 25px;
    }
    
    #rightBar a {
        color: #ffffff;
        text-decoration: none
    }
    
    #calcLogo {
        margin: 20px 0 10px;
    }

/* Контент */
    #content {
        position: relative;
        margin: -20px 30px 0;
    }
    
    #content .section {
        margin-left: 340px;
    }
    
    /* Класс noBars определяет стили подстраниц */
    
        #content.noBars .section {
            margin-left: 0;
            margin-top: 20px;
			overflow: hidden;
			padding: 0 30px;
        }
        
       /* #content.noBars h1 {
            padding-left: 30px;*
        }
        #content.noBars h2 {
            padding-left: 30px;
        }
        #content.noBars h3{
            padding-left: 30px;
        }
		 #content.noBars h4{
            padding-left: 30px;
        }*/
		
        #content.noBars p {
            padding: 10px 0 0px;
        }
		
		 #content.noBars ul {
            padding: 0 0 0px;
        }
        
        #windowImg {
            float: right;
            padding: 10px 20px 20px;
        }
    
    
    #content .section h1, #actionBlock h1 {
        font-family: Arial, sans-serif;
        font-size: 12pt;
        color: #9d171c;
        border-bottom-color: #e2bbbc;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        padding-bottom: 3px;
        text-transform: uppercase;
		margin-left: -30px;
		padding-left: 30px;
    }
    
    .otziv {
        margin-bottom: 50px;
    }
    .otziv p {
        padding: 0 !important;
        margin: 3px 0;
    }
    
    .otziv .date{
        font-size: smaller;
        margin-bottom: 20px;
    }
    
    .otziv .fio{
        font-weight: bold;
        margin-bottom: 20px;
    }
    
    .addResponse {
        position: absolute;
        right: 30px;
        font-size: larger;
        font-weight: bold;
    }
    
    #photoAlbum {
        text-align: center;
        float: left;
        width: 300px;
    }
    
    .object {
        position: relative;
        width: 44%;
        float: left;
        margin: 0 3% 30px;
    }
    
    .object h2 {
        margin-top: 0;
        font-size: 9pt;
    }
    
    .object h2 a:hover {
        text-decoration: none;
    }
    
    #targetList li{
        float: left;
        width: 21%;
        list-style-type: none;
        text-align: center;
        margin: 20px 2%;
        font-family: Arial, sans-serif;
        font-size: 10pt;
		padding: 10px 0;
    }
    
    #targetList.oneLevel li{
        height: 60px;
        width: 16%;
        background-color: #912317;
        color: #ffffff;		
    }
    
    #targetList h2 {
        height: 40px;
    }
    
    #targetList ul li{
        float: none;
        width: auto;
        height: 40px;
        background-color: #912317;
        color: #ffffff;
    }
    
    #targetList ul li a, #targetList.oneLevel li a {
        color: #ffffff;
    }
    
    .articlesList {
        margin: 0 0 30px 0;
    }
    
    .articlesList li {
        list-style-type: none;
        margin: 10px 0;
    }
    
    /* Партнеры */
        #city {
            width: 100px;
        }
            
        #metro {
            width: 150px;
        }
            
        #partnersForm input {
            width: 100px;
            margin-left: -50px;
        }
            
        #city, #metro, #partnersForm input {
            border-top: solid 1px #cccccc;
            border-right: solid 1px #aaaaaa;
            border-bottom: solid 1px #aaaaaa;
            border-left: solid 1px #cccccc;
            margin-right: 10px;
        }
        
        #partnersForm {
            margin-bottom: 10px;
        }
        
        #citiesList {
            background: #eeeeee;
            padding: 15px;
        }
        
        #tableBox {
            margin-top: 10px;
        }
        
         #tableBox table td {
            text-align: center;
         }
    
        .formbox {
            padding-top: 25px;
        }
        
        #partnersTable
        {
            width: 800px;
            border-collapse: collapse;
        }
               
        #partnersTable td
        {
            padding: 5px 2px;
            vertical-align: top;
            cursor: pointer;
        }
        
        #partnersTable th
        {
            padding: 5px 2px 10px;
        }
    
    /* Блок с партнерами */
        #partnersBlock {
            margin-right: 225px;
        }
        
        #partnersBlock h1 {
            margin-bottom: 30px;
         }
        
        #partnersBlockImagesWrapper {
            overflow: hidden;
        }
        
        #partnersBlockImages {
            width: 1600px;
            margin-left: 0;
        }
        
        
        #partnersBlockImages div {
            padding: 2px;
            background-image: url('../images/bauline/partnerBox.png');
            background-repeat: no-repeat;
            float: left;
            margin: 0 5px;
        }
        
        #partnersPrev, #partnersNext {
            
        }
        
        #partnersPrev {
            float: left;
            padding: 18px 20px 18px 0;
            cursor: pointer;
            visibility: hidden;
        }
        
        #partnersNext {
            float: right;
            padding: 18px 0 18px 20px;
            cursor: pointer;
        }
    
    /* Акции для главной и мотивирующие иконки для подстраниц (различия с классом noBars) */
        #actionThumbs {
            width: 100%;
            text-align: center;
            border-collapse: collapse;
        }
        
        .noBars #actionThumbs {
            width: 100%;
            text-align: center;
            border-collapse: collapse;
            margin-top: 55px;
        }
        
        #actionThumbs td {
            padding: 0;
        }
        
        .actionThumb {
            height: 210px;
            width: 231px;
        }
        
        .noBars .actionThumb {
            background-image: url('../images/bauline/bannerGradients.png');
            background-repeat: repeat-x;
            background-color: #912317;
            height: 173px;
            color: #ffffff;
            font-family: Arial;
            font-size: 11pt;
        }
        
        .noBars .actionThumb a {
            color: #ffffff;
            text-decoration: none;
        }
        
        .noBars .actionThumb img {
            padding-top: 0px;
            padding-bottom: 10px;
        }
        
        .phone {
            color: #ffffff;
            font-family: Arial, sans-serif;
            font-weight: bold;
            font-size: 14pt;
        }

/* Подвал */
    #footer {
        margin-top: 30px;
        border-top-style: solid;
        border-top-width: 3px;
        border-top-color: #b15752;
        height: 90px;
        padding: 30px 30px 0;
    }
    
    #footer a {
        color: #8a2924;
    }
    
    #copyright {
        float: left;
    }
    
    #fishArt {
        text-align: right;
    }			
	
	#contact-form-button{     width: 35px;	 height: 150px;	 	 overflow: hidden;	 position: fixed;	 top: 300px;	 right: 0;	 cursor: pointer;	 background: url(../images/contact-button.png) no-repeat;}
	
	#contact-form-bg {     width: 350px;	 overflow: hidden;	 position: fixed;	 top: 100px;	 left: 50%;	 margin-left: -175px;	 background: #FFFFFF;	 padding: 0 0 15px 0;	 border: 2px solid #dc0000;	 display: none;	 -webkit-border-radius: 15px;	 -moz-border-radius: 15px;	 border-radius: 15px;}
	
	#contact-form h3 {    color: #000;     font-family: Arial,Helvetica,sans-serif;     font-size: 12px;     padding: 20px 0px 15px 0;     text-align: left;	 width: 90% !important;	margin: 0 auto;}
	
	#contact-form td {font-size: 11px;}
	
	#contact-form input[type="text"]{     border: 1px solid #7E0004;     font-family: Arial,Helvetica,sans-serif;     font-size: 12px;     width: 195px !important;	 display: block;	padding: 0; margin: 0 auto 5px auto;	 height: 20px;	 float: left;}
	
	#contact-form textarea {     border: 1px solid #7E0004;     font-family: Arial,Helvetica,sans-serif;     font-size: 12px;    width: 195px !important;	 height: 150px;	 display: block;	padding: 0;  margin: 0 auto 5px auto;	 resize: none;	  float: left;	 }
	
	#contact-form table {     width: 90% !important;	 margin: 0 auto;}
	
	#contact-form input[type="submit"]{	 display: block;}
	
	#contact-form-close {	position: absolute;	top: 10px;	right: 20px;	color: #000;	font-weight: bold;	font-size: 20px;	cursor: pointer;}
	
	#contact-form  .button-s {     background: #666666;     border: none;     color: #FFFFFF;     font-family: Arial,Helvetica,sans-serif;     font-size: 12px;     margin-top: 5px;	 cursor: pointer;	 padding: 5px 0;	 display: block;	 width: 240px;	 margin: 10px auto 0 auto	 }
	
	.breadcrumbs {padding-left: 0;padding-bottom: 10px;}
	
	.breadcrumbs div {display: inline-block;}.breadcrumbs 
	
	#navibar div:last-child a{font-weight: bold;text-decoration: none;}
	
		
#aboutBlock p	 {
margin-right: 40px;
}	
	
#actionBlock {
position: relative;
height: 280px;
}	
	
#actionBlock .bx-wrapper {
position: absolute;
top: 30px;
left: 0;
}	
		
#actionBlock #fb{
float: right;
width: 300px;
height: 241px;
overflow: hidden;
}	
	
#actionBlock  h2.akcii-title {
font-family: Arial, sans-serif;
font-size: 12pt;
color: #9d171c;
border-bottom-color: #e2bbbc;
border-bottom-width: 1px;
border-bottom-style: solid;
padding-bottom: 3px;
text-transform: uppercase;
margin-left: 0;
padding-left: 40px;
}
		
#actionBlock  h2.fb-title {
font-family: Arial, sans-serif;
font-size: 12pt;
color: #9d171c;
text-transform: uppercase;
margin: 0;
padding-left: 0;
position: absolute;
top: 0;
right: 0;
width: 300px;
}		
	
#share42 {
position: absolute;
top: 45px;
right: 760px;
}
#share42 {display: inline-block; padding: 0;}
#share42 a {opacity: 0.9}
#share42:hover a {opacity: 0.9}
#share42 a:hover {opacity: 1}

.akcii-page {
margin: 30px 0 60px 0;
}					
.ackii-block {
display: block;
width: 400px;
float: left;
margin: 0 20px 20px 0;
overflow: hidden;
}	
.ackii-block  img{
display: block;
float: left;
margin: 0 20px 0 0;
}	
.ackii-block  p{
display: block;
margin: 0;
padding:15px 0 0 0 !important;
font-size: 16px;
line-height: 20px;
}	
