@import url(/css/generic.css);

/*
 * Site Layout Styles
 */

body {
  text-align: center;
  color: #334;
}
div#site-container {
  text-align: left;
  margin: 0 auto 0 auto;
  width: 936px;
}
body.simple div#site-container {
  padding: 5px 15px 0 15px;
  width: auto !important;
}
div#site-container p#skip-navigation {
  position: absolute;
  left: -9999px;
}


/*
 * Header
 */

div#site-container div#header {
  margin-bottom: 12px;
  padding: 11px 0 0 270px;
  overflow: hidden;
}
div#header p.logo {
  margin: 0 0 0 -255px;
  padding: 0;
  width: 253px;
  float: left;
  display: inline;
}
div#header p.logo a {
  display: block;
  width: 253px;
  height: 74px;
  background: url(/img/cameras-cctv-logo.gif) top left no-repeat;
}
div#header p.logo a span {
  position: absolute;
  margin-left: -999em;
}


/**
 Top Nav - Corp Nav
 **/
div#header ul#top-nav {
  list-style: none;
  margin: 0;
  padding: 0 0 15px 0;
  text-align: right;
}
ul#top-nav li {
  display: inline;
  padding: 0 12px 0 12px;
  background: url(/img/header-nav-divider.gif) right no-repeat;
  font-size: 0.9em;
  vertical-align: middle;
  line-height: 15px;
}
ul#top-nav li.last-nav {
  margin-right: 12px;
}
ul#top-nav li.last {
  padding: 0;
  background: none;
}
ul#top-nav li a:hover {
  text-decoration: none;
}
ul#top-nav li.currency {
  float: right;
  padding-right: 0;
}
ul#top-nav li.currency a {
  width: 30px;
  height: 17px;
  display: block;
}
ul#top-nav li.currency a span {
  position: absolute;
  margin-left: -999em;
}
ul#top-nav li.currency a.euro {
  background: url(/img/euro-symbol.gif) top left no-repeat;
}
ul#top-nav li.currency a.gbp {
  background: url(/img/pound-symbol.gif) top left no-repeat;
}
ul#top-nav li.currency a.usd {
  background: url(/img/dollar-symbol.gif) top left no-repeat;
}
ul#top-nav li.currency a.euro:hover,
ul#top-nav li.currency a.euro-current {
  background: url(/img/euro-symbol-over.gif) top left no-repeat;
}
ul#top-nav li.currency a.gbp:hover,
ul#top-nav li.currency a.gbp-current {
  background: url(/img/pound-symbol-over.gif) top left no-repeat;
}
ul#top-nav li.currency a.usd:hover,
ul#top-nav li.currency a.usd-current {
  background: url(/img/dollar-symbol-over.gif) top left no-repeat;
}

/**
  Other Header items
**/
div#header ul#header-items {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
ul#header-items li {
  float: right;
  padding: 0 10px 0 10px;
  line-height: 21px;
  font-size: 1.1em;
}
ul#header-items li a:hover {
  text-decoration: none;
}
ul#header-items li.telephone {
  background: url(/img/telephone.gif) left no-repeat;
  padding-left: 20px;
  font-weight: bold;
}
ul#header-items li.your-basket {
  background: url(/img/your-basket.gif) top left no-repeat;
  padding-left: 21px;
  font-weight: bold;
}
ul#header-items li.your-basket-count {
  background: url(/img/header-nav-divider.gif) left no-repeat;
}
ul#header-items li.search {
  padding-right: 0;
}
ul#header-items li.search fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
ul#header-items li.search input {
  vertical-align: middle;
  float: left;
}
ul#header-items li.search input#search-go {
  width: 34px;
  height: 20px;
  margin: 0;
}
ul#header-items li.search input#keyword-search {
  border: 1px solid #aab;
  margin: 0;
  padding: 0 2px 0 2px;
  height: 18px;
}
ul#header-items li.search label {
  position: absolute;
  left: -999em;
}


/*
 * Logged in info bar
 */
