/* Globals */
html {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  font-family: "museo-sans-1", "museo-sans-2", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #4e4e50;
  background: url("../images/bg_pattern.png");
}

img {
  border: 0;
  margin: 0;
  padding: 0;
  outline: none;
}

map, area {
  border: 0;
  outline: none;
}

a {
  color: #3965a1;
  text-decoration: none;
  border: 0;
  outline: none;
}
a:hover {
  color: #e31b23;
}

form {
  margin: 0;
  padding: 0;
}

input {
  margin: 0;
  padding: 0;
  color: #4e4e50;
  border: 0;
  font-family: "museo-sans-1", "museo-sans-2", Helvetica, Arial, sans-serif;
  border: 1px solid #4e4e50;
}

textarea {
  color: #4e4e50;
  background: white;
  border: 0;
  font-family: "museo-sans-1", "museo-sans-2", Helvetica, Arial, sans-serif;
  overflow: auto;
}

input[type=text] {
  background: white;
}

select {
  color: black;
  background: white;
  border: 0;
  font-family: "museo-sans-1", "museo-sans-2", Helvetica, Arial, sans-serif;
}

ul li {
  list-style: square;
}

li {
  margin: 0 0 7px 0;
}

/* Generic Classes */
.hidden {
  display: none;
}

.invis {
  visibility: hidden;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

.clear {
  clear: both;
}

.content-red {
  color: #e31b23;
}

.content-blue {
  color: #3965a1;
}

.content-green {
  color: #328445;
}

.content-grey {
  color: #272525;
}

/* Nav */
#social {
  position: absolute;
  top: -2px;
  right: 90px;
  width: 125px;
}

#fb-link {
  position: absolute;
  right: 0;
  top: -6px;
}

#nav {
  position: absolute;
  width: 1106px;
  height: 180px;
  top: 24px;
  left: 50%;
  margin-left: -553px;
  background: url("../images/nav_bg.png");
  z-index: 100;
}
#nav #logo {
  position: absolute;
  width: 167px;
  height: 140px;
  top: 21px;
  left: 92px;
  display: block;
}
#nav #menu {
  position: absolute;
  left: 368px;
  top: 61px;
  width: 680px;
  height: 66px;
}
#nav #menu .item {
  position: relative;
  float: left;
  height: 40px;
  display: block;
  font-family: "superclarendon-1", "superclarendon-2", Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  text-align: center;
  line-height: 16px;
  padding: 24px 0 0 0;
  color: #4e4e50;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}
#nav #menu .item:hover {
  color: #e31b23;
}
#nav #menu #about {
  width: 103px;
}
#nav #menu #about:hover {
  background: url("../images/nav_about.png") no-repeat center bottom;
}
#nav #menu #products {
  width: 138px;
}
#nav #menu #products:hover {
  background: url("../images/nav_products.png") no-repeat center bottom;
}
#nav #menu #services {
  width: 125px;
}
#nav #menu #services:hover {
  background: url("../images/nav_services.png") no-repeat center bottom;
}
#nav #menu #community {
  width: 157px;
}
#nav #menu #community:hover {
  background: url("../images/nav_community.png") no-repeat center bottom;
}
#nav #menu #contact {
  width: 126px;
}
#nav #menu #contact:hover {
  background: url("../images/nav_contact.png") no-repeat center bottom;
}
#nav #menu .divider {
  position: relative;
  float: left;
  width: 1px;
  height: 63px;
  margin: 0 0 2px 0;
  background: url("../images/nav_div.png") no-repeat;
}

#center {
  position: relative;
  width: 1000px;
  padding: 0 15px;
  margin: 0 auto 60px auto;
  background: url("../images/bg_shadow.png") repeat-y;
}
#center #foot {
  position: absolute;
  left: 0;
  bottom: -31px;
  width: 1000px;
  padding: 0 15px;
  height: 31px;
  background: url("../images/bg_shadow_bottom.png") repeat-y;
  color: white;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
}
#center #foot #copyright {
  position: absolute;
  bottom: -4px;
  left: 20px;
}
#center #foot #credits {
  position: absolute;
  bottom: -4px;
  right: 20px;
  text-align: right;
}
#center #foot #credits a {
  color: white;
}

