
/* ---------- Basic Layout Styles ----------- */

html,
body,
#page  {
  height: 100%;
}
body
{
    overflow-x:hidden;
}
#page-wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -60px;
  min-width: 980px;
}
#header div.section,
#featured div.section,
#messages div.section,
#main,
#footer {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
}
#main {
  /*overflow: auto;
  padding-bottom: 60px;*/
}
#header {
  height: 130px;
  width: 980px;
  margin: auto;
}
#header div.section {
  position: relative;
}
.region-header {
  float: right; /* LTR */
  margin: 0 5px 10px;
}
.with-secondary-menu .region-header {
  /*margin-top: 3em;*/
}
.without-secondary-menu .region-header {
  /*margin-top: 15px;*/
}
#secondary-menu {
  position: absolute;
  right: 15px;  /*LTR */
  top: 52px;
  /*width: 480px;*/
}
#content,
#sidebar-first,
#sidebar-second {
  display: inline;
  float: left; /* LTR */
  position: relative;
}
.one-sidebar #content {
  width: 775px;
}
body.search.one-sidebar #content {
  width: 765px;
  padding-right: 10px;
}
body.on-tour.one-sidebar #content {
  width: 730px;
}
.two-sidebars #content {
  width: 530px;
}
.no-sidebars #content {
  width: 980px;
  float: none;
}
#sidebar-first {
  width: 205px;
  clear: left;
}
#sidebar-second {
  width: 245px;
}
body.search #sidebar-second {
  width: 205px;
}
.home-page-sidebar {
  display: inline;
  float: left; /* LTR */
  position: relative;
  width: 205px;
}
#main-wrapper {
  /*min-height: 300px;*/
  min-height: 100%;
}
#content .section,
.sidebar .section {
  /*padding: 0 15px;*/
}
#breadcrumb {
  margin: 0 15px;
}

#footer-wrapper {
}

#footer {
  padding: 0 10px;
  width: 960px;
  min-width: 940px;
  height: 60px;
}
.push {
  height: 60px;
}