html,body
{
  text-align: center;
  background: #ffffff;
  font: 12px arial, helvetica, sans-serif;
  color: #000000;
  margin: 0px;
  padding: 0px;
}

.noBorder
{
  border: none;
}

form#searchForm
{
  width: 185px;
  clear: right;
  float: right;
  padding: 0px;
  margin-top: 10px;
  margin-left: 10px;
}

form#searchForm input
{
  float: left;
  height: 16px;
}

form#searchForm input#submit
{
  margin-left: 5px;
  height: 20px;
}

div.pageWrapper
{
  height: 100%;
  width: 99.7%;
  min-width: 765px;
}

div.mainMenuWrapper
{
  width: 770px;
  margin-left: auto;
  margin-right: auto;
}

div.mainMenu
{
  width: 690px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 4px;
  padding: 0px;
}

div.mainMenuRight
{
  float: right;
  vertical-align: top;
  width: 370px;
  height: 45px;
  padding: 0px;
  margin-top: 3px;
  margin-left: auto;
  margin-right: auto;
}

div.phone
{
  text-align: center;
  font-weight: bold;
  color: #ff0000;
  background-color: #ffffff;
}

div.menuContainer
{
  text-align: center;
  position: absolute;
  top: 110px;
  left: 0px;
  width: 130px;
  z-index: 2;
  font: 14px arial, helvetica, sans-serif;
}

div.menuTextPhone
{
  position: absolute;
  right: 0px;
  width: 122px;
  border: 2px solid white;
  z-index: 6;
}

div.menuBox
{
  position: absolute;
  text-align: left;
  left: 132px;
  border-right: 2px solid red;
  border-top: 2px solid red;
  border-bottom: 2px solid red;
  background-color: #ffffff;
  font: 14px arial, helvetica, sans-serif;
  color: #ff0000;
  padding: 2px 5px 2px 4px;
  z-index: 5;
  visibility: hidden;
}

div.titleTop
{
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  vertical-align: middle;
  font: 10px arial, helvetica, sans-serif;
  font-weight: bold;
  color: #ffffff;
  padding: 1px;
  width: 100%;
  height: 60px;
  border-bottom: 2px solid red;
  border-top: 2px solid red;
  background-color: #000000;
  z-index: 4;
}

div.menuTop
{
  position: absolute;
  left: 0px;
  top: 64px;
  text-align: center;
  font: 16px arial, helvetica, sans-serif;
  font-weight: bold;
  color: #000000;
  padding-top: 3px;
  width: 130px;
  height: 24px;
  border-bottom: 2px solid black;
  background-color: #ff0000;
  z-index: 2;
}

div.contents
{
  text-align: center;
  vertical-align: top;
  font: 13px arial, helvetica, sans-serif;
  color: #000000;
  margin-left: 130px;
  border-left: 2px solid red;
  z-index: 2;
  background-color: #ffffff;
  padding: 20px;
}

.floatLeft
{
  float: left;
}


.floatRight
{
  float: right;
}

.clearRight
{
  clear: right;
}

.clearLeft
{
  clear: left;
}

.clearBoth
{
  clear: both;
}

.hidden
{
  display: none;
}

.center
{
  text-align: center;
}

.left
{
  text-align: left;
}

.right
{
  text-align: right;
}

.justify
{
  text-align: justify;
}

.pointer
{
  cursor: pointer;
  cursor: hand;
}

div.sectionTop
{
  clear: left;
  border-bottom: 1px solid black;
  text-align: left;
  font: 11px arial, helvetica, sans-serif;
  padding-left: 2px;
  padding-bottom: 0px;
  padding-top: 1px;
  background-color: #ff0000;
  color: #ffffff;
  width: 600px;
  height: 17px;
  margin-left: auto;
  margin-right: auto;
}

div.bold
{
  font-weight: bold;
}

div.sectionMain
{
  clear: left;
  vertical-align: top;
  font: 12px arial, helvetica, sans-serif;
  color: #000000;
  width: 600px;
  height: auto;
  padding-top: 5px;
  margin-left: auto;
  margin-right: auto;
}

div.sectionSpacing
{
  clear: left;
  height: 20px;
  width: auto;
}

