@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: oArial, Helvetica, sans-serif;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size: 100%;
	background-color: #666666;
	background-image: url(images/bg.gif);
}
.twoColFixLtHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	background-image: url(images/cloth.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #DDDDDD;
	background-image: url(images/header.gif);
	height: 193px;
	width: 900px;
	color: #FFFFFF;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-indent: 20px;
}
.twoColFixLtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 270px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-top: 20px;
	text-align: right;
	background-color: #CCCCCC;
}
.twoColFixLtHdr #mainContent {
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	width: 555px;
} 
.twoColFixLtHdr #mainRetailContent {
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	width: 800px;
} 

#menubar{
	background-color: #000000;
	height: 37px;
	width: 900px;
}
#menu{
	background-color: #666666;
	height: 35px;
	width: 223px;
	margin-right: 2px;
	float: left;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 34px;
	background-image: url(images/menu.gif);
}
#menu:hover{
	background-image: url(images/menu.gif);
	background-position: bottom;
}
#mainContentFull {
	float: left;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	width: 880px;
	background-color: #FFFFFF;
	margin: 0;
} 
#productContentFull {
	float: left;
	width: 400px;
	background-color: #FFFFFF;
	margin: 0;
} 
#productheader{
	float: left;
	padding-top: 0;
	padding-left: 20px;
	width: 550px;
	background-color: #000000;
	height: 50px;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
} 
#headerContent {
	float: left;
	width: 860px;
	background-color: #000000;
	height: 250px;
	color: #FFFFFF;
	margin-bottom: 10px;
} 
#thinContainer {
	float: left;
	width: 280px;
	background-color: #666666;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
}
#wideContainer {
	float: left;
	width: 570px;
	background-color: #666666;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
}
#photoContainer {
	float: left;
	width: 280px;
	background-image: url(images/graybg.gif);
	height: 240px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
	background-position: 0px -200px;
	background-repeat: no-repeat;
}
#photoContainer:hover {
	background-position: 0px 20px;
}
#blankContainer {
	float: left;
	width: 280px;
	background-color: #666666;
	height: 240px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
	position: relative;
}
#textcontainer{
	color: #333333;
	text-align: center;
	width: 175px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 75px;
	font-weight: bold;
}

#floatcaption{
	height: 55px;
	width: 200px;
	position: absolute;
	z-index: 100;
	top: 150px;
	left: 40px;
	background-image: url(images/floatcaption.png);
	color: #FFFFFF;
	padding-top: 20px;
	}

#photoContainer #floatcaption{
	visibility: hidden;
	}
#photoContainer:hover #floatcaption{
	visibility: visible;
	}
	
#photoContainerLarge {
	float: left;
	width: 280px;
	background-color: #666666;
	height: 320px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
	position: relative;
}
#photoContainerLarge:hover {
	background-color: #FF0000;
} 
#photoCaption {
	float: left;
	width: 280px;
	background-color: #000000;
	height: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	color: #FFFFFF;
	text-align: left;
	text-indent: 10px;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
}
#photoDescription {
	float: left;
	width: 260px;
	background-color: #333333;
	height: 75px;
	margin-right: 10px;
	color: #FFFFFF;
	text-align: left;
	font-size: 12px;
	margin-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
}  
#homeCaption {
	float: left;
	width: 550px;
	background-color: #000000;
	margin-right: 10px;
	color: #FFFFFF;
	text-align: left;
	font-size: 15px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	height: 237px;
} 
#productCaption {
	float: left;
	width: 550px;
	background-color: #000000;
	margin-right: 10px;
	color: #FFFFFF;
	text-align: left;
	font-size: 15px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
} 
 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #000000;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#productlist {
	background-color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 5px;
	color: #FFFFFF;
	background-repeat: no-repeat;
	height: 160px;
	border: 3px solid #FFFFFF;
	background-image: url(images/fire.jpg);
	background-position: right;
}
#productlist:hover {
	border: 3px solid #990000;
	background-image: url(images/fireheader.gif);
}
#productlist img {
	float: left;
}
#productlistcaption {
	color: #FFFFFF;
	float: left;
	width: 500px;
	padding-left: 20px;
}

a {
  text-decoration: none;
}
a:link{
	text-decoration: none;
	}
a:visited{
    text-decoration: none;
}
img {
  border:  none;
}
#back{
	font-size: 12px;
	font-weight: bold;
	background-color: #990000;
	display: block;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 220px;
}

#back:hover{
	background-color: #FF0000;	
}
a #back {
color: white;
}
#mailto{
	color: #990000;
	display: inline;
}
#greatvalue{
	background-image: url(images/greatvalue.png);
	height: 122px;
	width: 136px;
	position: absolute;
	z-index: 500;
	top: 20px;
	right: 0px;
}
#pop{
	background-image: url(images/pop.gif);
	height: 200px;
	width: 200px;
	position: absolute;
	z-index: 300;
	left: 20px;
	top: 20px;
}
#photoContainerLarge #pop{
display: none;
}
#photoContainerLarge:hover #pop{
display: block;
}
#thermo{
	height: 180px;
	width: 48px;
	position: absolute;
	z-index: 240;
	left: 200px;
	top: 10px;
}
#photoContainerLarge #thermo{
display: none;
}
#photoContainerLarge:hover #thermo{
display: block;
}
div.cj_image_flipbox { display: block; width: 100%; height: auto; }
div.cj_image_flipbox_block { position: relative; display: block; width: 260px; height: 200px; overflow: hidden; float: left; margin-left: 10px;}
div.cj_image_flipbox_block br { display: none; }
