body {
  font-family: arial, helvetica, sans-serif;
  font-size: 80%;
  line-height: 1.5em;
  color: #595959;
  background: url("../images/layout/bg.png") top repeat-x;
}

p { margin: 1.5em 0; }
th { font-weight: bold; }
strong { font-weight: bold; }
em { font-style: italic; }

h1, h2, h3, h4 {
  line-height: 1.25em;
  margin-bottom: 0.75em;
}

h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.25em; font-weight: bold; }

.content-margin { margin: 30px; }

a:link {
  color: #92a2a3;
}
a:hover {
  color: #92a2a3;
}
a:active {
  color: #92a2a3;
}
a:visited {
	color: #92a2a3;
}


#frame {
  margin: 0 auto;
  width: 929px;
  position: relative;
  background: url("../images/layout/content_shadow.png") repeat-y;
}

#header {
  position: relative;
  width: 905px;
  height: 96px;
  margin: 0 auto;
  background: url("../images/layout/content_shadow_top.png") bottom left no-repeat;
}

#honda-logo {
  position: absolute;
  width: 83px;
  height: 54px;
  left: 0;
  bottom: 15px;
  background: url("../images/layout/honda_logo.png") top left no-repeat;
}

#nav {
  position: absolute;
  width: 800px;
  right: 0;
  bottom: 10px;
  font-size: 0.88em;
  text-align: left;
  /*border: 1px solid red;*/
}

#nav li {
  float: left;
  /* Can't use right margin here, IE 6 randomly breaks the layout instead of wrapping
     the item to the next line at the end of the line. */
  padding-right: 25px;
  font-weight: bold;
}

#nav li a { color: #353535; text-decoration: none; }
#nav li a:hover { color: red; text-decoration: none; }
#nav li.active a { color: red; }

#content-shadow-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 12px;
  height: 493px;
  background: url("../images/layout/content_shadow_left.png") no-repeat;
}

#content-shadow-right {
  position: absolute;
  right: 0;
  top: 0;
  width: 12px;
  height: 493px;
  background: url("../images/layout/content_shadow_right.png") no-repeat;
}

* html #content-shadow-right {
  /* For some reason this is off by one in IE6 */
  right: -1px;
}

#content-bottom {
  height: 32px;
  background: url("../images/layout/content_bottom.png") no-repeat;
}

#content {
  clear: both;
  width: 905px;
  min-height: 410px;
  margin: auto;
  background-color: white;
}




.clear {
  clear: both;
}

#car-selection .selected {
  font-weight: bold;
}

.disclaimer {
  font-size: 0.85em;
  font-style: italic;
}

.passed  { font-size: 0.95em; color: #22b14c }
.failed { font-size: 0.95em; color: #c00 }
.passfail { font-size: 0.95em; color: #cc6900 }
.bigButton {
	border: 1px solid #000000;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	margin-right: 10px;
}
.global-header {
  font-size: 3em;
  color: #e5001d;
  margin-bottom: 0.25em;
}
.global-subheader {
  font-size: 2em;
  color: #92a2a3;
}




.image-list li {
  margin: 20px 0;
}

.image-list li img {
  float: left;
  margin-right: 20px;
  vertical-align: top;
}



.basic-form dl {

}

.basic-form dt label {
  display: block;
  font-weight: bold;
}

.basic-form dd {
  margin-bottom: 20px;
}

.basic-form select {
  width: 200px;
}




.fap-table {
  width: 100%;
}

.fap-table td {
  width: 33.3%;
  vertical-align: top;
  font-size: 0.9em;
}

.fap-table .phone {
  position: relative;
  line-height: 1em;
}

.fap-table .check,
.fap-table .thumbnail,
.fap-table .details {
  float: left;
}

.fap-table .check {
  margin-top: 15px;
}

.fap-table .thumbnail {

}

.fap-table .details {
  margin-top: 15px;
  width: 145px;
}

.fap-table .details .phonename {
	font-weight: bold;
	color: #2076ae;
	line-height: 1.5em;
}




.compare-table {
  border: 1px solid black;
}

.compare-table td,
.compare-table th {
  width: 140px;
  padding: 3px;
  font-size: 0.85em;
  vertical-align: top;
  border: 1px solid black;
  line-height: 1em;
}

.compare-table th {
  font-weight: bold;
}

.compare-table th.section {
  background-color: #525051;
  color: white;
}

.compare-table .phone_name {
  text-align: center;
}



.faq-list {

}

.faq-list dt {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  font-size: 1.15em;
  font-weight: bold;
}

.faq-list dd {
  
}

.faq-list ol {
  list-style-type: decimal;
}

.faq-list li {
  margin-left: 3em;
  list-style: decimal;
}

.faq-list p {
  margin: 0.5em 0 !important;
}




.left-content {
  float: left;
  width: 540px;
}

.contact-info {
  float: right;
  width: 295px;
  background: url("../images/layout/tools-bk.gif") left top repeat-y;
}

.contact-info-top {
  width: 295px;
  height: 5px;
  background: url("../images/layout/tools-top.gif") left top no-repeat;
}

.contact-info-bottom {
  width: 295px;
  height: 7px;
  background: url("../images/layout/tools-bottom.gif") left top no-repeat;
}

.contact-info-content {
  padding: 20px;
}

.contact-info-content h2 {
  padding-left: 50px;
}

.contact-info-section {
  padding-left: 50px;
  background-position: left top;
  background-repeat: no-repeat;
}

.contact-info-section#phone-section {
  background-image: url("../images/layout/phone.png");
}

.contact-info-section#email-section {
  background-image: url("../images/layout/email.png");
}



.contact-form {
  margin-top: 2em;
}

.contact-form label {
  display: block;
}

.contact-form ul {
  margin-bottom: 2em;
}

.contact-form li {
  margin: 1em;
}




.languages-box {
  margin: 0 auto 0 auto;
  padding-top: 50px;
  width: 576px;
  min-height: 250px;
  background: url("../images/layout/global_graphic.gif") center center no-repeat;
}

.languages-box-left {
  float: left;
}

.languages-box-right {
  float: right;
  text-align: right;
}
