/*page*/
  html, body {width:100%;height:100%;}
  body {padding:0; margin:0;background: url(../images/bgr/body.png) left top;;}

/*
  #SomeBox
  {
    position - position [ left , top ] ,
    liquid model - float, clear,
    block modle - display, width, height, margin, padding, overflow,
    visual property - background, border,
    text property - list-style, text-align
   }
*/

/*design*/
  a img{border:0;}

/*navigation*/
  a {color:#63b9e7;text-decoration:underline;}
  a:hover {text-decoration:none;}
  :focus, a:active { outline: none; }
  form :focus, form a:active { outline:1px dotted;}

/*TAGS*/
  h1 {margin:0;padding: 0;font: 2.2em "Times new roman"; color:#000;}
  h2 {margin:0;padding: 0;font:24px "Myriad Pro";color:#005b9b;text-transform:uppercase;text-align:center}
  .wrap_h2{background: url(../images/bgr/h2.png) repeat-x left center;text-align:center;margin:0 -31px 24px}
  .wrap_h2 h2{background: #fff;display:inline;padding:0 7px}
  h3 {margin: 0;padding:0;font:1.8em "Times New Roman";color:#000;}
  h4 {margin:0;padding: 0;font:bold 1.6em "Times New Roman";color:#000;}
  dl, dt, dd, form {margin:0;padding: 0;}
  input {margin:0;vertical-align:middle;}
  p {margin: 0;padding:0 0 10px;}
  select {vertical-align:middle;}
  table {border-spacing: 0;border-collapse: collapse;}
  table td {padding:0;text-align:left;vertical-align:top;}
  ul {margin: 0;padding:0;}
  ul li{list-style-type:none;}
  img{vertical-align:top}




/*FONT*/
  html {font-size:100%;}
  body {font:14px/1.2 "Myriad Pro", sans; color:#33222c}

/*Misc*/
  .clearing {clear: both;height:0;font-size:0;overflow:hidden;}
  .clearFix:after {content: '.';display: block;clear:both;visibility: hidden;height:0;font-size:0;}

/*layout*/

  /*=HEADER*/
    #header {
        height:224px;
        background: url(../images/bgr/header.png) no-repeat left 179px;
        position:relative
    }
    .logo{position:absolute;left:343px;top:76px;}
    .top_h{
        position:absolute;
        left:0;top:0;
        height:37px;
        background: url(../images/bgr/h.png) repeat-x left top;
        right:0;
        z-index:2;
    }

    .main_menu{width:1032px;margin:0 auto;position:relative;top:9px}
    .main_menu li{float:left;padding:0 0 0 7px;margin:0 0 0 7px;border-left:1px solid #fff}
    .main_menu li:first-child{border-left:none;margin-left:29px;}
    .main_menu a{font-size:14px;color:#fff;text-transform:uppercase;text-decoration:none}
    .main_menu a.active{font-weight:bold}

  /*=MENU*/
    #menu {background: silver;}

  /*=CONTENT*/
    #wrapper {position:relative;min-height:100%;height:100%;width:1024px;padding:0 4px;background: url(../images/bgr/wrap.png) repeat-y left top;margin:0 auto;}
      html>body #wrapper {height:auto;}
      #body {padding:0 31px 150px;}
        #body:after {content: '.';display: block;clear:both;visibility: hidden;height:0;font-size:0;}
        #main_col {float: right;width:100%;}
        #main_col_content {margin: 0 0 0 269px;}

        .spec_info{
            background:#eaf8ff;
            margin:10px 0 0 69px;
            background: #eaf8ff;
            padding:10px 10px 0 10px;
            width:641px;

        }

        .spec_info li{padding:0 0 9px;}


  /*=SIDEBAR*/
    #sidebar {float: left;width: 269px;margin: 0 -269px 0 0;}

  /*=FOOTER*/
    #footer {position:absolute; top:100%;clear:both;width:100%;height:150px;margin-top:-150px;background:#f0f0f0;}


/*form*/
fieldset{border:none;margin:0;padding:0}
