/* `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;
}
/* Page sidebar styles
----------------------------------------------------------------------------------------------------*/
#SidebarOuter {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 230px;
  padding-right: 40px;
}
#SidebarOuter #SidebarInner {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 1px #333333 solid;
  border-color: #000000 #333333 #bbbbbb #333333;
  border-color: black #666666 #bbbbbb #666666;
  background: #4e4e4e url(images/content/ourBrands.jpg) repeat-x 0 0;
  padding: 13px 14px 14px 14px;
}
#SidebarOuter #SidebarInner:before, #SidebarOuter #SidebarInner:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
#SidebarOuter #SidebarInner:after {
  clear: both;
}
#SidebarOuter #SidebarInner ul {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
}
#SidebarOuter #SidebarInner ul li {
  display: block;
  color: #fff;
  padding: 5px 0 5px 30px;
  background: transparent url(images/nav/link_white.png) no-repeat left 8px;
  margin: 0;
}
#SidebarOuter #SidebarInner ul li a {
  color: #fff;
  font-size: 14px;
  color: white;
}
#SidebarOuter #SidebarInner ul li a:hover, #SidebarOuter #SidebarInner ul li a.selected {
  color: #ccc;
}
#CPageContent {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 670px;
}
#CSidebarOuter {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 310px;
  padding-right: 40px;
}
#CSidebarOuter #CSidebarInner {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 1px #333333 solid;
  border-color: #000000 #333333 #bbbbbb #333333;
  border-color: black #666666 #bbbbbb #666666;
  background: #4e4e4e url(images/content/ourBrands.jpg) repeat-x 0 0;
  padding: 13px 14px 14px 14px;
}
#CSidebarOuter #CSidebarInner:before, #CSidebarOuter #CSidebarInner:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
#CSidebarOuter #CSidebarInner:after {
  clear: both;
}
#CSidebarOuter #CSidebarInner h2 {
  display: block;
  color: #fff;
  text-shadow: 0px 1px 1px #000;
}
#CSidebarOuter #CSidebarInner ul {
  width: 280px;
  margin: 0 0 20px 0;
  padding: 0;
}
#CSidebarOuter #CSidebarInner ul li {
  display: block;
  color: #fff;
  padding: 5px 0 5px 30px;
  background: transparent url(images/content/check.png) no-repeat left 5px;
  font-size: 14px;
  margin: 0;
}
#CSidebarOuter #CSidebarInner p {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
}
#CSidebarOuter #CSidebarInner a {
  height: 50px;
  width: 100%;
  position: relative;
  margin: 10px 0;
  display: block;
}
#CSidebarOuter #CSidebarInner img {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
#CSidebarOuter #CSidebarInner span {
  font-size: 20px;
  font-weight: 700;
  left: 60px;
  position: absolute;
  top: 7px;
  color: #fff;
  text-shadow: 0px 1px 1px #000;
}
#CSidebarOuter #CSidebarInner a:hover span, #CSidebarOuter #CSidebarInner a.selected span {
  color: #ccc;
}

