/* General Formatting */
body {
  margin: 0;
  color: #2c485c;
  font-size: 1.0em;
  text-align: center;
  font-family: "Lucida Sans Unicode", tahoma, arial, sans-serif;
  background: #363636;
  }
p, h1, h2, h3, li, input, textarea, blockquote, legend, td {
  text-align: left;
  }
p {
  font-size: 0.9em;
  margin: 0;
  text-align: justify;
  line-height: 1.6em;
  padding: 10px 0 10px 0;
  }
ul, ol {
  font-size: 0.9em;
  line-height: 1.6em;
  }
ul {
  list-style-type: square;
  }
ul ul, ul ol, ul p, ol ol, ol ul, ol p {
  font-size: 1.0em;
  }
a, button { cursor: pointer; }
a img { border: 0; }
br { clear: both; }
hr {
  clear: both;
  height: 1px;
  border: 0;
  border-bottom: 1px solid #7d9bb0;
  }
table {
  width: 100%;
  margin: 10px 0;
  }
caption, td, th {
  font-size: 0.9em;
  text-align: left;
  }
caption {
  font-weight: bold;
  }


/* Links */
a {
  color: #bf1f23;
  }


/* Forms */
input, textarea {
  width: 578px;
  color: #48667b;
  font-size: 1.0em;
  text-align: left;
  font-family: "Lucida Sans Unicode", tahoma, arial, sans-serif;
  border: 2px solid #fff;
  background: #fff;
  }
textarea {
  height: 150px;
  }
input.focus, textarea.focus {
  color: #000;
  border-left-color: #ef3e42;
  }
label {
  display: block;
  }
.checkbox, .radio {
  width: auto;
  border: none;
  background: none;
  }


/* Headings */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  text-align: left;
  }
h1 {
  float: left;
  width: 335px;
  height: 180px;
  cursor: pointer;
  text-indent: -1000em;
  }
h3 {
  height: 51px;
  margin: 20px -10px 0 -10px;
  font-size: 1.3em;
  font-weight: normal;
  background-repeat: no-repeat;
  }
#content_1 h3 { text-indent: -1000em; background-image: url('images/h3/welcome.jpg'); }
#content_23 h3 { text-indent: -1000em; background-image: url('images/h3/send-us-a-message.jpg'); }
#content_67 h3 { text-indent: -1000em; background-image: url('images/h3-short/web-cam.jpg'); }
#content_68 h3 { text-indent: -1000em; background-image: url('images/h3-short/tech-tips.jpg'); }
#content_69 h3 { text-indent: -1000em; background-image: url('images/h3-long/tech-tips.jpg'); }
#content_70 h3 { text-indent: -1000em; background-image: url('images/h3-short/about-us.jpg'); }
#content_71 h3 { text-indent: -1000em; background-image: url('images/h3/meet-the-team.jpg'); }
#content_72 h3 { text-indent: -1000em; background-image: url('images/h3/service-center.jpg'); }
#content_73 h3 { text-indent: -1000em; background-image: url('images/h3-short/certifications.jpg'); }
#content_74 h3 { text-indent: -1000em; background-image: url('images/h3-short/visit-us.jpg'); }
#content_75 h3 { text-indent: -1000em; background-image: url('images/h3/contact-us.jpg'); }
#content_76 h3 { text-indent: -1000em; background-image: url('images/h3/satisfaction-survey.jpg'); }
#content_78 h3 { text-indent: -1000em; background-image: url('images/h3-short/newsletters.jpg'); }
#content_81 h3 { text-indent: -1000em; background-image: url('images/h3/previous-questions.jpg'); }
#content_82 h3 { text-indent: -1000em; background-image: url('images/h3-short/ask-the-auto-tech.jpg'); }
#content_37 h3 { text-indent: -1000em; background-image: url('images/h3/my-account.jpg'); }
#content_36 h3 { text-indent: -1000em; background-image: url('images/h3/edit-content.jpg'); }
#content_84 h3 { text-indent: -1000em; background-image: url('images/h3-short/admin-panel.jpg'); }
#content_79 #main-column h3 { text-indent: -1000em; background-image: url('images/h3/diagnose-my-problem.jpg'); }
#content_79 #right-column h3 { text-indent: -1000em; background-image: url('images/h3-short/symptoms.jpg'); }

h4 {
  color: #000;
  padding: 20px 0 0 0;
  font-style: italic;
  font-size: 1.1em;
  font-weight: normal;
  }