#slides {
  position: relative;
  height: 550px;
  width: 1000px;
  overflow: hidden;
}
#slides .slide {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  z-index: 1;
}
#slides #slide-1 {
  display: block;
  z-index: 10;
}
#slides #slide-1 #banner {
  position: absolute;
  top: 358px;
  right: 0;
  width: 700px;
  height: 121px;
  background: url("../images/banner.png") no-repeat;
  color: white;
  z-index: 100;
  font-weight: bold;
  font-family: "superclarendon-1", "superclarendon-2", Georgia, "Times New Roman", Times, serif;
}
#slides #slide-1 #banner td {
  padding: 0 20px 3px 90px;
  vertical-align: middle;
}
#slides #slide-1 #banner #banner-title {
  font-size: 24px;
}
#slides #slide-1 #banner #banner-copy {
  width: 749px;
  text-align: left;
  font-weight: normal;
  font-size: 14px;
}
#slides #yt-callout {
  position: absolute;
  left: 5px;
  bottom: 5px;
  width: 150px;
  height: 113px;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  cursor: pointer;
  z-index: 1000;
}
#slides #yt-callout img {
  position: absolute;
  width: 100%;
  height: auto;
}
#slides #yt-text {
  position: relative;
  font-size: 21px;
  font-weight: bold;
  color: white;
  padding: 5px;
  text-shadow: 0 0 3px black;
}

#yt-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.9;
  filter: alpha(opacity=90);
  display: none;
  z-index: 1000;
}

#yt-iframe {
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -255px 0 0 -320px;
  z-index: 1001;
}

#yt-close {
  position: fixed;
  top: 20px;
  right: 30px;
  font-size: 25px;
  font-weight: bold;
  color: white;
  cursor: pointer;
  z-index: 1001;
}

#header {
  height: 195px;
  overflow: hidden;
}

#page {
  position: relative;
  border-top: 3px #e31b23 solid;
  width: 1000px;
}
#page #title {
  position: relative;
  width: 987px;
  height: 48px;
  text-align: center;
  padding: 30px 0 35px 0;
  text-transform: uppercase;
  background: url("../images/title_red.png") no-repeat left 30px;
}
#page #title .stars {
  padding: 0 10px;
}
#page #title h1 {
  margin: 8px 0 0 0;
  display: inline-block;
  zoom: 1;
  color: white;
  font-size: 22px;
  font-family: "superclarendon-1", "superclarendon-2", Georgia, "Times New Roman", Times, serif;
}
#page #arrow {
  position: absolute;
  top: -25px;
  background: url("../images/line_red.png") no-repeat;
  width: 51px;
  height: 25px;
  display: none;
}
#page #body {
  position: relative;
  float: left;
  width: 425px;
  padding: 0 0 40px 40px;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: #272525;
}
#page #body h1, #page #body h2 {
  font-family: "superclarendon-1", "superclarendon-2", Georgia, "Times New Roman", Times, serif;
  font-weight: regular;
  font-size: 20px;
  color: #e31b23;
  margin: 0 0 4px 0;
}
body.specials #page #body h1, body.specials #page #body h2 {
  color: #328445;
}
body.feedback #page #body h1, body.feedback #page #body h2 {
  color: #3965a1;
}
#page #sidebar {
  position: relative;
  float: right;
  padding: 10px 40px 40px 0;
  width: 434px;
}
#page #sidebar .image {
  position: relative;
  display: block;
  width: 430px;
  border: 2px #4e4e50 solid;
  background: #4e4e50;
  margin: 0 0 25px 0;
}
#page #sidebar .image img {
  width: 430px;
  height: auto;
}
#page #sidebar .image .caption {
  position: relative;
  width: 430px;
  font-size: 13px;
  text-align: center;
  color: white;
  padding: 5px;
}
#page #community-body {
  position: relative;
  float: right;
  width: 580px;
  padding: 0 50px 40px 40px;
  margin: 0 0 40px 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  border-left: 1px dashed #cacaca;
  color: #272525;
}
#page #community-body.products {
  min-height: 800px;
}
#page #community-body.products a {
  color: #272525;
  font-weight: bold;
}
#page #community-body.products a:hover {
  color: #e31b23;
}
#page #community-body strong {
  font-weight: 700;
}
#page #community-body h1, #page #community-body h2 {
  font-family: "superclarendon-1", "superclarendon-2", Georgia, "Times New Roman", Times, serif;
  font-weight: regular;
  font-size: 20px;
  color: #e31b23;
  margin: 0 0 4px 0;
}
#page #community-sidebar {
  position: relative;
  float: left;
  top: -5px;
  padding: 0 10px 40px 50px;
  width: 265px;
  text-align: right;
}
#page #community-sidebar a {
  display: block;
  padding: 5px 22px 5px 10px;
  color: #3965a1;
  font-family: "superclarendon-1", "superclarendon-2", Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  font-size: 18px;
}
#page #community-sidebar a:hover {
  color: #e31b23;
}
#page #community-sidebar a.active {
  color: white;
  background: #e31b23 url("../images/community_active.png") no-repeat right center;
  margin: 7px 0;
}
#page #products-intro {
  position: relative;
  clear: both;
  padding: 0 50px 37px 50px;
  font-weight: 300;
  color: #272525;
}
#page #products-intro h1, #page #products-intro h2 {
  font-family: "superclarendon-1", "superclarendon-2", Georgia, "Times New Roman", Times, serif;
  color: #e31b23;
  margin: 0 0 4px 0;
}
#page #products-intro a {
  color: #272525;
  font-weight: bold;
}
#page #products-intro a:hover {
  color: #e31b23;
}
#page hr {
  height: 6px;
  width: 100%;
  background: #3965a1;
  border: 0;
}
#page #tires {
  margin: 50px 0 0 0;
  border-bottom: 1px dashed white;
}
#page .twlist {
  position: relative;
  width: 218px;
  padding: 15px;
  background: #3965a1;
  color: white;
  text-align: left;
  font-family: "museo-sans-1", "museo-sans-2", Helvetica, Arial, sans-serif;
}
#page .twlist .title {
  font-weight: bold;
  font-size: 18px;
  margin: 0 0 7px 0;
}
#page .twlist ul {
  padding: 0 0 0 16px;
  margin: 0;
}
#page .twlist ul li {
  list-style: disc;
  margin: 0 0 3px 0;
  font-weight: 300;
  font-size: 13px;
}

