@charset "utf-8";
/* CSS Document */

@media print {
#header .wrap{ overflow:visible;}
#header .menu-navigation-container{ width:700px!important;}
.update{ display:none;}

#content .side-left ul.subnav li {
  border-radius:0px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius:0px;
}
#header{ width:1200px;}
#content .side-left{height: 100%;
  box-sizing: border-box;}


#header-home {
  width: 980px;
  margin:25% auto 0!important;
  padding:0;
  left:0;
  top:0;
  bottom:0;
}

#content .wrap {
   padding:0; 
}
.wrap {
  position: inherit;
  margin: 0;
}
#content {
   padding-top: 0; 
}
#header {
   position: relative; 
}
#content .side-left {
  position:inherit;float: left;  height: 1450px;}
#content .main-content {
	padding-left: 61px;
}
#content .side-right {
  position: inherit;
  top: 0;
  right: 0;
  width: 0;
}
}