html,
body {
  overflow: hidden;
}

div#foundation {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 0px;
  overflow: visible;
  visibility: visible;
  display: block;
}
 
div#body {
  position: absolute;
  margin-left: -500px;
  top: -300px;
  left: 50%;

  background-image: url("../i/design/bg-inner.jpg");
  background-repeat: no-repeat;
  /*background-position: -2px -1px;*/
  background-position: right bottom;

  width: 1000px;
  height: 600px;

  /*width: 998px;
  height: 598px;
  border: 1px solid black;*/
}

#flash {
  margin-top: 222px;
  margin-left: 342px;
}

div#body-right {
  position: absolute;
  margin-left: 500px;
  top: -300px;
  left: 50%;

  background-image: url("../i/design/bg-center-right.jpg");
  background-repeat: no-repeat;
  background-position: left bottom;

  width: 600px;
  height: 600px;
}

div#body-right2 {
  position: absolute;
  margin-left: 500px;
  top: -300px;
  left: 50%;

  background-image: url("../i/design/bg.jpg");
  background-repeat: repeat-x;
  background-position: left bottom;

  width: 600px;
  height: 600px;
}

div#body-right-bottom {
  position: absolute;
  margin-left: 500px;
  top: 300px;
  left: 50%;

  background-image: url("../i/design/bg-right-bottom.jpg");
  background-repeat: no-repeat;
  background-position: left top;
  background-color: #E3E7EA;

  width: 600px;
  height: 600px;
}

div#body-bottom {
  position: absolute;
  margin-left: -500px;
  top: 300px;
  left: 50%;

  background-image: url("../i/design/bg-bottom.jpg");
  background-repeat: no-repeat;
  background-position: right top;
  background-color: #E3E7EA;

  width: 1000px;
  height: 600px;
}

div#body-left {
  position: absolute;
  margin-left: -1100px;
  top: -300px;
  left: 50%;

  background-image: url("../i/design/bg.jpg");
  background-repeat: repeat-x;
  background-position: right bottom;

  width: 600px;
  height: 600px;

  text-align: right;
}

div#body-left-bottom {
  position: absolute;
  margin-left: -1100px;
  top: 300px;
  left: 50%;

  background-image: url("../i/design/bg-left-bottom.jpg");
  background-repeat: repeat-x;
  background-position: right top;
  background-color: #E3E7EA;

  width: 600px;
  height: 600px;

  text-align: right;
}

ul#icons {
  float: right;
  width: 115px;
  height: 16px;

  margin: 0px;
  padding: 0px;
  list-style: none;

  border: 0px solid black;
  margin-top: 10px;
  margin-right: 5px;
}

#icons li {
  float: right;
}

#map span,
#map a:link,
#map a:visited {

  padding-left: 35px;

  background-image: url("../pages/map.gif");
  background-repeat: no-repeat;
  background-position: center center;
}

#map span,
#map a:hover {
  background-image: url("../pages/full/map.gif");
}

#mail span,
#mail a:link,
#mail a:visited {

  padding-left: 35px;

  background-image: url("../pages/mail.gif");
  background-repeat: no-repeat;
  background-position: center center;
}

#mail span,
#mail a:hover {
  background-image: url("../pages/full/mail.gif");
}

#contact span,
#contact a:link,
#contact a:visited {

  padding-left: 35px;

  background-image: url("../pages/contact.gif");
  background-repeat: no-repeat;
  background-position: center center;
}

#contact span,
#contact a:hover {
  background-image: url("../pages/full/contact.gif");
}

img#logo {
  margin-top: 22px;
  margin-left: 52px;
  float: left;
}

#service-menu {
  float: left;

  margin: 0px;
  padding: 0px;
  list-style: none;

  margin-left: 56px;
  margin-top: 45px;

  font-size: 80%;
  text-transform: lowercase;
}

#service-menu li {
  float: left;
  height: 19px;
}

#service-menu span,
#service-menu a:link,
#service-menu a:visited {

  float: left;
  line-height: 19px;

  padding-right: 9px;

  text-decoration: none;
}


span#print-active,
a:link#print-active,
a:visited#print-active,
a:link#print,
a:visited#print {
  padding-left: 26px;

  background-image: url("../pages/print.gif");
  background-repeat: no-repeat;
  background-position: left center;
}

span#print-active,
a:link#print-active,
a:visited#print-active {
  background-image: url("../pages/full/print.gif");

  font-size: 115%;
  color: #B12645;
}

a:hover#print {
  background-image: url("../pages/full/print.gif");
}

span#identity-active,
a:link#identity-active,
a:visited#identity-active,
a:link#identity,
a:visited#identity {
  padding-left: 23px;

  background-image: url("../pages/identity.gif");
  background-repeat: no-repeat;
  background-position: left center;
}

