<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

img{border:0}

h6 {
	line-height: .15em;
}
/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/



/* GENERAL PAGE */
a:link {
    text-decoration: none;
	color: #FF6600;
}
a:visited {
    text-decoration: none;
	color: #FF6600;
}
a:hover {
    text-decoration: underline;
	color: #cc6600;
}
.fluid fshero_image{
}
.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
	background-color: #FFFFFF;
}
.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
.gridContainer {
	margin: 0 auto !important;
	max-width: 1100px !important;
	position: relative;
	background-color: #FFFFFF;
}
.prodbody {
	max-width:1100px;
}
.b_background{
	background: #736f6f;
}
img.menuicon {
    vertical-align: text-bottom;
}
.zeroMargin_mobile{
	margin-left: 0;
}
.hide_mobile{
	display: none;
}
.mobilelogin{
	display: none !important;
}
.mobilesearch{
	display: none !important;
}









/* Header and Sidebar MK */
.faheader {
	background-color: #000000;	
}
table.logint {
	background: black;
	width: 100%;
	color: white;
	padding-bottom: 2px;
	margin-bottom: -19px;	
}
.fssidebar{
	padding: 3px;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	overflow: hidden; 
}
.fsinfo {
	background-color: #FF5A00;
    color: white;
    font-size: 16px;
    font-weight: bold;
	line-height: 1.5em;
	border-bottom:dotted;
	border-bottom-color:gray;
	border-width:1px;
}







/* Main Page Info MK */
.dealertitle {
	color: #FF5A00;
	font-size: 24px;
	font-weight: bold;
	line-height: 36px;
	font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
	border-bottom:dotted;
	border-bottom-color:gray;
	border-width: 1px;
}

.dealersmTitle {
	font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
	color: #666666;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	letter-spacing: 1px;
}
.dealersmerTitle {
	font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
	color: #666666;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 1px;
}
.fa_tabs {
	width: 97%;
	padding-left: 14px;
	font-family:Verdana;
}

#columns{
	width: 100%;	
}
.leftColumn{
	width: 50%;
	float: left;
}
.rightColumn{
	width: 50%;
	float: left;
}





/*Footer Information MK */
.fs_infob {
	width: 97%;
	padding-left: 14px;
	font-family:Verdana;
	font-size: 12px;
	text-align: center;
}
.fs_infobhead{
	font-size: 18px;
	font-weight: bold;
	color: #FF6600;
}
.fs_footer {
	background-color: #000000;	
	vertical-align: middle;
	height: 65px;
	color: #FFFFFF;
	margin-top: 15px;
	margin-bottom: 10px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	text-align: center;
	font-size: 12px;
	padding-top: 5px;
	line-height: 12px;
	padding-bottom: 25px;
}
.fs_footer a:link, .fs_footer a:visited, .fs_footer a:active {
	color: #FFFFFF;
	font-size: 9px;
	text-decoration: none;
}
.fs_footer a:hover {
	color: #FFFFFF;
	font-size: 9px;
	text-decoration: underline;
}
.piclink {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	padding-bottom: 4px;
	line-height: 1.5em;
}
.piclinksm {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	color: black;
	font-style:italic;
	font-size: small;
	line-height: 1.5em;
}








/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
.faheader {
	width: 100%;
}
.fsmenu {
}
.fssidebar {
}
.image {
}
.fshero_image {
}
.fa_tabs {
}
.d_signin {
}
.fs_footer {
}
.prodbody {
}
.b_background{
	background: #736f6f;
}
.fs_descript {
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
.fshero_image p { 
	padding-left: 20px;
	padding-right: 20px;
}

}







@media only screen and (max-width: 700px) {
	.gridContainer {
		width: 97%;
		padding-left: 0.75%;
		padding-right: 0.75%;
	}
	.fssidebar {
		display: none !important;
	}   
	.fshero_image { 
		padding-left: 5px;
	}
   
	.fshero_image p { 
		padding-left: 20px;
		padding-right: 20px;
	}
	.b_background{
		background: #736f6f;
	}
	
	.leftColumn{
		width: 100%;
	}
	.rightColumn{
		width: 100%;
		float: right;
	}

}






/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (min-width: 769px) {

.gridContainer {
	width: 96%;
	max-width: 1024;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
.faheader {
}
.fsmenu {
}
.image {
width: 49.1525%;
}
.fssidebar {
width: 20%;
border-right:dotted;
border-right-color:gray;
border-width:1px;
}
.fshero_image {
width: 76.25%;
clear: none;
margin-left: 1.6949%;
}
.fa_tabs {
}
.related_prod {
}
.d_signin {
}
.fs_footer {
}
.prodbody {
}
.fs_descript {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
.fshero_image p { 
	padding-left: 20px;
	padding-right: 20px;
}
.b_background{
	background: #736f6f;
}


ul, ol {
    list-style: none;
}

table#t01 {
	width: 97%;
	margin:2px;
	padding:2px;
}
table#t01 tr td{
	padding-top:2px;
	padding-bottom:5px;
	border-bottom:dotted;
	border-bottom-color:gray;
	border-width:1px;
}

table#t02 {
	width: 98%;
	margin:1px;
	padding:2px;
}
table#t02 tr td{
	padding-left: 4px;
	border-bottom:dotted;
	border-bottom-color:gray;
	border-width:1px;
}
table#t03 {
	width: 97%;
	margin:2px;
	padding:2px;
}
table#t03 tr td{
	padding-top:2px;
	padding-bottom:5px;
	border-bottom:dotted;
	border-bottom-color:gray;
	border-width:1px;
}
table#tcsr {
	align-content:flex-start;
	vertical-align:top;  
	display: block;
	width: 100%;
	margin:1px;
	padding:2px;
}
table#tcsr tr td{
	padding-left: 4px;
	border-bottom:dotted;
	border-bottom-color:gray;
	border-width:1px;
}
.fssidebar .block-title {
    color: #323C58;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    left: 8px;
    top: 0px;
	border-bottom:dotted;
	border-bottom-color:gray;
	border-width:1px;

}
.fssidebar .block.shop-categories .block-content ol li a {
    font: 14px/1.5 'Lucida Grande', Helvetica, Arial, Sans-Serif;
}

