/* graber styles dealer locator */

html, body{
font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
background-color: #d1844e;
}

.bgWhite {
background-color:#ffffff;
}

/* Links */
a {
color: #292525;
text-decoration: underline;
font-weight:bold;
font-size:12px;
}

a:hover {
color: #CEA259;
text-decoration: underline;
font-weight:bold;
}

a:active {
color: #292525;
text-decoration: none;
font-weight:bold;
}

/*
a:link, a:active, a:visited { 
	color: #292525; 
	text-decoration: underline; 
}
a:hover { 
	color: #CEA259; 
	text-decoration: underline; 
}
*/

retailLink {	
	color: #292525;
	font-size: 12px;
	font-weight: bold; 
	text-decoration: underline;
}

a.retailLink:link, a.retailLink:active, a.retailLink:visited { 
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

a.retailLink:hover {
	color: #CEA259;
	font-size: 12px;
	text-decoration: underline;
	font-weight:bold;
}

retailLink2 {	
	color: #292525;
	font-size: 13px;
	text-decoration: underline;
}

a.retailLink2:link, a.retailLink2:active, a.retailLink2:visited { 
	color: #292525;
	font-size: 13px;
	text-decoration: underline;
}

a.retailLink2:hover {
	color: #ffffff;
	font-size: 13px;
	text-decoration: underline;
}

distFabLink {	
	color: #292525;
	font-size: 13px;
	text-decoration: underline;
}

a.distFabLink:link, a.distFabLink:active, a.distFabLink:visited { 
	color: #292525;
	font-size: 13px;
	text-decoration: underline;
}

a.distFabLink:hover {
	color: #FFFFFF;
	font-size: 13px;
	text-decoration: underline;
}

.bodyLabel {
	color: #292525; 
	font-weight: bold;
	font-size: 11px;
}

/* BackGround Colors */

.bgBox {
	background-color: #3F3c35;
	border: 0px;
	font-size: 12px;
	color: #ffffff;
	padding: 10px;
}

.bgTitleBox {
	background-color: #292525;
	border: 0px;
	font-size: 12px;
	color: #ffffff;
}

/* Fonts */
.copy {
	color: #292525;
	font-size: 13px;
}

.mainCopy {
	color: #ffffff;
	font-size: 13px;
}

.heading1 {
	color: #292525;
	font-size:18px;
	font-weight: bold;
	text-transform:uppercase;
	line-height:16px;
	padding:0px 0px 10px 0px;
	vertical-align:top;
}

.heading2 {
	color: #CEA259;
	font-size:14px;
	font-weight: bold;
/*	line-height:.9;*/
	padding:0px 0px 5px 0px;
}

.productListingTitleNoLink {
	color: #292525;
	font-weight:bold;
	font-size: 14px;
	text-transform:uppercase;
	text-decoration:none;
}

.row-color {
	background-color: #F0F0F0;
	font-size: 9px;
}





