﻿body
{
	text-align: center;
	margin-bottom: 250px;
	margin-left: 8px;
	margin-right: 8px;
	background-image: url(/images/bodyBg.jpg);
	color: #3f3f3f;
	font-size: 0.9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
IMG
{
	margin: 0px;
}
H2
{
	font-weight: bold;
	font-size: 1.0em;
	color: #d57000;
	font-family: Arial,Tahoma;
}
H3
{
	margin: 0px;
	font-size: 1.0em;
	line-height: 16pt;
	width: 99%;
	font-weight: normal;
	text-indent: 0pt;
	color: #e37e00;
	font-family: Arial;
	margin-top: 12px;
	margin-bottom:8px;
}
H4
{
	padding-right: 0px;
	padding-left: 0px;
	font-weight: bold;
	font-size: 0.9em;
	padding-bottom: 0px;
	margin: 0px;
	color: #d56200;
	padding-top: 0px;
	font-family: arial, tahoma;
}
H5
{
	margin-bottom: 2px;
	margin-top: 3px;
	color: #ff8c00;
}
HR{ height:1px; color:#dcdcdc;}
#navBeta2 UL{margin-left:0px;margin-top:0px;margin-bottom:0px;padding-bottom:0px;padding-left: 0px;list-style-type: none;}
UL LI{padding-left:0px;margin-top:0px;}
UL A
{
	color: #cc0033;
	text-decoration: none;
	line-height: 20px;
	display: block;
	padding-left: 23px;
	padding-top: 1px;
	padding-bottom: 1px;
	border-right: #ffffff 1px solid;
	border-left: #ffffff 1px solid;
	border-bottom: #ffffff 1px solid;
}
UL A:Hover{text-decoration:underline; background-color:#ffffff;}
LI SPAN
{
	background-color: #ffffcc;
}
.imgRgt{float:right;margin-bottom:24px; margin-left:12px;}
.imgLft{float:left; margin-bottom:24px; margin-right:12px;}
.eml{background-image:url(/images/email.jpg);background-repeat:no-repeat;background-position: 2px 6px;}
FORM{}
OPTGROUP
{
	font-size: 0.87em;
	color: #2a2a2a;
	font-family: Arial;
	font-style: normal;
	text-decoration: none;
}
#wrapper
{
	position: absolute;
	text-align: left;
	left: 50%;
	top: 0px;
	margin-left: -550px;
	width: 1100px;
	z-index: 100;
}
#inncnt
{
	position: relative;
	margin-bottom: 400px;
	top:0px;
	background-color: #ffffff;
	background-image:url(/images/wrpBg.gif);
	background-repeat:repeat-y;
}
.content
{
	position: relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width: auto;
	min-width: 120px;
	margin: 0px 200px -20px 195px;
	padding: 10px;
	top: -8px;
	z-index: 3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
}
.content A{ color:#cc0033;}
#hdr
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	background-image: url(/images/red_falloff.jpg);
	background-repeat:repeat-x;
}
#mnuRw
{
	background-color: #cc0033;
	width: 100%;
	margin: 0px;
	height: 22px;
	border-top: #ffffff 1px solid;
}
.mnmnu, .mnsel
{
	padding-right: 6px;
	padding-left: 6px;
	border-left: #ffffff 1px solid;
	color: #ffffff;
	font-family: Arial, Tahoma;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
	padding-bottom: 4px;
	width:140px;
	display:block;
	float:left;
	padding-top:2px;
	height:32;
	width:78px;
	text-align:center;
}
#splnk
{
	width:110px;
	}
.mnsel
{
	background-color: #940009;
}
#hdrmnu
{
	position: absolute;
	top: 80px;
	left: 200px;
	margin:0px;
	border-right: solid 1px #ffffff;
	z-index:6;
	height:22px;
	padding:0px;

}
#tel
{
	display:block;
	position:absolute;
	z-index:3000;
	margin-left:6px;
	top:108px
}
.slnks
{
	position:absolute;
	left:227px;
	top:108px;}
.slnks A,#tel
{
	font-size: 8.75pt;
	color: #101010;
	font-family: Arial, Tahoma;
	margin-right:18px;
}
.sBnr
{
	text-align:right;
	background-image: url(/images/sdMnu_falloff.gif);
	background-repeat: repeat-x;
	width:100%;
	height:28px;
	 
}
.sBnr INPUT, .sBnr SELECT
{
	position:relative;
	top:2px;
	margin-right:6px;
	margin-bottom:2px;
	font-size:11px;
	}
#hdrSrch{
position: absolute;
top: 200px;
right: 6px;
width:300px;
background-color:#e0e0e0;
}
#qksrch INPUT, #qksrch Select, #qksrch IMG{margin-top:2px;vertical-align:middle}
#navAlpha,#navAlpha2
{
	position: relative;
	float:left;
	top: 0px;
	left: 0px;
	padding: 0px;
	z-index: 601; /* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 200px;
}
#navAlpha{border: 0px}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#navAlpha {width:200px;}
#navBeta
{
	position: relative;
	float: right;
	width: 180px;
	top: 4px;
	right: 12px;
	z-index: 10; /* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 180px;
	text-align: left;
}
/* Again, "be nice to Opera 5". */
body>#navBeta {width:200px;}
#wus .Title
{
	font-size:1.0em;
	font-weight: bold;
	display: block;
	text-indent: 3pt;
	width: 150px;
	color: #ffffff;
	background-image:none;
}
#wus{font-size:0.9em;color:#ffffff; border-top: solid 2px #ffffff; padding-top:12px;}
#wus SPAN
{
	width: 184px;
	display: block;
	padding-left: 12px;
	padding-right:5px;
	margin-top:7px;
	border:solid 0px #ffffff;
}
#wus IMG{ margin-top:12px; width:100%; border-bottom:solid 2px #ffffff}
#ftr
{
	position: relative;
	top: 12px;
	clear: both;
	float: none;
	width: 100%;
	display: block;
	visibility: visible;
	margin-top: 12px;
	background-color: #ffffff;
	border-top: #eaeaea 1px solid;
	padding-top:12px;
	padding-bottom:20px;
	text-align:center;
}
.mdl
{
	width: 99%;
	margin-top: 18px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	border: #dcdcdc 1px solid;
	background-color: #f5f5f5;
}
#spshlp .Title{}
#spshlp .txt
{
	display: block;
	padding-left: 6px;
	padding-bottom: 6px;
	padding-right: 3px;
	padding-top: 6px;
	font-size: 0.9em;
	color: #ffffff;
	font-family: Tahoma, Arial;
	border-right: #ffffff 1px solid;
	border-left: #ffffff 1px solid;
	border-bottom: #ffffff 1px solid;
	background-color: #cc3e5f;}
	/**background-image: url(/images/spshlpbg.jpg);**/
#psz
{
	position: relative;
	left: 2px;
	top: 1px;
	width: 69px;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	z-index:5;
}
#psz INPUT
{
	margin-left: 1px;
}
#ex1{}#ex2{}
#brdCrmbs, #brdCrmbs A
{
	font-size:0.9em;
	color: #cc0033;
	font-family: Arial;
}
#brdCrmbs
{
	color: #696969;
	margin-top:4px;
	border-bottom: solid 1px #eaeaea;
	padding-bottom: 2px;
	padding-top: 2px;
}
#pglinks
{
	width: 230px;
	font-size:0.875em;
	position:relative;
	top:-18px;
	left:320px;
	text-align:right;
}
#pglinks2
{
	text-align:right;
	margin-top:3px;
	padding-top:4px;
	padding-right: 4px;
	border-top: solid 1px #eaeaea;
	width: 100%;
	font-size:0.875em;
}
#pglinks A, #pglinks2 A
{
	margin-left:1px;
	margin-right:2px;
	color: #cc0033;
	font-family: Arial;
	text-decoration: underline;
}
.cpg
{
	margin-left: 1px;
	color: #696969;
	margin-right: 4px;
}
#srchDt
{
	border-bottom: #dcdcdc 1px solid;
}
.lmenu{background-image: url(/images/lftnvitmbg.gif);
	background-repeat: repeat-y;}
.lmenu A
{
	display: block;
	text-indent: 12pt;
	border-bottom: #000000 1px solid;
	background-color: Transparent;
	color: #ffffff;
	line-height: 21pt;
	text-decoration: none;
}
.lmenu A:Hover
{
	background-color: #000000;
}
/** Page detail Classes **/
#SpcBtns
{
	width: 99%;
	margin-top:3px	
}
#SpcBtns A
{
	color:#cc0033;
	display:block;
	float:left;
	margin-right:4px;
	width:100px;
	text-align:center;
	font-size: 0.875em;
	margin-top:2px;
	text-decoration: none;
	border-top: #eaeaea 1px solid;
	border-right: #eaeaea 1px solid;
	border-left: #eaeaea 1px solid;
	border-bottom: #eaeaea 1px solid;
}
#SpcBtns A:Hover
{
	background-image: none;
	text-decoration:underline;
}
#SpcBtns #ctl00_srchbtn{ width:190px;}
#mnitm
{
	width: 99%;
	border-bottom: #eaeaea 1px solid;
	margin-top:4px;
}
#mnitm TABLE{float:left; width:auto; font-size:1.0em}
#mndata{width:200px; font-size:1.0em}
#ftr{ text-align:left;}
#ftr .addr
{
	left: 10px;
	position: relative;
	top: 5px;
}
#infBx
{
	border-right: #b22222 1px solid;
	padding-right: 8px;
	border-top: #b22222 1px solid;
	padding-left: 8px;
	padding-bottom: 10px;
	border-left: #b22222 1px solid;
	width: 90%;
	color: #b22222;
	padding-top: 10px;
	border-bottom: #b22222 1px solid;
	background-color: #ffe4e1;
	margin-top: 8px;
	margin-bottom: 8px;
}
.Title

{
	display: block;
	font-size: 0.9em;
	font-family: Arial;
	letter-spacing: 2px;
	border-right: #ffffff 1px solid;
	border-top: #ffffff 1px solid;
	border-left: #ffffff 1px solid;
	border-bottom: #ffffff 1px solid;
	font-weight: bold;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 1px;
	padding-top: 1px;
	text-decoration: none;
	text-indent: 8px;
	background-image: url(/images/sitmHDR2.jpg);
	background-repeat: repeat-x;
	color: #000000;
}
#CartSum .Title{ font-weight:bold; color:#000000; position:relative;  width:192px; margin-top:-2px; line-height:18px; background-color:#eaeaea;}
#CartSum
{
	background-color: #ffd99a;
	color: #1c1c1c;
	font-size: 0.875em;
	font-family: Arial;
	letter-spacing: 2px;
	border-bottom: solid 1px #eaeaea;
}
#CartSum TABLE{font-size: 0.875em; line-height:14px;}
.sc1{width:100px; text-align:right}
.sc2{}
#bsumttl{display:block; line-height:18px; background-color:#eaeaea;background-image: url(/images/sitmHDR2.jpg);
	background-repeat: repeat-x;
	color: #000000;}
#CartSum A{color:#000000}
.other{color:#ffc17e}
#imgcnt
{
	width:99%;	
}
#itmdt
{
	float: left;
	width: 340px;
	font-size: 0.9em;
	color: #151515;
	font-family: verdana,arial,tahoma;
	text-align: left;
	margin-bottom:12px;
	line-height:21px;
}
#itmdt A{float:none; display:block; width:100px; padding-top:2px; padding-bottom:2px; background-image:none;  background-color:#ffffff; text-decoration:underline} 
#itmdt .c1{width:110px; text-align:right}
#itmdt .cat,#itmdt .manu
{
	font-weight:normal;
	margin-left: 0px;
	color:  #d2691e;
}
#itmdt SPAN{ text-indent:0px}
.ref
{
	color: #d2691e;
}
#mnImg{ float:left; margin-right:12px; }