@font-face {
  font-family: 'HeliosThin';
  src: url('fonts/HeliosThin.otf') format('opentype');
}

@font-face {
  font-family: 'MagistralC';
  src: url('fonts/MagistralC.otf') format('opentype');
}

@font-face {
  font-family: 'KabelC-Book';
  src: url('fonts/KabelC-Book.otf') format('opentype');
}

@font-face {
  font-family: 'KabelC-Demi';
  src: url('fonts/KabelC-Demi.otf') format('opentype');
}

body {
  background-color: #f2f2f2;
  padding: 0;
  margin: 0;
  font-family: "Open Sans", HeliosThin, Arial;
  font-size: 1.2em;
  color: #555555;
}

a.top {
  text-decoration: none;
  color: #ffffff;
}

a {
  text-decoration: underline;
  color: #000000;
}

a.clean {}

.bg-top-logo {
  background: #414141;
  padding: 0px 0px 0px 115px;
  background: url('logo_allion.png') 0px 0px no-repeat;
  width: auto;
  height: 129px;
  cursor: pointer;
}

.bg-top {
  font-family: MagistralC, Arial;
  background: #414141;
  background: url('images/bg-top.png');
  width: auto;
  height: 129px;
  color: #ffffff;
  font-size: 1.5em;
}

.yellow {
  color: #ffbc12;
}

.grey {
  color: #cccccc;
}

.top-title {
  height: 50px;
  padding: 0px 0px 12px 30px;
  white-space: nowrap;
  width: 1160px;
}

.top-title table {
  width: 100%;
  padding-bottom: 12px;
}

.td-top-text {
  font-family: Arial;
  font-size: 0.5em;
  text-align: right;
}

.top-menu {
  height: 65px;
  white-space: nowrap;
  display: table;
  width: 100%;
  overflow: hidden;
}

#menu-images {
  display: inline-block;
  padding: 0px 0px 0px 0px;
  text-align: center;
  width: 100%;
  white-space: nowrap;
  list-style-type: none;
  float: left;
  height: 66px;
  border-bottom: 1px solid #cccccc;
}

.top-menu ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  height: 65px;
  white-space: nowrap;
  background-color: #ffffff;
  list-style-type: none;
}

.top-menu li {
  display: inline-block;
  line-height: 65px;
  height: 66px;
  width: 144px;
  position: relative;
  white-space: nowrap;
  display: inline;
  float: left;
  font-family: KabelC-Demi, Arial;
  font-size: 0.5em;
  color: #414141;
  border-right: 1px solid #cccccc;
}

.menu {
  text-decoration: none;
  display: inline-block;
  color: #000000;
  padding: 20px 0px 0px 0px;
  font-weight: bold;
}

li.top-menu-about {
  background: url(images/about0.png) no-repeat;
  background-position: 50% 5px;
}
li.top-menu-about:hover {
  background: url(images/about1.png) no-repeat;
  background-position: 50% 5px;
  background-color: #ffffe0;
}

li.top-menu-services {
  background: url(images/services0.png) no-repeat;
  background-position: 50% 5px;
}
li.top-menu-services:hover {
  background: url(images/services1.png) no-repeat;
  background-position: 50% 5px;
  background-color: #ffffe0;
}

li.top-menu-photo {
  background: url(images/photo0.png) no-repeat;
  background-position: 50% 5px;
}
li.top-menu-photo:hover {
  background: url(images/photo1.png) no-repeat;
  background-position: 50% 5px;
  background-color: #ffffe0;
}

li.top-menu-video {
  background: url(images/video0.png) no-repeat;
  background-position: 50% 5px;
}
li.top-menu-video:hover {
  background: url(images/video1.png) no-repeat;
  background-position: 50% 5px;
  background-color: #ffffe0;
}

li.top-menu-qa {
  background: url(images/qa0.png) no-repeat;
  background-position: 50% 5px;
}
li.top-menu-qa:hover {
  background: url(images/qa1.png) no-repeat;
  background-position: 50% 5px;
  background-color: #ffffe0;
}

li.top-menu-feedback {
  background: url(images/feedback0.png) no-repeat;
  background-position: 50% 5px;
}
li.top-menu-feedback:hover {
  background: url(images/feedback1.png) no-repeat;
  background-position: 50% 5px;
  background-color: #ffffe0;
}

