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

/* Color Swatches
Blue 1: 0c1243
Blue 2: 0a0344
Blue 3: 1f497d
Green: 4fad26
Orange: cc6633
Yellow: e3d45f
Gray: c1c1c1
Light Gray: f3f3f3
*/

/* Embedded font */

@font-face {
    font-family: 'OpenSansCondensedLight';
    src: url('fonts/OpenSans-CondLight-webfont.eot');
    src: url('fonts/OpenSans-CondLight-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-CondLight-webfont.woff') format('woff'),
         url('fonts/OpenSans-CondLight-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-CondLight-webfont.svg#OpenSansCondensedLight') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Fixes Chrome font-face rendering */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'OpenSansCondensedLight';
		src: url('fonts/OpenSans-CondLight-webfont.svg#OpenSansCondensedLight') format('svg');	
	}
}
@font-face {
    font-family: 'OpenSansCondensedBold';
    src: url('fonts/OpenSans-CondBold-webfont.eot');
    src: url('fonts/OpenSans-CondBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-CondBold-webfont.woff') format('woff'),
         url('fonts/OpenSans-CondBold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-CondBold-webfont.svg#OpenSansCondensedBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Fixes Chrome font-face rendering */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'OpenSansCondensedBold';
		src: url('fonts/OpenSans-CondBold-webfont.svg#OpenSansCondensedBold') format('svg');	
	}
}

body {
	font-family: Arial, Helvetica, "Helvetica Neue", sans-serif;
	color: #222;
	line-height: 1.45;
	background: #fff;
}
html,body {
	height: 100%;
}
#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -131px;
}
/* Content wrapper */
.container {
	width: 980px;
	margin: 0 auto;
	padding: 20px;
}
#main-content {
	padding-top: 0;
	padding-bottom: 1.5em;
}
header .column,
footer .column {
	margin-bottom: 0;
}

/* Vertical divider */
.v-divider {	
	border-right: 1px solid #cacaca;
}

/* Horizontal  divider */
.h-divider {	
	border-bottom: 1px solid #cacaca;
	margin-bottom: 1.5em;
}

/* ---------------------------------------------------------------
TYPOGRAPHY
----------------------------------------------------------------*/

/* -------- Links --------*/
a {
	color: #1f497d;
	text-decoration: underline;
}
a:hover {
	color: #4fad26;
	text-decoration: none;
}

/* -------- Headers --------*/
h1, h2, h3, h4, h5, h6 {
	font-family: 'OpenSansCondensedBold', Arial, Helvetica, "Helvetica Neue", sans-serif;
	margin-bottom: .5em;
	line-height: 1.2;
	color: #0c1243;
}
	h1{
		font-size: 3.7em;
	}
	h2{
		font-size: 3.1em;
	}
	h3{
		font-size: 2.8em;
	}
	h4{
		font-size: 2.4em;
	}
	h5{
		font-size: 2em;
	}
	
	p + h2,
	p + h3,
	p + h4,
	ul + h2,
	ul + h3,
	ul + h4 {
		margin-top: .7em;
	}
	
	/* Subheadings */
	.subhead {
		margin-top: -.5em;
		line-height: 1em;
	}
	
	/* Sidebar Headers */
	aside h2 {
		font-size: 2.4em;
	}
	aside h3 {
		font-size: 2em;
	}
	aside h4 {
		font-size: 1.8em;
	}
	aside h5 {
		font-size: 1.6em;
	}
	aside h6 {
		font-size: 1.4em;
	}

/* Paragraph/Lists Font Sizing */
p {
	font-size: 1.4em;
	margin-bottom: 1.3em;
}
	p.small-text {
		font-size: 1.125em;
		line-height: normal;
	}
ul, ol {
	margin-left: 1.5em;
	margin-bottom: 2em;
	padding-left: 0;
}
ol {
	padding-left: 2em;
}
ul li,
ol li {
	font-size: 1.4em;
	padding: 0 0 1em 1.6em;
	margin: 0;
}
ul li {
	padding-left: 2em;
	background: url(../images/bullet.jpg) no-repeat 0 3px;
}
ol li {
	padding-left: .3em;
}
	aside p,
	aside li {
		font-size: 1.2em;
	}

ul, ol {
	margin-left: 2em;
	margin-bottom: 2em;
	padding-left: 0;
}
	ul li ul,
	ul li ol {
		margin-top: 1em;
		margin-left: 0;
		margin-bottom: 0;
		padding-left: 0;
	}
	li li {
		font-size: inherit;
		background: url(../images/bullet2.png) no-repeat 0 3px;
		padding-left: 1.2em;
	}
	li li:last-child {
		padding-bottom: 0;
	}
	ol li {
		background: none;
	}