div.contentsLocation
{
  position: absolute;
  top: 67px;
  left: 130px;
  text-align: left;
  vertical-align: middle;
  font: 14px arial, helvetica, sans-serif;
  font-weight: bold;
  color: #000000;
  padding-top: 4px;
  padding-left: 15px;
  width: 520px;
  height: 26px;
  border-left: 2px solid red;
  background-color: #ffffff;
  z-index: 2;
}

h1.pageTitle
{
  position: relative;
  text-align: center;
  vertical-align: middle;
  font: 16px arial, helvetica, sans-serif;
  font-weight: bold;
  width: 600px;
  color: #000000;
  display: block;
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
}

h2
{
  position: relative;
  text-align: center;
  vertical-align: middle;
  font: 14px arial, helvetica, sans-serif;
  font-weight: bold;
  width: 100%;
  color: #000000;
  display: block;
  margin: 10px 0px 0px 0px;
  padding-top: 10px;
  background-color: #ffffff;
}

div.copyright
{
  text-align: center;
  vertical-align: middle;
  font: 12px arial, helvetica, sans-serif;
  color: #000000;
  padding: 0px;
  width: 770px;
  height: 15px;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
}

div#copyrightWrapper
{
  text-align: center;
  height: 17px;
  z-index: 2;
  width: 100%;
  border-top: 2px solid red;
  border-bottom: 2px solid red;
}

select
{
  width: 45px;
  padding: 0px;
  font: 12px arial, helvetica, sans-serif;
}

option
{
  width: 45px;
  padding: 0px;
  font: 12px arial, helvetica, sans-serif;
}

div.accImage
{
  float: left;
  width: 120px;
  height: auto;
  text-align: right;
  padding-right: 10px;
  margin-bottom: 10px;
}

div.accText
{
  float: left;
  width: 280px;
  height: auto;
  text-align: left;
  margin-bottom: 10px;
  padding-left: 20px;
}

div.searchForm
{
  display: inline;
  margin: 0px;
  padding: 0px;
}

img.border
{
  border: 1px dashed black;
}

img.no-border
{
  border: none;
}

img.imgLeft
{
  float: left;
  margin-right: 5px;
}

ul.menuList
{
  margin: 0px;
  padding: 0px;
  height: 25px;
  white-space: nowrap;
}