div#header form {
  margin: 0;
  padding: 0;
}
div#header p.logged-in {
  text-align: right;
  margin: 0;
  padding: 6px 0 0 0;
  font-size: 1.091em;
}
div#header p.logged-in a {
  color: #f60;
}
div#header p.logged-in a:hover {
  text-decoration: none;
}

/**
  Category Top Nav
**/
div#site-container div#category-nav {
  width: 100%;
  border-top: 1px solid #aab;
  background: url(/img/subpage-grad.gif) bottom left repeat-x;
  padding: 0 0 24px 0;
  overflow: hidden;
}
div#category-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  width: 100%;
  background: #bfc3c8 url(/img/category-nav-grad.gif) top left repeat-x;
  border-bottom: 1px solid #fff;

}
div#category-nav ul li {
  float: left;
  background: url(/img/category-nav-divider.gif) right no-repeat;
}
div#category-nav ul li a {
  font-size: 1.182em;
  font-weight: bold;
  text-decoration: none;
  line-height: 30px;
  padding: 0 24px 0 22px;
  display: block;
}
div#category-nav ul li a:hover,
div#category-nav ul li:hover a,
div#category-nav ul li.sfhover a {
  background: #fff url(/img/category-nav-hover-grad.gif) top left repeat-x;
  text-decoration: underline;
}
div#category-nav ul li:hover ul.sub,
div#category-nav ul li.sfhover ul.sub {
  left: auto;
}
div#category-nav ul li ul.sub {
  border: 1px solid #8c949c;
  border-top: 0;
  background: #fff;
  list-style: none;
  margin: 0;
  padding: 5px 8px 8px 8px;
  position: absolute;
  width: 210px;
  left: -999em;
  z-index: 1;
}
div#category-nav ul li ul.sub li {
  float: none;
  padding: 0;
  background-color: #fff;
  background-image: none;
  font-size: 1.091em;
  margin: 10px 0 10px 0;
  _height: 1%;
}
div#category-nav ul li ul.sub li a {
  padding: 0 0 0 15px;
  text-decoration: none;
  background: #fff url(/img/category-nav-sub-bullet.gif) top left no-repeat;
  background-position: 0 3px;
  line-height: 1.3em;
  font-weight: normal;
  font-size: 1em;
}
div#category-nav ul li ul.sub li a:hover {
  text-decoration: underline;
  background-color: #fff;
}
div#category-nav ul li ul.sub li.sfhover {
  background-color: #fff;
}
div#category-nav ul li ul.sub li.sfhover a {
  background: #fff url(/img/category-nav-sub-bullet.gif) top left no-repeat;
  background-position: 0 3px;
}

/*
 * Page Content (contains left, centre and right columns)
 */
div#site-container div#page-content {
  overflow: hidden;
  margin-bottom: 12px;
  width: 100%;
}
div#site-container div#left-column {
  width: 173px;
  float: left;
  margin-left: -188px;
}
div#site-container div#center-column {
  padding-left: 188px;
  overflow: hidden;
  width: auto;
}
body.simple div#center-column {
  padding-left: 0 !important;
}


/*
 * Left Nav
 */
div#site-container div#left-column p.geotrust {
  display: block;
  margin: 4em 0 0 0;
  padding: 0;
  text-align: center;
}
div#site-container div#left-column div#left-nav {
  background: #eeeff1;
}
div#left-nav h2 {
  background: #dfe0e2;
  margin: 0;
  padding: 12px 12px 10px 12px;
  border-bottom: 1px solid #c1c2c4;
  font-size: 1.091em;
}
div#left-nav ul {
  margin: 0;
  padding: 10px 5px 10px 5px;
  list-style: none;
}
div#left-nav ul li {
  margin: 3px 0 3px 0;
  padding: 0;
  font-size: 1.091em;
}
div#left-nav ul li a {
  display: block;
  padding: 2px 10px 2px 7px;
  text-decoration: none;
}
div#left-nav ul li a:hover,
div#left-nav ul li.current a {
  background: #f60 url(/img/white-arrow-right.gif) right no-repeat;
  background-position: 155px 50%;
  color: #fff;
}

