@import url(productDetail.css);
@import url(checkout.css);

/*	--------------------------------------------
			Color Palette
	--------------------------------------------	*/
	
	




/*	--------------------------------------------
			Tantek Box Model Hack
	--------------------------------------------

		voice-family: "\"}\""; 
		voice-family: inherit;
		width: 0px;
		height: 0px;
		}
			
		html > body #id or .class	{
			width: 0px;
			height: 0px;
		}

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

/*	--------------------------------------------
			Global Font Declaration
	--------------------------------------------	*/

body, div, p, fieldset, legend, label, input, textarea, select, table, td	{
	font: normal 11px verdana, sans-serif;
	text-align: left;
	}


/*	--------------------------------------------
			B2B Site Controls
	--------------------------------------------	*/

.b2b	{
	display: none;
	}

/*	--------------------------------------------	*/
	
	
body	{
	margin: 0;
	padding: 0;
	background: #60799f url(../images/bg.gif) fixed repeat;
	color: #000;
	text-align: center;
	}

p	{
	line-height: 1.6em;
	}

a:link, a:visited	{
	background: transparent;
	color: #60799f;
	}

a:active, a:hover	{
	background: transparent;
	color: #e57505;
	}

img	{
	display: block;
	border: none;
	}

img.icon	{
	display: inline;
	width: 20px;
	height: 20px;
	border: none;
	vertical-align: middle;
	}

img.inline	{
	display: inline;
	vertical-align: middle;
	margin-right: 5px;
	}

.iconDelete	{
	display: inline;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px dotted #ccc;
	vertical-align: middle;
	}

ol li	{
	margin: 7px 0 0 0;
	padding: 0;
	list-style: decimal outside;
	}

fieldset	{
	margin: 10px 0;
	padding-bottom: 10px;
	border: 1px solid #ccc;
	}

legend	{
	padding: 3px 10px;
	background: transparent;
	color: #989f60;
	font: bold 12px verdana, sans-serif;
	}

form	{
	margin: 0;
	padding: 0;
	}

.row	{
	clear: both;
	padding-top: 3px;
	}

.formLeft	{
	float: left;
	width: 38%;
	text-align: right;
	}

.formRight	{
	float: right;
	width: 59%;
	text-align: left;
	}

label	{
	line-height: 1.5em;
	}

input	{
	margin: 0;
	padding: 0;
	vertical-align: middle;
	}

input.text	{
	padding: 1px 3px;
	border: 1px solid #000;
	}

textarea	{
	padding: 1px 5px;
	border: 1px solid #000;
	line-height: 1.5em;
	}

input.checkbox	{
	margin: -2px 0 0 0;
	padding: 0;
	}

input.submit	{
	background: #e57505;
	color: #fff;
	text-align: center;
	cursor: pointer;
	}

input.reset, input.button	{
	background: #f0f0f0;
	color: #444;
	text-align: center;
	cursor: pointer;
	}

select	{
	border: 1px solid #000;
	}

.error	{
	color: #c00;
	font-weight: bold;
	}

.left	{
	float: left;
	}

.right	{
	float: right;
	}

.clear	{
	clear: both;
	}



/*	--------------------------------------------
			Head  ::  head.asp
	--------------------------------------------	*/

#introText	{
	position: absolute;
	top: -500px;
	width: 700px;
	margin: 0 auto;
	}

#introText h1	{
	position: relative;
	display: inline;
	margin: 0;
	padding: 0;
	font: normal 11px verdana, sans-serif;
	}

#head	{
	position: relative;
	width: 750px;
	height: 100px;
	margin: 0 auto;
	padding: 0;
	background: transparent;
	color: #000;
	}

#head h1 img	{
	position: absolute;
	top: 15px;
	left: 5px;
	width: 210px;
	height: 78px;
	margin: 0;
	padding: 0;
	}

#head h5	{
	position: absolute;
	top: 72px;
	left: 242px;
	margin: 0;
	padding: 0;
	background: none;
	color: #ccc;
	font: bold 11px verdana, sans-serif;
	font-weight: normal;
	}

