
/** Layout
---------------------------------
*  Using a negative margin technique, adapted from ZEN. The page is loaded by this order:
*  
*  1. Header
*  2. Content
*  3. Navigation menus
*  4. Sidebar Left
*  5. Sideabr Right
*	
*/

#page {
	width: 980px; /* edit to change the width of the page */
	margin: 0 auto; /* remove 'auto' and the width to switch to a fluid width */
  min-height: 600px;
}

/** LAYOUT RULES
---------------------------------
*  do not change if you're not sure you know what you're doing
*/

#logo,
#name-and-slogan
  {
  display: block;
  float: left;
  }

#name-and-slogan h1
  {
  font-size: 28px;
  line-height: 69px;
  }

#content {
  float: left;
  width: 100%;
  margin-right: -100%;
  padding: 0;
}
.sidebar {
  float: left;
}
#sidebar-second {
  float: right;
}
#footer {
  float: none;
  clear: both;
  background: transparent url(../images/footer-bg.png) no-repeat scroll 50% 0;
  height: 45px;
  margin-top: 40px;
}

#footer p
  {
  margin: 0 !important;
  }
/* Layout Helpers */

#header, #footer, .mission, .breadcrumb, .node {
  clear: both;
}

/** Sidebars width
---------------------------------
*  Changing the width of the sidebars is dead easy, just change the
*  values below corresponding to the sidebar you want to modify.
*  Make sure you keep negative values as negative values.
*  For example, if I want to increase the width of the left sidebar
*  to 300px, I would have to change each '190' to '300'.
*/

.two-sidebars .center,
.sidebar-left .center 
  {
  margin-left: 326px;     /* LEFT value */
  }

#sidebar-first 
  {
  width: 296px;           /* LEFT value */
  margin-right: -296px;    /* negative LEFT value */
  }

#sidebar-first-inner
  {
  padding: 20px 0;
  }

#sidebar-first-inner .block-inner h3
  {
  font-size: 1.2em;
  color: #000000;
  margin-bottom: 20px;
  }

#sidebar-first-inner .block-inner .content ul.menu,
#sidebar-first-inner .block-inner .content ul.menu li
  {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  padding: 0;
  margin: 0;
  }

#sidebar-first-inner .block-inner .content ul.menu li
  {
  border-top: 1px solid #E5E5E5;
  }

#sidebar-first-inner .block-inner .content ul.menu li a
  {
  padding-right: 10px !important;
  }

#sidebar-first-inner .block-inner .content ul.menu li.expanded a
  {
  border-bottom: 1px solid #E5E5E5;
  }

#sidebar-first-inner .block-inner .content ul.menu li.expanded li a
  {
  border-bottom-width: 0px;
  }

#sidebar-first-inner .block-inner .content ul.menu li.first
  {
  border-top-width: 0px;
  }

#sidebar-first-inner .block-inner .content ul.menu li ul.menu
  {
  padding-left: 20px;
  }

#sidebar-first-inner .block-inner .content ul.menu li a.active
  {
  border-left: 4px solid #189110;
  font-weight: bold;
  padding-left: 26px !important;
  }

#sidebar-first-inner .block-inner .content ul.menu li a,
#sidebar-first-inner .block-inner .content ul.menu li a:active,
#sidebar-first-inner .block-inner .content ul.menu li a:link
  {
  color: #000000;
  display: block;
  font-size: 1.1em;
  padding: 7px 0 7px 30px;
  text-decoration: none;
  }

#sidebar-first-inner .block-inner .content ul.menu li a:hover,
#sidebar-first-inner .block-inner .content ul.menu li a:focus
  {
  background-color: #f2f2f2;
  text-decoration: none;
  }

.two-sidebars .center,
.sidebar-right .center {
  margin-right: 200px;    /* RIGHT value */
}
#sidebar-second {
  width: 200px;           /* RIGHT value */
}

/** Columns inner
---------------------------------
*  You can change the padding inside the columns without changing the
*  width of them by just usinbg the INNER div of each column
*/

.inner {
	padding: 0px;
}

/** Navigation styles
---------------------------------
*  The navigation is loaded after the content, so we need to make space
*  for it, equal to its height, so if you change the height of the navigation,
*  remember to adapt the margin top of the content and sidebars.
*/

#navigation {
  float: left;
  margin-left: 0;
  margin-right: -100%;
  padding: 0;
  width: 100%;
}
.with-navigation #content,
.with-navigation .sidebar {
  margin-top: 0px;        /* Navigation Height */
}
#navigation {
  height: 40px;            /* Navigation Height */
}

#about_top
  {
  background: #000000 none repeat scroll 0 0;
  color: #c8c8c8;
  font-size: 0.8em;
  height: 45px;
  line-height: 45px;
  text-align: left;
  }

#about_top .block
  {
  width: 980px;
  margin: 0 auto;
  }

#about_top table
  {
  height: 45px;
  border-collapse: separate;
  border-spacing: 0;
  }

#header
  {
  background: transparent url(../images/main-nav-item-back.png) no-repeat scroll 50% 0;
  }

#in-header
  {
  width: 980px;
  margin: 0 auto;
  height: 179px;
  }

#logo-title
  {
  float: left;
  padding: 0;
  width: 400px;
  }

#logo-title a
  {
  height: 100px;
  }

#header-region
  {
  float: left;
  width: 580px;
  }

#footer #footer-inner
  {
  width: 980px;
  margin: 0 auto;
  }

#footer .block
  {
  float: right;
  }

#footer #block-menu-primary-links
  {
  float: left;
  }