li.menuList
{
  display: inline;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

ol.number
{
  font: 10px arial, helvetica, sans serif;
  text-align: justify;
  list-style-type: decimal;
}

form.searchDepotForm
{
  float: left;
  padding: 0px;
  border: 0px;
  margin: 0px 0px 0px 2px;
}

form.searchSiteForm
{
  float: left;
  padding: 0px;
  border: 0px;
  margin: 0px 0px 0px 7px;
}

input.searchPostcodeText
{
  text-align: justify;
  font: 12px arial, helvetica, sans-serif;
  width: 60px;
  border-left: 1px solid white;
  border-right: 1px solid black;
  border-bottom: 1px solid white;
  border-top: 1px solid white;
}

input.searchPostcodeSubmit
{
  text-align: center;
  font: 12px arial, helvetica, sans-serif;
  width: 72px;
  border-left: 1px solid #ece9d8;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  border-top: 1px solid white;
}

input.searchWebsiteText
{
  text-align: justify;
  font: 12px arial, helvetica, sans-serif;
  width: 126px;
  border-left: 1px solid #ece9d8;
  border-right: 1px solid black;
  border-bottom: 1px solid #ece9d8;
  border-top: 1px solid #ece9d8;
}

input.searchWebsiteSubmit
{
  text-align: center;
  font: 12px arial, helvetica, sans-serif;
  width: 93px;
  border-top: 1px solid #ece9d8;
  border-left: 1px solid #ece9d8;
  border-bottom: 1px solid #ece9d8;
  border-right: 1px solid white;
}

input.directions
{
  text-align: center;
  font: 12px arial, helvetica, sans-serif;
  color: #000000;
  height: 18px;
  width: 100px;
  border: 1px solid black;
}

select.directions
{
  text-align: center;
  font: 12px arial, helvetica, sans-serif;
  height: 18px;
  width: 100px;
  border: 1px solid black;
}

a
{
  font: 12px arial, helvetica, sans-serif;
  text-decoration: none;
  color: #ff0000;
}

a:hover
{
  font: 12px arial, helvetica, sans-serif;
  text-decoration: none;
  color: #000000;
}

a.hideShow
{
  font: 11px arial, helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  z-index: 5;
}

a.hideShow:hover
{
  font: 11px arial, helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  z-index: 5;
}

a.sectionTop
{
  font: 11px arial, helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
}

a.sectionTop:hover
{
  font: 11px arial, helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
}

a.title
{
  font: 14px arial, helvetica, sans-serif;
  text-decoration: inherit;
  color: #ff0000;
}

a.title:hover
{
  font: 14px arial, helvetica, sans-serif;
  text-decoration: inherit;
  color: #000000;
}

a.menu
{
  position: absolute;
  font: 14px arial, helvetica, sans-serif;
  text-decoration: inherit;
  color: #ff0000;
  display: block;
  right: 0px;
  width: 122px;
  border: 2px solid white;
  z-index: 6;
  background: #ffffff;
}

a.menu:hover
{
  position: absolute;
  font: 14px arial, helvetica, sans-serif;
  font-weight: bold;
  text-decoration: inherit;
  color: #ff0000;
  display: block;
  right: -2px;
  width: 126px;
  z-index: 6;
  border-left: 2px solid red;
  border-right: 2px solid white;
  border-top: 2px solid red;
  border-bottom: 2px solid red;
  background: #ffffff;
}

a.menuHover
{
  position: absolute;
  font: 14px arial, helvetica, sans-serif;
  font-weight: bold;
  text-decoration: inherit;
  color: #ff0000;
  display: block;
  right: -2px;
  width: 126px;
  z-index: 6;
  border-left: 2px solid red;
  border-right: 2px solid white;
  border-top: 2px solid red;
  border-bottom: 2px solid red;
  background: #ffffff;
}

a.menuHover:hover
{
  position: absolute;
  font: 14px arial, helvetica, sans-serif;
  font-weight: bold;
  text-decoration: inherit;
  color: #ff0000;
  display: block;
  right: -2px;
  width: 126px;
  z-index: 6;
  border-left: 2px solid red;
  border-right: 2px solid white;
  border-top: 2px solid red;
  border-bottom: 2px solid red;
  background: #ffffff;
}

a.subMenu
{
  font: 14px arial, helvetica, sans-serif;
  text-decoration: inherit;
  color: #ff0000;
  display: block;
  width: 100%;
}

a.subMenu:hover
{
  font: 14px arial, helvetica, sans-serif;
  font-weight: bold;
  text-decoration: inherit;
  color: #ff0000;
  display: block;
  width: 100%;
}


a.subMenuHover
{
  font: 14px arial, helvetica, sans-serif;
  font-weight: bold;
  text-decoration: inherit;
  color: #ff0000;
}

a.subMenuHover:hover
{
  font: 14px arial, helvetica, sans-serif;
  font-weight: bold;
  text-decoration: inherit;
  color: #ff0000;
}

a.menuList
{
  display: block;
  float: left;
  font: 12px arial, helvetica, sans-serif;
  text-decoration: inherit;
  color: #ff0000;
  padding: 2px 3px;
  margin: 0px 2px;
  border: 1px solid white;
}

a.menuList:hover
{
  font: 12px arial, helvetica, sans-serif;
  text-decoration: inherit;
  color: #000000;
  padding: 2px 3px;
  margin: 0px 2px;
  border: 1px solid white;
  background: #ffffff;
}

a.menuListSelected
{
  display: block;
  float: left;
  font: 12px arial, helvetica, sans-serif;
  text-decoration: inherit;
  color: #000000;
  padding: 2px 3px;
  margin: 0px 2px;
  border: 1px solid white;
  background: #ffffff;
}

a.menuListSelected:hover
{
  font: 12px arial, helvetica, sans-serif;
  text-decoration: inherit;
  color: #000000;
  padding: 2px 3px;
  margin: 0px 2px;
  border: 1px solid white;
  background: #ffffff;
}

a.menuSelected
{
  font: 16px arial, helvetica, sans-serif;
  font-weight: bold;
  text-decoration: inherit;
  color: #080064;

}

a.menuSelected:hover
{
  font: 16px arial, helvetica, sans-serif;
  font-weight: bold;
  text-decoration: inherit;
  color: #000000;
}

a.pageOptions
{
  font: 12px arial, helvetica, sans-serif;
  font-weight: bold;
  text-decoration: inherit;
  color: #ff0000;
}

a.pageOptions:hover
{
  font: 12px arial, helvetica, sans-serif;
  font-weight: bold;
  text-decoration: inherit;
  color: #000000;
}

a.pageOptionsShow
{
  font: 12px arial, helvetica, sans-serif;
  font-weight: bold;
  text-decoration: inherit;
  color: #ff0000;
}

a.pageOptionsShow:hover
{
  font: 12px arial, helvetica, sans-serif;
  font-weight: bold;
  text-decoration: inherit;
  color: #ff0000;
}

a.copyright
{
  font: 12px arial, helvetica, sans-serif;
  text-decoration: inherit;
  color: #ff0000;
}

a.copyright:hover
{
  font: 12px arial, helvetica, sans-serif;
  text-decoration: inherit;
  color: #000000;
}

a.textTitle
{
  font: 14px arial, helvetica, sans-serif;
  font-weight: bold;
  text-decoration: underline;
  color: #000000;
}

a.textTitle:hover
{
  font: 14px arial, helvetica, sans-serif;
  font-weight: bold;
  text-decoration: inherit;
  color: #000000;
}

a.titleLink
{
  font: 14px arial, helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
  color: #666666;
}

a.titleLink:hover
{
  font: 14px arial, helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
  color: #4b4b4b;
}

a.order
{
  font: 14px arial, helvetica, sans-serif;
  text-decoration: inherit;
  color: #ff0000;
  display: block;
  width: 100%;
  height: 100%;
}

a.order:hover
{
  font: 14px arial, helvetica, sans-serif;
  font-weight: bold;
  text-decoration: inherit;
  color: #ff0000;
  display: block;
  width: 100%;
  height: 100%;
}

a.bold
{
  font-weight: bold;
}

a.bold:hover
{
  font-weight: bold;
}

@media screen
{
  div.contents
  {
    padding-top: 92px;
  }

  div.pageWrapper
  {
    position: absolute;
    left: 0px;
    top: 0px;
  }

  div#copyrightWrapper
  {
    width: 100%;
    border-bottom: 2px solid red;
  }
}

@media print
{
  div.contents
  {
    float: left;
    margin-left: 0px;
    border-left: none;
  }

  div.pageWrapper
  {
    position: relative;
    left: 0px;
    top: 0px;
  }

  div.mainMenu
  {
    display: none;
  }

  div.mainMenuRight
  {
    display: none;
  }

  div.phone
  {
    display: none;
  }

  div.menuContainer
  {
    display: none;
  }

  div.menuText
  {
    display: none;
  }

  div.menuTextPhone
  {
    display: none;
  }

  div.menuTextHover
  {
    display: none;
  }

  div.menuBox
  {
    display: none;
  }

  div.menuBlank
  {
    display: none;
  }

  div.subMenuBox
  {
    display: none;
  }

  div.titleTop
  {
    display: none;
  }

  div.menuTop
  {
    display: none;
  }

  div.menuBar
  {
    display: none;
  }

  div.contentsLocation
  {
    display: none;
  }

  div.orderMenu
  {
    display: none;
  }

  div.orderContents
  {
    display: none;
  }

  div#copyrightWrapper
  {
    border: none;
  }
}

div.menuContainer li {
	text-align: left;
}

#menuContainer ul {
	list-style: none;
	margin: 5px 0;
	padding: 0;	
}

div.menuContainer a {
	display: block;
	padding: 2px 5px;
	width: 120px	
}

div.menuContainer a:hover {
	font-weight: bold;
	background: #eee;
}

#menuContainer ul li {
	list-style: none;
	position: relative;
	padding: 0;
	text-indent: 0;
	padding: 0;
	margin: 0;
}


#menuContainer ul li ul {
	margin: 0;
	position: absolute;
	left: -3000px;
	top: 0;
	background: #fff;
	border: solid #f00;
	border-width: 1px 2px 2px 0;
	
}

#menuContainer ul li:hover ul {
	left: 130px;
}

#menuContainer ul li:hover a {
	font-weight: bold;
	background: #eee;
}

#menuContainer ul li:hover ul a {
	font-weight: normal;
	background: #fff;
}

#menuContainer ul li:hover ul a:hover {
	font-weight: bold;
	background: #eee;
}
