@charset "utf-8";
/* CSS Document */


body {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	font: 13px/18px Arial, Helvetica, sans-serif;
	color: #000;
}
p {
	font-size: 14px;
}

.bg {
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #20c1ff;
	border: thin solid #000;
}
a {
	color: #000;
}

.heading {
	font: normal 16px "Comic Sans MS", Arial, cursive;
	color: #000;
}
.tanbg {
	background-image: url(artwork/tanbg2.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
.menutext {
	font: normal 16px "Comic Sans MS", Arial, cursive;
	color: #000;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: dotted;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.menutext a {
	text-decoration: none;
	color: #000;
}
.menutext a:hover {
	color: #cf2e34;
}

.footertext {
	font: 10px Arial, Helvetica, sans-serif;
	color: #6CF;
}
.redheading {
	font: normal 18px Arial, Helvetica, sans-serif;
	color: #cf2e34;
}
#itemlist tr td {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: dotted;
	border-top-color: #197FC7;
	border-right-color: #197FC7;
	border-bottom-color: #197FC7;
	border-left-color: #197FC7;
}
.yelbg {
	background-image: url(artwork/yellowbg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
a:hover {
	color: #20C1FF;
}
.hometext {
	font-size: 14px;
	color: #000;
	margin: 0px;
	padding: 0px;
	border: 0px none #000;
	line-height: 22px;
	background-image: url(artwork/welcome-banner.gif);
	background-repeat: no-repeat;
	text-align: center;
	background-position: center top;
	vertical-align: top;
}
.pageintros {
	font-size: 14px;
	text-align: center;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
}
.menutextnb {
	font: normal 16px "Comic Sans MS", Arial, cursive;
	color: #000;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.mission {
	background-color: #1689B5;
	margin-right: 50px;
	margin-left: 50px;
	padding: 6px;
	color: #FFF;
	font-weight: bold;
}
.emergency {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	border: medium solid #F00;
	margin: 4px;
	padding: 6px;
}
.products {
	font: normal 18px/22px "Comic Sans MS", Arial, cursive;
	color: #3C3;
}
td {
	font-size: 14px;
}
.special {
	font-size: 14px;
	font-weight: bold;
	color: #039;
	border: 1px solid #000;
	margin: 4px;
	background-color: #FF0;
	text-align: center;
}
.special a {
	text-decoration: none;
}
.blueheader {
	font: normal 18px/22px "Comic Sans MS", Arial, cursive;
	color: #20C1FF;
}
.orangeheader {
	font: normal 18px/22px "Comic Sans MS", Arial, cursive;
	color: #FF8040;
}
.couponborder {
	border: 3px dotted #000;
	padding: 4px;
}
.menutextnb a {
	text-decoration: none;
}
.menutextnb a:hover {
	color: #cf2e34;
}
.quality {
	font: italic bold 18px "Times New Roman", Times, serif;
	color: #000;
}
.purpleheader {
	font: normal 18px/22px "Comic Sans MS", Arial, cursive;
	color: #939;
}
.blueheader {
	font: normal 18px/22px "Comic Sans MS", Arial, cursive;
	color: #00C;
}
.xmascouponborder {
	border: 3px dotted #000;
	padding: 4px;
	background-image: url(artwork/xmasbg.jpg);
	background-repeat: repeat;
	font: bold 14px Arial, Helvetica, sans-serif;
}

/* Lightbox styles */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../artwork/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../artwork/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
h1 {
	font: bold 20px Arial, Helvetica, sans-serif;
	color: #126DBC;
}

