@media print
{
  html, body
  {
    display: none;
  }
}

@media screen
{
  body
  {
    margin: 0;
    padding: 0;
    background-color: #D3DDE9;
    font-family: Verdana, Geneva, sans-serif;
    font-size: .8em;
  }

  #site-container
  {
    width: 960px;
    border: 2px solid #ccc;
    margin: 15px auto 0 auto;
    padding: 4px;
    background-color: #fff;
  }

  #header
  {
    color: #fff;
    height: 100px;
    background-color: #231F20;
  }

  #header #logo
  {
    height: 100%;
    width: 350px;
    background-image: url('oipotato.gif');
    background-repeat: no-repeat;
    background-position: 10px 50%;
    float: left;
  }

  #header .strap-line
  {
    color: #C1B246;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0.8em 0 0 1em;
    font-size: 1.1em;
    display: inline-block;
  }

  #header .free-delivery
  {
    display: inline-block;
    float: right;
    font-size: 1.4em;
    text-transform: uppercase;
    padding: .5em 1em;
    cursor: help;
  }

  #header .header-info .telephone,
  #header .header-info .email
  {
    display: inline-block;
    float: left;
    margin: .5em 0 0 1em;
  }

  #header .header-info .email
  {
    text-align: right;
    float: right;
    margin-right: 1em;
    padding-top: 1em;
  }

  #header .header-info .email a
  {
    color: #089DF9;
  }

  #header .header-info a[href^="mailto:"]:before
  {
    content: "\2709";
    margin-right: 0.5em;
  }

  #header .header-info a
  {
    text-decoration: none;
    color: #eee;
    font-size: 1.1em;
  }

  #header .header-info a[href^="tel:"]:before
  {
    content: "\260E";
    margin-right: 0.5em;
  }

  #header .header-info a:hover
  {
    color: #0063ff;
  }

  #main
  {
    overflow: hidden;
    width: 100%;
    height: 517px;
  }

  #main #left
  {
    float: left;
    padding: 10px 10px;
    width: 600px;
    background-image: url('newMenu.png');
    background-repeat: no-repeat;
    background-position: 55% 40%;
    background-size: contain;
    min-height: 497px;
  }

  #main #left h1
  {
    font-weight: normal;
    margin: 0 0 0 10em;
  }

  #main #left .menu-download a
  {
    color: #089DF9;
    font-weight: bold;
    text-decoration: none;
    display: block;
    padding-bottom: 419px;
    text-align: right;
    margin-right: 5em;
  }

  #main #left .menu-download a:hover
  {
    text-decoration: underline;
  }

  #main #right
  {
    float: right;
    background-color: #344444;
    width: 330px;
    text-align: center;
    color: #fff;
    padding: 5px 0;
    height: 503px;
  }

  #main #right h1
  {
    font-size: 1.1em;
    text-transform: uppercase;
    margin: .3em;
  }

  #main #right .opening-times
  {
    margin-bottom: 10px;
  }

  #main #right .main-right-image
  {
    border: 1px solid #C1B246;
    height: 191px;
    width: 144px;
    margin: auto;
    background-image: url('potato.jpg');
    background-repeat: no-repeat;
  }

  #main .contact-info
  {
    padding: 0.2em .8em;
  }

  #main .contact-info dl
  {
    margin: .6em 0;
  }

  #main .contact-info dl dt,
  #main .contact-info dl dd
  {
    margin-bottom: 5px;
  }

  #main .contact-info dl dt
  {
    float: left;
    color: #c1b246;
    font-size: 1.4em;
    line-height: 1.3em;
    clear: both;
  }

  #main .contact-info dl dt:after
  {
    content: '';
  }

  #main .contact-info dl dd
  {
    text-align: left;
    margin-left: 2.4em;
  }

  #main .contact-info dl dd a
  {
    text-decoration: none;
    color: #fff;
  }

  #main .contact-info hr
  {
      height: 1px;
      border: none;
      border-top: 1px solid #c1b246;
      color: #c1b246;
      clear: both;
  }

  #footer
  {
    height: 30px;
    background-color: #231F20;
    color: #fff;
    padding: 0 1em;
    line-height: 2.2em;
    font-style: italic;
  }

  #oiCrumbs
  {
      margin-top: 5px;
  }

  #oiCrumbs a
  {
    background-image: url('OiCrumbsBanner.jpg');
    background-repeat: no-repeat;
    min-height: 339px;
    display: block;
    text-decoration: none;
  }

  #credits
  {
    width: 960px;
    margin: auto;
    text-align: right;
    font-style: italic;
    font-size: .85em;
    color: #555;
  }
}
