/* `Grid
----------------------------------------------------------------------------------------------------*/
body {
  min-width: 960px;
}
.container {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
.alpha {
  margin-left: 0;
}
.omega {
  margin-right: 0;
}
/* `Grid Columns
----------------------------------------------------------------------------------------------------*/
.grid-col {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
}
/* `Prefix
----------------------------------------------------------------------------------------------------*/
/* `Suffix
----------------------------------------------------------------------------------------------------*/
/* `Push
----------------------------------------------------------------------------------------------------*/
/* `Pull
----------------------------------------------------------------------------------------------------*/
/* `Clearing
----------------------------------------------------------------------------------------------------*/
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clearfix:before, .clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clearfix:after {
  clear: both;
}
/* Colours */
/* Border Style - default colour is #333333 - to overwrite this then call this class like this: .border1pxSolid(#000000 #333333 #bbbbbb #333333) */
/* Round Corners  - default radius is 6px - to overwrite this then call this class like this: .rounded_corners(10px) */
.formbutton {
  border: none;
  color: #fff;
  text-align: center;
  font-size: 110%;
  height: 33px;
  width: 270px;
  padding-left: 150px;
  color: #333;
  text-shadow: 0px 1px 1px #fff;
  cursor: pointer;
}
/* Slideshow styles
----------------------------------------------------------------------------------------------------*/
#HPSlideshow {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 630px;
  position: relative;
}
#HPSlideshow .modOuter .modInner {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  height: 278px;
  overflow: hidden;
  padding: 0;
}
#HPSlideshow .modOuter .modInner #slides {
  position: relative;
  width: 618px;
  height: 278px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#HPSlideshow .modOuter .modInner #slides div {
  position: absolute;
  width: 618px;
  height: 278px;
  margin: 0;
  padding: 0;
  background: orange;
}
#HPSlideshow .modOuter .modInner #slides div h2 {
  position: absolute;
  left: 14px;
  top: 14px;
  z-index: 2;
}
#HPSlideshow .modOuter .modInner #slides div img {
  position: absolute;
  height: 278px;
  left: 0;
  top: 0;
  width: 618px;
  z-index: 1;
}
#HPSlideshow .modOuter .modInner #slides div .button {
  bottom: 10px;
  left: 10px;
  z-index: 2;
}
#HPSlideshow #prev, #HPSlideshow #next {
  width: 32px;
  height: 32px;
  position: absolute;
  bottom: 18px;
  background: transparent url(images/slideshow/prevNext.png) no-repeat;
  z-index: 10;
}
#HPSlideshow #prev {
  right: 62px;
  background-position: 0 0;
}
#HPSlideshow #prev:hover {
  background-position: 0 -32px;
}
#HPSlideshow #next {
  right: 18px;
  background-position: -32px 0;
}
#HPSlideshow #next:hover {
  background-position: -32px -32px;
}

