.wrapper {
  width: 980px;
  margin: 0 auto;
  clear: both;
  position: relative;
}
.rep {
  display: block;
  overflow: hidden;
  text-indent: -9999px;
}
.inline {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.ie7-inlinefix {
  zoom: 1;
  *display: inline;
}
div.clear {
  clear: both;
}
.tabs > ul {
  overflow: hidden;
}
.tabs > ul li {
  float: left;
}
.tabs > ul li:hover a {
  color: #2E2C2D;
}
.tabs > ul li.active a {
  color: #2E2C2D;
}
.tabs > ul li a {
  display: block;
  color: #2E2C2D;
}
.tabs > div {
  display: none;
}
.tabs > div.active {
  display: block;
}
.btn {
  padding: 5px 10px;
  background: #DE0B00;
  color: #FFF;
  text-align: center;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  border: solid 1px #A61E1A;
  cursor: pointer;
}
.btn.btn-right {
  float: right;
}
.btn.btn-left {
  float: left;
}
.defaultLi {
  list-style-type: disc;
  margin: 0 0 3px 25px;
}
.alert {
  border: solid 1px #CCC;
  padding: 10px;
  margin: 0 0 20px 0;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: bold;
  color: #FFF;
  background: #000;
}
.cr2form {
  position: relative;
}
iframe,
#formResults {
  display: none;
}
#form-cache {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 100;
  top: 0;
  opacity: 0.7;
  display: none;
  background: url(http://templatesnew.digitaldealer.com.au/blacklocks/images/loading.gif) no-repeat center center #FFF;
}
.alert-form {
  display: inline;
  padding: 10px;
  text-align: center;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #333;
  border-style: dashed;
}
.alert-form-success {
  display: inline;
  padding: 10px;
  text-align: center;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #333;
  border-style: dashed;
}
.alert-form-error {
  display: inline;
  padding: 10px;
  text-align: center;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #333;
  border-style: dashed;
}
.brochure_list li {
  float: left;
  list-style: none !important;
  margin-right: 20px;
}
.brochure_list li img {
  max-width: 200px;
}
.brochure_list li a span {
  display: block;
  text-align: center;
}
.form-label-help {
  padding: 5px;
  border: dashed 1px #CCC;
  background: #FFF;
  opacity: 0.7;
  clear: both;
  margin: 0 0 15px 0;
  top: 4px;
  position: relative;
  font-style: italic;
}
.defaultLi {
  list-style: none;
  margin-left: 0;
}
.defaultLi a {
  text-decoration: underline;
}
.sideH4 {
  padding: 0 12px;
  line-height: 35px;
  font-weight: normal;
  margin: 0;
  cursor: pointer;
}
.sideH4.last {
  border-bottom: none;
}
.sideH4.active {
  background-position: right 16px;
}
.carouselLi {
  float: left;
  margin: 0 7px 0 0;
  cursor: pointer;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #666;
  width: 10px;
  height: 10px;
}
.carouselLi.active,
.carouselLi:hover {
  background: #000;
}
img[src$="loading.gif"] {
  height: 24px !important;
  width: 24px !important;
}
.map .btn {
  margin: 10px 0;
}
.map h2 {
  margin-top: 0;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #CCC;
  color: #000;
}
.map .map-location {
  position: relative;
}
.map .map-location h3 {
  color: #555758;
  top: 0;
  margin: 0;
}
.map .map-location h3 span {
  display: block;
}
.map .map-location h4 {
  margin: 10px 0;
  text-transform: uppercase;
}
.map .map-location h5 {
  font-size: 13px;
  margin: 10px 0 3px 0;
}
.map .map-location ul {
  margin: 6px 0;
}
.map .map-location ul li {
  background-image: url(../images/icon-list.jpg);
  background-repeat: no-repeat;
  background-position: 0.2em;
  padding: 3px 0 1px 16px;
  margin-bottom: 0;
}
.map .map-location .btn-map-directions {
  border: none;
  color: #4b4c4c;
  font-size: 14px;
  text-transform: uppercase;
  text-align: left;
  padding: 3px 0 3px 30px;
  margin-top: 12px;
  background: url(../images/icon-map.jpg) no-repeat 0.2em !important;
}
.map .btn-map-contact {
  background: #DE0B00;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  line-height: 34px;
  padding: 0 17px;
  text-transform: uppercase;
}
.map .btn-drop {
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  line-height: 25px;
  text-transform: uppercase;
  width: 230px;
  height: 35px;
  background-color: #BF0700 !important;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#DE0B00),to(#BF0700)) !important;
  background-image: -webkit-linear-gradient(top,#DE0B00,#BF0700) !important;
  background-image: -moz-linear-gradient(top,#DE0B00,#BF0700) !important;
  background-image: -ms-linear-gradient(top,#DE0B00,#BF0700) !important;
  background-image: -o-linear-gradient(top,#DE0B00,#BF0700) !important;
  background-image: linear-gradient(to bottom,#DE0B00,#BF0700) !important;
}
.map .btn-drop:hover {
  background-color: #DE0B00 !important;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#BF0700),to(#DE0B00)) !important;
  background-image: -webkit-linear-gradient(top,#BF0700,#DE0B00) !important;
  background-image: -moz-linear-gradient(top,#BF0700,#DE0B00) !important;
  background-image: -ms-linear-gradient(top,#BF0700,#DE0B00) !important;
  background-image: -o-linear-gradient(top,#BF0700,#DE0B00) !important;
  background-image: linear-gradient(to bottom,#BF0700,#DE0B00) !important;
}
.map .btn-drop div {
  padding: 5px 10px;
  border: none;
}
.map .btn-drop div ul {
  margin-bottom: 5px;
}
