body, p, h1, h2, h3, h4, h5, h6, a, img, div, ul, ol, li, form {
  margin: 0;
  padding: 0;
  border: 0;
}
body {
  width: 100%;
  margin: 0 auto;
  font: 12px Arial, Helvetica, sans-serif;
  color: #222;
  background: url(../../images/background.jpg);
}
h1 {
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
h2 {
  padding: 5px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
h3 {
  padding: 5px;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}
h4 {
  padding: 5px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
p {
  padding: 5px;
  text-align: justify;
}
a {
  color: #016ac2;
  text-decoration: none;
}
a:hover {
  color: #c20101;
}
li {
  margin: 3px 0 3px 30px;
}
hr {
  color: #ddd;
  background: #ddd;
  width: 100%;
  height: 1px;
  border: 0;
}
fieldset{
  width: 100%;
  margin: 0;
  padding: 5px 0;
  border: 0;
}
fieldset ol{
  list-style: none;
}
fieldset li{
  padding: 5px 0;
  margin: 0;
}
label{
  float: left;
  margin-right: 10px;
  text-align: right;
}
input.textbox, select, option, textarea {
  position: relative !important;
  font: 11px Arial, Helvetica, sans-serif;
  color: #222;
  border: 1px solid #7f9db9;
  background: #ffffff !important;
}
input {
  position: relative !important;
}
option {
  border: 0;
}
.required, .error {
  color: #cc0000;
}
.formerror {
  width: 300px;
  margin: 5px 0 5px 130px;
  color: #cc0000;
  border: 1px solid #cc0000;
  background: #ffeeee;
}
.center {
  text-align: center;
}
.small {
  font-size: 10px;
}
.clear {
  clear: both;
}
.hidden {
  display: none;
}

/**************************************************************
                          PAGE LAYOUT
**************************************************************/
#container {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 20px;
  background: url(../../images/header_background.jpg) repeat-x;
}
#header {
  width: 777px;
  height: 402px;
  margin: 0 auto;
  background: url(../../images/header.jpg) no-repeat;
}
#car {
  position: relative;
  top: 124px;
  left: 218px;
  width: 470px;
  height: 240px;
  background: url(slideshow/car01.jpg) no-repeat;
}
#nav {
  width: 777px;
  height: 41px;
  margin: 0 auto;
  list-style: none;
  background: url(../../images/nav.jpg) left bottom no-repeat;
}
#nav li {
  float: left;
  margin: 0;
}
#nav a {
  display: block;
  height: 37px;
  background-position: 0 0;
}
#nav a:hover {
  background-position: 0 -37px;
}
a#home {
  width: 80px;
  background: url(../../images/btn_home.jpg) no-repeat;
}
a#about {
  width: 76px;
  background: url(../../images/btn_about.jpg) no-repeat;
}
a#services {
  width: 93px;
  background: url(../../images/btn_services.jpg) no-repeat;
}
a#repair {
  width: 142px;
  background: url(../../images/btn_repair.jpg) no-repeat;
}
a#warranty {
  width: 168px;
  background: url(../../images/btn_warranty.jpg) no-repeat;
}
a#testimonials {
  width: 125px;
  background: url(../../images/btn_testimonials.jpg) no-repeat;
}
a#contact {
  width: 93px;
  background: url(../../images/btn_contact.jpg) no-repeat;
}
#content_area, #admin_area {
  width: 757px;
  margin: 0 auto;
  padding: 10px;
  background: url(../../images/content_background.jpg) repeat-y;
}
#content_area img {
  padding: 5px;
  margin: 10px;
  border: 1px solid #aaa;
  background: #fff;
}
#content_area fieldset li, #admin_area fieldset li {
  width: 100%;
}
#content_area label {
  width: 40%;
}
#footer {
  width: 777px;
  margin: 0 auto;
  line-height: 36px;
  text-align: center;
  font-size: 11px;
  color: #666;
  background: url(../../images/footer.jpg) no-repeat;
}
#netphiles {
  width: 777px;
  margin: 0 auto;
  padding: 5px 0;
  text-align: center;
  font-size: 11px;
  color: #fafafa;
}
#netphiles a {
  color: #abbfff;
}
#netphiles a:hover {
  color: #ffabab;
}