body {
  background: #000 url(../img/bg-header.png) repeat-x 0 0;
  font-family: Arial, sans-serif;
  font-size: 16px;
  text-align: center;
  margin: 0;
  padding: 0;
}
img {
  border: 0;
}
label {
  display: block;
  clear: both;
}
label span {
  display: block;
  float: left;
  width: 150px;
}
a:link, a:visited {
  color: #00c;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.wrap {
  width: 920px;
  margin: 0 auto;
  text-align: left;
  padding: 0;
}
#header .wrap {
  position: relative;
  width: 920px;
  height: 145px;
  background: #000 url(../img/bg-header.png) repeat-x 0 0;
}
#header h1 {
  position: absolute;
  top: 12px;
  left: 0px;
  margin: 0;
  padding: 0;
}
#header p.tel {
  position: absolute;
  top: 25px; right: 25px;
  color: #fff;
  font-weight: bold;
  font-size: 1.1em;
  padding: 0; margin: 0;
}
#header ul {
  position: absolute;
  top: 110px;
  right: 0px;
  margin: 0;
  padding: 0;
  width: 500px;
  list-style-type: none;
}
html>body #header ul {
  right: -20px;
}
#header ul li {
  float: left;
  width: 140px;
  margin: 0 0 0 20px;
  padding: 0;
  height: 45px;
}
#header ul li.active {
  background: #fff url(../img/tab-left.png) no-repeat 0 0;
}
#header ul li a {
  display: block;
  height: 25px;
  padding: 5px 0px 10px 0px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  color: #ff9d10;
}
#header ul li.active a {
  background: url(../img/tab-right.png) no-repeat 100% 0;
  color: #000;
}
#header ul li a:hover {
  color: #fff;
}
#header ul li.active a:hover {
  color: #333;
}

#content {
  margin: 0;
  padding: 15px 0 0 0;
  background: #fff;
}
#content .clear {
  display: block;
  clear: both;
  padding: 40px;
  border: 1px solid #fff;
}
#slideshow {
  margin: 0 0 20px 0;
  border: 0;
  width: 920px;
  height: 150px;
}
#slideshow img {
  width: 920px;
  height: 150px;
}

.subcol1,
.subcol2 {
  width: 200px;
  float: left;
}
.subcol2 .box {
  margin: 0 0 20px 0;
  border: 1px solid #bbb;
  background: #ddd;
  padding: 20px;
}
.maincol {
  float: left;
}
.cols111 .maincol {
  width: 440px;
  margin: 0 40px 0 40px;
}
.cols110 .maincol {
  width: 680px;
  margin: 0 0 0 40px;
}
.subcol1 {
  background: #000 url(../img/extranav-bg-top.png) 50% 0 no-repeat;
}
.subcol1 ul {
  background: #000 url(../img/extranav-bg-bottom.png) 50% 100% no-repeat;
  margin: 10px 0 0 0;
  padding: 0 0 10px 0;
  list-style-type: none;
}
.subcol1 ul li {
  background: url(../img/extranav-divider.png) 50% 100% no-repeat;
}
.subcol1 ul li:last-child {
  background: none;
}
.subcol1 ul li a,
.subcol1 ul li strong {
  display: block;
  width: 165px;
  padding: 8px 25px 8px 10px;
  text-transform: uppercase;
  color: #ff9d10;
  font-size: 0.9em;
  font-weight: bold;
  text-decoration: none;
}
.subcol1 ul li strong,
.subcol1 ul li a:hover {
  background: url(../img/extranav-pointer.png) 185px 50% no-repeat;
  color: #fff;
}

#footer {
  background: #000 url(../img/bg-footer.png) repeat-x 0 0;
  clear: both;
  text-align: center;
  font-size: 0.8em;
  padding: 20px 20px 3em 20px;
  color: #fff;
  position: relative;
  top: -10px;
}
#footer .wrap {
  text-align: center;
}
#footer p {
  margin: 0 0 0.5em 0;
  padding: 0;
}
#footer p.strapline {
  font-size: 18px;
  margin-bottom: 1.5em;
  color: #ff9d10; 
}
#footer p.strapline strong {
  color: #fff; 
}
#footer a {
  color: #ff9d10;
}


.maincol blockquote {
  margin: 0;
  padding: 0.2em 4em 0.2em 5em;
  color: #666;
}
.cols110 .maincol blockquote {
  background: #fffefc url(../img/quote-680.jpg) 0 0 no-repeat;
}
blockquote p {
  padding: 0;
  margin: 0 0 0.5em 0;
}
.maincol ul {
  margin: 0; padding: 0;
}
.maincol li {
  background: url(../img/tick.png) 0 0 no-repeat;
  list-style-type: none;
  padding: 0 0 0.8em 2.2em;
  margin-left: 1em;
}
