body {
  margin: 0;
  background-color: #3b3a38;
  font-family: Arial;
  font-size: 0.9em;
  color: #222;
}

h1 {
  height: 103px;
  width: 549px;
  padding: 15px 0 0;
}
h1 a {
  display: block;
  background: url(../../images/logo2.gif) no-repeat;
  height: 103px;
  width: 961px;
  text-indent: -999em;
}
h2 {
  margin-top: 0;
  letter-spacing: 1px;
  font-weight: normal;
  color: #d95212;
}
h3 {
  letter-spacing: 1px;
  font-weight: normal;
  color: #d95212;
}
h3.short{
  width:400px;
  float:left;
}
a {
  color: #c9824c;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
span.underline {
  text-decoration: underline;
}

#spnt {
  margin: 0 auto;
  width: 961px;
}

#container {
  margin: 0 auto;
  width: 856px;
}
#container .top {
  background: url(../images/backgrounds/container-top.png) no-repeat;
  height: 38px;
}
#container .bottom {
  background: url(../images/backgrounds/container-bottom.png) top right no-repeat;
  height: 39px;  
}
#content {
  overflow: hidden;
  background: url(../images/backgrounds/container-middle.png) repeat-y;
  padding: 9px 50px;
}

#wide-container {
  margin: 0 auto;
  width: 961px;
}
#wide-container .wide-top {
  background: url(../images/backgrounds/container-top-wide.png) no-repeat;
  height: 39px;
}
#wide-container .wide-bottom {
  background: url(../images/backgrounds/container-bottom-wide.png) no-repeat;
  height: 39px;  
}
#wide-content {
  overflow: hidden;
  background: url(../images/backgrounds/container-middle-wide.png) repeat-y;
  padding: 9px 50px;
}

a#logout-link,
a#pw-link,
a#print-link,
a#admin-link,
a#car-link,
a#new-client {
  float: right;
  font-size: 0.9em;
  padding-left: 20px;
  font-weight: bold; 
}
a#logout-link {
  background: url(../images/icons/user.png) no-repeat;
  color: #b19d77;
}
a#print-link {
  background: url(../images/icons/print.png) no-repeat;
  margin-right: 20px;
  color: #9aa2a8;
}
a#admin-link {
  background: url(../images/icons/wrench_orange.png) no-repeat;
  margin-right: 20px;
  color: #b26f4f;
}
a#new-client {
  background: url(../images/icons/user_add.png) no-repeat;
  color: #6ea843;
  margin: 20px 0;
}
a#car-link {
  background: url(../images/icons/car.png) no-repeat;
  margin-right: 20px;
  color: #6ea843;
}


form {
  background-color: #fffbf4;
  padding: 10px;
}
form .row {
  margin: 10px 0;
}
form .row label {
  display: block;
  float: left;
  width: 149px;
  color: #444;
  font-size: 0.9em;
  padding-top: 2px;
}
form .row input {
  width: 200px;
}
form .row input.new-car {
  width: 100px;
}
form .row.double {
  float: left;
  width: 360px;
}
form #results{
  margin:10px 0;
}

#error {
  padding: 5px 0 10px;
  text-align: center;
  color: #c55;
}
#message{
  color:#5fbd1d;
  padding: 5px 0 10px;
  text-align: center;
  display:block;
}
ul.details {
  list-style: none;
  margin: 20px 50px;
  padding: 0;
  font-size: 1.1em;
}
ul.details li {
  
}
ul.details li label {
  display: block;
  float: left;
  width: 250px;
  color: #754;
}
ul.details li span {
  font-weight: bold;
}
ul.thin{
  padding-left: 15px;
}

#indicators {
  margin: 20px 50px;
}
#indicators p {
  height: 32px;
  padding: 7px 0 0 40px;
  font-size: 1.1em;
  font-weight: bold;
}
#indicators p.good {
  color: #080;
  padding-left: 0;
}
#indicators p.good-cross {
  background: url(../images/icons/tick.png) no-repeat;
  color: #080;
}
#indicators p.bad-cross {
  background: url(../images/icons/cross.png) no-repeat;
  color: #800;
}
#indicators p.bad {
  font-weight: normal;
  padding-left: 0;
  height: auto;
  color: #800;
}
span.login-links{
  font-size: .8em;
  margin: 3px 0;
  display: block;
}

strong#please-check{
  color: #800;
}

ul#car-list{
}
ul#car-list li{
  clear: left;
  margin: 5px 0;
}
ul#car-list .car-attribute{
  display: block;
  float: left;
  width: 300px;
}
ul#car-list form{
  padding-left: 0;
}
ul#car-list form input.new-car{
  color: #666;
  margin-bottom: 5px;