ul.interpage-links {
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 0;
}
ul.interpage-links ul {
	margin-bottom: 0;
}
ul.interpage-links li {
	padding-left: 1.5em;
	font-size: 1.3em;
	font-weight: bold;
	background: url(../images/bullet2.png) no-repeat 0 2px;
}

h1 sup {
	font-size: 50%;
	top: -0.7em;
}
	
/* Abbreviations */
abbr,
acronym {
	color: #222222;
	border-bottom: 1px dotted #dddddd;
}

/* Block quote */
blockquote {
	margin: 1.4em a2em20px;
	background-color: #ecede7;
}
	blockquote cite {
		display: block;
		font-size: 1.3em;
		color: #555555;
		font-style: normal;
		text-align: right;
		font-weight: bold;
	}
	blockquote cite:before {
		content: "\2014 \0020";
	}
	blockquote cite a,
	blockquote cite a:visited {
		color: #555555;
	}
	blockquote,
	blockquote p {
		line-height: 1.9em;
		color: #6f6f6f;
		font-style: italic;
	}

	
/* ---------------------------------------------------------------
HEADER
----------------------------------------------------------------*/
header {
	position: relative;
	width: 100%;
	z-index: 99;
	border-bottom: 1px solid #1f497d;
	background-color: #f3f3f3;
}
	header .container {
		padding-top: 0;
		padding-bottom: 0;
	}
header a {
	border: none;
}
#logo { /* Apply to surrounding &lt;a&gt; */
	padding: 14px 0 10px;
	margin: 0;
	width: 80%;
	height: auto;
	display: block;
}

/* ---------------------------------------------------------------
MAIN NAVIGATION MENU - Horizontal
----------------------------------------------------------------*/
#main-nav {
	margin: 0;
	padding: 0;
	z-index: 10;
	text-align: right;
}
#main-nav &gt; ul {
	list-style: none;
	margin: 20px 0 0;
	padding: 0;
	zoom: 1; /* IE7 or &lt; fix */
	z-index: 10;
}
#main-nav &gt; ul li {
	background-image: none;
	float: left;
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	zoom: 1; /* IE7 or &lt; fix */
}
#main-nav &gt; ul li.cart {
	float: right;
}
#main-nav &gt; ul li a {
	font-family: 'OpenSansCondensedBold', Arial, Helvetica, "Helvetica Neue", sans-serif;
	color: #1f497d;
	font-size: 1.25em;
	text-decoration: none;
	display: block;
	text-align: center;
	padding: .25em .68em;
	zoom: 1; /* IE7 or &lt; fix */
}
#main-nav &gt; ul li a:hover,
#main-nav &gt; ul li:hover {
	color: #4fad26;
	background-color: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 3px 1px #d1d1d1;
	box-shadow: 0 0 3px 1px #d1d1d1;
}
/* Dropdown menu */
#main-nav &gt; ul li ul {
	display: none;
	float: none;
	width: 240px;
	height: auto;
	margin: 0;
	position: absolute;
	top: 80%;
	left: 0;
	padding: 10px;
	background-color: #fff;
	z-index: 99;
	-webkit-box-shadow: 0 2px 3px 1px #d1d1d1;
	box-shadow: 0 2px 3px 1px #d1d1d1;
	-moz-border-top-right-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
#main-nav &gt; ul li:hover ul {
	display: block;
}
#main-nav &gt; ul li ul li {
	float: none;
	display: block;
	line-height: normal;
	height: auto;
	padding: 0;
	margin: 0;
	width: auto;
}
#main-nav &gt; ul li ul li a {
	font-family: 'OpenSansCondensedLight', Arial, Helvetica, "Helvetica Neue", sans-serif;
	*font-size: .65em;
	font-size: 1.1em;
	color: #1f497d;
	display: block;
	padding: 8px 0 8px 18px;
	background: none;
	text-align: left;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: url(../images/bullet2.png) no-repeat 0 43%;
}
#main-nav &gt; ul li ul li:hover,
#main-nav &gt; ul li ul li a:hover {
	color: #4fad26;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	position: relative;
}