/* Document Structure */
#wrapper_1 { background: url('images/fade-top.gif') top left repeat-x #bfd1df; }
#wrapper_2 { background: url('images/fade-bottom.gif') bottom left repeat-x; }
#wrapper_3 { background: url('images/footer.jpg') bottom center no-repeat; }
#wrapper_4 { background: url('images/header.jpg') top center no-repeat; }
#container {
  width: 960px;
  margin: 0 auto 30px auto;
  }
#full-page .cblock {
  margin: 30px 10px 0 10px;
  }
#main-column {
  float: left;
  width: 600px;
  }
#main-column .cblock {
  margin: 30px 10px 0 10px;
  }
#right-column {
  float: right;
  width: 330px;
  }
#right-column * {
  text-align: left;
  }
#right-column ul {
  padding-left: 20px;
  }
#right-column .cblock {
  margin: 30px 10px 0 10px;
  }


/* Messages */
input.highlight, textarea.highlight {
  border: 2px solid #c00;
  }
.message {
  margin: 15px 0 5px 0;
  padding: 0 10px;
  background: #fff;
  }
.notify { color: #fff; background: #093; }
.error { color: #fff; background: #f33; }
.warning { color: #fff; background: #c60; }
.notify a, .warning a, .error a { color: #fff; }


/* Navigation */
#content_3 {
  clear: both;
  height: 70px;
  overflow: hidden;
  }
#content_3 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  }
#content_3 li {
  display: inline;
  }
#content_3 li a {
  float: left;
  height: 70px;
  display: block;
  text-indent: -1000em;
  background-repeat: no-repeat;
  background-image: url('images/navigation-sprite.gif');
  }
#content_3 li.selected a {
  cursor: default;
  }
#content_3 li.nav-1 { display: none; }
/*#content_3 li.nav-1 a { background-position: 0 0; width: 88px; }
#content_3 li.nav-1 a:hover { background-position: 0 -70px; }
#content_3 li.nav-1.selected a { background-position: 0 -140px; }*/
#content_3 li.nav-76 a { background-position: -88px 0; width: 157px; }
#content_3 li.nav-76 a:hover { background-position: -88px -70px; }
#content_3 li.nav-76.selected a { background-position: -88px -140px; }
#content_3 li.nav-77 a { background-position: -245px 0; width: 133px; }
#content_3 li.nav-77 a:hover { background-position: -245px -70px; }
#content_3 li.nav-77.selected a { background-position: -245px -140px; }
#content_3 li.nav-78 a { background-position: -378px 0; width: 125px; }
#content_3 li.nav-78 a:hover { background-position: -378px -70px; }
#content_3 li.nav-78.selected a { background-position: -378px -140px; }
#content_3 li.nav-79 a { background-position: -503px 0; width: 117px; }
#content_3 li.nav-79 a:hover { background-position: -503px -70px; }
#content_3 li.nav-79.selected a { background-position: -503px -140px; }
#content_3 li.nav-80 a { background-position: -620px 0; width: 165px; }
#content_3 li.nav-80 a:hover { background-position: -620px -70px; }
#content_3 li.nav-80.selected a { background-position: -620px -140px; }
#content_3 li.nav-3 a { background-position: -785px 0; width: 139px; }
#content_3 li.nav-3 a:hover { background-position: -785px -70px; }
#content_3 li.nav-3.selected a { background-position: -785px -140px; }
#content_3 li.nav-82 a { background-position: -924px 0; width: 118px; }
#content_3 li.nav-82 a:hover { background-position: -924px -70px; }
#content_3 li.nav-82.selected a { background-position: -924px -140px; }

#content_3 li ul {
  display: none;
  }
#content_3 li li a {
  float: none;
  }


/* Home Page */
.homeblock {
  float: left;
  width: 281px;
  margin: 15px 4px;
  }
.homeblock h4 {
  height: 141px;
  margin: 0;
  padding: 0;
  text-indent: -1000em;
  }
.homeblock.autotech h4 {background: url('images/ask-the-auto-tech.jpg') top left no-repeat; }
.homeblock.service h4 { background: url('images/arrange-for-service.jpg') top left no-repeat; }

.text {
  margin: 0;
  padding: 0;
  line-height: normal;
  text-align: right;
  background: #e5ecf1;
  }
.homeblock.autotech textarea {
  float: left;
  width: 273px;
  height: 5px;
  display: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: #fff;
  border: 4px solid #fff;
  }
.homeblock.autotech button {
  width: 138px;
  height: 24px;
  margin: 7px;
  padding: 0;
  border: 0;
  overflow: hidden;
  text-indent: -1000em;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url('images/button/ask-question.gif');
  }