h1 {
  width: auto;
  font-weight: normal;
  margin: 0 0 0.8em 0;
  padding: 0;
  font-size: 2.3em;
  color: #f60;
  line-height: 1.5em;
  border-bottom: 1px solid #f60;
}


div#site-container div#center-column div#breadcrumbs {
  border-bottom: 1px solid #85909b;
  color: #465462;
  padding: 0 0 5px 0;
  margin: 0 0 5px 0;
  font-size: 1.091em;
}
div#site-container div#center-column div#breadcrumbs a {
  color: #465462;
  text-decoration: none;
}
div#site-container div#center-column div#breadcrumbs a:hover {
  text-decoration: underline;
}


/*
 * SEO Links
 */
div#site-container div#seo-footer {
  border-top: 1px solid #9ba2aa;
  padding: 1.5em 0 1.5em 0;
}
div#seo-footer ul#seo-links {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: 100%;
  background: url(/img/seo-bg.gif) top left repeat-y;
}
ul#seo-links li.category {
  float: left;
  width: 100px;
  padding-right: 15px;
  margin-right: 15px;
}
ul#seo-links li.category h2 {
  font-size: 1em;
  margin: 0 0 0.5em 0;
  text-transform: uppercase;
  color: #f60;
}
ul#seo-links li.category ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 3px;
}
ul#seo-links li.category ul li a {
  text-decoration: none;
  padding: 2px 0 1px 0;
  display: block;
}
ul#seo-links li.category ul li a:hover {
  text-decoration: underline;
}
ul#seo-links li.customer-services {
  width: 128px;
  padding-left: 15px;
}
ul#seo-links li.special-offers {
  width: 150px;
}
ul#seo-links li.cctv-cameras {
  width: 157px;
}
ul#seo-links li.cctv-products {
  width: 124px;
}
ul#seo-links li.dvrs {
  width: 100px;
}
ul#seo-links li.network-ip {
  width: 90px;
  margin-right: 0;
}




/*
 * Contact Details Footer bar
 */
div#site-container ul#contact-details {
  border-top: 1px solid #9ba2aa;
  list-style: none;
  margin: 0;
  padding: 12px 0 0 0;
  overflow: hidden;
  width: 100%;
}
div#site-container ul#contact-details li {
  float: left;
  padding: 0 6px 0 4px;
}
div#site-container ul#contact-details li p {
  line-height: 1.6em;
}
ul#contact-details li.contact-us {
  width: 160px;
}
ul#contact-details li.phone {
  width: 270px;
}
ul#contact-details li.address {
  width: 180px;
}
ul#contact-details li.business {
  width: 285px;
}
ul#contact-details li.business p.secure {
  padding-left: 25px;
  background: url(/img/secure-padlock.gif) left no-repeat;
}
ul#contact-details li.business p.secure {
}


/*
 * Footer
 */
div#site-container div#footer {
  background: url(/img/footer-grad.gif) bottom left repeat-x;
  padding: 15px 0 0 0;
  height: 22px;
  width: 100%;
  overflow: hidden;
}
div#footer p {
  margin: 0 !important;
  padding: 0 0 0 1em;
}
div#footer ul {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
  width: 30%;
}
div#footer ul li {
  float: right;
  padding: 0 1em 0 1em;
  background: url(/img/header-nav-divider.gif) right no-repeat;
}
div#footer ul li.last {
  background-image: none !important;
}
div#footer ul li a {
  text-decoration: none;
}
div#footer ul li a:hover {
  text-decoration: underline;
}


/*
 * Tibus Strapline
 */

div#site-container div#tibus-strapline {
  text-align: center;
  margin-top: 1em;
}
div#tibus-strapline p.site-in-development {
  margin: 0;
}
div#tibus-strapline p.site-in-development img {
  display: block;
  margin: 0 auto 0 auto;
}