.mobilesearch{
	display: none !important;
}

}





@media only screen and (max-device-width: 489px) {
    span[id=switcher] {
      display:block;
      background-image: url(http://www.firesideamerica.com/assets/images/logo_mobile.jpg) !important;
      background-repeat: no-repeat !important;
      background-position: left !important;
      width: 300px !important;
      height: 60px !important;

}
    span[id=dswitcher] {
      display:block;
      background-image: url(http://www.firesideamerica.com/assets/images/d_logo_mobile.jpg) !important;
      background-repeat: no-repeat !important;
      background-position: left !important;
      width: 300px !important;
      height: 60px !important;

}

img[id=fsafull] {display: none !important;}

img[id=dfsafull] {display: none !important;}

.fssidebar {
	display: none !important;
}
.fshero_image p { 
	padding-left: 20px;
	padding-right: 20px;
}
.b_background{
	background: #ffffff;
}

.fshero_image li { 
	width: 100%;
	padding-right: 0px;
}
.fshero_image p { 
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
}

.fa_tabs {
	width: 100%;
	padding-left: 0px;
}
.mobilesearch{
	display: block !important;
}


}


.hltextbig {
    color: #323C58;
    font-size: 14px;
    font-weight: bold;
	font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
	border-bottom:dotted;
	border-bottom-color:gray;
	border-width: 1px;
}
.hltextreg {
    font-size: 13px;
	font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
}


#fslfwrap{
	overflow: hidden;
	algin: center;
	padding-top:2px;
	padding-bottom:5px;
	border-top:dotted;
	border-top-color:gray;
	border-bottom:dotted;
	border-bottom-color:gray;
	border-width:1px;	
	margin-top: 10px;

}

.fslfprods{
	margin: 6px;
	width:23%;
	position: relative;
	float: left;
}
.fscol{
	position: realtive;
	display: inline;
	left: 1px;
	right: 1px;
	top: 1px;
	bottom: 1px;
	padding: 2px;
	margin: 0;
}


#imagewrap{
	overflow: hidden;
	align: center;
}
.imagebox {
      width: 25%;
	  max-width:500px;
      padding-bottom: 24%;
      position: relative;
      float: left;
	  text-align:center;
}
.imageboxContent {
      position: absolute;
      left: 1px;
      right: 1px;
      top: 1px;
      bottom: 1px;
      padding: 1px;
	  margin: 5px;
	  border: 1px dotted #999999;
}



@media only screen and (max-width : 650px) {
   /* Smartphone view: 1 tile */
   .imagebox {
      width: 100%;
      padding-bottom: 95%;
   }
   
   .hltextbig {
		font-size: 17px;
   }
   .hltextreg {
	   text-align:center;
	   font-size: 15px;
   }
   
   .fslfprods {
	   width: 46%;
   }
   
   .hltextbig {
	   padding: 12px;
   }
   .fscol{
	   text-align: center;
   }
	.imageboxcat {
      width: 100%;
      padding-bottom: 110%;
   }
   .hide_login {
		display: none !important;
	}   
   	#mobileli{
		width: 100%;
		align-content:center;
		text-align:center;
		background: black;
	}
	.mobilelogin{
		display: block !important;
	}
	.mobilesearch{
		display: block !important;
	}


}




@media only screen and (max-width : 1050px) and (min-width : 651px) {
   /* Tablet view: 2 tiles */
   .imagebox {
      width: 50%;
      padding-bottom: 50%;
	  line-height: 2em;
   }
   
	.hltextbig {
		font-size: 15px;
   }
   .hltextreg {
	   font-size: 15px;
   }
   
   .fslfprods {
	   width: 23%;
   }
   .fscol{
	   text-align: center;
   }
   .imageboxcat {
      width: 50%;
      padding-bottom: 55%;
}
}




@media only screen and (max-width : 1290px) and (min-width : 1051px) {
   /* Medium desktop: 4 tiles */
   .imagebox {
      width: 25%;
      padding-bottom: 25%;
   }
   .imageboxcat {
      width: 25%;
      padding-bottom: 30%;
   }
}


#imagewrapcat{
	overflow: hidden;
	align: center;
}
.imageboxcat {
      width: 25%;
	  max-width:500px;
      padding-bottom: 30%;
      position: relative;
      float: left;
	  text-align:center;
}
.imageboxContentcat {
      position: absolute;
      left: 1px;
      right: 1px;
      top: 1px;
      bottom: 1px;
      padding: 1px;
	  margin: 5px;
	  border: 1px dotted #999999;
}






&lt;!-- Enable media queries for old IE --&gt;
&lt;!--[if lt IE 9]&gt;
   &lt;script src="http://css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js"&gt;&lt;/script&gt;
&lt;![endif]--&gt;</pre></body></html>