span#identity-active,
a:link#identity-active,
a:visited#identity-active {
  background-image: url("../pages/full/identity.gif");

  font-size: 115%;
  color: #B12645;
}

a:hover#identity {
  background-image: url("../pages/full/identity.gif");
}

span#video-active,
a:link#video-active,
a:visited#video-active,
a:link#video,
a:visited#video {

  padding-left: 19px;

  background-image: url("../pages/video.gif");
  background-repeat: no-repeat;
  background-position: left center;
}

span#video-active,
a:link#video-active,
a:visited#video-active {
  background-image: url("../pages/full/video.gif");

  font-size: 115%;
  color: #B12645;
}

a:hover#video {
  background-image: url("../pages/full/video.gif");
}

span#audio-active,
a:link#audio-active,
a:visited#audio-active,
a:link#audio,
a:visited#audio {
  padding-left: 19px;

  background-image: url("../pages/audio.gif");
  background-repeat: no-repeat;
  background-position: left center;
}

span#audio-active,
a:link#audio-active,
a:visited#audio-active {
  background-image: url("../pages/full/audio.gif");

  font-size: 115%;
  color: #B12645;
}

a:hover#audio {
  background-image: url("../pages/full/audio.gif");
}

span#promo-active,
a:link#promo-active,
a:visited#promo-active,
a:link#promo,
a:visited#promo {
  padding-left: 23px;

  background-image: url("../pages/promo.gif");
  background-repeat: no-repeat;
  background-position: left center;
}

span#promo-active,
a:link#promo-active,
a:visited#promo-active {
  background-image: url("../pages/full/promo.gif");
}

a:hover#promo {
  background-image: url("../pages/full/promo.gif");
}

a:hover#promo-active,
a:hover#promo,
a:hover#audio-active,
a:hover#audio,
a:hover#video-active,
a:hover#video,
a:hover#print-active,
a:hover#print,
a:hover#identity-active,
a:hover#identity {
  text-decoration: underline;
}

.service-item {
  display: none;
}

#menu {
  float: left;
  clear: left;

  margin: 0px;
  padding: 0px;
  list-style: none;

  margin-top: -5px;

  padding-left: 122px;
  padding-top: 36px;

  text-transform: lowercase;
}

#section-menu {
  margin: 0px;
  padding: 0px;
  list-style: none;

  margin-top: 0px;

  /*border-left: 1px dotted #B12645;*/
  border-left: 1px dashed #B12645;
  text-transform: lowercase;
  font-size: 115%;
}

#section-menu span,
#section-menu a:link,
#section-menu a:visited {
  margin-left: 10px;
}

a.menu:link,
a.menu:visited {
  display: block;

  width: 110px;

  padding-top: 0px;
  padding-bottom: 14px;

  text-decoration: none;
}

a.section-menu:link,
a.section-menu:visited {
  display: block;

  width: 110px;

  padding-top: 0px;
  padding-bottom: 11px;

  text-decoration: none;
}

a.section-menu:hover,
a.menu:hover {
  text-decoration: underline;
}

a.active-menu:link,
a.active-menu:visited,
.active-menu,
span.menu {
  display: block;

  width: 110px;

  padding-top: 0px;
  padding-bottom: 11px;

  font-size: 115%;
  color: #B12645;
  text-decoration: none;
}

a.active-section-menu:link,
a.active-section-menu:visited,
.active-section-menu,
span.section-menu {
  display: block;

  width: 120px;

  padding-top: 0px;
  padding-bottom: 9px;

  font-size: 115%;
  color: #B12645;
  text-decoration: none;
}

a.active-section-menu:hover,
a.active-menu:hover {
  text-decoration: underline;
}

#content {
  float: left;
  width: 766px;
  margin-top: 30px;
  /*background-color: silver;*/
}

#context {
  float: left;
  width: 150px;
  margin-top: 5px;
  /*background-color: white;*/
}

#default-text {
  float: right;
  width: 600px;
  height: 480px;
  overflow: auto;
  /*background-color: silver;*/
}

#anonce {
  float: right;
  width: 200px;
  /*background-color: silver;*/
}

#title {
  position: absolute;
  visibility: hidden;

  padding: 2px;

  font-size: 85%;
  background-color: #B12645;
  color: white;

  border: 0px solid white;
}

ul#client-list {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

#client-list li {
  float: left;
  width: 33%;
  margin-bottom: 3px;
}

#glossary li {
  margin-bottom: 10px;
}

.glossary-item {
  display: block;
  font-weight: bold;
}

#project-client-list {
  clear: both;
  margin: 0px;
  padding: 0px;
  list-style: none;
  /*margin-left: 390px;*/
}

#project-client-list li {
  float: left;
  width: 33%;
  margin-bottom: 3px;
}

