* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
}

body {
  font-family: Verdana, sans-serif;
  text-align: center;
  font-size: 12px;
}

table {
  border-spacing: 0;
}

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

img {
  border-width: 0;
}

a, a:visited {
  color: #666;
}

a:hover {
  text-decoration: none;
}

h1, h2, h3, h4 {
  font-weight: normal;
  color: #666;
}

h1 {
  font-size: 180%;
  margin: 0 0 0.6em 0;
}

h2 {
  font-size: 150%;
  margin: 0 0 0.4em 0;
}

h3 {
  font-size: 120%;
  margin: 0 0 0.2em 0;
}

p {
  margin: 0 0 0.6em 0;  
}

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

#page_wrapper {
  min-height: 100%;
  margin-bottom: -32px;
  text-align: left;
}

table#page_wrapper {
  height: 100%;
}

* html #page_wrapper {
  height: 100%;
}

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

#top { 
  height: 110px;
  color: #000;
  background: #EFEFEF;
  position: relative;
}

a#logo, a:visited#logo {
  display: block;
  position: absolute;
  left: 40px;
  top: 18px;
  color: #8F8F8F;
  font-size: 14px;
  background: #EFEFEF;
  text-decoration: none;
}

#slogan {
  font-size: 12px;
}

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

#main {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#projects {
  position: absolute;
  width: 3000px;
  height: 7720px;
  cursor: move;
  background: #fff;
  font-size: 11px;
  color: #666;
}

.project_text {
  padding: 4px 0 0 0;
  font-size: 14px;
  font-weight: bold;
}

.activ {
  border: 1px solid #666;
}

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

#nav {
  position: absolute;
  width: 200px;
  height: 100%;
  background: #000;
  z-index: 1;
}

* html #nav {
  position: relative;
}

#nav h2 {
  color: #ccc;
  margin: 10px 0 10px 10px;
}

#nav ul {
  list-style: none;
  width: 185px;
}

#nav li {
  padding: 6px 0px 6px 14px;
}

#nav a {
  font-size: 11px;
  text-decoration: none;
  color: #ccc;
  border-bottom: 1px dotted #275AC2;
}

#nav a:hover {
  color: #fff;
}

.opacity {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}

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

#menu {
  background: #8F8F8F;
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 8px 0;
  text-align: left;
}

table#page_wrapper #menu {
  padding: 5px 0 7px 0;
}

#menu ul {
  margin: 0 0 0 310px;
}

#menu li {
  display: inline;
  padding-right: 2em;
}

#menu a, #menu a:visited {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

#menu a:hover {
  text-decoration: underline;
  color: #DFDFDF;
}

.left_menu {
    padding-top: 10px;
    padding-left: 40px;
}

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

#menu_bottom {
  padding: 30px 0 0 20px;
  float: left; 
}

#menu_bottom ul {
}

#menu_bottom li {
  display: inline;
  padding-left: 10px;
}

#menu_bottom a, #menu_bottom a:visited {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

#menu_bottom a:hover {
  text-decoration: underline;
}

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

#page_empty {
  clear: both;
  height: 42px;
}

#page_footer {
  position: relative;
  width: 100%;
  height: 32px;
  text-align: left;
  background: #8F8F8F;
  line-height: 30px;
  text-align: right;
}

table#page_wrapper #page_footer {
  height: 80px;    
}

#page_footer .copyright {
  font-size: 11px;
  color: #fff;
  margin-right: 10px;    
}

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

#content {
  padding: 20px 4% 20px 4%;
  font-size: 12px;
  color: #333333;
}

div#page_wrapper.main #content {
  padding: 0;
}

#content .l {
  background: #EFEFEF;
}

#content .l .text {
  padding: 20px 40px;
}

#content .l h2 {
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  padding-bottom: 0.8em;
}

.fn {
  font-size: 18px;
  color: red;
}

#content .r {
}

#page_content_main {
  margin: 0 1em;
  padding: 1.4em;
}

#page_content {
  margin: 0 1em;
  padding: 1.4em;  
}

div#page_wrapper.main #content .left_col ul {
  margin-left: 0;
  border: none;
}

.price {
  color: red;
  font-size: 16px;
  font-weight: bold;
}

.cur {}

div#page_wrapper.main #content h2 {
  margin-top: 0.4em;
  padding: 0;
  margin-bottom: 0.8em;
}

#content table {
  color: #333333;
  font-size: 12px;
}

#content ul {
  list-style: none;
}

#content h1 {
  font-size: 20px;
  font-weight: normal;
  color: #666;
  padding-bottom: 10px;
}

