* {font-size: 100.01%;}

:focus {outline: none;}

/*-------------------------------*/

body,
html {height: 100%;}

body {
    margin: 0;
    padding: 0;
    position: relative;
    //text-align: center;
    background: #ffffff;
    font: normal 0.7em/1.3 tahoma, verdana, arial;
    color: #595552;
}

/*-------------------------------*/

a {text-decoration: underline;}

#menu a:hover,
#menu a:active,
#menu a:focus,
#menu li,
#header .c a:hover,
#header .c a:active,
#header .c a:focus,
#header .c li,
h1,
a  {color: #cf3a00;}

a:hover,
a:active,
a:focus,
#menu a,
#header .c a {color: #595552;}

/*-------------------------------*/

h1, h2, h3 {
    margin: 0 0 0.3em;
    font-weight: normal;
    font-size: 1.2em;
    line-height: 1.2;
    text-transform: uppercase;
}

h1 {
    margin: -0.33em 0 0.5em;
    position: relative;
    font-size: 2.2em;
}

h2 {
    margin: 1.65em 0 0.75em;
    font-size: 1.4em;
    color: #5d574d;
}

/*-------------------------------*/

p {margin: 0 0 1em;}

address {margin: 0 0 1em; font-style: normal;}

blockquote {margin: 0 0 1em 5em;}


ul, ol {
    margin: 0 0 1em 0;
    padding: 0;
}

ul {list-style-type: none;}

ol {list-style-type: decimal;}

li {margin: 0 0 1em;}

#header .c span,
ul li {
    padding-left: 11px;
    background: url(/img/marker.gif) 0 0.45em no-repeat;
}

li ul, li ol {margin: 0.5em 0 0 4em;}

dl {margin: 0 0 1em;}

dt, dd {margin: 0 0 0.5em;}

dd {margin-left: 5em;}


table {
    margin: 0 0 1em;
    border-spacing: 0;
    //border-collapse: collapse;
}

th, td {
    padding: 0;
    vertical-align: top;
}

hr {
    height: 0;
    border: 0;
    border-top: 1px solid #000;
}

img {border: none;}

/*-------------------------------*/

form {margin: 0 0 1em;}

input, select, button, textarea {
    font-family: tahoma, verdana, arial;
    color: #828282;
}

/*-------------------------------*/

abbr, acronym {border-bottom: 1px dotted #cf3a00;}

dfn {font-weight: bold;}

ins {text-decoration: none;}

sup, sub, small, .small {font-size: 80%;}

big, .big {font-size: 120%;}

/*-------------------------------*/

.clear {clear: both;}

.hidden {overflow: hidden;}

.none {display: none;}

.block {display: block;}

.nobr {white-space: nowrap;}

.alarm {color: #ff0000;}

.click {
    cursor: pointer;
    //cursor: hand;
}

.z {border: 1px dashed red;}

/*-------------------------------*/

#container {
    margin: 0 auto;
    min-width: 980px;
    width: auto;
    -width: expression(
        parentNode.parentNode.offsetWidth < 980 ? '980px' : (parentNode.parentNode.offsetWidth > 1280 ? '1280px' : 'auto')
    );    
    max-width: 1280px;
    min-height: 100%;
    -height: expression(
        parentNode.offsetHeight > firstChild.offsetHeight ? '100%' : firstChild.offsetHeight + 'px'
    );
    overflow: hidden;
    -overflow-y: visible;
    position: relative;
    background: #dcd4af;
}

.frame {
    margin: 0 auto;
    width: 890px;
    position: relative;
    //text-align: left;
}

#room, .bg_room {
    margin-left: -640px;
    width: 1280px;
    position: absolute;
    left: 50%;
    top: 0;
}

#header {
    padding: 56px 0 26px;
    width: 100%;
    position: absolute;
    z-index: 2;
}

#line {
    height: 600px;
    position: relative;
    z-index: 1;
}

#content {
    width: 100%;
    padding-top: 56px;
    position: relative;
    z-index: 1;
}

/* Высота подвала, специально с stop_footer */
#stop_footer,
#footer {height: 26em; //height: 27.5em;}
*>#stop_footer {height: 27.5em;}
html:root #stop_footer {height: 26em;}

#footer_index, #stop_footer_index {height: 58em; //height: 71.5em;}
#footer, #footer_index {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    -bottom: auto;
    -top: expression(document.body.clientHeight-800);
}

#footer {
    -top: expression(document.body.clientHeight-291);
}
/*-------------------------------*/

.wrapper {width: 100%;}

.wrapper:after {
    clear: both;
    display: block;
    content: '';
}

.wrapper .c,
.wrapper .b,
.wrapper .a {
    float: left;
    //clear: right;
}

.wrapper .a {width: 25%;}

.wrapper .b {width: 51%;}

