body {
  width: 940px;
  margin: 0 auto;
  background: #f5f5f5 url(http://media.bikeguardlocks.com/img/background.jpg) center top repeat;
  padding: 10px 10px;
  font-family: Futura, "Century Gothic", sans-serif;
  font-size: 13px;
}
a {
  color: #f00;
  text-decoration: none;
}
img {
  border: 0;
}

#header {
  width: 948px;
  height: 145px;
  background: url(http://media.bikeguardlocks.com/img/menu-background.png) no-repeat;
  position: relative;
  z-index: 100;
}
* html #header {
  background: url(http://media.bikeguardlocks.com/img/menu-background.jpg) no-repeat;
}
#langselect {
  position: absolute;
  right: 10px;
  top: 12px;
}
ul#nav {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 161px;
  top: 42px;
  list-style-type: none;
  font-size: 1.5em;
}
ul#nav li {
  text-align: center;
  line-height: 55px;
}
ul#nav li.flevel, ul#nav li.flevel a {
  float: left;
  height: 55px;
  width: 125px;
  position: relative;
}
ul#nav li>ul {
  position: absolute;
}
ul#nav a {
  color: #fff;
  text-decoration: none;
}
ul#nav li ul {
  display: none;
  list-style-type: none;
  margin:0;padding:0;
  background: url(http://media.bikeguardlocks.com/img/submenuback.jpg) no-repeat;
  top: 54px;
  left: 0;
  z-index: 10;
}
ul#nav li ul li a {
  width: 200px;
}
ul#nav li ul li {
  float: left;
  display: table-cell;
  vertical-align: middle;
}
.fr {
  background: url(http://media.bikeguardlocks.com/img/menu-sprite.png);
  text-indent: -10000px;
}
* html .fr {
  background: url(http://media.bikeguardlocks.com/img/menu-sprite.gif);
}
#home-fr { background-position: 0px 0px; }
#products-fr { background-position: 0px -55px; }
#risk-levels-fr { background-position: 0px -110px; }
#tech-tips-fr { background-position: 0px -165px; }
#retailers-fr { background-position: 0px -220px; }
#register-fr { background-position: 0px -275px; }
#u-locks-fr { background-position: 0px -330px; }
#chains-fr { background-position: 0px -385px; }
#cables-fr { background-position: 0px -440px; }
#high-fr { background-position: 0px -495px; }
#medium-fr { background-position: 0px -550px; }
#low-fr { background-position: 0px -605px; }
#technologies-fr { background-position: 0px -660px; }
#security-tips-fr { background-position: 0px -715px; }
#faq-fr { background-position: 0px -770px; }
#archives-fr { background-position: 0px -825px; }

#crumbs {
  position: absolute;
  left: 180px;
  top: 110px;
}
#crumbs a {
  color: #000;
}
#crumbs a:hover {
  color: #f00;
}
#crumbs span {
  color: #f00;
}

#headimg {
  width: 940px;
  height: 150px;
}

#whitebox {
  background: #fff;
  -webkit-box-shadow: 0 0 10px #777;
}

#footer {
  margin-top: 15px;
}
#footerlinks {
  float: right;
  text-align: right;
}


/* ***** HOME ***** */
#banner {
  width: 940px;
  height: 250px;
  color: #fff;
}
#banner div {
  padding-top: 175px;
  padding-left: 5px;
  width: 429px;
  height: 65px;
  overflow: hidden;
}
.homerisk {
  float: left;
  width: 290px;
  padding: 0 10px;
}


/* ***** PRODUCTS ***** */
.catprod {
  float: left;
  background: url(http://media.bikeguardlocks.com/img/whiteback.png) repeat;
  width: 450px;
  margin: 5px;
  padding: 5px;
}
/* IE6 hack */
* html .catprod { background: #fff; }
.catprodprotection, #prodprotection {
  float: right;
  text-align: center;
  font-size: 1.5em;
  line-height: 0.5em;
  color: #f00;
  z-index: 9;
}
.catprodprotection span.anti, #prodprotection span.anti {
  font-size: 0.5em;
  color: #000;
}
/* IE6 hack */
* html .catprodprotection, * html .catprodprotection span, * html #prodprotection, * html #prodprotection span { line-height: 1em; }
/* IE7 hack */
* + html .catprodprotection, * + html .catprodprotection span, * + html #prodprotection, * + html #prodprotection span { line-height: 1em; }
.catprodname, .catprodprice {
  display: block;
  color: #000;
  font-size: 2em;
  line-height: 1em;
  z-index: 1;
}
.catprodprice {
  color: #f00;
}
.catprodimage {
  float: left;
  margin-right: 10px;
  width: 220px;
  height: 220px;
}
.catproddesc {
  float: left;
  font-size: 0.85em;
  width: 220px;
}
.catproddesc ul {
  margin: 0;
  padding: 0;
}

#prodimage {
  float: right;
  width: 340px;
}
#prodprotection {
  width: 340px;
  font-size: 2em;
}
#prodname {
  padding-top: 25px;
  font-size: 2em;
}
#prodname span {
  color: #f00;
}


/* ***** TECHNOLOGIES ***** */
.technology {
  padding-top: 25px;
}
.techimage {
  
}
.techdetails {
  
  width: 350px;
}
.techname {
  color: #f00;
  font-size: 2em;
  height: 42px;
  line-height: 42px;
}
.techspacer {
  height: 25px;
  border-bottom: 3px double #84c9ba;
  margin: 0 60px;
}


/* ***** FAQs ***** */
.question {
  width: 500px;
  font-weight: bold;
  padding-left: 22px;
  line-height: 20px;
  cursor: pointer;
  margin-top: 10px;
}
.answer {
  width: 485px;
  padding-left: 30px;
  color: #777;
  display: none;
}
.plus {
  background: url(http://media.bikeguardlocks.com/img/plus.gif) no-repeat 0 2px;
}
.minus {
  background: url(http://media.bikeguardlocks.com/img/minus.gif) no-repeat 0 2px;
}


/* ***** FIND A DEALER ***** */
#dealerlistings {
  float: left;
  width: 260px;
  padding-right: 15px;
  height: 500px;
  overflow: auto;
  margin-top: 7px;
  font-size: 0.85em;
}
#dealerlistings a {
  color: #f00;
}
.dealer {
  margin-bottom: 10px;
}
.retailer {
  margin: 20px 0;
}
.retailer a {
  color: #88297f;
}
.retailer h2 {
  font-weight: normal;
  color: #88297f;
}
.retailer h3 {
  color: #A6CF39;
}
.distributorname {
  font-weight: bold;
}
.retailer b {
  font-size: 0.9em
}


/* ***** REGISTER ***** */
.form {
  margin: 0 20px;
}





/* ***** MISC ***** */
.clear {
  clear: both;
}