li.top-menu-news {
  background: url(images/news0.png) no-repeat;
  background-position: 50% 5px;
}
li.top-menu-news:hover {
  background: url(images/news1.png) no-repeat;
  background-position: 50% 5px;
  background-color: #ffffe0;
}

.body {
  margin: 20px 0px 20px 0px;
  padding: 0px 70px 0px 70px;
}

.part-title {
  font-family: 'Segoe UI',Tahoma,Helvetica,Sans-Serif;
  font-size: 1.1em;
  margin: 5px 5px 15px 5px;
}

.part-list {
  font-family: 'Segoe UI',Tahoma,Helvetica,Sans-Serif;
  font-size: 0.8em;
  padding: 0px 0px 0px 5px;
}

#cont_slider {
  display: relative;
  padding: 0;
  height: 350px;
  width: 960px;
  margin: 0 auto;
}

#rightColumn {
  padding: 0px 0px 0px 30px;
  vertical-align: top;
}

.info-title {
  font-family: 'Segoe UI',Tahoma,Helvetica,Sans-Serif;
  background-color: #414141;
  color: #ffffff;
  width: 200px;
  font-size: 0.8em;  
  margin: 0px 0px 20px 0px;
  padding: 10px 5px 10px 5px;
  -moz-border-radius: 0px 0px 3px 3px;
  border-radius: 0px 0px 3px 3px;
  z-index: 10;
}

.wide {
  width: 300px;
}

.info-body {
  font-family: Arial;
  background-color: #e2e2e2;
  color: #333333;
  font-size: 0.8em;  
  margin: 10px 0px 0px 0px;
  padding: 5px 5px 5px 5px;  
  -moz-box-shadow: 0 0 10px rgba(255,255,255,2);
  -webkit-box-shadow: 0 0 10px rgba(255,255,255,2);
  box-shadow: 0 0 10px rgba(255,255,255,2);
  -moz-border-radius: 3px 3px 0px 0px;
  border-radius: 3px 3px 0px 0px;
  z-index: 0;
}

.bg-bottom {
  font-family: Arial;
  background-color: #414141;
  color: #dddddd;
  font-size: 0.6em;  
  padding: 16px 0px 46px 70px;
}

.bg-info {
  font-family: Arial;
  color: #999999;
  padding: 6px 0px 16px;
  font-size: 1.6em;
}

.bg-info a {
  color: #dddddd;
  text-decoration: underline;
  cursor: pointer;
}

.news-img {
  float: left;
  margin: 0px 5px 5px 5px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}

.news-link {
  text-decoration: none;
  color: #333355;
  font-weight: bold;
}

.news-link:hover {
  text-decoration: underline;
}

.td-border {
  border: 1px #999999 solid;
  border-collapse: collapse;
}

.row-bgclass1 {
  background-color: #f5f5f5;
  border: 1px #999999 solid;
  border-collapse: collapse;
}

.row-bgclass2 {
  background-color: #ffffff;
  border: 1px #999999 solid;
  border-collapse: collapse;
}

.iframe {
  overflow-x: false;
  border: 0 none;
  margin: 0;
  text-decoration: none;
  display: inline-block;
  color: #000000;
  padding: 20px 0px 0px 0px;
}
.iframe#imageframe  { height: 175px; }
.iframe#uploadview { height: 40px; }

#shadowbox>ymaps>ymaps {
  -moz-box-shadow: 0 0 10px rgba(0,0,0,2);
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,2);
  box-shadow: 0 0 10px rgba(0,0,0,2);
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

.gallery {
  border: none;
  padding: 0;
  margin: 0;
  border-collapse: collapse;
}

.gallery tr {
  border: none;
  padding: 0;
  margin: 0;
  border-collapse: collapse;
}

.gallery td {
  border: none;
  padding: 5px 5px 0px 5px;
  margin: 0;
  border-collapse: collapse;
	filter:alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.7;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

.gallery td:hover {
  cursor: pointer;
  background-color: #ffffff;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
  -moz-box-shadow: 0 0 20px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.5);
  box-shadow: 0 0 20px rgba(0,0,0,0.5);
}

.gallery td img {
  padding: 0;
  margin: 0;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}