#head h6	{
	position: absolute;
	top: 10px;
	right: 0;
	background: transparent;
	color: #ccc;
	font: normal 11px verdana, sans-serif;
	}

#head p	{
	margin: 5px 0 0;
	background: transparent;
	color: #b0bccf;
	}

#head ul	{
	position: absolute;
	display: inline;
	top: 60px;
	right: 0;
	bottom: 0;
	height: 25px;
	margin: 0;
	padding: 0;
	list-style: none;
	}

#head li	{
	position: relative;
	float: left;
	top: 6px;
	width: 95px;
	margin: 0 0 0 5px;
	padding: 0;
	list-style: none;
	}

#head #act0	{
	display: none;
	}

#head li a:link, #head li a:visited	{
	display: block;
	margin: 0 auto;
	padding: 5px 0 10px;
	background: #889bb7;
	border-bottom: none;
	color: #fff;
	text-decoration: none;
	text-align: center;
	}

#head li a:active, #head li a:hover	{
	background: #c60;
	color: #fff;
	}







/*	--------------------------------------------
			Breadcrumb
	--------------------------------------------	*/

#breadcrumb	{
	width: 750px;
	margin: 0 auto 0;
	padding: 3px 10px 5px;
	background: #889bb7;
	color: #fff;
	font-size: 11px;
	line-height: 1.6em;
	text-align: left;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 730px;
	}
html > body #breadcrumb	{
	width: 730px;
	}

#breadcrumb ul	{
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
	}

#breadcrumb li	{
	display: inline;
	margin-right: 5px;
	padding: 0;
	}

#breadcrumb a:link, #breadcrumb a:visited	{
	background: transparent;
	color: #cde;
	}

#breadcrumb a:active, #breadcrumb a:hover	{
	background: transparent;
	color: #fff;
	}

#productSearch	{
	float: right;
	width: 200px;
	text-align: right;
	}

#productSearch input.submit	{
	background: #b0bccf;
	color: #fff;
	font-size: 10px;
	}







/*	--------------------------------------------
			Main Section

			- Section Menu
			- Content
			- Home Image
			- Home Feature Main
				
	--------------------------------------------	*/

#main	{
	position: relative;
	width: 750px;
	margin: 0 auto 0;
	padding: 15px 0 0;
	overflow: visible;
	background: #fff;
	border: 1px solid #60799f;
	}

#homepage #act0	{
	display: block;
	z-index: 100;
	}

#menu1Container	{
	z-index: 100;
	}

#menu1Container ul	{
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 100;
	}

#menu1Container li	{
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 100;
	}

#menu1Container a:link, #menu1Container a:visited	{
	display: block;
	margin: 0;
	padding: 4px 10px;
	background: #989f60;
	border-top: 1px solid #babf82;
	border-right: 1px solid #767d4e;
	border-bottom: 1px solid #767d4e;
	border-left: 1px solid #babf82;
	color: #fff;
	text-decoration: none;
	z-index: 100;
	}

#menu1Container a:active, #menu1Container a:hover	{
	background: #889bb7;
	border-top: 1px solid #aabdd9;
	border-right: 1px solid #667995;
	border-bottom: 1px solid #667995;
	border-left: 1px solid #aabdd9;
	color: #fff;
	z-index: 100;
	}


