/* css for the www.drclassic.com site

  Copyright 2010 D&R Classic Automotive

  $Id: style.css,v 1.4 2004/01/19 20:46:20 tdesposito Exp $
*/

body {
  background-color: #ffffff;
  color: black;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:12pt;
  margin-top: 5px;
}

h1 {
  font-size: 18pt;
  font-weight: bold;
}

h2 {
  font-size: 16pt;
  font-weight: bold;
}

img {
  border: none;
}

a {
  color: #305289;
  font-weight: bold;
  text-decoration: underline;
}

a:visited {
  color: #11428F;
}

a:hover {
  color: #6F92CD;
  text-decoration: none;
}

dt {
  font-weight: bold;
}

#header {
  margin-bottom: 10px;
  margin-left: 5%;
  width: 90%;
}

#masthead {
  float: left;
  font-style: italic;
}

#headercar {
  float: right;
}

#topnav {
  clear: both;
  height: 1.2em;
  width: 100%;
}

#topnav span {
  background-color: #EE7343;
  float: left;
  font-size: .9em;
  list-style: none;
  margin-left: 1px;
  margin-right: 1px;
  text-align: center;
  width: 14%; /* 100% / 7 top buttons =~ 14% */
}

#topnav a {
  text-decoration: none;
  color: white;
}

#quickcontact {
  background-color: #C0C0C0;
  clear: both;
  height: 1.2em;
  font-weight: bold;
  margin-left: 1px;
  margin-right: 12px;
  padding-left: 1em;
  padding-right: 1em;
  position: relative;
  text-align: left;
}

#quickphone { float: left; }
#quickfax { float: right; }

/* quick-heading is for the headings of the applets in the quick-access toolbox (left side applets) */
.quick-heading {
  font-size: 1.1em;
  font-weight: bold;
}

/* quick-link is for the small links in the quick-access toolbox (left side applets) */
.quick-link {
  font-size: 11pt;
}