/* ---------------------------------------------------------------
TABLES
----------------------------------------------------------------*/	
table {
	border: 1px solid #000;
	margin: 10px 0 20px;
}
table.zebra-stripe tr:nth-of-type(odd) { 
	background: #eee; 
}
th,td {
	border: 1px solid #000;
	padding: .7em;
	font-size: 1.3em;
}
th {
	color: #fff;
	background: #000;
	font-weight: bold;
}
caption {
	padding-bottom: 1em;
}
	
/* ---------------------------------------------------------------
FORMS
----------------------------------------------------------------*/
fieldset {
	border: 1px solid #c1c1c1;
	background-color: #f3f3f3;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
fieldset h2 {
	color: #fff;
	background-color: #000;
	font-size: 2em;
}
label {
	color: #cc6633;
	font-size: 1em;
	font-weight: bold;
}
  
input[type="text"],
input[type="password"],
textarea,
select {
	font-size: 1em;
	background-color: #fff;
	border: 1px solid #cccccc;
	color: #222;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}


/* Buttons */
.button {
	font-family: 'OpenSansCondensedBold', Arial, Helvetica, "Helvetica Neue", sans-serif;
	border: none;
	background: #1f497d;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1f497d), to(#0c1243));
    background-image: -webkit-linear-gradient(top, #1f497d, #0c1243);
    background-image: -moz-linear-gradient(top, #1f497d, #0c1243);
    background-image: -ms-linear-gradient(top, #1f497d, #0c1243);
    background-image: -o-linear-gradient(top, #1f497d, #0c1243);
    background-image: linear-gradient(top, #1f497d, #0c1243);
	color: #fff;
	font-size: 2em;
	text-shadow: -1px 1px 2px #000;
	padding: .5em 1.5em;
}
	.button-small {
		font-size: 1.6em;
	}
	.button-large {
		font-size: 2.8em;
	}
	.button:hover {
		background: #0c1243;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#0c1243), to(#1f497d));
		background-image: -webkit-linear-gradient(top, #0c1243, #1f497d);
		background-image: -moz-linear-gradient(top, #0c1243, #1f497d);
		background-image: -ms-linear-gradient(top, #0c1243, #1f497d);
		background-image: -o-linear-gradient(top, #0c1243, #1f497d);
		background-image: linear-gradient(top, #0c1243, #1f497d);
		color: #fff;
	}
	.green-button,
	#main-nav &gt; ul li.cart a.cart-button {
		background: #4fad26;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#4fad26), to(#449521));
		background-image: -webkit-linear-gradient(top, #4fad26, #449521);
		background-image: -moz-linear-gradient(top, #4fad26, #449521);
		background-image: -ms-linear-gradient(top, #4fad26, #449521);
		background-image: -o-linear-gradient(top, #4fad26, #449521);
		background-image: linear-gradient(top, #4fad26, #449521);
	}
	.green-button:hover,
	#main-nav &gt; ul li.cart a.cart-button:hover {
		background: #449521;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#449521), to(#4fad26));
		background-image: -webkit-linear-gradient(top, #449521, #4fad26);
		background-image: -moz-linear-gradient(top, #449521, #4fad26);
		background-image: -ms-linear-gradient(top, #449521, #4fad26);
		background-image: -o-linear-gradient(top, #449521, #4fad26);
		background-image: linear-gradient(top, #449521, #4fad26);
	}
	#main-nav &gt; ul li.cart a.cart-button {
		font-family: 'OpenSansCondensedBold', Arial, Helvetica, "Helvetica Neue", sans-serif;
		padding: .4em .8em;
		color: #fff;
	}
	

/* ---------------------------------------------------------------
CONTENT
----------------------------------------------------------------*/
.home-section,
.page-title {
	background-color: #9799ad;
	min-width: 980px;
}
	.home-section h1,
	.page-title h1 {
		color: #2b2c36
	}
	/*.page-title {
		background-image: url(../images/bg_title.png);
		background-repeat: no-repeat;
		background-position: right 50%;
	}*/
	.page-title h1 {
		width: 950px;
		margin: 0 auto;
		padding: 6px 20px 4px;
	}
	.home-section p {
		color: #fff;
		font-size: 1.6em;
	}
.home-section-box {
	overflow: hidden;
	position: relative;
	height: 450px;
}
	.home-section-box h2 {
		font-size: 2.4em;
		color: #4fad26;
	}
	.home-section-box p {
		font-size: 1.3em;
	}
	.home-section-img {
		position: relative;
		margin-bottom: 1em;
	}
	.home-section-img h2 {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		margin-bottom: 0;
		background-color: #7898BE;
		background-color: rgba(120,152,190,.8);
		padding: 10px;
		color: #fff;
		text-shadow: -1px 1px 2px #000;
	}
	.home-section-box-link {
		position: absolute;
		width: 100%;
		left: 0;
		bottom: 0;
		text-align: center;
	}
	
figure {
	width: 40%;
	margin-bottom: 15px;
}
figcaption {
	color: #1f497d;
	text-align: center;
	font-size: 1.1em;
	font-style: italic;
	padding: 4px;
}
	figure.full-image {
		width: 100%;
	}
.inner-box {
	margin-bottom: 1em;
	padding: 1em;
}
.image-border,
.bordered-box {
	border: 1px solid #c1c1c1;
	background-color: #f3f3f3;
}
img + a.button {
	margin-top: 1em;
}
.call-out {
	border: 1px solid #c1c1c1;
	background-color: #f3f3f3;
	padding: 1em;
}
.content-container {
	padding: 1.618em;
}
	.content-container h3 {
		font-size: 2em;
	}
	.content-container p {
		font-size: 1.2em;
	}
.preview-container {
	height: 240px;
}
	.preview-container h3 {
		font-size: 2em;
		margin-bottom: .25em;
	}
	.preview-container p {
		font-size: 1.2em;
		margin-bottom: .5em;
	}
	.preview-container .button-group {
		margin-top: .25em;
	}
	.preview-container .button {
		font-size: 1.3em;
	}
	.preview-price {
		color: #cc6633;
		font-size: 2em;
		font-weight: bold;
	}
.preview-container2 {
	height: 340px;
}
	.preview-container2 h3 {
		font-size: 2em;
		margin-bottom: .25em;
	}
	.preview-container2 p {
		font-size: 1.2em;
		margin-bottom: .5em;
	}
	.preview-container2 .button-group {
		margin-top: .25em;
	}
	.preview-container2 .button {
		font-size: 1.3em;
	}
	.preview-price {
		color: #cc6633;
		font-size: 2em;
		font-weight: bold;
	}	
.coming-soon {
	color: #cc6600;
	font-style: italic;
}

/* Image frame */
.image-frame {
	border: 1px solid #c1c1c1;
	margin-bottom: .5em;
}

.purchase-box h3 {
	margin-bottom: .25em;
}
.purchase-box p {
	font-size: 1.3em;
	margin-bottom: .25em;
}
.purchase-box label {
	display: inline;
	margin-right: .25em;
}
.purchase-box .qty-field {
	font-size: 1.6em;
	width: 3em;
	margin-right: .25em;
}
.item-price {
	color: #cc6633;
	font-size: 2.5em;
	font-weight: bold;
	display: block;
}
.special-box {
	background-color: #f4eebc;
	border-color: #e3d45f;
}
.blue-text {
	color: #1f497d;
}
	

/* GOOGLE MAP */
#map {
	width: 100%;
	height: 360px;
	border: 1px solid #000;
	font-size: 12px;
}
#map img {
	max-width: none !important;
	background: none;
	border: none;
	padding: 0;
}

/* LOADING */
#loading {
	width: 220px;
	height: 80px;
	border: 2px solid #222;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	background: #fff;
	color: #222;
	font-weight: bold;
	font-size: 14px;
	line-height: 31px;
}

/* ---------------------------------------------------------------
FOOTER
----------------------------------------------------------------*/
.footer-clear {
	height: 131px;
	clear: both;
}

footer {
	width: 100%;
	margin: 0 auto;
	border-top: 1px solid #1f497d;
	background-color: #f3f3f3;
	height: 131px;
}
	footer a {
		text-decoration: underline;
		border-bottom: none;
	}
	footer a:hover {
		text-decoration: none;
	}
	footer p {
		font-size: 1em;
	}
	.footer-nav {
		margin: 0 0 1em;
		padding: 0;
	}
	.footer-nav a {
		font-weight: normal;
		font-size: 1.2em;
	}
	.footer-nav a.top-level {
		font-size: 1.5em;
		text-transform: uppercase;
		font-weight: bold;
	}
	footer img {
		border: none;
		padding: 0;
		background: none;
	}
	footer address {
		font-size: 1.2em;
		font-style: normal;
	}
.signup h4 {
	font-size: 1.8em;
	margin-bottom: .1em;
	color: #cc6633;
}
.signup p {
	font-size: 1.1em;
	margin-bottom: .6em;
}
.copyright {
	font-size: 1.1em;
	line-height: 1.6em;
}</pre></body></html>