/*	Homepage Elements		*/

	#homepage	{
		}
	
	#homepage #head h6	{
		display: none;
		}
	
	#homepage #main	{
		position: relative;
		padding: 0;
		background: transparent url(../images/homeImage01.jpg) no-repeat;
		}

	#homeImage	{
		display: none;
		float: left;
		width: 355px;
		height: 275px;
		background: transparent;
		border: none;
		}

	#homeFeatureMain	{
		position: relative;
		float: right;
		width: 395px;
		height: 275px;
		background: #b0bccf;
		color: #000;
		z-index: 0;
		}
	
	#homeFeatureMain h2	{
		margin: 0;
		padding: 0;
		background: transparent;
		color: #889bb7;
		font: bold 28px trebuchet ms, verdana, sans-serif;
		text-align: center;
		}
	
	#homeFeatureMain h3	{
		margin-bottom: 5px;
		color: #2d466c;
		font: bold 13px verdana, sans-serif;
		text-align: left;
		}
	
	#homeFeatureMain .homeFeatureItem	{
		background: transparent;
		}
	
	#homeFeatureMain img	{
		border: 2px solid #fff;
		}
	
	#homeFeatureMain p	{
		margin: 0 15px 10px 0;
		}
	
	#homeFeatureMain input.button	{
		background: #e57505;
		border: 2px outset #fc3;
		color: #fff;
		}
	
	#homeFeatureLink	{
		position: absolute;
		top: 92%;
		bottom: 0px;
		left: 0;
		width: 100%;
		text-align: right;
		filter: alpha(Opacity=0, FinishOpacity=100, Style=1);
		}
	
	#homeFeatureLink a:link, #homeFeatureLink a:visited	{
		display: block;
		padding: 5px 25px;
		background: #889bb7;
		color: #fff;
		text-decoration: none;
		}
	
	#homeFeatureLink a:active, #homeFeatureLink a:hover	{
		background: #60799f;
		color: #fff;
		}
	
	#homeUtility	{
		width: 750px;
		margin: 10px auto 0;
		background: transparent;
		color: #000;
		}
	
	#homeUtility h3	{
		position: relative;
		bottom: 0;
		margin: 0 0 -10px 10px;
		padding: 0;
		background: transparent;
		color: #889bb7;
		font: bold 34px trebuchet ms, verdana, sans-serif;
		z-index: -100;
		}

	#homeFeatureBlock	{
		width: 750px;
		margin: 0 auto;
		background: #fff;
		border-top: 12px solid #889bb7;
		border-bottom: 1px solid #889bb7;
		color: #000;
		}

	.homeFeatureItem	{
		float: left;
		width: 175px;
		margin: 5px;
		padding-bottom: 5px;
		background: #fff;
		text-align: center;
		vertical-align: top;
		}

	.homeFeatureItem img	{
		width: 150px;
		margin: 0 auto;
		border: none;
		}

	.homeFeatureItem a:link, .homeFeatureItem a:visited	{
		display: block;
		padding: 5px;
		}
	
	.homeFeatureItem a:active, .homeFeatureItem a:hover	{
		}




/*	--------------------------------------------
	Section Menu  ::  sectionMenu.asp
	--------------------------------------------	*/

#sectionMenu	{
	float: left;
	width: 165px;
	margin: 0;
	padding-top: 35px;
	background: #fff;
	color: #000;
	}

#sectionMenu #scanAlert	{
	margin: 20px 0 0 10px;
	}

#sectionMenu h1	{
	margin: 5px 0 10px 10px;
	background: transparent;
	color: #999f60;
	font: bold 12px verdana, sans-serif;
	}

#sectionMenu ul	{
	margin: 0 0 40px;
	padding: 0;
	list-style: none;
	}

#sectionMenu li	{
	margin-left: 0;
	margin-bottom: 10px;
	padding-left: 10px;
	}

#sectionMenu a:link, #sectionMenu a:visited	{
	margin-bottom: 2px;
	background: transparent;
	color: #60799f;
	text-decoration: underline;
	}

#sectionMenu a:active, #sectionMenu a:hover	{
	background: transparent;
	color: #e57505;
	text-decoration: none;
	}

#sectionMenu p	{
	background: transparent;
	color: #777;
	margin: 0 0 10px 10px;
	}
	
#sectionMenu ul ul	{
	margin: 5px 0 0 10px;
	padding: 0;
	}

#sectionMenu ul ul li	{
	margin: 0 0 5px 0px;
	padding: 0;
	color: #888;
	}

#sectionMenu ul ul a:link, #sectionMenu ul ul a:visited	{
	background: transparent;
	color: #e57505;
	}

