body {margin: 0; overflow-x: hidden; }

#n_npseo_header {
  width: 100%;
  margin: 0;
  border: 0;
  padding: 0;
  height: 110px;
  background: #002957;
  background: -moz-linear-gradient(top, #164b82 0%, #002957 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #164b82), color-stop(100%, #002957));
  background: -webkit-linear-gradient(top, #164b82 0%, #002957 100%);
  background: -o-linear-gradient(top, #164b82 0%, #002957 100%);
  background: -ms-linear-gradient(top, #164b82 0%, #002957 100%);
  background: linear-gradient(to bottom, #164b82 0%, #002957 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#164b82', endColorstr='#002957'); /* for IE */
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  font-family: Tahoma, Arial;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  behavior: url('/css/patch_ie/PIE.htc'); /* for IE */
}

#n_npseo_header:before {
  content: '';
  height: 100%; 
  vertical-align: middle;
  }

#n_npseo_header .n_central {
  width: 1000px;
  background: transparent url('../images/top_grupa.png') no-repeat scroll -70px 0%;
  height: 110px;
  border: 0;
  text-align: left;
  font-family: Tahoma, Arial;
  font-size: 12px;
  color: #ffffff;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

#n_npseo_header .proj_logo {
  width: 410px;
  height: 110px;
  background: transparent;
  text-align: center;
  font-family: Tahoma, Arial;
  font-size: 12px;
  color: #2a7cc1;
  display: inline-block;
  vertical-align: middle;
  margin-left: -4px;
}

#n_npseo_header .proj_top_spacer {
  display: inline-block;
  width: 380px;
  vertical-align: middle;
}

#n_npseo_header .proj_search {
  width: 200px;
  height: 110px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

#n_npseo_menu {
  width: 100%;
  margin-left: -3px;
  background: transparent;
  text-align: center;
  white-space: nowrap;
}

#n_npseo_menu_box {
  background: #002957;
  background: -moz-linear-gradient(top, #164b82 0%, #002957 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #164b82), color-stop(100%, #002957));
  background: -webkit-linear-gradient(top, #164b82 0%, #002957 100%);
  background: -o-linear-gradient(top, #164b82 0%, #002957 100%);
  background: -ms-linear-gradient(top, #164b82 0%, #002957 100%);
  background: linear-gradient(to bottom, #164b82 0%, #002957 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#164b82', endColorstr='#002957'); /* for IE */
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  display: inline-block;
  padding: 5px;
  height: 30px;
  border-radius: 5px;
  margin: 0 7px 5px 8px;
  width: 113px;
  vertical-align: top;
  behavior: url('/css/patch_ie/PIE.htc'); /* for IE */
  white-space: normal;
}

#n_npseo_menu_box:hover {
  background: #1462a3;
  background: -moz-linear-gradient(top, #3392e1 0%, #1462a3 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3392e1), color-stop(100%, #1462a3));
  background: -webkit-linear-gradient(top, #3392e1 0%, #1462a3 100%);
  background: -o-linear-gradient(top, #3392e1 0%, #1462a3 100%);
  background: -ms-linear-gradient(top, #3392e1 0%, #1462a3 100%);
  background: linear-gradient(to bottom, #3392e1 0%, #1462a3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3392e1', endColorstr='#1462a3'); /* for IE */
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}

#n_npseo_menu a{
  font-family: Tahoma,Geneva,Ubuntu;
  font-size: 12px;
  font-weight: Bold;
  color: #ffffff;
  text-decoration: none;
  display: table-cell;
  height: 30px;
  width: 113px;
  text-align: center;
  vertical-align: middle;
}

#n_npseo_menu a:hover {
  font-family: Tahoma,Geneva,Ubuntu;
  font-size: 12px;
  font-weight: Bold;
  color: yellow;
  text-decoration: none;
}

#n_npseo_header .proj_search input[type=submit] {
  background: transparent url('../img/lupka.png') no-repeat;  
  display: inline-block;
  cursor: pointer;
  border: 0;
  height: 24px;
  width: 24px;
}

#ciastka {
  padding:20px 0px;
  font-size:14px;
  color: #FFFFFF;
  line-height:22px;
  border-top:1px solid rgb(0,0,0);
  text-align:center;
  position:fixed;
  left:0px;
  bottom:0px;
  background-color:rgba(0,20,65,0.95);
  width:100%;
  z-index:999;
  display:none;
}

#ciastka a {
  background-color:#2a7cc1;
  padding:5px 10px;
  color:#FFF;
  border-radius:4px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  display:inline-block;
  margin-left:10px;
  text-decoration:none;
  cursor:pointer;
}

#ciastka a:hover {
  background-color:#05c300;
}