article, aside, figure, footer, header, hgroup, nav, section, wrap, main {display: block;}

/*:focus {outline: 0;}*/

a {text-decoration: underline;cursor: Pointer;}
a:hover {
  text-decoration: none;
}
a img {
  border-width: 0;
}

html {
  background: #8b8c8c;
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #8b8c8c), color-stop(50%, #a7a7a7), color-stop(100%, #8b8c8c));
  background: -webkit-linear-gradient(left, #8b8c8c 0%, #a7a7a7 50%, #8b8c8c 100%);
  background: -moz-linear-gradient(left, #8b8c8c 0%, #a7a7a7 50%, #8b8c8c 100%);
  background: -o-linear-gradient(left, #8b8c8c 0%, #a7a7a7 50%, #8b8c8c 100%);
  background: linear-gradient(left, #8b8c8c 0%, #a7a7a7 50%, #8b8c8c 100%);
}

body {
  text-align: center;
  font-family: Georgia;
  /*padding: 32px auto 32px;*/
  margin: 0;
  background: url(../img/noize_grey_128_1.png);
}

/*html, body, wrap {height: 100%;}*/
/*maximize body height*/
/*body > wrap {height: auto;min-height: 100%;}*/
/*maximize wrapper height*/
wrap {
  width: 100%;
  max-width: 1024px;
  text-align: left;
  margin: 0 auto;
  padding: 32px 0;
}

header {
  display: block;
  width: 100%;
  height: 135px;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
  color: #eaeaea;
  background-image: url(../img/noize_green_128.png);
  box-shadow: 0 1px 0 #fff;
  background-color: #074707;
}
header .logo {
  width: 26%;
  float: left;
  padding: 32px 0;
  position: relative;
  box-shadow: 1px 0 0 #023102, 10px 0 10px rgba(0, 0, 0, 0.2);
  color: #eaeaea;
  height: 71px;
  background: url(../img/logo.png) no-repeat 50%;
}
header .logo > * {
  font-weight: normal;
  font-style: normal;
  display: block;
  /**/
  display: none;
  text-transform: uppercase;
  float: left;
  padding: 0 0 0 19px;
  line-height: 1em;
}
header .logo b {
  font-size: 48px;
  color: #ffe400;
}
header .logo i {
  font-size: 23px;
}
header .logo em {
  font: bold 31px Times New Roman;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  top: 60px;
  left: 203px;
}
header .slog {
  float: right;
  width: 70%;
  padding: 0 0 0 4%;
  font-size: 22px;
  line-height: 135px;
  text-align: left;
}

main {
  background: #faf9f9;
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #faf9f9), color-stop(16%, #ffffff), color-stop(26%, #ebeae9), color-stop(41%, #ffffff), color-stop(99%, #f7f7f6));
  background: -webkit-linear-gradient(left, #faf9f9 0%, #ffffff 16%, #ebeae9 26%, #ffffff 41%, #f7f7f6 99%);
  background: -moz-linear-gradient(left, #faf9f9 0%, #ffffff 16%, #ebeae9 26%, #ffffff 41%, #f7f7f6 99%);
  background: -o-linear-gradient(left, #faf9f9 0%, #ffffff 16%, #ebeae9 26%, #ffffff 41%, #f7f7f6 99%);
  background: linear-gradient(left, #faf9f9 0%, #ffffff 16%, #ebeae9 26%, #ffffff 41%, #f7f7f6 99%);
}
main a {
  color: #176e00;
}
main:after{display: block;content: "";width: 100%;height: 0;clear: both;}

/*align center for wrap*/
section, aside {
  padding-bottom: 100px;
}

/*margin before footer*/
section {
  float: right;
  width: 70%;
  padding: 0 2%;
}
section p {
  font: 12px Arial;
}
section h1, section h2 {
  font-weight: normal;
  display: inline-block;
  color: #2b2b2b;
  font-size: 20px;
  line-height: 40px;
  border-bottom: 2px solid #000;
  margin: 2px 0 9px;
  position: relative;
}
section h1:after, section h2:after {
  display: block;
  width: 720px;
  height: 0;
  border-bottom: 2px dotted #000;
  position: absolute;
  top: 40px;
  content: "";
}
section hr {
  width: 100%;
  clear: both;
  border-width: 0;
  margin: 0;
}
section .left {
  float: left;
  padding: 0 2% 2% 0;
}

aside {
  width: 26%;
  float: left;
  box-shadow: 1px 0 0 white, 2px 0 0 #cfcecb, 10px 0 10px rgba(0, 0, 0, 0.2);
}
aside > ul {
  padding: 0 19px;
  margin: 0;
}
aside > ul > li {
  display: block;
}
aside > ul > li:before {
  display: block;
  width: 100%;
  height: 0;
  border-bottom: 2px dotted #000;
  position: relative;
  top: 42px;
  content: "";
}
aside > ul > li > b {
  font-weight: normal;
  display: inline-block;
  color: #2b2b2b;
  font-size: 20px;
  line-height: 40px;
  border-bottom: 2px solid #000;
  margin: 0 0 9px;
}

.search {
  display: block;
  position: relative;
}
.search input[type=text] {
  display: block;
  width: 100%;
  font: 11px Arial;
  padding: .5em 0;
  text-indent: .5em;
  border-radius: 6px;
  border: 1px solid #bfbfbf;
}
.search input[type=submit] {
  display: block;
  width: 24px;
  height: 24px;
  border: 0;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAAAAAA6I3INAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJ5JREFUCNdFzc0KgkAUQGHf/2VcmhKloTUYjCRUGytQdPxpQiybsRm6eSXq7L7VMQB4TEh40YAZwGjZ3xu6UxOvtAc1CEH3E2MGWkohW79Drvu3GClUUCCDTo2UUq9y5KZ6oYaHd0Oetk8lxaBTkyF1FHKlRHqOrAq/OnY9zzddltjVSIAuz3g5I02yOBjwrbZIsXR+hHpuU/4nHJ0WPoAXtLfExShsAAAAAElFTkSuQmCC") no-repeat 50%;
}
.search .ex {
  font: 11px Arial;
  line-height: 24px;
}

ul.alf {
  margin: 0;
  padding: 0;
  line-height: 0;
}
ul.alf li {
  display: block;
  padding: 0 6px 4px 0;
  float: left;
}
ul.alf li a {
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background: #ededed;
  color: #2b2b2b;
  text-decoration: none;
  text-transform: uppercase;
}
ul.alf li a:hover {
  background: #176e00;
  color: #fff;
}
ul.alf li.fullwid a {
  width: 218px;
  text-transform: inherit;
}
ul.alf:after {display: block;width: 100%;height: 1px;content: "";clear: both;}

ul.pop {
  margin: 0;
  padding: 0;
}
ul.pop li {
  display: block;
  padding: .5em 0;
  font: 12px Arial;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAQAAABTNcdGAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUCNdjEGz4zwCCABAFA4+PK07IAAAAAElFTkSuQmCC") repeat-x left bottom;
}
ul.pop li p {
  margin: 0;
  display: inline;
}
ul.pop li a {
  font-weight: bold;
}
ul.pop li a:hover {
  color: #000;
}
ul.pop li:last-child {
  background: none;
}

footer {
  width: 100%;max-width: 1024px;/*height: 79px;*/
  margin: 0 auto 0;
  background: url(../img/noize_green_64.png) #074707;
  border-radius: 0 0 5px 5px;
  font: 12px arial;text-align: left;color: #f6f6f6;
}
footer a {
  color: #ffe400;
  text-decoration: underline;
}
footer p {
  margin: 0;
  padding: 32px;
}
footer .copy {
  width: 26%;
  float: left;
  box-shadow: 1px 0 0 #023102, 10px 0 10px rgba(0, 0, 0, 0.2);
}
footer .slog {
	width: 74%;
	float:right;
}
footer:after{display: block;content: "";width: 100%;height: 0;clear: both;}
/*wrap{display:table;
	>*{display:table-row;
		>*{display:table-cell;float:none;}
	}
}*/

.mainpage_list{}
.mainpage_list ul{}
.mainpage_list>ul>li{display:block;}
.mainpage_list ul li ul{}
.mainpage_list ul li ul li{}
.mainpage_list ul li ul li ul{display:none;}
.mainpage_list ul li ul li ul li{}

.sape{padding:1em 0;}
