/* Mike's Auto Body — Site Styles */

body {
  margin: 0 auto;
  padding: 0;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 62.5%;
  background: #a9a69c;
}
html {
  margin: 0;
  padding: 0;
}

#wrapper {
  margin: 0 auto;
  width: 1004px;
  background: url(../layout/content-bg.jpg) repeat-y;
}
#header {
  width: 1004px;
  height: 224px;
  background: url(../layout/header.jpg) no-repeat;
}
#mainNav {
  width: 1004px;
  height: 33px;
  background: url(../layout/nav-bg.jpg) no-repeat;
}
#navImage {
  width: 1004px;
  height: 140px;
  background: url(../layout/main-image-01.jpg) no-repeat;
}
#content {
  width: 924px;
  padding: 25px 40px;
  overflow: auto;
}
#leftCol {
  float: left;
  width: 650px;
}
#rightCol {
  float: left;
  width: 254px;
  margin: 0 0 0 20px;
}
#rightCol img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
#imagesRight {
  float: right;
  width: 131px;
  margin: 0 0 0 10px;
}
#gibbs {
  width: 400px;
  border: 1px dotted #cc0000;
  padding: 5px 0;
}
#footer {
  width: 924px;
  height: 49px;
  padding: 5px 40px 0;
  background: url(../layout/footer.jpg) no-repeat;
}

/* Navigation */
ul.nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  height: 33px;
}
ul.nav li {
  display: block;
}

ul.nav a,
ul.nav a:visited,
ul.nav .homeSelected,
ul.nav .aboutSelected,
ul.nav .servicesSelected,
ul.nav .gallerySelected,
ul.nav .gibbsSelected,
ul.nav .wheretobuySelected,
ul.nav .linksSelected,
ul.nav .contactSelected {
  display: block;
  height: 0px;
  padding: 33px 0 0 0;
  overflow: hidden;
  cursor: pointer;
}

.navHome {
  width: 55px;
  background: url(../layout/nav-home.jpg) no-repeat;
}
.navHome:hover,
.homeSelected {
  width: 55px;
  background: url(../layout/nav-home-over.jpg) no-repeat;
}

.navAbout {
  width: 55px;
  background: url(../layout/nav-about.jpg) no-repeat;
}
.navAbout:hover,
.aboutSelected {
  width: 55px;
  background: url(../layout/nav-about-over.jpg) no-repeat;
}

.navServices {
  width: 70px;
  background: url(../layout/nav-services.jpg) no-repeat;
}
.navServices:hover,
.servicesSelected {
  width: 70px;
  background: url(../layout/nav-services-over.jpg) no-repeat;
}

.navGallery {
  width: 70px;
  background: url(../layout/nav-gallery.jpg) no-repeat;
}
.navGallery:hover,
.gallerySelected {
  width: 70px;
  background: url(../layout/nav-gallery-over.jpg) no-repeat;
}

.navGibbs {
  width: 110px;
  background: url(../layout/nav-gibbs.jpg) no-repeat;
}
.navGibbs:hover,
.gibbsSelected {
  width: 110px;
  background: url(../layout/nav-gibbs-over.jpg) no-repeat;
}

.navWheretobuy {
  width: 90px;
  background: url(../layout/nav-buygibbs.jpg) no-repeat;
}
.navWheretobuy:hover,
.wheretobuySelected {
  width: 90px;
  background: url(../layout/nav-buygibbs-over.jpg) no-repeat;
}

.navLinks {
  width: 56px;
  background: url(../layout/nav-links.jpg) no-repeat;
}
.navLinks:hover,
.linksSelected {
  width: 56px;
  background: url(../layout/nav-links-over.jpg) no-repeat;
}

.navContact {
  width: 100px;
  background: url(../layout/nav-contact.jpg) no-repeat;
}
.navContact:hover,
.contactSelected {
  width: 100px;
  background: url(../layout/nav-contact-over.jpg) no-repeat;
}

/* Typography */
h1 {
  font-size: 1.9em;
  color: #be141b;
  font-weight: bold;
}
h2 {
  font-size: 1.6em;
  color: #423e32;
  font-weight: normal;
}
h3 {
  font-size: 1.3em;
  color: #be141b;
  font-weight: bold;
}
p {
  font-size: 1.2em;
  line-height: 1.5em;
}
li {
  font-size: 1.3em;
  line-height: 1.8em;
}
#content ul {
  list-style-type: disc;
  padding-left: 40px;
}
#content ol {
  list-style-type: decimal;
  padding-left: 40px;
}
a {
  color: #be141b;
  border-style: none;
}
a:hover {
  color: #423e32;
}
hr {
  border: none;
  border-top: 1px dotted #999;
  clear: both;
}

/* Contact */
dl.contactDetails {
  float: left;
  margin: 0 50px 20px 0;
}
dl.contactDetails dt {
  font-weight: bold;
  font-size: 1.1em;
  margin: 5px 0 0 0;
}
dl.contactDetails dd {
  font-size: 1.2em;
  margin: 2px 0 3px 0;
  padding: 0;
}
.contactForm {
  float: left;
  background-color: #ffffcc;
  margin: 15px 0 0 50px;
}
fieldset {
  border: none;
  margin: 10px;
}
label {
  float: left;
  width: 100px;
  font-size: 1.2em;
}
.button {
  width: 80px;
  height: 25px;
  margin: 0 4px 0 0;
  cursor: pointer;
}
input,
textarea {
  border: 1px solid #999;
  color: black;
  font-size: 1.1em;
  padding: 3px;
  width: 230px;
}
textarea {
  height: 200px;
}

/* Gallery */
ul.imageList {
  margin: 5px 0 0 10px;
  padding: 0;
  border-style: none;
}
ul.imageList li {
  list-style: none;
  float: left;
  margin: 0 20px 20px 0;
}
ul.imageList a {
  color: #be141b;
  border-style: none;
}

/* Utility */
img.buyGibbs {
  float: right;
  padding: 20px 20px 0 0;
}
.imgRight {
  float: right;
  margin: 0 0 0 10px;
}

/* Footer */
#footer p {
  font-size: 1.1em;
  color: white;
}
p.evoke {
  float: right;
  font-size: 1.1em;
  color: white;
}
.evoke a {
  color: #ffe698;
}
