* {
   font-family: verdana;
   font-size: 11px;
}

body {
   width: 100%;
	height: auto;
   margin-top: 0;
   margin-bottom: 0;
   padding: 0;
   background: white url("images/footerBg.jpg") repeat-x bottom;
}

#container {
   width: 780px;
   padding: 10px 0 15px 15px;
   margin-left: auto;
   margin-right: auto;
   background-color: white;
}

#logo {
	margin: 5px 0 0 0;
	.padding: 5px 0 0 0;
}

#tagline {
   margin-left: 420px;
   margin-top: -50px;
   margin-bottom: 30px;
}

h3 {
    color: #a81919;
    font-size: 16px;
    margin: 25px 0px 0px 25px;
}

/* Navbar */

#navbar {
   margin-left: 212px;
   background: transparent url("images/navbar.jpg") no-repeat top left;
   height: 28px;
   width: 540px;
   margin-top: -18px;
}

#navbar ul {
   list-style-type: none;
   margin: 0;
   padding: 5px 0 0 14px;
}

#navbar ul li {
   list-style-type: none;
   float: left;
   color: #888;
   padding: 3px 7px 0 6px;
}

#navbar a {
   color: #515151;
   font-weight: bold;
   text-decoration: none;
   font-family: arial;
   font-size: 12px;
}

#navbar a.selected {
    color: #a81919;
}

/* Main Index Content */

#main {
    clear: both;
    background: transparent url("images/indexImg.jpg") no-repeat top left;
    width: 765px;
    height: 243px;
}

#main p {
    margin: 0;
    color: #ffffff;
    padding-top: 40px;
    padding-left: 30px;
	font-size: 14px;
}

#main p span {
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
}

#main #list1 {
    list-style-image: url("images/bullet.jpg");
    margin-bottom: 0;
}

#main #list1 li {
    color: #ffffff;
    line-height: 22px;
	.line-height: 21px;
}

/* Middle div for the strip */
#strip {
    padding: 0;
    margin: 0;
}

/* Bottom description */
#desc {
    background: transparent url("images/indexBottom.jpg") no-repeat;
    width: 765px;
    height: 120px;
    border-top: 1px solid black;
}

#desc p {
    margin-top: 25px;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 18px;
    color: white;
}

/* Content pages */

#content {
  clear: both;
  width: 765px;
  height: 100%;
  border: 1px solid #c2c1bf;
  margin: 0;
  color: black;
  line-height: 15px;
}

#content p {
  margin-top: 30px;
  padding-left: 25px;
  width: 710px;
}

#content dl {
    width: 710px;
    padding-left: 25px;
}

#content dt {
    color: #a81919;
    font-weight: bold;
}

#content dd {
    margin: 0;
    padding-bottom: 10px;
}

#content ul {
	width: 685px;
	list-style-type: disc;
	margin: -10px 0 0 10px;
	.margin: -10px 0 0 0;
}

#content li {
	padding: 3px 0;
	.margin: 0 0 0 50px;
}

#content li strong {
	font-size: 12px;
}

#content li a {
    color: #a81919;
}

/* About Page */

#content h2 {
    padding-left: 25px;
    margin: 0;
	font-size: 12px;
}

#content .about p {
    margin: 15px 0px;
}

/* - Expertise Box */
#content .expertise {
    padding-bottom: 15px;
}

#content .expertise h2 {
    padding-bottom: 10px;
}

#content .expertise #bg {
    margin-top: 10px;
    margin-left: 30px;
    padding-left: 320px;
    margin-bottom: 0;
    padding-bottom: 0;
    height: 165px;
    width: 390px;
    background: transparent url('images/carImg.jpg') no-repeat;
}


/* - History Box */
#content .history h2 {
    padding-bottom: 10px;
}

#content .history p {
    margin: 8px 0;
}

#content .history p.first {
    margin-left: 30px;
    height: 160px;
    width: 540px;
    background: transparent url('images/Dave.jpg') no-repeat;
    padding-left: 171px;
}


/* Services  */
#services {
    margin-top: 15px;
}

#services p {
    margin: 15px 0;
}

#servicesTable {
    margin-bottom: 0;
	.margin-bottom: 10px;
    margin-left: 25px;
    width: 710px;
    /*border: 1px solid #898989;*/
    border-collapse: collapse;
    /*background: transparent url('images/servicesTable_header.jpg') no-repeat;*/
}

