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

body {	    
	/* Website background */
	   background: #144171 url(bg.jpg) repeat-x fixed top center;
}

.container {
	/* Website content background */
	   background: #fff /*url(thumbnailLarge/bgCont.jpg) no-repeat bottom right*/;
	   
	/* Standard content font */
	   font: 12px Arial, Helvetica, sans-serif;
	   color: #000;
	   
	   padding-left:15px; padding-right:15px;
}

/* Standard hyperlink font-style */
	.content a, .content a:visited {color: #56b; text-decoration: underline;}
	.content a:hover {color: #8ad ; text-decoration: underline;}

.banner {
	/* The border that sits below the banner (delete line to remove) */
	   /*border-bottom: solid 3px #b5b5b5;*/
}

/* Comment following 2 lines to make banner fit into the side padding of the site (950px) */
.container { padding-left: 0px; padding-right: 0px; }
#containerTable { margin-left: 15px; }

#sideTable {
	/* The color of the sidebar */
	   background: #f7f7f7;
}

.menu a { /* Menu items */
	float:left;
	cursor: pointer;
	padding: 7px;
	width: 146px;
	margin-bottom: 1px;
	
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	
	background: #1b85d6;
	border-left: #1b85d6 6px solid;
	color: #fff;
}

.menu a:hover { /* Menu item (when mouse is rolled over) */
	padding-right: 16px;
	padding-left: 3px;
	text-decoration: none;
	
	background: #144171 url(thumbnaillarge/menuhover.jpg) right no-repeat;
	border-left: #144171 10px solid;
	color: #fff;
}

.menuCurrent a { /* Menu item (the current page) */
	padding-right: 16px;
	padding-left: 3px;
	text-decoration: none;
	
	background: #2c8712 url(thumbnaillarge/menucurrent.jpg) right no-repeat;
	border-left: #2c8712 10px solid;
	color: #fff;
}

/* Standard hyperlink for sideLogo text */
	.sideText a, .sideText a:visited {color: #56b; text-decoration: underline; }
	.sideText a:hover {color: #8ad; text-decoration: underline; }

/* Left-Aligned Embedded Images */
.embeddedWrapper4 {margin-left: 45px;}
.embeddedWrapper3 {margin-left: 45px;}
.embeddedWrapper2 {margin-left: 45px;}
.embeddedWrapper1 {margin-left: 45px;}

/* Centered Embedded Images */
/* Delete next 4 lines to left align */
.embeddedWrapper4 {margin-left: 45px;}
.embeddedWrapper3 {margin-left: 130px;}
.embeddedWrapper2 {margin-left: 215px;}
.embeddedWrapper1 {margin-left: 300px;}

.sideLogo .sideText {
	/* The text to go with sideLogo image */
	   font: 12px Arial, Helvetica, sans-serif;
	   /*color: #000;*/
}

.embeddedItem .embedText {
	/* The text to go with any embedded image */
	   font: 11px Arial, Helvetica, sans-serif;
	   text-align: center;
	   /*color: #000;*/
}

.embeddedItem200 .embedText200 {
	/* The text to go with any embedded image */
	   font: 11px Arial, Helvetica, sans-serif;
	   text-align: center;
	   /*color: #000;*/
}

#footer {
	width: 980px;
	/* Uncomment to give the footer color */
	/*background: #1286b8;
	padding: 0px 10px 10px;
	width: 960px;*/
}

/*----------------------------------------------*/
/*----------------------------------------------*/
/*----------------------------------------------*/
/*----------------------------------------------*/

/* MAIN SITE SHELL */

body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	
	font: 10px Arial, Helvetica, sans-serif;
	color: #fff;
}

.website { /* Holds ALL content of the website */
	width: 980px;
	margin: auto;
	padding-top: 0px;
}

.container { /* Main white section of site */
	overflow: hidden;
	padding-bottom:15px;
}

#sideTable {
	width: 175px;
	vertical-align:top;
}

#contentTable {
	width: 775px;
	vertical-align:top;
	padding-bottom:20px;
}

#containerTable {
	height: 450px;
}

/*----------------------------------------------*/

/* BANNER */

.banner { /* Main banner for site */
	/*display: block;*/
	/*text-align: center;*/
}

.banner img {
	/*height: auto;*/
	/*visibility: hidden;*/
}

/*----------------------------------------------*/

/* MENU */

.menu { /* Entire Side Menu: Uncomment to hide entire menu */
	/* visibility: hidden;
	height: 0px; */
}

#aboveMenu { /* If anything needs to sit above the menubar */
	/*height: 10px;
	width: 175px;
	margin-bottom: 1px;*/
}

#belowMenu { /* If anything needs to sit below the menubar */
	height: 20px;
	width: 175px;
}

/*----------------------------------------------*/

/* SIDEBAR ITEMS */

.viewCart { /* View Cart button */
	margin-left:22px;
	/*margin-bottom: 10px;*/
	margin-top:15px;
	width: 123px;
	height: 32px;
	cursor: pointer;
	text-decoration: none;
}

.sideLogo { /* Embedded sideLogo container */
	margin-top:10px;
	margin-bottom:10px;
	margin-left: 5px;
}

.sideLogo img { /* Embedded sideLogo image / photo */
	padding-left:8px;
	display: block;
}

.sideLogo .sideText { /* Embedded sideLogo text */
	text-align:center;
	margin-top:3px;
	margin-left:8px;
	margin-right:17px;
}

/*----------------------------------------------*/

/* CONTENT */

.content { /* Page text content */
	clear: both;
	width: 750px;
	padding-left: 15px;
	margin-top: 16px;
	margin-bottom: 15px;
	line-height:1.5em;
	overflow: hidden;
}

