@charset "utf-8";
/* CSS Document */
body {
    font-family: Arial;
    color: #0C243C;
    font-size: 20px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}
#PageHeader nav {
  text-align: right;
}
#PageHeader nav ul li {
  display: inline-block;
}
#PageHeader ul li a {
  color: #0C243C;
  font-weight: bold;
  text-decoration: none;
  padding-left: 20px;
  padding-right: 20px;
}
#PageHeader nav ul li a.current {
  color: #E94D40;
}
#PageBanner {
  background-image: url(../images/banner1200.jpg);
  width: auto;
  height: 360px;
  background-size: cover;
  background-position: center center;
}
#PageMain {
/*
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
*/
  min-width: 960px;
  
  padding-bottom: 20px;
}
#PageMain p {
  line-height: 1.4;
}
#order-form label {
  width: 140px;
}
#contact-form label {
  width: 100px;
}
#PageFooter {
  background-color: #0C243C;
  color: white;
  text-align: center;
  line-height: 2;
}
.typography h1 {
  color: #E94D40;
  font-size: 40px;
}
.typography h2 {
  margin-top: 50px;
  font-size: 30px;
}
.typography h3 {
    margin-top: 10px;
    font-size: 20px;
    margin-bottom: 6px;
}
.typography form {
  width: 40%;
  padding: 20px;
  background-color: #E9EFF2;
}
.typography form div {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 15px;
  padding-right: 15px;
}
.typography form input {
  font-size: 20px;
}
.typography form label {
  display: inline-block;
  vertical-align: top;
}
.typography form textarea {
  width: 245px;
}
.typography table {
  width: 50%;
  margin-bottom: 15px;
  font-size: 20px;
  border-collapse: collapse;
}
.typography .float-right {
  float: right;
  margin-top: 20px;
  margin-left: 20px;
  margin-bottom: 20px;
  height: auto;
  width: 45%;
}
tbody tr td:nth-of-type(2) {
  border-left: 1px solid #0C243C;
  border-right: 1px solid #0C243C;
}

.one-third-column {
    float: left;
    width: 33.3333%;
    text-align: center;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #e9eff2; /*    border: 1px solid #020202;*/
    height: 270px;
    min-width: 300px;
}
.one-third-column p{
    font-weight: normal;
    font-size: 18px;
    line-height: 1.2;
    /*    border: thin solid #FC0206;*/
    margin-bottom: 0px;
    margin-top: 0px;
}

.one-third-column a {
  /*have to add height as flavouredCake300.jpg is 300*201*/
  width: 300px;
  height: 200px;
  /*border: 1px solid #F8060A;*/
  display: block;
/*  padding-bottom: 5px;*/
  margin-left: auto;
  margin-right: auto;
}
.clear {
  clear: both;
}
thead tr th, tbody tr td {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
}
thead tr {
  background-color: #0C243C;
  color: #FFFFFF;
}
thead tr th {
  border-right: 1px solid #FFFFFF;
}
tbody tr {
  border-bottom: 1px solid #0C243C;
}
tbody tr:nth-of-type(even) {
  background-color: #E9EFF2;
}