#sectionMenu ul ul a:active, #sectionMenu ul ul a:hover	{
	color: #60799f;
	}

#scanAlert	{
	margin-top: -25px;
	}

#scanAlert ul	{
	margin-bottom: 15px;
	}




/*	--------------------------------------------
			Content
				
			- Product List
			- Product Detail
			- Billing and Shipping
			- Cart and Order Summary
			- Registration and Contact
			- FAQ and Document Center
			- Search Results
			
	--------------------------------------------	*/
	
#content	{
	float: right;
	position: relative;
	width: 570px;
	margin-left: 10px;
	padding: 0 10px 15px 0;
	background: #fff;
	color: #000;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 560px;
	}
			
	html > body #content	{
		width: 560px;
	}

#content h1	{
	margin: 0 0 10px 0;
	padding-bottom: 5px;
	background: transparent;
	border-bottom: 1px dotted #ccc;
	color: #e57505;
	font: bold 24px trebuchet ms, verdana, sans-serif;
	}

#content h2.messageHeader	{
	margin: -5px 0 20px;
	padding: 10px 0 10px 160px;
	background: #eaeff5 url(../ProdImg/iconRushDelivery.gif) no-repeat;
	border: 1px solid #7ab;
	color: #000;
	font: bold 15px trebuchet ms, sans-serif;
	text-align: center;
	}

#content #promoHeader	{
	width: 550px;
	height: 32px;
	margin: -10px auto 10px;
	border: none;
	}

#content #footnote	{
	clear: both;
	margin-top: 15px;
	padding-top: 10px;
	background: transparent;
	border-top: 1px dotted #ddd;
	color: #000;
	text-align: center;
	}

#footnote p	{
	padding: 0 50px;
	text-align: center;
	}


/*	Cross-Link	*/

#content #crossLink	{
	margin: 20px 0 0;
	text-align: center;
	}

#content #crossLink p	{
	margin: 0;
	padding: 20px 0 0;
	border-top: 1px dotted #ddd;
	text-align: center;
	}

#content #crossLink img	{
	margin: 5px auto;
	text-align: center;
	}



.pageNavigation	{
	float: right;
	display: inline;
	width: 270px;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
	}

.pageNavigation li	{
	display: inline;
	margin: 0 3px;
	padding: 0;
	}

.pageNavigation a	{
	text-decoration: underline;
	}

.pageNavigation input.button	{
	font-size: 10px;
	}