.content .contentTableInner { /* Force the table that holds text content to fit the div */
	width: 750px;
}

hr  { /* The standard hr-line styling */
	border: 0;
	height: 1px;
	color: #c1c1c1;
	background-color: #c1c1c1;
	width: 80%;
}

/* CONTENT: EMBEDDED ITEMS / IMAGES / PHOTOS */

.embeddedWrapper4 { /* Main wrapper for holding each set of 4 items/images */
	width: 680px;
	overflow: hidden;
	margin-top: 16px;
	margin-bottom: 15px;
}

.embeddedWrapper3 { /* Main wrapper for holding each set of 3 items/images */
	width: 510px;
	overflow: hidden;
	margin-top: 16px;
	margin-bottom: 15px;
}

.embeddedWrapper2 { /* Main wrapper for holding each set of 2 items/images */
	width: 340px;
	overflow: hidden;
	margin-top: 16px;
	margin-bottom: 15px;
}

.embeddedWrapper1 { /* Main wrapper for holding each set of 1 items/images */
	width: 170px;
	overflow: hidden;
	margin-top: 16px;
	margin-bottom: 15px;
}

.embeddedItem { /* Container to hold the embedded image/photo and text */
	float: left;
	width: 170px;
	text-align: center;
}

.embeddedItem img { /* The image for the embedded item */
	margin: auto;
	display: block;
	border:none;
}

.embeddedItem .embedText { /* The text to go with the embedded image */
	margin: auto;
	padding-top:3px;
	width: 150px;
}

.embedCart { /* The image for the embedded item */
	width: 150px;
	padding: 2px 10px;
	text-align: left;
}

/* CONTENT: EMBEDDED ITEMS / IMAGES / PHOTOS FOR HOMEPAGE (200px WIDE) */

.embeddedWrapperHome3 { /* Main wrapper for holding each set of 3 items/images */
	margin-left: 60px;
	width: 660px;
	overflow: hidden;
	margin-top: 16px;
	margin-bottom: 15px;
}

.embeddedWrapperHome2 { /* Main wrapper for holding each set of 3 items/images */
	margin-left: 152px;
	width: 440px;
	overflow: hidden;
	margin-top: 16px;
	margin-bottom: 15px;
}

.embeddedWrapperHome1 { /* Main wrapper for holding each set of 3 items/images */
	margin-left: 280px;
	width: 220px;
	overflow: hidden;
	margin-top: 16px;
	margin-bottom: 15px;
}

.embeddedItem200 { /* Container to hold the embedded image/photo and text */
	float: left;
	width: 220px;
	text-align: center;
}

.embeddedItem200 img { /* The image for the embedded item */
	margin: auto;
	display: block;
	border: none;
}

.embeddedItem200 .embedText200 {
	margin: auto;
	padding-top: 3px;
	width: 200px;
}

.embedCart200 {
	width: 200px;
	padding: 2px 10px;
	text-align: left;
}

/*----------------------------------------------*/

/* SHOPPING CART */

.itemName { font-size:12px; font-weight:bold; }
.itemNameValue { font-size:12px; }
.itemPriceName { font-size:12px; font-weight:bold; }
.itemPriceValue { font-size:12px; }

.shop { font-size:12px;}

.shopBorderTopLeft {
	border-left:1px solid #eee; 
	border-top:1px solid #eee;
	font-size:12px;
}
.shopBorderTop {
	border-top:1px solid #eee;
	font-size:12px;
}
.shopBorderTopRight {
	border-right:1px solid #eee;
	border-top:1px solid #eee;
	font-size:12px;
}
.shopBorderRight {
	border-right:1px solid #eee;
	font-size:12px;
}
.shopBorderLeft {
	border-left:1px solid #eee;
	font-size:12px;
}
.shopBorder {
	border-left:1px solid #eee;
	font-size:12px;
}
.shopSubTotalRight {
	border-top:1px solid #eee;
	border-right:1px solid #eee;
	font-size:12px;
}
.shopSubTotal {
	border-top:1px solid #eee;
	font-size:12px;
}
.shopSubTotalLeft {
	border-top:1px solid #eee;
	border-left:1px solid #eee;
	font-size:12px;
}

/*----------------------------------------------*/

/* FOOTER / CREDITS / BOTTOM MENU */

#footer { /* Footer shell */
	margin-bottom: 5px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
}

#footer a { /* All footer hyperlinks */
	color: #fff;
	text-decoration: none;
}

#footer a:hover { /* All footer hyperlinks (mouseover) */
	text-decoration: underline;
}

.footerMenu { /* Footer menu section */
	float: left;
	vertical-align: top;
	text-transform: uppercase;
	padding-top: 7px;
	width: 700px;
}

.footerMenu a { /* Footer menu items */
	padding-left: 4px;
	padding-right: 4px;
	line-height: 16px;
	display: inline-block;
}

.footerCredits { /* Footer credit information */
	float: right;
	vertical-align: top;
	text-align: right;
	padding-top: 7px;
}

#copyrightInfo { /* Copyright text. Remove visibility comments below to hide text */
	clear: both;
	padding-top: 6px;
	padding-left: 4px;
	/*visibility:hidden;*/
}

#havealookCredits { /* 'Website By' text. Remove visibility comments below to hide text */
	padding-top: 2px;
	/*visibility:hidden;
	position: absolute;*/
}
p {margin:0px;}table {border-collapse:collapse;}
p {margin:0px;}table {border-collapse:collapse;}

.contentTableInner div {
  line-height: 3em
}</pre></body></html>