a.modal {
  position: relative;
  display: block;
  width: 430px;
  border: 2px #4e4e50 solid;
  background: #4e4e50;
}
a.modal img {
  width: 430px;
  height: auto;
}
a.modal .caption {
  position: relative;
  width: 430px;
  font-size: 13px;
  font-family: "museo-sans-1", "museo-sans-2", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-align: center;
  color: white;
  padding: 5px;
}

#contact-left {
  position: relative;
  float: left;
  width: 433px;
  padding: 0 0 40px 40px;
  font-size: 17px;
  font-weight: 300;
  line-height: 20px;
  color: #272525;
}
#contact-left h1, #contact-left h2 {
  font-family: "superclarendon-1", "superclarendon-2", Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  font-size: 24px;
  color: #e31b23;
  margin: 0 0 4px 0;
}
#contact-left a {
  font-weight: bold;
}
#contact-left .map {
  position: relative;
  margin: 45px 0 0 0;
  display: block;
}
#contact-left .map #google {
  position: absolute;
  width: 159px;
  height: 54px;
  background: url("../images/google_map.png");
  display: none;
}

#contact-right {
  position: relative;
  float: right;
  padding: 0 40px 40px 0;
  width: 438px;
  font-size: 16px;
  color: #272525;
}
#contact-right .confirm {
  display: none;
}
#contact-right .text {
  font-size: 16px;
  font-weight: 300;
  border: 1px #a7a8a8 solid;
  background: #f6f7f7;
  width: 430px;
  margin: 0 0 10px 0;
  padding: 1px 3px;
  color: #272525;
}
#contact-right .label {
  margin: 0 0 2px 0;
}
#contact-right textarea {
  font-size: 16px;
  font-weight: 300;
  border: 1px #a7a8a8 solid;
  background: #f6f7f7;
  width: 430px;
  height: 260px;
  margin: 0 0 10px 0;
  padding: 1px 3px;
  color: #272525;
}
#contact-right .submit {
  position: relative;
  margin: 10px 0 30px 0;
  width: 65px;
  height: 23px;
  border: 0;
  cursor: pointer;
  background: url("../images/contact_send.png") no-repeat;
}
#contact-right .submit:hover {
  background: url("../images/contact_send_over.png") no-repeat;
}
#contact-right #success {
  display: none;
  color: #e31b23;
  margin: 0 0 15px 0;
  font-size: 14px;
  font-weight: 500;
}
#contact-right #note {
  color: #3965a1;
  font-size: 14px;
  font-weight: 300;
}

body.about #nav #about {
  color: #e31b23;
  font-weight: bold;
  background: url("../images/nav_about.png") no-repeat center bottom;
}
body.about #page #arrow {
  left: 342px;
  display: block;
}