.homeblock.autotech button.hover {
  background-position: 0 -24px;
  }
.homeblock.service select {
  float: left;
  height: 24px;
  margin: 7px 0 0 7px;
  }
.homeblock.service button {
  width: 106px;
  height: 24px;
  margin: 7px;
  padding: 0;
  border: 0;
  overflow: hidden;
  text-indent: -1000em;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url('images/button/continue.gif');
  }
.homeblock.service button.hover {
  background-position: 0 -24px;
  }


/* Tech Tips */
.tech-tip-thumb {
  float: left;
  padding: 0;
  margin: 4px;
  }
.tech-tip-thumb img {
  border: 1px solid #fff;
  }
.video {
  float: left;
  margin: 0;
  padding: 10px;
  }


/* About Us */
#content_71 img {
  float: left;
  display: block;
  margin: 25px 10px 0 0;
  border: 1px solid #fff;
  }
#content_71 img.right {
  float: right;
  margin: 25px 0 0 10px;
  }
#content_70 img {
  border: 1px solid #fff;
  margin: 25px 0 0 0;
  }


/* Contact Us */
#map {
  width: 308px;
  height: 200px;
  margin: 0;
  border: 1px solid #000;
  }
#content_74 form {
  margin: 0 !important;
  padding: 0 !important;
  background: #e5ecf1;
  }
#content_74 form p {
  margin: 0 !important;
  padding: 0 !important;
  }
#content_74 form label {
  margin: 7px 7px 0 7px;
  padding: 0;
  display: block;
  }
#content_74 input {
  float: left;
  width: 138px !important;
  height: 20px;
  padding: 0;
  margin: 7px 0 7px 7px;
  }
#content_74 button {
  width: 146px;
  height: 24px;
  margin: 7px;
  padding: 0;
  border: 0;
  overflow: hidden;
  text-indent: -1000em;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url('images/button/get-directions.gif');
  }
#content_74 button.hover {
  background-position: 0 -24px;
  }
#content_23 h3 {
  padding-bottom: 10px;
  }
#content_23 p {
  padding: 0;
  margin: 10px 0 0 0;
  }
#content_23 .text textarea {
  width: 576px;
  margin-top: -10px;
  }
#content_23 button {
  width: 94px;
  height: 24px;
  margin: 7px;
  padding: 0;
  border: 0;
  overflow: hidden;
  text-indent: -1000em;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url('images/button/submit.gif');
  }
#content_23 button.hover {
  background-position: 0 -24px;
  }
#content_36 textarea {
  height: 400px;
  }
#content_84 {
  height: 450px;
  }


/* Ask the Auto Tech Sidebar Form */
#content_82 h3 {
  padding-bottom: 10px;
  }
#content_82 p {
  padding: 0;
  margin: 10px 0 0 0;
  }
#content_82 input {
  width: 306px;
  }
#content_82 .text {
  text-align: right;
  }
#content_82 .text textarea {
  width: 306px;
  margin-top: -10px;
  text-align: left;
  }
#content_82 button {
  width: 94px;
  height: 24px;
  margin: 7px;
  padding: 0;
  border: 0;
  overflow: hidden;
  text-indent: -1000em;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url('images/button/submit.gif');
  }
#content_82 button.hover {
  background-position: 0 -24px;
  }


/* Survey */
#content_76 label {
  float: left;
  }
#content_76 p {
  clear: both;
  }
#content_76 .text textarea {
  width: 576px;
  margin-top: -10px;
  }
#content_76 button {
  width: 94px;
  height: 24px;
  margin: 7px;
  padding: 0;
  border: 0;
  overflow: hidden;
  text-indent: -1000em;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url('images/button/submit.gif');
  }
#content_76 button.hover {
  background-position: 0 -24px;
  }


/* Diagnose Problem */
#diagnose div {
  display: none;
  }
#link_diagnose a.selected {
  color: #fff;
  padding: 3px;
  text-decoration: none;
  background: #6b6b6e;
  }


/* Footer */
#footer {
  height: 250px;
  }
#footer p {
  margin: 0;
  font-size: 0.8em;
  padding: 225px 0 0 0;
  color: #7b7b7b;
  }
#footer a {
  color: #acacac;
  }
#footer a:hover {
  color: #fff;
  }


/* Coupon Page */
#page-83, #page-83 #wrapper_1, #page-83 #wrapper_2, #page-83 #wrapper_3, #page-83 #wrapper_4, #page-83 #container {
  background: none !important;
  }