/*                                                                      */
/* 		               MAIN STRUCTURE - DESKTOP UP        		        */
/*                                                                      */
/* v001 02 Aug 2019 -   Initial version created from WOL desktop.css    */
/*                                                                      */
/*                                                                      */


  header.banner,
  nav.primary,
  section#today,
  section#featuredcontent,
  section#main, 
  section#main-select, 
  section#sitemap,
  footer {
    width: 1000px;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0 auto;
    clear: left;
    overflow: auto;		/* Added 20oct 2015 as some have floated content */
  }

  header.banner {
    position: relative;
  }
  section#today {
    width: 922px;
    border: 1px solid #999;
  }
  section#featuredcontent {
    width: auto;
	/*max-width: 2400px; */
  }
  div#slideshow-nav-outer {
    width: 1000px;
    position: relative;
    margin: 0 auto;
  }
  .slideshow div.slide-content {
    background-image: url(https://cms03-uk.s3.eu-west-2.amazonaws.com/csg-ux-02-feature-1024-20260316-002-optim.jpg);
  }
  section#main {
    background-color: transparent;
  }
  section.content {
    float: left;
    padding: 5px 5px 70px 5px;		/* LNG needs very narrow margins and padding instead because of background colour */
    width: 740px;		/* = 1000 - 335 - 2 x 5px padding */
  }
  div.wrapper.select {
	/*margin-bottom: 10px;*/
  }
  section#main-select section.content {
	padding-bottom: 40px;
  }
  section#today section.content {
    width: 840px;		/* = 1000 - 2 x 40 margins */
    padding: 0 40px;
  }
  section#main section.content {
    min-height: 827px;
  }
  section#main.suspended section.content {
    min-height: 400px;
  }
  aside {
    float: left;
    margin: 0;
    width: 250px;
    border-top: 5px solid white;
  }
  section#main-select aside {
    display: block;
  }


