* {
  margin: 0;
  padding: 0;
}

body {
  font: normal 0.85em/1.4em "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  background: #edeced url(../images/body_inner.jpg) repeat-x;
  color: #666;
}

#home {
  background: url(../images/bodybg.jpg) repeat-x;
}

a img {
  border: 0;
}

#container {
  width: 960px;
  margin: 0 auto;
}

header {
  height: 150px;
  width: 960px;
  float: left;
}

header #logo {
  float: left;
  width: 391px;
}

header p {
  text-align: right;
  margin-right: 18px;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  color: #999;
  padding: 10px 0 0 0;
}

header p a {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  color: #c7c7c7;
  padding-left: 10px;
}

header nav {
  width: 560px;
  float: right;
  display: block;
}

header nav ul {
  list-style: none;
  position: relative;
  top: 40px;
  float: right;
}

header nav li {
  float: left;
  width: 93px;
  padding: 15px 0 33px 0;
  text-align: center;
}

header nav a {
  color: #fff;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  text-decoration: none;
  font-size: 13px;
}

header nav a:hover {
  color: #999;
}

header nav .selected,
header nav .ancestor {
  background: url(../images/selected.png) no-repeat;
  display: block;
}

.selected a:hover {
  color: #fff;
}

#callout {
  padding-top: 70px;
  letter-spacing: 1px;
  clear: left;
  width: 100%;
  padding-bottom: 50px;
}

#callout p {
  color: #ed1c24;
  font-family: "Lato", sans-serif;
  font-size: 3.5em;
  text-align: center;
}

#slider {
  width: 960px;
  margin: 0 auto;
  position: relative;
}

#news {
  width: 960px;
  float: left;
  margin-top: 105px;
  height: 58px;
}

#news dl {
  float: left;
  padding: 20px 0 0 0;
}

#news dt {
  color: #000;
  font-weight: bold;
  font-size: 16px;
  float: left;
}

#news dd {
  float: left;
  color: #ed1c24;
  font-size: 14px;
  background: url(../images/bullet.png) 10px 4px no-repeat;
  padding-left: 28px;
  padding-top: 2px;
}

#news dd a {
  color: #ed1c24;
  font-size: 14px;
}

#about {
  padding: 35px 0 0 0;
  float: left;
  font-size: 0.9em;
  min-height: 500px;
}

#about p {
  color: #fff;
  padding: 0 0 10px 0;
}

#about h2 {
  color: #b1b1b1;
  font-family: "Lato", sans-serif;
  font-size: 2em;
  line-height: 1.3em;
  padding-bottom: 20px;
}

#about a {
  color: red;
}

#left-about {
  width: 48%;
  float: left;
}

#right-about {
  width: 48%;
  float: right;
  padding: 35px 0 0 0;
}

footer {
  width: 960px;
  clear: left;
}

footer#inner {
  border-top: 1px solid #d4d4d4;
  float: left;
  padding-top: 20px;
}

footer p {
  font-size: 11px;
  color: #000;
  float: left;
}

footer nav {
  float: right;
}

footer nav ul {
  list-style: none;
}

footer nav li {
  float: left;
}

footer nav a {
  font-family: "Lato", sans-serif;
  text-decoration: none;
  color: #000;
  padding: 0 0 0 20px;
}

footer img {
  padding-top: 30px;
}

#maincontent {
  margin-top: 30px;
  float: left;
  width: 960px;
  color: #333;
  padding-bottom: 40px;
}

#maincontent p {
  padding-bottom: 10px;
}

#content a {
  color: #ed1c24;
  font-weight: bold;
}

#content a:hover {
  color: #8b0c11;
}

#content img {
  float: right;
  padding: 10px 0 10px 10px;
}

aside {
  width: 230px;
  float: left;
}

aside nav {
  margin-bottom: 40px;
}

aside nav ul {
  list-style: none;
}

aside li {
  width: 230px;
  background: url(../images/subnav_bg.jpg) no-repeat;
}

aside a {
  display: block;
  padding: 11px 0 11px 20px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  font-family: "Lato", sans-serif;
}

aside p {
  font-size: 12px;
  line-height: 1.4em;
}

aside nav a:hover {
  color: #fbbcbe;
}

aside .selected a {
  background: url(../images/sub_selected.png) 0 1px no-repeat;
  display: block;
}

#content {
  width: 670px;
  padding-left: 60px;
  float: left;
}

#content h2,
#content h3,
#content h4,
#content h5,
#news_content h3 {
  font-family: "Lato", sans-serif;
}

#content h2 {
  color: #333;
  font-size: 1.5em;
  padding-bottom: 20px;
}

#content h3,
#news_content h3 {
  color: #ed1c24;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 2em;
}

#news_content h3 {
  line-height: 1.2em;
}

#news_content p {
  padding-bottom: 20px;
}

#content h4 {
  color: #ed1c24;
  padding-top: 30px;
  padding-bottom: 0px;
  font-size: 1.65em;
}

#content h5 {
  color: #000;
  padding-top: 20px;
  padding-bottom: 15px;
  font-size: 1.45em;
}

#content ul {
  list-style: none;
  margin: 10px 0 20px 0;
}

#content ul li {
  background: url(../images/bullet.png) 0 6px no-repeat;
  padding-left: 20px;
  padding-bottom: 6px;
  padding-top: 3px;
}

#content ol {
  margin-left: 20px;
}

#content ol li {
  padding: 3px 0 3px 0;
  font-style: italic;
}

div.google-map-container {
  height: 400px;
  width: 320px;
}

div.google-map-container h3.nospace {
  font-size: 12px;
}

#map {
  float: left;
  width: 320px;
}

#map h3.nospace {
  font-size: 14px;
}

.google-map-routeplaner fieldset {
  border: 0;
}

.google-map-routeplaner label {
  font-size: 1em;
}

#contact_form {
  float: left;
  width: 345px;
}

.error {
  color: red;
}

#contact_form ul li {
  background: none;
  padding: 0;
}

#map .plugin_googlemap h2 {
  font-size: 14px;
}

.inputs input {
  width: 255px;
  padding: 3px;
  font-style: italic;
  color: #666;
  font-size: 13px;
  margin-bottom: 20px;
}

#contact_form textarea {
  height: 100px;
}

#brands {
  padding-bottom: 20px;
}

.logmein_copy {
  font-size: 9px;
  padding: 10px 0 0 0;
  color: #8d8d8d;
}

#logmeinsupport {
  border: 1px solid #cecece;
  width: 50%;
  padding: 15px 20px 20px 20px;
}

#logmeinsupport input {
  margin-right: 5px;
}
