html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  background: black;
  color: #666666;
  font-family: Tahoma,Arial,sans;
  font-size: 12px;
}
html a, body a {
  color: white;
  text-decoration: none;
}
a:active
{
outline: none;
}
a:focus
{
-moz-outline-style: none;
}
* html #container {
  height:100%;
}
#container_soon {
  min-height:100%;
  position:relative;
  text-align:center;
}
#container {
/*  width: 1440px;
  margin-left: auto;
  margin-right: auto;*/
  min-height:100%;
  position:relative;
  text-align:center;
  background: url("/img/bubbles.jpg") no-repeat scroll left bottom;
}
#header {
  position: relative;
  padding-top: 72px;
}
#header #lang {
  position: absolute;
  right: 61px;
  top: 49px;
  font-size: 11px;
  color: #575e49;
}
#header #lang span {
  color: #a8ff00;
}
#header #lang a, 
#header #lang a:hover,
#header #lang a:visited {
  color: #575e49;
}

#menu {
  margin: 0 auto 78px auto;
  width: 900px;
  height: auto;
  text-align: center;
  background: transparent url(/img/menu-line-bg.png) scroll no-repeat 50% bottom;
}
#menu a {
  display: inline-block;
  margin: 0;
  text-decoration: none;
  font-size: 15px;
  text-transform: uppercase;
  width: 213px;
  height: 18px;
  padding-top: 70px;
}
#menu a.current {
  color: #a0f001;
}
#menu a.current,
#menu a:hover {
  background: url(/img/menu-item-highlight.png) center bottom no-repeat transparent;
}
#body {
  position: relative;
  margin: 0 auto;
  padding-bottom: 91px;
/*  width: 900px; moor*/
  width: 970px;
  min-height: 670px;
  text-align: left;
}
/* class splash is used for splash page only */
#body.splash {
  width: 100%;
  text-align: center;
}
*html #body {
  height: 1%;
}

#leftcol {
  float: left;
  width: 195px;
  margin: 0 50px 0 0;
}
#leftcol .news {
  margin-bottom: 49px;
  padding-top: 70px;
  padding-left: 16px;
}
#leftcol .news a {
  color: #666666;
}
#leftcol .news a:hover {
  color: white;
}
#whatsnew {
  background: transparent url(/img/left-whatsnew.ru.png) scroll no-repeat left top;
}
#testimonials {
  background: transparent url(/img/left-testimonials.ru.png) scroll no-repeat left top;
}
#whatsnew.en {
  background-image: url(/img/left-whatsnew.en.png);
}
#testimonials.en {
  background-image: url(/img/left-testimonials.en.png);
}
#whatsnew.de {
  background-image: url(/img/left-whatsnew.de.png);
}
#testimonials.de {
  background-image: url(/img/left-testimonials.de.png);
}

#maincol {
  position: relative;
  margin-left: 330px;
  padding-bottom: 300px;
}
#maincol #services, #maincol #contacts-info {
  width: 391px;
}
#maincol #contacts-info h4 {
  color: white;
}
#maincol #rightcol {
  float: right;
}
#maincol .contacts-form {
  float: left;
  padding: 20px 0;
  background: transparent url(/img/contacts-form-bg-top.jpg) scroll no-repeat left top;
  width: 405px;
  margin-top: 20px;
  position: relative;
}
#maincol .contacts-form .footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 405px;
  height: 13px;
  background: transparent url(/img/contacts-form-bg-bottom.jpg) scroll no-repeat left bottom;
  margin: 0;
}
#maincol .contacts-form div {
  margin: 0 20px;
}
#maincol .contacts-form input, #maincol .contacts-form select, #maincol .contacts-form textarea {
  width: 266px;
  border: 1px solid #303030;
  font-family: Tahoma,Arial,sans;
  font-size: 12px;
  margin-bottom: 4px;
}
#maincol .contacts-form textarea {
  margin-top: 4px;
  width: 361px;
  height: 102px;
}
#maincol .message-label {
  margin-top: 16px;
}
#maincol .contacts-form label {
  float: left;
  width: 95px;
  color: #a0f001;
  font-size: 11px;
}
#maincol .contacts-form div.submit {
  text-align: center;
  float: right;
}
#maincol .contacts-form div.submit input {
  width: 57px;
}
#maincol #contacts-address, #maincol #contacts-phone, #maincol #contacts-skype {
  position: relative;
  float: right;
  margin-top: 21px;
}
#maincol #contacts-phone p {
	margin: 0; padding: 0;
}
#maincol #contacts-skype .bottom {
  position: absolute;
  right: 5px;
  bottom: 3px;
  display: block;
  width: 100px;
  height: 25px;
}
#maincol .news-item {
  margin-bottom: 21px;
}
#maincol .news-item .anons a {
  color: #666666;
}
#maincol .news-item .anons a:hover {
  color: #fff;
}