.wrapper .c {width: 24%;}

.wrapper .r {
    padding-right: 70px;
    //height: 1%;
}

/*-------------------------------*/

#shift {
    margin: 3em -25% 5.3em 25%;
    padding: 2.3em 0 1.3em;
    position: relative;
    background: #eaecce;
    zoom: 1;
}

#return {
    margin-left: -25%;
    padding-right: 25%;
    position: relative;
    zoom: 1;
}

#shift .a .r div {
    margin: -1em 0 0 -22px;
    width: 180px;
    height: 90px;
    position: relative;
    background: url(/img/model.png);
    -background: none;
    -filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/model.png', sizingMethod='crop');
     
}

#shift .b .r {
    padding-top: 18px; 
    padding-left: 130px; 
}

#shift #logo_mini {
    margin: -18px -100px 0 0;
    width: 68px;
    height: 95px;
    float: left;
    position: relative;
    left: -100px;
    background: url(/img/logo_mini.png) no-repeat;
    -background: none;
    -filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
        src=/img/logo_mini.png, sizingMethod=crop
    );
}

#icom .r {
    margin-top: -0.5em;
    position: relative;
}

#icom {
    width: 100%;
    margin-bottom: 2.5em;
}

/*-------------------------------*/

#header .b {width: 17%;}

#header .c {width: 58%;}

#header .a div {
    margin: -22px 0 0 -10px;
    position: relative;
    zoom: 1;
}

#header .b div {
    margin: -15px 0 0 0;
    overflow: hidden;
    position: relative;
    width: 126px;
    height: 18px;
    background: url(/img/phone.gif) no-repeat;
}

#content .a form div nobr,
#header .b nobr {
    position: absolute;
    top: -1000px;
}

#header .b p {
    margin-bottom: 24px;
    font-size: 0.9em;
}

#header .b ul {
    width: 100%;
    margin: 0;
}

#header .b li {
    margin: 0 12px 0 0;
    padding: 0;
    float: left;
    position: relative;
}

#content .a form div a,
#header .b li a,
#header .b li {
    width: 13px;
    height: 10px;
    display: block;
    background-image: url(/img/icon.gif);
    background-repeat: no-repeat;
    font-size: 0;
}

#home a {background-position: 0 0;}

#home a:hover,
#home {background-position: 0 -10px;}

#map a {background-position: -13px 0;}

#map a:hover,
#map {background-position: -13px -10px;}

#mail a {background-position: -26px 0;}

#mail a:hover,
#mail {background-position: -26px -10px;}

#content .a form div a {background-position: -39px 0;}

#content .a form div a:hover {background-position: -39px -10px;}

#header .c ul {
    margin: 0;
    float: right;
}

#header .c ul:after {
    clear: both;
    display: block;
    content: '';
}

#header .c li {
    margin: 0;
    padding-left: 1.3em;
    float: left;
    background: none;
    white-space: nowrap;
}

#header .c span {
    padding-left: 9px;
    display: block;
    background-position: 0 0.5em;
    font-size: 1.2em;
}

/*-------------------------------*/

#menu {
    margin: 0 0 2em;
    width: 100%;
}

#menu li {
    margin-bottom: 0.24em;
    padding-left: 13px;
    background-position: 0 0.5em;
    font-size: 1.2em;
}

/*-------------------------------*/

#content .c h2,
#content .a h2 {margin: 0 0 1em;}

#content .a form {margin: 0.4em 0 3.8em;}

#content .a form p {margin-bottom: 0.5em;}

#content .a form div {
    padding: 0 14px 0.6em 0;
    position: relative;
    //height: 1%;
}

#content .a form .e {padding-bottom: 2.1em;}

#content .a form input {
    width: 100%;
    border: none;
    background: #f1f2de;
}

#content .a form div a {
    margin-top: -5px;
    width: 9px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 37%;
}

#content .a form ul {padding-top: 0.4em;}
/*-------------------------------*/
.arr_podrobnee {
  position: absolute;
  bottom: 76px; 
  right: 39px;
  -right: 38px;
}
.arr_podrobnee a {
  position: relative;
  cursor: hand;
}
.arr_podrobnee div{
  height: 36px;
  width: 159px;
  background: none;
  -background: none;
  -filter: none;
}
.arr_podrobnee a:hover div {
  background: url(/img/arr_podrobnee2.png) no-repeat;
  -background: none;
  -filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
      src=/img/arr_podrobnee2.png, sizingMethod=crop
  );
}
/*-------------------------------*/
.arr_podbor_in {
  position: absolute;
  bottom: 15px; 
  right: 234px;
}
.arr_podbor_in a {
  position: relative;
  cursor: hand;
}
.arr_podbor_in div{
  height: 24px;
  width: 140px;
  background: url(/img/arr_podrobnee.png) no-repeat;
  -background: none;
  -filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
      src=/img/arr_podrobnee.png, sizingMethod=crop
  );
}
/*-------------------------------*/
.bg_room {
  background-color: #dcd4af;/*#9898a1;*/
  background-repeat: no-repeat;
  background-image: url(/img/detsk_main.jpg);
  height: 1160px;
  width: 1280px;
}

