@charset "utf-8";
/* CSS Document */


.content {font-family: arial, helvetica, sans-serif; font-size: 12px; }
.content-bold{font-family: arial, helvetica, sans-serif; font-size: 12px; font-weight: bold} 
.content-light {font-family: arial, helvetica, sans-serif; font-size: 12px;  color:#666}
.copyright {font-family: arial, helvetica, sans-serif; font-size: 9px;  color:#666}
.dealers {font-family: arial, helvetica, sans-serif; font-size: 14px; font-weight: bold; text-align: left }
.testimonial {font-family: arial, helvetica, sans-serif; font-size: 11px; font-style: italic; text-align: left }
.page-title {font-family: arial, helvetica, sans-serif; font-size: 18px; color: #D44225; font-weight: bold}
.product-description {font-family: arial, helvetica, sans-serif; font-size: 16px; color: #F60; font-weight: bold}

.addToCart{
	border-top:1px solid #ffffff;
	padding:2px;
	background-color:#d44225;
	font-size: 11px;
	font-weight: 500;
	color: white;
}


.menu-hyperlinks {font-family: arial, helvetica, sans-serif; font-size: 12px; color: #D44225}
.menu-hyperlinks-bottom {font-family: arial, helvetica, sans-serif; font-size: 12px; color: #828282; font-weight: bold}
a:visited {
  text-decoration : none;
  color : #D44225;
}
a:link {
  text-decoration : none;
  color : #D44225;
}
a:active {
  text-decoration : underline;
  color : #D44225;
 }
a:hover {
  text-decoration : none;
  color : #D44225;}


.regular:visited {
  text-decoration : underline;
    color : black;
}
.regular:link {
  text-decoration : underline;
    color : black;
}
.regular:active {
  text-decoration : underline;
    color : black;
 }
.regular:hover {
  text-decoration : underline;
  color : #006600;}


.footer:visited {
  text-decoration : none;
    color : #828282;
}
.footer:link {
  text-decoration : none;
    color : #828282;
}
.footer:active {
  text-decoration : none;
    color : #828282;
 }
.footer:hover {
  text-decoration : underline;
  color : #D44225;}