.about-block h4 {
  background: transparent url(/img/about-h-bg.png) scroll no-repeat right bottom;
}
.about-block .about-inner {
  margin-left: 15px;
}
.about-block img {
  float: left;
  border-left: 2px solid #a0f001;
  margin: 0 11px 0 78px;
  padding-left: 5px;
}
.about-block h4 span {
  display: inline-block;
  padding: 0 7px 0 15px;
  color: #FFFFFF;
  background: black url(/img/about-minus.png) scroll no-repeat left bottom;
  cursor: pointer;
}
.close div {
  display: none;
}
.close h4 span {
  background: black url(/img/about-plus.png) scroll no-repeat left 50%;
  color: #666666;
}
#body_inner {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 670px;
  margin-top: -355px;
  background: transparent url('./img/bg.png') no-repeat scroll center 0px;
}
#logo {
  height: 110px;
  margin-top: 217px;
  text-align: center;
}
#logo_left, #logo_right {
  position: absolute;
  width: 50%;
  height: 110px;
}
#logo_left {
  background: transparent url('./img/logo-bg-left.png') no-repeat scroll right bottom;
  left: 0;
  margin-left: 1px;
}
* html div#logo_left {
  margin-left: 0;
}
#logo_right {
  background: transparent url('./img/logo-bg-right.png') no-repeat scroll left bottom;
  right: 0;
}
#wgd {
  margin-top: 26px;
}
#soon {
  margin-top: 40px;
  height: 150px;
  background: transparent url('./img/coming-soon.png') scroll no-repeat center center;
}
#footer {
  position:absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 66px;
  text-align: center;
  font-size: 11px;
  margin: 0 auto;
}
#footer, #footer a {
  color: #666666;
  text-decoration: none;
}
#footer_container { width: 1024px; margin: 0 auto; }
#footer_container div { float: left; text-align: left; margin-left: 9px; }
  #footer_logo { width: 200px; }
  #footer_logo img { margin-top: 5px; }
#footer_copyright {
	width: 333px;
	padding-top: 5px;
}
#footer_contacts {
	width: 310px;
	padding-top: 5px;
}
  #footer_container #footer_twitter { text-align: center; }
  #footer_twitter img { margin: 3px 0 5px 0; }
#footer_container p {
	margin: 0; padding: 0;
}

h1, h2, h3, h4, h5, h6 { margin: 5px 0; font-weight: normal; color: #a0f001; }
img { border-width: 0; }
.not-found { font-size: 52px; color: white; }
.not-found span { color: orange; padding-right: 30px; }
.clear { clear: both; }
.small { font-size: 0.8em; }
.date {
	margin-bottom: 5px;
}
.hide { display: none; }
.paging-numbers { margin-top: 21px; }
.paging-numbers a, .paging-numbers span { display: inline-block; margin-left: 7px; }
.debug { display: none; }


/* moor */

.portfolio_categories {
	margin: 0; padding: 0;
	list-style: none;
	padding-bottom: 20px;
	padding-left: 23px;
	background: transparent url("/img/about-h-bg.png") no-repeat right bottom;
	margin-bottom: 60px;
}
.portfolio_categories li {
	padding: 0px 20px 0px 0px;
	float: left;
}
.portfolio_categories li a {
	color: #999;
}
.portfolio_categories li a:hover, .portfolio_categories li a.active {
	color: #fff;
}
.brand {
	float:left; 
	width: 194px; 
	height: 200px;
	padding-right: 14px;
	color: #878787;
}
.brand_logo {
	display: block;
	width: 194px; 
	height: 125px; 
	border: 1px solid #1b1b1b; 
	background: #050700; 
	text-align: center;
	margin-bottom: 5px;
}
.brand_name {
	color: #fff;
}
.brand_detail_logo {
	float: left;
	width: 194px;
	height: 125px;
	border: 1px solid #1b1b1b;
	margin-right: 14px;
}
a.brand_logo:hover {
	border: 1px solid #333;
}
.brand a {
	color: #878787;
}
.brand a:hover {
	text-decoration: underline;
}
.portfolio h3 {
	color: #fff;
	padding-bottom: 20px; 
}
.portfolio_tab {
	padding-top: 30px;
}
.portfolio_tab td {
	padding-right: 5px;
	padding-bottom: 15px;
	vertical-align: top;
}
/*.portfolio_tab img {
	border: 1px solid #5c5c5c;
}*/
.portfolio .about-block img {
    border: 1px solid #505050;
    margin: 0px;
    padding: 0px;
}
.portfolio h5 {
    font-size: 11px;
    padding-top: 5px;
}
.tobegin {
	padding-top: 20px;
	padding-bottom: 20px; 
	text-align: right;
}
.tobegin a {
	padding-left: 12px;
	background: transparent url(/img/tobegin.gif) no-repeat left;
	color: #666666;
}
.tobegin a:hover {
	color: #fff;
}
.toportfolio {
	padding-top: 20px;
	padding-bottom: 20px; 
	text-align: right;
}
.toportfolio a {
	padding-left: 12px;
	background: transparent url(/img/toportfolio.gif) no-repeat left;
	color: #666666;
}
.toportfolio a:hover {
	color: #fff;
}

.subcategories {
	overflow: hidden;
	padding-bottom: 20px; 
}

.subcategories .about-block {
	width: 250px;
	float: left;
}
.subcategories .about-block h4 {
  background: none;
}

/* Media */
.media {
	width: 507px;
	height: 303px;
	margin: 0 auto;	
	background: transparent url(/img/media-bg.png) no-repeat left;
}
.media .media-wrapper {
	padding-top: 19px;
	text-align: center;
}
.media-footer {
	width: 507px;
	height: 127px;
	margin: 0 auto;	
	background: transparent url(/img/media-footer.png) no-repeat left;
}

/* Photoalbum */
#photoalbum {
	position: relative;
}
#photoalbum .photo {
	float: left;
	margin: 0 16px 16px 0;
}
#photoalbum .clear {
	clear: both;
}

/* Misc */
.error {
}

strong {
	color: #fff;
}