#room {
  background-color: #ded8b4;
  background-repeat: no-repeat;
  background-image: url(/img/slide1_slon.png);
  -background: none;
  -filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
      src=/img/slide1_slon.png, sizingMethod=crop
  );
  height: 1160px;
}
.wall {
  margin-top: 25px;
  height: 914px;
  position: relative;
  background-repeat: no-repeat;
  background-image: url(/img/slide2_org.png);
  -background: none;
  -filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
      src=/img/slide2_org.png, sizingMethod=crop
  );
}
.meb{
  height: 535px;
  width: 960px;
  position: absolute;
  top: 95px;
  left: 154px;
  background-repeat: no-repeat;
  background-image: url(/img/slide3_grusha.png);
  -background: none;
  -filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
      src=/img/slide3_grusha.png, sizingMethod=crop
  );
}
/*-------------------------------*/
.pod_title{
  font-size: 1.18em;
  font-weight: bold;
}
.color_box{
  margin: 1.09em 0 1.09em 0;
}
.color_link {
  float: left;
  width: 6.36em;
}
.color_link a{
  text-decoration: none;
  border-bottom: 1px dashed #cf3a00;
}
.color_link a:hover{
  color: #cf3a00;
}
/*-------------------------------*/
.marker2 {
  margin-top: 0.91em;
  margin-left: 1.09em;
}
.marker2 li {
  background: url(/img/marker2.gif) 0 0.45em no-repeat;
  padding-left: 19px;
  margin-bottom: 0.91em;
}
.marker2 li ul{
  margin-left: 0;
}
.marker2 li li{
  background: url(/img/marker2.gif) 0 0.45em no-repeat;
  padding-left: 19px;
  margin-bottom: 0.2em;
}
.marker2 li li a{ 
  color: #595552;
}
/*-------------------------------*/
.dil_link {
  margin-bottom: 2.73em;
}
.dil_link span{
  font-size: 0.91em;
}
.dt_link{
  font-weight: bold;
  margin-bottom: 0.36em;
}
/*-------------------------------*/
.seach_rez{
  margin-bottom: 2.73em;
}
.seach_rez input, .seach_rez select{
  border: 1px solid #f1f2de;
  background: #f1f2de;
  width: 12.27em;
}
.form_login {
 background: none;
 border: none; 
}
.forms_input {
  width: 300px;
  margin-left: 30px;
}
/*-------------------------------*/
.t_cat {
  background: url(/img/cat.png) no-repeat;
  margin: 0 0 1em;
  font-size: 1.4em;
  height: 1em;
  -background: none;
  -filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
      src=/img/cat.png, sizingMethod=crop
  );
}
.t_podbor {
  background: url(/img/t_podbor.png) no-repeat;
  margin: -0.33em 0 0.5em;
  position: relative;
  font-size: 2.2em;
  height: 1em;
  -background: none;
  -filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
      src=/img/t_podbor.png, sizingMethod=crop
  );
}
.t_akci {
  background: url(/img/t_ak.png) no-repeat;
  margin: 1.65em 0 0.75em;
  font-size: 1.4em;
  height: 1em;
  -background: none;
  -filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
      src=/img/t_ak.png, sizingMethod=crop
  );
}
.t_drugie {
  background: url(/img/drugie.png) no-repeat;
  margin: 0 0 1.5em;
  font-size: 1.4em;
  height: 1em;
  -background: none;
  -filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
      src=/img/drugie.png, sizingMethod=crop
  );
}
.t_kach {
  background: url(/img/kach.png) no-repeat;
  margin: -0.33em 0 0.5em;
  position: relative;
  font-size: 2.2em;
  height: 1em;
  -background: none;
  -filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
      src=/img/kach.png, sizingMethod=crop
  );
}
/*-------------------------------*/
#flash {
  position: absolute;
  z-index: 100;
  top: 133px;
  left: 95px;
}
.download {
  position: absolute;
  z-index: 100;
  top: 433px;
  left: 35px;
  padding: 0 0 8px 33px;
  background: url(/images/download.gif) no-repeat;
}

/*-------------------------------*/

.copyr {}
.copyr a {color:#5d574d; text-decoration:none}
.copyr a:hover {color:#5d574d; text-decoration:none}



/*-------------------------------*/

.sb_h {position:absolute;top:-23px;left:192px; font-size:13px }

/*-------------------------------*/