#footer ul.menu
  {
  float: left;
  font-size: 0.8em;
  margin: 0;
  padding: 0;
  height: 25px;
  }

#footer ul.menu li
  {
  float: left;
  position: relative;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  padding: 0 5px;
  }

#footer ul.menu li a,
#footer ul.menu li a:active,
#footer ul.menu li a:link,
#footer ul.menu li a:hover
  {
  color: #B9F6B4;
  text-decoration: none;
  line-height: 45px;
  }

#header-region ul.menu
  {
  float: right;
  font-size: 1.2em;
  margin: 0;
  padding: 0;
  }

#header-region ul.menu li
  {
  float: left;
  position: relative;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  padding: 0;
  }

#header-region ul.menu li a,
#header-region ul.menu li a:active,
#header-region ul.menu li a:link
  {
  line-height: 107px;
  text-decoration: none;
  padding: 0 13px 10px;
  color: #000000;
  }

#header-region ul.menu li a.active
  {
  color: #189100;
  }

#header-region ul.menu li a:hover
  {
  color: #189100;
  background: transparent url(../images/triangle.png) no-repeat scroll 50% -2px;
  }

#in-header h1.title
  {
  color: #FFFFFF;
  display: block;
  font-size: 24pt;
  margin: 0;
  text-align: left;
  clear: both;
  line-height: 28px;
  padding: 6px 0 0;
  }

.breadcrumb
  {
  padding: 0px;
  font-size: 0.8em;
  line-height: 1.1em;
  padding: 2px 2px 0 2px;
  }

.breadcrumb,
.breadcrumb a,
.breadcrumb a:link,
.breadcrumb a:active
  {
  color: #003300 !important;
  }

.content .catalog-row
  {
  clear: both;
  margin-bottom: 40px;
  }

.content .catalog-row .clean
  {
  clear: both;
  }

.content .catalog-row a
  {
  display: block;
  width: 286px;
  float: left;
  padding: 6px 7px 8px;
  background: transparent url(../images/catalog_bg.png) no-repeat scroll 0 0;
  margin-left: 40px;
  }

.content .catalog-row a:hover *,
.content .catalog-row a:link *,
.content .catalog-row a:active *,
.content .catalog-row a *,
.content .catalog-row a:hover,
.content .catalog-row a:link,
.content .catalog-row a:active,
.content .catalog-row a
  {
  text-decoration: none;
  }

.content .catalog-row a span
  {
  color: #000000;
  display: block;
  font-size: 1em;
  line-height: 1em;
  padding: 0;
  text-align: center;
  height: 24px;
  }

.content .catalog-row a.col_0
  {
  margin-left: 0px;
  }

#content-area .contact-info
  {
  float: left;
  float: left;
  padding-right: 15px;
  width: 475px;
  }

#content-area .contact-info .contacts
  {
  text-align: center;
  }

#content-area .contact-info .contacts li
  {
  background-attachment: scroll;
  background-color: transparent;
  background-position: 0 2px;
  background-repeat: no-repeat;
  display: inline-block;
  padding: 0 103px 0 26px;
  list-style-image: none;
  list-style-type: none;
  line-height: 35px;
  font-weight: bold;
  }

#content-area .contact-info .contacts .mts_phone
  {
  background-image: url(https://msavtomatika.com.ua/sites/all/themes/basic/images/mts.png);
  padding-left: 116px;
  background-position: 41px 50%;
  }

#content-area .contact-info .contacts .lfe_phone
  {
  background-image: url(https://msavtomatika.com.ua/sites/all/themes/basic/images/life.png);
  padding-left: 116px;
  background-position: 40px 50%;
  }

#content-area .contact-info .icq
  {
  background: transparent url(https://msavtomatika.com.ua/sites/all/themes/basic/images/icq.png) no-repeat scroll 0 4px;
  display: table;
  padding: 0 22px;
  }

#feedback-form 
  {
  border-left: 1px solid #c4c4c4;
  clear: right;
  float: left;
  width: 474px;
  padding-left: 15px;
  }

#feedback-form label
  {
  float: left;
  font-weight: bold;
  margin: 10px 0 0;
  padding: 3px 1px 0 0;
  width: 150px;
  }

#feedback-form input.form-text,
#feedback-form textarea 
  {
  border: 1px solid #C4C4C4;
  height: 22px;
  margin: 10px 0 0;
  padding: 3px 5px 0;
  width: 310px;
  }

#feedback-form textarea 
  {
  height: 150px;
  padding: 5px;
  }

#feedback-form .form-submit 
  {
  float: right;
  margin: 0;
  }
.node .content
  {
  padding-top: 20px;
  }

.node .content .pos
  {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
  }

.node .content .pos .img
  {
  width: 286px;
  float: left;
  padding: 6px 7px 8px;
  background: transparent url(../images/node_img_bg.png) no-repeat scroll 0 0;
  margin-right: 40px;
  }

.node .content .pos .about
  {
  float: left;
  width: 640px;
  }

.documentation
  {
  margin-top: 20px;
  }

.documentation h2
  {
  font-size: 18px;
  background: transparent url(../images/doc.png) no-repeat scroll 0 1px;
  padding-left: 25px;
  color: #189100;
  }

.documentation h2:hover
  {
  text-decoration: underline;
  cursor: pointer;
  }

.documentation a
  {
  display: block;
  }

.content a,
.content a:hover,
.content a:active,
.content a:visited,
.content a:link
  {
  display: block;
  text-decoration: none;
  color: #189100;
  }

.content a,
.content a:visited,
.content a:link
  {
  }

.content a:hover,
.content a:active
  {
  text-decoration: underline;
  }