.closed	{
	display: none;
	}


	/*	--------------------------------------------
					Contact Us
		--------------------------------------------	*/

		#contact	{
			}
		
		#catalogRequest	{
			margin: -10px 0 0;
			padding: 5px 0;
			background: transparent url(../images/bgHeading.gif) repeat-x;
			border-bottom: 1px dotted #ddd;
			text-align: center;
			}
		
		#catalogRequest a:link, #catalogRequest a:visited	{
			text-decoration: none;
			}
			
		#contact fieldset	{
			float: left;
			width: 320px;
			margin: 0 20px 15px 0;
			}
			
	
	
	/*	--------------------------------------------
			International/Commercial Orders
		--------------------------------------------	*/

		#quoteRequest	{
			}
		
		#quoteRequest fieldset	{
			display: block;
			width: 450px;
			margin: 0 auto 15px;
			}
		
		#quoteRequest fieldset p	{
			clear: both;
			margin: 15px 0 10px;
			padding: 0 25px;
			}
	
	
	/*	--------------------------------------------
					Membership Club
		--------------------------------------------	*/
		
		#membershipClub	{
			margin: 20px 0;
			background: #889bb7;
			color: #000;
			text-align: center;
			}
		
		#membershipClub #content	{
			float: none;
			width: 400px;
			margin: 0px auto;
			padding: 15px 15px;
			background: #fff;
			border: 3px solid #60799f;
			color: #000;
			text-align: left;
			voice-family: "\"}\""; 
			voice-family:inherit;
			width: 364px;
			}
		html>body #membershipClub #content	{
			width: 364px;
			}
		
		#membershipClub h1	{
			margin: -15px -15px 0;
			padding: 3px 0 10px;
			background: #60799f;
			border: none;
			color: #fff;
			font: bold 18px verdana, sans-serif;
			text-align: center;
			}

		#membershipClub fieldset	{
			margin-bottom: 20px;
			padding: 0 0 5px;
			background: #eee;
			border-top: 20px solid #fff;
			border-right: none;
			border-left: none;
			border-bottom: none;
			color: 000;
			font-weight: bold;
			}
		
		#membershipClub legend	{
			width: 200px;
			margin: 0 8px 10px -5px;
			background: #eee;
			color: #000;
			font-weight: bold;
			text-align: center;
			}
		
		#childList	{
			padding: 2px 5px;
			background: #fff;
			border: 5px solid #eee;
			border-bottom: 0px solid #eee;
			line-height: 2em;
			}

		#childList p	{
			clear: both;
			margin: 4px 0;
			padding: 3px 5px;
			background: #f7f7f7;
			border: 1px solid #ddd;
			color: #36c;
			}

		span.birthdate	{
			float: right;
			}
		

	/*	--------------------------------------------
					E-mail Messages
		--------------------------------------------	*/
		
		body#email	{
			margin: 0;
			padding: 0;
			background: #60799f;
			color: #000;
			text-align: center;
			}
		
		#emailHeader	{
			width: 640px;
			height: 125px;
			margin: 0 auto;
			border: none;
			}
		
		#emailContainer	{
			width: 640px;
			margin: 0 auto;
			padding: 0 15px 10px;
			background: #fff;
			text-align: left;
			voice-family: "\"}\""; 
			voice-family: inherit;
			width: 610px;
			}
		html > body #emailContainer	{
			width: 610px;
			}
		
		#emailContainer h1	{
			margin-top: 10px;
			color: #f60;
			font: bold 20px verdan, sans-serif;
			}
		
		#emailContainer .greeting	{
			margin-bottom: 20px;
			}
		
		#emailContainer #productDetailDescription	{
			width: 350px;
			}
		
		#buttonImage	{
			margin: 15px 0 0;
			}
		
		#email #footer	{
			width: 640px;
			voice-family: "\"}\""; 
			voice-family: inherit;
			width: 620px;
			}
		html > body #email #footer	{
			width: 620px;
			}
		
			
	/*	--------------------------------------------
					Product List
		--------------------------------------------	*/
		
		#productList		{
			}

		#productGallery	 td	{
			margin: 0;
			padding: 0;
			vertical-align: bottom;
			}
		
		#productGallery a:link, #productGallery a:visited	{
			text-decoration: none;
			}

		.productContainer	{
			width: 185px;
			margin: 0 0 25px;
			border: 0px solid #ccc;
			text-align: center;
			line-height: 1.6em;
			border: 0px solid #eee;
			}
		
		.productContainer p	{
			margin: 7px 0 0;
			padding: 0 5px;
			text-align: center;
			}

		.productContainer img	{
			width: 150px;
			margin: 0 auto 1px;
			}


	
	/*	--------------------------------------------
					Product Request
		--------------------------------------------	*/
		
		#productRequest	{
			}
		
		#productRequest fieldset	{
			display: block;
			width: 90%;
			margin: 15px auto;
			}
		
		#informOptions	{
			padding-top: 15px;
			}
		
		#productRequest #content form	{
			margin-bottom: 15px;
			}
	
	
	/*	--------------------------------------------
				Billing/Shipping
		--------------------------------------------	*/

		#billingShipping	{
			}
		
		#billingShipping #footerLinks	{
			display: none;
			}
		
		#billingShipping fieldset	{
			display: block;
			float: left;
			width: 260px;
			margin: 0 0 20px;
			}
		
		#billingShipping #outsideUS	{
			visibility: hidden;
			}
		
		fieldset#shipping	{
			float: right;
			}
		
		#promotionCode	{
			clear: both;
			margin: 15px 0;
			padding: 5px 20px;
			background: #eee;
			color: #000;
			}



	/*	--------------------------------------------
				Cart and Order Summary
		--------------------------------------------	*/

		#viewBasket	{
			}
		
		#cart	{
			margin: 10px 0;
			padding: 0;
			background: transparent;
			color: #000;
			}
		
		#cart .row	{
			padding: 5px;
			line-height: 1.5em;
			}
		
		#cart .row.head	{
			background: #b0bccf;
			color: #fff;
			}
		
		#cart .row.head .cartQuantity	{
			text-align: center;
			}
		
		.cartName	{
			vertical-align: middle;
			}
		
		.cartAttributes	{
			float: right;
			width: 80px;
			text-align: center;
			}
		
		.cartPrice	{
			float: right;
			width: 70px;
			text-align: right;
			}
		
		.cartQuantity	{
			float: right;
			width: 105px;
			margin-right: 10px;
			text-align: right;
			}
		
		.cartQuantity input.text	{
			border: 1px solid #ccc;
			text-align: center;
			}
		
		.cartQuantity a	{
			vertical-align: middle;
			font-size: 10px;
			}

		.cartQuantity.empty	{
			text-align: center;
			}

		#cartTotal	{
			clear: both;
			margin: 15px 0;
			padding: 15px 0 10px;
			border-top: 1px solid #ddd;
			}
		
		#cartMessage	{
			float: left;
			width: 340px;
			height: 150px;
			padding: 0 10px;
			background: #f7f7f7;
			color: #000;
			voice-family: "\"}\""; 
			voice-family: inherit;
			width: 330px;
			}
		html > body #cartMessage	{
			width: 330px;
			}
		
		#cartSummary	{
			float: right;
			width: 210px;
			text-align: right;
			}
		
		#cartSummary p	{
			clear: right;
			margin: 10px 0;
			line-height: 2.25em;
			}
		
		#cartSummary p.total	{
			margin: 10px 0;
			padding: 5px 0;
			border-top: 1px solid #ddd;
			font-weight: bold;
			}
		
		#cartSummary .cartPrice	{
			margin: 0 5px 0 20px;
			}
		
		#cartSummary ul	{
			display: inline;
			list-style: none;
			vertical-align: middle;
			}
		
		#cartSummary li	{
			float: right;
			margin: 25px 0 10px 10px;
			}
		
		#cartSummary li a:link, #cartSummary li a:visited	{
			display: block;
			width: 85px;
			padding: 2px 0;
			background: #eee;
			border: 1px solid #ccc;
			color: #60799f;
			font-size: 10px;
			text-align: center;
			text-decoration: none;
			}
		
		#cartSummary li a:active, #cartSummary li a:hover	{
			background: #989f60;
			color: #fff;
			}
		
		#cartSummary input.submit	{
			font-weight: bold;
			}
		
		#cartSummary input	{
			margin-top: 10px;
			}
		
		#orderSummary	{
			}
		
		#orderSummary #footerLinks	{
			display: none;
			}
		
		#billingSummary	{
			float: left;
			width: 274px;
			}
		
		#billingSummary p, #orderSummary p	{
			margin:  0 0 10px 10px;
			}
		
		#shippingSummary	{
			float: right;
			width: 274px;
			}
		
		#orderSummary #content h5	{
			margin: 0 0 10px;
			padding: 3px 10px;
			background: #eee;
			color: #000;
			font: bold 11px verdana, sans-serif;
			}
		
		#orderSummary .cartQuantity	{
			width: 45px;
			text-align: right;
			}
		
		#orderSummary .row.head .cartQuantity	{
			text-align: right;
			}
		
		#orderSummary #cartSummary li	{
			float: left;
			margin: 0;
			}
			

	/*	--------------------------------------------
				Purchase
		--------------------------------------------	*/
		
		#purchase	{
			}
		
		#purchase #footerLinks	{
			display: none;
			}
		
		#purchase fieldset	{
			width: 400px;
			margin: 0 auto;
			}
		
		#purchase #sslSeal	{
			margin: 45px 0;
			text-align: center;
			}
		
		#sslSeal img	{
			margin: 0 auto;
			}
	

	
	/*	--------------------------------------------
				Customer Account
		--------------------------------------------	*/
		
		#customerAccount	{
			}
		
		#customerForm	{
			float: left;
			width: 300px;
			vertical-align: top;
			}
		
		#customerForm fieldset	{
			background: #f7f7f7;
			}
		
		#customerForm .closed	{
			margin-top: -10px;
			}
		
		#customerForm .closed fieldset	{
			padding: 10px 0 0;
			background: #eee;
			color: #000;
			border: 1px solid #ddd;
			}
		
		#newAccount	{
			float: left;
			width: 215px;
			margin-left: 25px;
			vertical-align: top;
			text-align: center;
			}
		
		#newAccount fieldset	{
			border: none;
			}
		
		#newAccount legend	{
			}
		
		#newAccount p	{
			margin-top: 30px;
			font: bold 12px verdana, sans-serif;
			text-align: center;
			}
		
		#newCustomer #customerForm	{
			float: none;
			width: 350px;
			margin: 0 auto;
			}
		
		#newCustomer fieldset	{
			margin-bottom: 25px;
			}
		
		
	/*	--------------------------------------------
			Search Results
		--------------------------------------------	*/
		
		#searchResults	{
			}
		
		#searchResultsHead	{
			padding: 5px 10px;
			background: #eee;
			color: #000;
			font-weight: bold;
			}
		
		#searchAgain	{
			margin: 15px 0 0;
			padding: 15px 0 5px;
			border-top: 1px dotted #ddd;
			}
		
		#productSearchResults {
			width: 540px;
			margin: 5px;
			padding: 0;
			background: #fff;
			color: #000;
			overflow: hidden;
			}
		
	/*	--------------------------------------------
			Help and FAQs
		--------------------------------------------	*/
		
		#faq	{
			}
			
		#faqSearch	{
			float: right;
			width: 215px;
			margin: 10px 0;
			padding: 0;
			background: #f5f5f5;
			border: 1px solid #ddd;
			color: #000;
			text-align: center;
			}
		
		#faqSearch h2	{
			margin: 5px 0 5px 40px;
			font: bold 11px verdana, sans-serif;
			color: #999;
			text-align: left;
			}
		
		#faqSearch p	{
			margin: 8px 0 0;
			padding: 3px 0 3px 30px;
			background: #fff;
			border-top: 1px dotted #ddd;
			font-size: 10px;
			}
		
		ul#categoryList	{
			width: 325px;
			margin: 20px 0 0 10px;
			padding: 0;
			border: 1px solid #fff;
			}
		
		ul#categoryList li	{
			list-style: none;
			float: left;
			width: 160px;
			margin: 0 0 10px 0;
			}
		
		ul#categoryList ul	{
			margin: 0 0 0 20px;
			padding: 0;
			color: #f00;
			}
		
		ul#categoryList ul li	{
			float: none;
			width: 130px;
			margin: 10px 0 0;
			list-style: url(../images/iconSubLevel.gif);
			}
		
		#category	{
			margin: 20px 0;
			padding: 0 10px 10px;
			background: url(../images/bgBottom.gif) bottom repeat-x;
			border: 1px solid #ddd;
			}
		
		#category h1	{
			margin: 0 -10px 10px;
			padding: 5px 10px;
			background: url(../images/bgHeading.gif) bottom repeat-x;
			border-bottom: 1px solid #ddd;
			color: #333;
			font: bold 13px trebuchet ms, sans-serif;
			}
		
		#category ul	{
			margin: 0;
			padding: 0 0 0 20px;
			}
		
		#category ul li	{
			list-style: url(../images/iconBullet.gif);
			margin: 0 0 5px;
			padding: 5px 0 0;
			vertical-align: middle;
			}
		
		#category p	{
			font: normal 12px trebuchet ms, sans-serif;
			}
		
		#category label	{
			font: normal 12px trebuchet ms, sans-serif;
			}
		
		#faq #emailAddress	{
			display: none;
			}
		
		#faq .closed	{
			margin: -15px 0 0 20px;
			padding: 5px 10px;
			background: #fafafa;
			border: 1px solid #e0e0e0;
			border-right: 1px solid #ccc;
			border-bottom: 1px solid #ccc;
			}
			
		#faq .closed p	{
			margin: 5px 0 15px;
			}
		
		#faq .question	{
			font-weight: normal;
			}
		
		#faqPopup	{
			padding-bottom: 10px;
			}
		
		#faqPopup #content	{
			float: none;
			width: 525px;
			margin: 10px auto;
			padding: 0;
			}
		
		#faqPopup h3	{
			margin: 20px 0 0;
			padding: 0 0 5px;
			border-bottom: 1px solid #ddd;
			font: bold 13px verdana, sans-serif;
			}
		
		#faqPopup p	{
			margin: 10px 0 0;
			}
		
		
			
	/*	--------------------------------------------
			About Our Company
		--------------------------------------------	*/
		
		#about ul#storeFamily	{
			list-style: none;
			margin: 0;
			padding: 0;
			background: transparent;
			}
		
		#about #storeFamily li	{
			list-style: none;
			margin: 0 0 30px;
			padding: 0;
			background: transparent;
			}
		
		#about #storeFamily li h2	{
			position: relative;
			margin: 0;
			padding: 7px 10px;
			background: #dde5f0;
			border-top: 1px solid #c5d5e5;
			color: #000;
			font: bold 11px verdana, sans-serif;
			}
		
		#about #storeFamily li h2 a	{
			position: absolute;
			top: 7px;
			right: 10px;
			font-weight: normal
			}
		
		#about #storeFamily li h2 a.descLink	{
			position: relative;
			top: auto;
			right: auto;
			}
		
		#about #storeFamily li h3	{
			position: relative;
			clear: right;
			margin: -2px 0 0;
			padding: 10px;
			background: #f5f5f5;
			border-bottom: 1px solid #e5e5e5;
			font: normal 11px verdana, sans-serif;
			line-height: 1.6em;
			}