#keyboard {
  width: 900px;
  height: 175px;
  margin-left: 87px;
}

#keyboard-pages {
  float: right;
  padding-top: 0px;
  padding-right: 55px;
}

span.key-updown,
a.key-updown:link,
a.key-updown:visited {
  display: block;
  
  width: 49px;
  height: 49px;

  padding-top: 1px;
  padding-left: 1px;
  padding-bottom: 5px;
  padding-right: 5px;

  margin-right: 5px;
  margin-bottom: 5px;

  background-image: url("../i/design/cell.gif");
  background-repeat: no-repeat;
  background-position: left top;
  text-align: center;
}

a.key-updown:hover {
  display: block;
  background-image: url("../i/design/cell2.gif");
  background-repeat: no-repeat;
  background-position: left top;
}

#keyboard-page-down {
  display: block;
  margin-bottom: 5px;
  font-size: 90%;
}

#keyboard-page-up {
  display: block;
  font-size: 90%;
}


.key-row {
  clear: left;
  display: block;
  height: 60px;
}

img.key {
}

div.key,
span.key,
span.key-active,
a.key-active:link,
a.key-active:visited,
a.key:link,
a.key:visited {
  float: left;
  
  width: 49px;
  height: 49px;

  padding-top: 1px;
  padding-left: 1px;
  padding-bottom: 5px;
  padding-right: 5px;

  margin-right: 5px;

  background-image: url("../i/design/cell.gif");
  background-repeat: no-repeat;
  background-position: left top;
  text-align: center;
}

a.key-active:link,
a.key-active:visited,
span.key-active,
span.key {
  background-image: url("../i/design/cell1.gif");
  background-repeat: no-repeat;
  background-position: left top;
}

a.key:hover,
a.key-active:hover {
  background-image: url("../i/design/cell2.gif");
  background-repeat: no-repeat;
  background-position: left top;
}

div#portfolio {
  float: left;
  width: 320px;
  height: 240px;

  background-image: url("../i/design/vail.gif");
  background-repeat: repeat;
  background-position: left top;

  border: 0px solid #aab2b4;
}

#work-list {
  clear: both;
  display: block;

  margin-top: 5px;

  width: 320px;
  text-align: right;
}

#work-list span {
  padding-left: 5px;
  padding-right: 5px;

  font-size: 125%;
  color: #B12645;
}

#work-list a:link,
#work-list a:visited {
  padding-left: 5px;
  padding-right: 5px;

  text-decoration: none;
  font-size: 110%;
}

#work-list a:hover {
  text-decoration: underline;
}

#work-info {
  float: right;
  width: 260px;
  height: 240px;
  overflow: auto;

  font-size: 85%;
  color: #5E686E;
  /*color: #B12645;*/
}

#work-client {
  display: block;
  margin-bottom: 10px;
}

span#work-client-link {
  font-size: 120%;
  color: #B12645;
}

#work-size {
  float: left;
  width: 100px;
  text-align: left;
  font-size: 85%;
}

#attachment {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

div#map-list {
  font-size: 85%;
}

#map-list ul {
  margin: 0px 0px 0px 30px;
  padding: 0px;
}

#news-list {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

#news-list li {
  clear: both;
  display: block;

  margin-bottom: 20px;
}

img.news-list-image {
  float: left;

  margin-right: 23px;
  margin-bottom: 23px;

  border: 1px solid #aab2b4;
}

a.news-list-link {
  display: block;

  margin-left: 180px;
}

.news-list-anonce {
  display: block;

  margin-top: 5px;
  margin-left: 180px;
}

ul#client {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

#client li {
  margin-bottom: 10px;
}

#client span,
#client a {
  font-weight: bold;
}

#people-list {
  margin: 0px;
  padding: 0px;
  list-style: none;

  font-size: 90%;
}

#people-list h2 {
  margin: 0px;
  padding: 0px;
  margin-bottom: 10px;
}

ul#people-division {
  margin: 0px;
  padding: 0px;
  list-style: none;

  margin-bottom: 40px;

  font-size: 130%;
}

ul#people-subdivision li,
ul#people-division li {
  margin: 0px;
  padding: 0px;

  margin-bottom: 10px;
}

ul#people-subdivision {
  float: left;

  margin: 0px;
  padding: 0px;
  list-style: none;

  margin-bottom: 20px;

  width: 33%;
}

.people-list-fio {
  font-size: 120%;
}

img.people {
  display: block;

  margin-right: 23px;
  margin-bottom: 23px;

  border: 1px solid #aab2b4;
}

.people-post {
  display: block;
  margin-bottom: 5px;
}

span.people-fio,
a.people-fio:link,
a.people-fio:visited {
  display: block;
  font-size: 120%;
  margin-bottom: 5px;
}

a.people-fio:hover {

}

.people-mail {
  display: block;
}