#servicesTable .header {
    height: 28px;
	background: #111;
    color: white;
    font-weight: bold;
	font-size: 12px;
	padding-left: 7px;
}

#servicesTable .trbg {
    background-color: #e9e9e9;
}

#servicesTable tr td {
    padding: 2px;
    border: 1px solid;
    border-color: #d9d9d9;
}

#servicesTable .header td {
    border: none;
}

#servicesTable .service {
    padding-left: 7px;
}

#servicesTable .service strong {
    width: 185px;
    padding-left: 0;
	font-size: 12px;
}

#servicesTable .description {
    width: 380px;
	padding: 3px 2px 3px 5px;
}

#servicesTable .price {
    text-align: center;
    width: 95px;
}

#servicesTable .price strong {
	font-size: 12px;
}

#servicesTable .serviceInfo p {
    margin: 15px 0;
}


/* Contact  */

#contactPage {
  margin-top: 20px;
  width: 550px;
}

#contactPage .contact {
    background: transparent url('images/contactImg.jpg') no-repeat top left;
    margin-left: 40px;
    padding-left: 290px;
    padding-top: 0;
    margin-top: 15px;
    height: 260px;
    width: 300px;
}

#schedule {
    padding-left: 40px;
    padding-bottom: 20px;
    width: 600px;
}

#contactPage p.note {
    margin: 15px 0;
}

#contactPage a {
    color: #a81919;
    text-decoration: underline;
}

/* Tests */
dl#tests {
	width: 650px;
	margin: 20px 0 0 35px;
	.margin: 10px 0 15px 35px;
	padding-bottom: 20px;
	.padding-bottom: 5px;
}

#tests dt {
	text-align: center;
	font-weight: normal;
	color: #252525;
	margin: 15px 0 5px 0;
}

#tests dd {
	text-align: center;
	font-style: italic;
	color: #646464;
	border-bottom: 1px solid #bfbebc;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
}

/* Location Page */

#location {
  margin-top: 20px;
}

#location p, #advice p {
    margin: 15px 0;
}

/* Footer */

#boxes {
    width: 765px;
    padding-top: 15px;
}
    
/* Specials Box */

#specials {
    background: transparent url("images/specials.jpg") no-repeat top left;
    width: 215px;
    height: 116px;
    color: white;
    padding-left: 5px;
    float: left;

}

#specials p, #specials p em, #specials p strong {
    margin: 0;
    text-align: center;
    padding-top: 55px;
    font-size: 15px;
}

#specials .copy {
   width: 220px;
   padding-top: 35px;
   .padding-top: 30px;
   color: gray;
   font-size: 10px;
   margin-left: -5px;
   letter-spacing: -.25px;
}

#specials .copy a {
   color: gray;
   font-size: x-small;
}

#specials p a {
    color: #111111;
}

/* Inspection Box */

#inspectionBox {
    float: left;
    margin: 0;
    padding: 0;
    width: 234px;
}

#inspection {
    background: transparent url("images/inspection.jpg") no-repeat top left;
    height: 116px;
}

#inspection p {
    padding: 8px 10px 0px 10px;
    margin: 0;
    width: 60px;
    font-size: 11px;
}

#inspection p .tag {
    color: #a81919;
    font-weight: bold;
    font-size: 13px;
}

#inspectionBox a {
    cursor: pointer;
    text-decoration: none;
    color: black;
}

#inspectionBox .shuttle {
   padding-top: 4px;
   text-align: center;
}

/* End Inspection Box */


/* Address Box */

#address {
    background: transparent url("images/redbox.jpg") no-repeat top left;
    width: 306px;
    height: 146px;
    color: white;
    text-align: center;
    float: right;
}

#address p.addr {
    margin: 0;
    padding-top: 13px;
	.padding-top: 12px;
    font-size: 12px;
    font-weight: bold;
	line-height: 17px;
}

#address p.addr a {
    color: white;
    font-size: 12px;
    font-weight: normal;
}


#address p.directions {
    font-size: 12px;
	margin-top: 8px;
	line-height: 15px;
}

#address span.f {
    font-weight: normal;
    font-size: 10px;
}

/* End Address Box */