/*	--------------------------------------------
			Foot  ::  foot.asp
	--------------------------------------------	*/

#footer	{
	width: 750px;
	margin: 0 auto;
	padding: 10px;
	background: #889bb7;
	color: #cde;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 730px;
	}
html > body #footer	{
	width: 730px;
	}

#footer ul	{
	float: right;
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
	}

#footer li	{
	display: inline;
	margin: 0 10px 0 0;
	padding: 0;
	}

#footer a:link, #footer a:visited	{
	background: transparent;
	color: #cde;
	}

#footer a:active, #footer a:hover	{
	background: transparent;
	color: #fff;
	}
	
/*	Hide links to other sites during checkout process	*/

#billingShipping #footerLinks, #orderSummary #footerLinks, #purchase #footerLinks	{
	display: none;
	}

#footerLinks	{
	width: 750px;
	margin: 0 auto;
	padding: 10px 0;
	background: transparent;
	color: #888;
	font-size: 9px;
	text-align: center;
	}

#footerLinks p	{
	margin: 10px 0 0 10px;
	font-size: 11px;
	}

#footerLinks ul	{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	}

#footerLinks li	{
	float: left;
	width: 150px;
	margin: 0 0 10px;
	padding: 0;
	list-style: none;
	vertical-align: bottom;
	}

#footerLinks img	{
	border: none;
	margin: 10px 0 0;
	vertical-align: middle;
	}

#footerLinks a:link, #footerLinks a:visited	{
	color: #aabccd;
	text-decoration: underline;
	}

#footerLinks a:hover, #footerLinks a:active	{
	color: #fff;
	text-decoration: underline;
	}