#content h2 {
  font-size: 18px;
  font-weight: normal;
  color: #333;
  padding-bottom: 20px;
}

#content h3 {
  font-size: 17px;
  color: #666;
  padding-bottom: 20px;
}

#content h4 {
  font-size: 16px;
  color: #666;
  padding-bottom: 20px;
}

#content h5 {
  font-size: 14px;
  color: #666;
  padding-bottom: 20px;
}

#content h6 {
  font-size: 12px;
  color: #666;
  padding-bottom: 20px;
}

#content p {
  padding-bottom: 0.4em;
  position: relative;
}

#content ul {
  padding-bottom: 10px;
}

#content .cit {
  margin: 0 0 0 0;
  background: #e0e8f3;
  position: relative;
}

#content .cit_c {
  padding: 20px 40px 20px 48px;  
}

#content .cit_sh {
  width: 100%;
  background: #fff url('../img/s_b.jpg') right top no-repeat;
  height: 14px;
  position: relative;
  bottom: 0px;
}

#content .submenu {
  margin: 0 0 0 40px; 
}

#content .submenu a, #content .submenu a:visited {
  color: #3f75b5;
}

#content .submenu li {
  padding: 0 0 0.4em 18px;
  background: url('../img/li_b.gif') left 0.6em no-repeat;
}

#content .twocol {
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 10px;
}

#content .qout_l {
  position: absolute;
  left: -44px;
  top: -12px;
  width: 42px;
  height: 42px;
  background: url('../img/qout_l.png') top left no-repeat;
}

#content .qout_r {
  position: relative;
  display: inline;
  padding: 0 0 42px 42px;
  z-index: 1;
  top: -4px;
  background: url('../img/qout_r.png') top left no-repeat;
}

* html #content .qout_r {
  position: relative;
  width: 42px;
  height: 42px;
  padding: 0; 
  z-index: 2;
  vertical-align: top;
  overflow: hidden;
}

#content .left_col p {
  padding: 0 20px 0px 0px;
  margin: 0 0 30px 40px;
  position: relative;
  border-right: 4px solid #d9d9d9;
}

#content .left_col ul {
  border-right: 4px solid #d9d9d9;
  padding: 0 20px 0px 20px;
  margin: 0 0 30px 40px;  
}

#content .left_col li {
  background: url('../img/li_g.gif') left 0.6em no-repeat;
  padding: 0 0 0 18px;
}

#content .left_col .firstlet {
  font-size: 48px;
  color: red;
  position: absolute;
  left: -72px;
  top: -10px;
  text-align: right;
  width: 60px;
}

#content .right_col {
  padding: 0 0 0 40px;
}

#content .qout_y_l {
  position: absolute;
  left: -28px;
  top: -4px;
  width: 23px;
  height: 23px;
  background: url('../img/qout_y_l.png') top left no-repeat;
}

#content .qout_y_r {
  position: relative;
  display: inline;
  padding: 0 0 12px 23px;
  background: url('../img/qout_y_r.png') top left no-repeat;
}

* html #content .qout_y_r {
  padding: 0;
  position: absolute;
  width: 23px;
  height: 23px;
}

#content .right_col p {
  position: relative;
}

#contact {
  font-size: 19px;
/*  color: #fff;*/
/*  padding: 4px 40px 0 310px;*/
  position: absolute;
  right: 4px;
  top: 2px;
}

#contact p {
  padding: 0 0 0 0;
  margin: 0 4px 0 0;
}

#contact .adress {
  font-size: 11px;
} 

#banners {
  position: absolute;
  top: 18px;
  left: 230px;
  text-align:left;
}

#banner1 {
  position: relative;
  display: block;
  left: 80px;
  background: url('../img/banner1.jpg') top left no-repeat;
  font-size: 11px;
  width: 173px;
  height: 45px;
  text-align: right;
  float: left;
  padding: 0 0 0 0;
  left: 160px;
}

#banner2 {
  position: relative;
  display: block;
  left: 80px;
  background: url('../img/banner2.jpg') top left no-repeat;
  font-size: 11px;
  width: 173px;
  height: 45px;
  text-align: right;
  float: left;
  padding: 0 0 0 0;
  left: 120px;
}

#banner3 {
  position: relative;
  display: block;
  left: 80px;
  background: url('../img/banner3.jpg') top left no-repeat;
  font-size: 11px;
  width: 173px;
  height: 45px;
  text-align: right;
  float: left;
  padding: 0 0 0 0;
}

