<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/****** Reset ******/

html, body, div, span, h1, h2, h3, h4, h5, h6, p, ol, ul, li, form, aside,  {
	border: 0;
	outline: 0;
	padding: 0;
	margin:0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

a img {
	border: none;
	outline:0;
}
*{box-sizing:border-box;}


/****** Media Queries ******/

/***************************************************
			      Global styles
***************************************************/


body {
	line-height: 1.5;
	background:#b3a284;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
	margin:0;
	padding:0;

}
#wrapper {
	width: 100%;
	}

.clear {
	clear:both;
	}

/*------------------------------ Content -----------------------------*/
#content {
	width:1050px;
	margin:auto;
	padding:5px 20px;

}

#fadeshow1{
	margin:0 auto;
	width:1260px;
	height:756px;
	overflow:auto;


	}

.formTable tr:nth-child(odd) {
background: #ffffff;
}


.bold { font-weight:bold;
}

.addressItalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
}
h1,h2,h3,h4,h5,h6 {
  margin:0;
}

h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.3em; }
h4 { font-size: 1em; }
h5 { font-size: 0.8em; }
h6 { font-size: 0.7em; }

p .breakhere {
	page-break-after:always;
}
a:link {
	color: #000066;
	text-decoration: underline;
}
a:visited {
	color: #000066;
	text-decoration: underline;
}
a:hover {
	color: #000099;
}
a:active {
	color: #000066;
	text-decoration: underline;
}
.pageHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: normal;
	color: #069;
	margin:5px 0 25px 0;
}
.paraHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #333;
}
.textColor {
	color:#F00;
	font-weight:bold;
	margin:0;
}
a.nounderline:link {
	color: #000066;
	text-decoration: none;
}
a.nounderline:visited {
	color: #000066;
	text-decoration: none;
}
a.nounderline:hover {
	color: #000099;
	text-decoration: underline;
}
a.nounderline:active {
	color: #000066;
	text-decoration: none;
}
.center {
	text-align:center;
}
.left {
	float: left;
	margin-right:20px;
}
.right {
	float: right;
	margin-left:20px;
}
/*------------------------------ Content - Columns Layout -----------------------------*/

div#outer { 
	width: 915px; 
	margin:15px auto;
}
div#column { 
	float: left;
	background-color: #ccc;
	margin:5px;
	padding:5px;
	width:285px;

}
/*------------------------------ Content - Images -----------------------------*/
.image-Left {
	margin: 0 35px 0 10px;
	float:left;
	border: 1px #ddd solid;
	padding:3px;
}
.image-Right {
	margin: 0 10px 0 35px;
	float:right;
	border: 1px #ddd solid;
	padding:1px;
}
.image-Center {
	margin-left:auto;
	margin-right: auto;
	margin-top: 15px;
	display:block;
	border: 1px #ddd solid;
	padding:1px;
}
.imageSet {  
	margin: 0 auto;
	border:0px;
	text-align:center; 
	width: 940px; 
}
.imageSet img { 
	margin-left:auto;
	margin-right:auto;
	margin: 15px 5px; 
}
.caption {
	text-align:center;
	background:#fff;
	font-size:11px;
	margin:0;
	color: #666;
	width:106px; /*change caption width here*/
}
.image_Caption-Left { /*image caption container*/
	float:left;
	width:116px; /*change image width here*/
	margin: 3px 20px 0 10px;
}
.image_Caption-Right { /*image caption container*/
	float: right;
	width:116px; /*change image width here*/
	margin: 3px 10px 0 20px;
}
.image_Caption-Center { /*image caption container*/
	width:116px; /*change image width here*/
	margin-left:auto;
	margin-right: auto;
	margin-top: 15px;
	display:block;
}
.image_CaptionGroup {
	width: 90%;
	margin: 30px auto;
}
.imageCaption{
	float:left;
!important  background: #fff;
	height:250px;
	text-align:center; /* Change here image/text alignment */
	margin: 0;
	padding: 10px;
	width: 47%;
}

.colorBlock {
	margin: 0 auto;
	width:350px; /* change width of block here */
	text-align:center;
	color:#FFFFFF;
	background-color: #333;
	padding: 5px;
}
.socialIconsHorz {
	float:right;
	margin:5px;
}
.couponBorder {
	border: thin dashed #000;
	margin: 0 auto;
	width:350px;
	text-align:center;
	background-color:#eee;
	padding: 10px;
}
/*------------------------------ Footer -----------------------------*/

#footer {
	clear:both;
	background: #eee;
	padding:2px;
	text-align:center;
	font-size:11px;
}
#footer a:link, #footer a:visited, #footer a:active {
	color:#000066;
}
#footer a:hover {
	color:#000099;
}
#cwr {
	margin:0 auto;
	background-color:none;
	color:#000000;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
}

.auction {
  background: #ff1e1a;
  background-image: -webkit-linear-gradient(top, #ff1e1a, #e76462);
  background-image: -moz-linear-gradient(top, #ff1e1a, #e76462);
  background-image: -ms-linear-gradient(top, #ff1e1a, #e76462);
  background-image: -o-linear-gradient(top, #ff1e1a, #e76462);
  background-image: linear-gradient(to bottom, #ff1e1a, #e76462);
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  text-shadow: 1px 1px 3px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  font-weight:bold;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.auction:hover {
  background: #ff0000;
  text-decoration: none;
}

.auction1 {
  background: #ff1e1a;
  background-image: -webkit-linear-gradient(top, #126408, #268f19);
  background-image: -moz-linear-gradient(top, #126408, #268f19);
  background-image: -ms-linear-gradient(top, #126408, #268f19);
  background-image: -o-linear-gradient(top, #126408, #268f19);
  background-image: linear-gradient(to bottom, #126408, #268f19);
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  text-shadow: 1px 1px 3px #999999;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  font-weight:bold;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.auction1:hover {
  background: #126408;
  text-decoration: none;
}</pre></body></html>