body.products #nav #products {
  color: #e31b23;
  font-weight: bold;
  background: url("../images/nav_products.png") no-repeat center bottom;
}
body.products #page #arrow {
  left: 460px;
  display: block;
}

body.services #nav #services {
  color: #e31b23;
  font-weight: bold;
  background: url("../images/nav_services.png") no-repeat center bottom;
}
body.services #page #arrow {
  left: 594px;
  display: block;
}

body.community #nav #community {
  color: #e31b23;
  font-weight: bold;
  background: url("../images/nav_community.png") no-repeat center bottom;
}
body.community #page #arrow {
  left: 736px;
  display: block;
}

body.contact #nav #contact {
  color: #e31b23;
  font-weight: bold;
  background: url("../images/nav_contact.png") no-repeat center bottom;
}
body.contact #page #arrow {
  left: 882px;
  display: block;
}

body.feedback #page {
  border-top: 3px #3965a1 solid;
}
body.feedback #page #title {
  background: url("../images/title_blue.png") no-repeat left 30px;
}
body.feedback #page #arrow {
  background: url("../images/line_blue.png") no-repeat;
  left: 882px;
  display: none;
}
body.feedback #footer-border {
  background: url("../images/border_blue.png") repeat-x;
}

body.specials #page {
  border-top: 3px #328445 solid;
}
body.specials #page #title {
  background: url("../images/title_green.png") no-repeat left 30px;
}
body.specials #page #arrow {
  background: url("../images/line_green.png") no-repeat;
  left: 882px;
  display: none;
}
body.specials #footer-border {
  background: url("../images/border_green.png") repeat-x;
}

#footer-border {
  position: relative;
  width: 1000px;
  height: 7px;
  background: url("../images/border_red.png") repeat-x;
}

#footer {
  position: relative;
  width: 1000px;
  height: 168px;
  background: url("../images/footer_hdiv.png") no-repeat left bottom;
}
#footer .callout {
  position: absolute;
  top: 0;
  width: 333px;
  height: 168px;
  font-family: "superclarendon-1", "superclarendon-2", Georgia, "Times New Roman", Times, serif;
}
#footer .callout .img {
  position: absolute;
  top: 18px;
  left: 27px;
}
#footer .callout .body {
  position: absolute;
  top: 18px;
  left: 97px;
  width: 210px;
  font-family: "museo-sans-1", "museo-sans-2", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: #272525;
}
#footer .callout .body h2 {
  margin: 0 0 3px 0;
  line-height: 20px;
  font-size: 20px;
  font-family: "superclarendon-1", "superclarendon-2", Georgia, "Times New Roman", Times, serif;
}
#footer .callout .body a {
  font-family: "superclarendon-1", "superclarendon-2", Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
}
#footer .callout .body h4 {
  margin: 0 0 2px 0;
  font-size: 14px;
  font-family: "superclarendon-1", "superclarendon-2", Georgia, "Times New Roman", Times, serif;
}
#footer #specials {
  left: 0px;
}
#footer #specials h2, #footer #specials a {
  color: #328445;
}
#footer #feedback {
  left: 333px;
  background: url("../images/footer_vdiv.png") no-repeat left center;
}
#footer #feedback h2, #footer #feedback a {
  color: #3965a1;
}
#footer #info {
  left: 666px;
  background: url("../images/footer_vdiv.png") no-repeat left center;
}
#footer #info h2 {
  color: #e31b23;
}
#footer #info a {
  color: #3965a1;
}
#footer #info a:hover {
  color: #e31b23;
}
#footer #info h4 {
  color: #e31b23;
  margin: 10px 0 2px 0;
}

#footer-menu {
  position: relative;
  bottom: -7px;
  left: 0;
  width: 1000px;
  height: 18px;
  text-align: center;
  font-family: "superclarendon-1", "superclarendon-2", Georgia, "Times New Roman", Times, serif;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 18px;
  z-index: 100;
}
#footer-menu a {
  color: #4e4e50;
}
#footer-menu a:hover {
  color: #e31b23;
}
#footer-menu a.active {
  font-weight: bold;
  color: #e31b23;
}

#login input {
  font-weight: 300;
}
#login #user_submit {
  border: 0;
  padding: 1px 2px;
  background: #3965a1;
  color: white;
  cursor: pointer;
}
#login #user_submit:hover {
  background: #e31b23;
}

/* Admin Link */
#admin-link {
  position: fixed;
  top: 2px;
  left: 4px;
  color: white;
  text-decoration: none;
  font-size: 12px;
  z-index: 99;
}
#admin-link a {
  color: white;
}