#banners span.text1 {
  display: block;
  padding: 2px 2px 0 0;
}
#banners span.text2 {
  display: block;
  padding: 2px 2px 0 0;
}
#banners span.text3 {
  display: block;  
  padding: 8px 12px 0 0;
}

#antibanner {
  position: absolute;
  right: 36%;
  bottom: 30px;
  background: url('../img/anti.jpg') top left no-repeat;
  font-size: 11px;
  width: 190px;
  height: 26px;
  padding: 0 0 0 0;
  text-align: right;
}

div#antibanner.left {
  position: static;
  margin-left: 40px;
}

div#antibanner.left .text {
  padding: 5px 6px 0;  
}  

#antibanner .text {
  color: #990000;
  padding: 4px 10px 0 0;
}

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

.arrow {
  position: absolute;
  display: block;  
}

.arrow a {
  text-decoration: none;
  display: block;
}

#arrow_up {
  top: 140px; 
  left: 50%;
  margin-top: -32px;
}

#arrow_up a {
  width: 61px; 
  height: 31px;
  background: url('/img/a_up.gif') top left no-repeat;
}

#arrow_up a:hover {
  background-position: 0px -31px;
}

#arrow_down {
  bottom: 80px; 
  left: 50%;
}

#arrow_down a {
  width: 61px; 
  height: 31px;
  background: url('/img/a_down.gif') top left no-repeat;
}

#arrow_down a:hover {
  background-position: 0px -31px;
}

#arrow_left {
  top: 45%; 
  left: 200px;
}

#arrow_left a {
  width: 31px; 
  height: 61px;
  background: url('/img/a_left.gif') top left no-repeat;
}

#arrow_left a:hover {
  background-position: -31px 0px;
}

#arrow_right {
  top: 45%; 
  right: 1px;
}

#arrow_right a {
  width: 31px; 
  height: 61px;
  background: url('/img/a_right.gif') top left no-repeat;
}

#arrow_right a:hover {
  background-position: -31px 0px;
}

#yandex-pather {
  right: 0;
  z-index: 10;
  text-align: left;
  position: relative;
  margin-top: -2px;
  margin-bottom: 1.2em;
  margin-left: 38px;
}

#bitrix-pather {
  top: 110px;
  left: 168px;
  z-index: 10;
  text-align: left;
  position: absolute;
}

#page_response {
}

#page_response .cit {
  margin-bottom: 1.2em;  
}

li.indent {
  margin-top: 1em;
}

span.slash {
  color: red;
}

#menu .slash {
  padding: 0 0 0 2em;
  color: #BFBFBF;
}

#page_right {
  padding: 0.5em 1em;
}

.recent-work-text {
  font-size: 11px;
  width: 160px;
}

#block-recent-work li {
}

#user_response {
  font-size: 11px;
}

#block-order {
}

#block-order a, #block-order a:visited {
  font-size: 17px;
  color: red;
}

.form_order input, .form_order textarea {
  width: 300px;  
}

.form_order textarea {
  height: 140px;  
}

.req {
  color: red;
  font-size: 11px;  
}

.form_order .submit {
  width: 100px
}  

#page_counters {
  position: absolute;
  bottom: 0;
  left: 0;    
}

.block {
  margin-bottom: 2em;
  background: #DFDFDF;
  padding: 1em;
}

#block-news {
  margin: 0 1em 0 3em;  
}

h1#header_left_top {
  color: #fff;
  position: relative;
  margin: 0;
  padding-bottom: 6px;
  margin-top: -26px;
  left: 40px;
  font-size: 17px;
}

#page_footer_menu {
    width: 680px;
    margin: 0 auto;
    text-align: left;
}

#page_footer_menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#page_footer_menu .block-float {
    float: left;
    padding: 0 2em 0 0;
}

#page_footer_menu h2 {
    color: #fff;
    font-size: 14px;
    margin: 0;
    padding: 0.2em 0;
    line-height: 1em;
}

#page_footer_menu a, #page_footer_menu a:visited {
    font-size: 11px;
    color: #fff;
}

#page_footer_menu a:hover {
    font-size: 11px;    
}

#page_footer_menu ul li {
    margin: 0;
    line-height: 0.6em;
}

.top-banner {
    position: absolute;
    left: 50%;
    margin-left: -220px;
    top: 13px;
    z-index: 0;
}
li.traffic {
    padding: 10px 0 0 0;
}
li.region {
    padding: 10px 0 0 0;
}
li.region a:link, li.region a:hover {
    color: red;
}
li .new {
    color: red;
    padding: 0 0 0 4px;
    font-size: 11px;
}
