/* csshacks */

/* IE 7 */

*:first-child+html #MainPage .MainPageTable,
*:first-child+html #MainContent .HomeBoxes {
  border-spacing: expression(cellSpacing = 5);
}

*:first-child+html #MainContent {
  width: 580px;
}

*:first-child+html .WithoutSectionMenu {
  width: 800px !important;
}

*:first-child+html #MainContent .HomeBox {
  overflow: auto;
  padding-bottom: 0;
}

*:first-child+html .homeLink {
  height: 102px;
}



/* IE 6 and below */

* html #MainPage .MainPageTable {
	background: transparent url(/images/structure/background-content.jpg) no-repeat;
}

* html #MainContent {
  width: 588px;
}
* html .WithoutSectionMenu {
  width: 770px !important;
}
* html #Footer{
  background: transparent url(/images/structure/footer.jpg) no-repeat;
}

* html #MainContent .HomeBox {
  height: 1%;
  padding-bottom: 0;
}

* html .NewsletterSubscriptionBox {
  position: absolute;
  margin: -17px 5px 0 740px;
}

* html #Menu{
 margin-top: 2px;
}
* html #Menu a {
  display: inline;
  padding: 15px 0 15px 15px;
}
* html #Menu a .btRight {
  display: inline;
  padding: 10px 35px 10px 0;
}
* html #Menu a:hover,
* html #Menu a.selected {
  display: inline;
  padding: 3px 0 0 15px;
}