
/*	--------------------------------------	*/
/* 	STANDARD HTML TAG RESETS               	*/
/*	--------------------------------------	*/

	body,
	h1, h2, h3,
	p, ul, li,
	form {
		border:	0;
		margin:	0px;
		padding:0px;
	}

/*	--------------------------------------	*/
/* 	STANDARD HTML TAG DEFINITION           	*/


	body,
	form,
	input,
	td {
		font-family: 	Verdana, Helvetica, sans-serif;
		font-size: 		11px;
		color: 			#333333;
	}
	
	p { /* text area text */
		font-family: 	Verdana, Helvetica, sans-serif;
		font-size: 		11px;
		line-height:	140%;
		color: 			#333333;
	}
	.Welcome p { /* welcome area text */
		font-family: 	Verdana, Helvetica, sans-serif;
		font-size: 		11px;
		line-height:	140%;
		color: 			#333333;
	}
	
	a, a:visited {
		color: #414142; 
		text-decoration: none; 
		}
	a:hover, a:active, a:selected{
		color: #414142; 
		text-decoration: none; 
		}
		
	.Link {
		color: #BA2B26; 
		text-decoration: none; 
		}
		
	.Link:hover {
		color: #BA2B26; 
		text-decoration: none; 
		}

/*	--------------------------------------	*/
/* 	SCROLL BARS							 	*/

	html,
	body {
		scrollbar-track-color: 		#ffffff;
		scrollbar-face-color: 		#cacaca;
		scrollbar-arrow-color: 		#808284;
		scrollbar-3dlight-color: 	#ffffff;
		scrollbar-highlight-color: 	#ffffff;
		scrollbar-shadow-color: 	#ffffff;
		scrollbar-darkshadow-color:	#ffffff;
		background-color:			#ffffff;
	}


/*	--------------------------------------	*/
/* 	PAGE ELEMETS                           	*/
/*	--------------------------------------	*/

#Container {
	background: 	url('Graphics/BG.jpg') no-repeat ;
	background-position: top center;
	height: 		943px;
	margin:			0 auto;
	position:		relative;
	width:			984px; 
	/*min-height:	100%;		100%;	 Height of the footer for full page layout */
	/*height:		100%;	 Height of the footer for full page layout */
	}

#Top {
	height:			46px;
	padding-top:	105px;
	position:		relative;
	}

#MainArea {
	position: 		relative;
	width:			984px; 
    /*padding-bottom:	80px;    Height of the footer, for site full page layout */
	}



h1 { /* top text */
	color: 				#07529C;
	font-size: 			20px;
	font-weight: 		normal;
	line-height:		140%;
	margin:				20px;
	margin-left:		0px;
	text-decoration: 	none;
	border-bottom: 		1px solid #cfd2db;
	width:				770px;
	}


	
h2 { /* used yet? */
	color: 				#BA2B26;
	font-size: 			14px;
	font-weight: 		normal;
	margin: 			4px 0px 6px 0px;	
	text-decoration: 	none;
	}

h3 { /* this is the right side blue headers */
	color: 				#07529C;
	font-size: 			11px;
	font-weight: 		normal;
	margin: 			0px;
	margin-left:		9px;
	padding:  			0px;
	padding-left:		15px;
	text-decoration: 	none;
	text-transform:		uppercase;
	border-bottom: 		1px solid #cfd2db;
	width:				135px;
	
	}
h4 { /* this is the right side white header */
	color: 				#ffffff;
	font-size: 			11px;
	font-weight: 		normal;
	margin: 			0px;
	margin-left:		9px;
	padding:  			0px;
	padding-left:		15px;
	text-decoration: 	none;
	text-transform:		uppercase;
	border-bottom: 		1px solid #cfd2db;
	width:				135px;
	
	}

h5 { /* welcome page product header text */
	color: 				#07529C;
	font-size: 			16px;
	font-weight: 		normal;
	line-height:		140%;
	margin:				20px;
	margin-left:		30px;
	text-decoration: 	none;
	border-bottom: 		1px solid #cfd2db;
	position: 			relative;
	width:				710px;
	}	
.Red {
		color: #BA2B26; 
		}

.Blue {
		color: #07529C; 
		}

/*	--------------------------------------	*/
/* 	TOP AREA	                           	*/
/*	--------------------------------------	*/

#Shop {
	color: 				#ffffff;
	font-size: 			11px;
	font-weight: 		normal;
	line-height:		100%;
	text-decoration: 	none;
	width:				200px;
	padding-left:    30px;
	}
	
#Shop a {
	color: 				#ffffff; 
	text-decoration: 	none; 
	}
		
.Shop a:hover{
	color: 				#07529C; 
	text-decoration: 	none; 
	}

.InfoMenu {
	list-style-type: 	none;
	margin: 			0;
	padding: 			0;
	margin-left:		0px;
	margin-top:		0px;
	height:				37px;

	}
.InfoMenu li{
	display: 			inline;
	}
	
.InfoMenu li a,
.InfoMenu li a:link,
.InfoMenu li a:visited{
	color: 				#414142;
	display: 			inline;
	font-size: 			13px;
	float:				left;
	height:				26px;
	padding-left: 		20px;
	padding-top: 		10px;
	text-decoration: 	none;
	text-transform:		uppercase;
	}


.InfoMenu li a:active,
.InfoMenu li a:hover{
	color: 				#BA2B26;
	}

#InfoMenuOn a{
	color: 				#BA2B26;
	}
	
	
	
.SubMenu {
	list-style-type: 	none;
	margin: 			0;
	padding: 			0;
	float:				left;
	width:				181px;

	}
.SubMenu li{
	display: 			block;
	}
	
.SubMenu li a,
.SubMenu li a:link,
.SubMenu li a:visited{
	color: 				#333333;
	display: 			block;
	width:				135px;
	font-size: 			10px;
	float:				left;
	margin-left: 		9px;
	padding-left: 		15px;
	line-height:		160%;
	text-decoration: 	none;
	text-transform:		uppercase;
	border-bottom: 	1px solid #cfd2db;
	}


.SubMenu li a:active,
.SubMenu li a:hover{
	color: 				#BA2B26;
	}

#SubMenuOn a{
	color: 				#BA2B26;
	}
	
.TopIMG {	
padding-left: 21px;

}
	
	
/*	--------------------------------------	*/
/* 	MAIN AREA	                           	*/
/*	--------------------------------------	*/

.MainProdArea {
	text-align:			left;
	width:				803px;
	position:			relative;
	}
.MainProdArea2 {
	text-align:			left;
	width:				803px;
	padding-top: 	0px;
	}
.PadTop { /*	top of product temp */
	padding-top:		0px;
	text-align:			left;
	padding-left:		30px;
	}
.PadTop2 { /*	top of product temp */
	width:				803px;
	text-align:			left;
	padding-left:		20px;
	 /*margin-left:		165px;
	  position:				relative*/
	}
	
	/* if cat imag eon side back on: 
	.PadTop {*/ /*	top of product temp 
	position:			absolute;
	clear:				both;
	top:				165px;
	text-align:			left;
	margin-left:		190px;
	}
.PadTop2 { *//*	top of product temp */
	/*position:			absolute;
	clear:				both;
	top:				545px;
	text-align:			left;
	margin-left:		170px;}*/
	
.ProdMenuArea {
	position:			relative;
	float:				right;
	padding:			0px;
	margin-top:		8px;
	width:					181px;
	background: 		url('Graphics/RightBarMiddle.jpg') repeat-y ;
	background-position: right;
	}
.ProdMenuTop {
	background: 		url('Graphics/RightBarTop.jpg') no-repeat ;
	background-position: right top;
	
	}
.GoShop { 
	color: 				#ffffff;
	font-size: 			10px;
	font-weight: 		normal;
	margin: 			0px;
	margin-left:		9px;
	padding:  			0px;
	padding-top:		6px;
	padding-left:		15px;
	text-decoration: 	none;
	text-transform:		uppercase;
	border-bottom: 		1px solid #cfd2db;
	width:				135px;

	}
	
.TextArea {
	position:			relative;
	clear:				both;
	top:				1px;
	text-align:			left;
	margin:				30px;
	margin-left:		40px;
	margin-top:			0px;
	padding-top: 		170px;
	width:				750px;
	}

	

.CatPromo {
	position:		absolute;
	top:			186px;
	left:			0px;
	float:			left;
	height: 		682px;
	width: 			179px;
	text-align:		left;
	background: url(Graphics/CatPromo.jpg) no-repeat;
	background-position: left top;
	z-index: 1;
	}	
.CatPromoPic {
	padding-left: 	17px;
	padding-top: 	10px;
	text-align:		left;
	}


.CartBig { /* welcome page  */
	position:		absolute;
	top:			855px;
	left:			0px;
	float:			left;
	height: 		105px;
	width: 			162px;
	text-align:		left;
	padding-left:	30px;
	padding-top:	60px;
	color:			#FFFFFF;
	background: url(Graphics/Popout_Cart.jpg) no-repeat;
	background-position: left top;
	}

.CartBig2 { /* product page  */
	position:		absolute;
	top:			868px;
	left:			0px;
	float:			left;
	height: 		105px;
	width: 			179px;
	text-align:		left;
	padding-left:	40px;
	padding-top:	60px;
	color:			#FFFFFF;
	background: url(Graphics/Popout_Cart2.jpg) no-repeat;
	background-position: left top;
	}
.CartBig a {
	color: 				#ffffff; 
	text-decoration: 	none; 
	}
		
.CartBig a:hover{
	color: 				#07529C; 
	text-decoration: 	none; 
	}
.CartBig2 a {
	color: 				#ffffff; 
	text-decoration: 	none; 
	}
		
.CartBig2 a:hover{
	color: 				#07529C; 
	text-decoration: 	none; 
	}		
		
/*	--------------------------------------	*/
/* 	WELCOME PAGE STYLES	                           	*/


.BGImage { /*welcome.php templage */
	position:			reltive;
	float:				left; 	
	display: 			inline;
	padding-left: 		42px;
	height:				335px;
	width:				590px;
	z-index:			0;
	}
	


.PopOuts { /*welcome.php popout boxes container */
	position:	relative;
	float:			left;
	top:				-160px;
	display:		block;
	height: 		600px;
	width: 			300px;
	margin-top:		10px;
	z-index:		1;
	}



	
.WhatsHot {
	height: 		187px;
	width: 			180px;
	margin-left:	17px;
	position:			reltive;
	display: inline;
	background: 	url('Graphics/Popout_Product1.gif') no-repeat ;
	background-position: right top;
	}
.WhatsHotPic {
	position:		absolute;
	top:			0px;
	left:			0px;
	height: 		187px;
	width: 			140px;
	text-align:		right;
	padding-right:	17px;
	padding-top:	5px;
	background: 	url('Graphics/Popout_Product1PIC.jpg') no-repeat ;
	background-position: left top;
	}	
.Competition {
	height: 		187px;
	width: 			305px;
	margin-left:	17px;
	position: 		relative;
	background: 	url('Graphics/Popout_Product2.jpg') no-repeat ;
	background-position: right top;
	}
.CompetitionPic {
	position:		absolute;
	top:			187px;
	left:			0px;
	height: 		187px;
	width: 			140px;
	text-align:		right;
	padding-right:	17px;
	padding-top:	5px;
	background: 	url('Graphics/Popout_Product2PIC.jpg') no-repeat ;
	background-position: left top;
	}		
.ShoppingPop {
	height: 		187px;
	width: 			305px;
	margin-left:	17px;
	position: 		relative;
	background: 	url('Graphics/Popout_Product.jpg') no-repeat ;
	background-position: right top;
	}
.ShoppingPic {
	position:		absolute;
	top:			374px;
	left:			0px;
	height: 		187px;
	width: 			140px;
	text-align:		right;
	padding-right:	17px;
	padding-top:	5px;
	background: 	url('Graphics/Popout_ProductPIC.jpg') no-repeat ;
	background-position: left top;
	}
	
.JoinClub {
	height: 		187px;
	width: 			305px;
	margin-left:	17px;
	position: 		relative;
	background: 	url('Graphics/Popout_Product.jpg') no-repeat ;
	background-position: right top;
	}
.JoinClubPic {
	position:		absolute;
	top:			561px;
	left:			0px;
	height: 		187px;
	width: 			140px;
	text-align:		right;
	padding-right:	17px;
	padding-top:	5px;
	background: 	url('Graphics/Popout_ProductPIC.jpg') no-repeat ;
	background-position: left top;
	}

 
.Partner1{
	height: 		107px;
	width: 			305px;
	margin-left:	17px;
	position: 		relative;
	background: 	url('Graphics/Popout_Partner.jpg') no-repeat ;
	background-position: right top;
	}
.Partner1Pic {
	position:		absolute;
	top:			748px;
	left:			0px;
	height: 		187px;
	width: 			140px;
	text-align:		right;
	padding-right:	17px;
	padding-top:	5px;
	background: 	url('Graphics/Popout_Partner.jpg') no-repeat ;
	background-position: left top;
	}
	
.Partner2 {
	height: 		107px;
	width: 			305px;
	margin-left:	17px;
	position: 		relative;
	background: 	url('Graphics/Popout_Partner.jpg') no-repeat ;
	background-position: right top;
	}
.Partner2Pic {
	position:		absolute;
	top:			855px;
	left:			0px;
	height: 		187px;
	width: 			140px;
	text-align:		right;
	padding-right:	17px;
	padding-top:	5px;
	background: 	url('Graphics/Popout_Partner.jpg') no-repeat ;
	background-position: left top;
	}
	
img.Title1 {
	position:		absolute;
	top:			0px;
	left:			0px;
	z-index:		1;
	}

img.Title2 {
	position:		absolute;
	top:			187px;
	left:			0px;
	z-index:		1;
	}
	
img.Title3 {
	position:		absolute;
	top:			374px;
	left:			0px;
	z-index:		1;
	}
	
img.Title4 {
	position:		absolute;
	top:			561px;
	left:			0px;
	z-index:		1;
	}
	


.PopOutText {
	position: 		relative;
	top:			3px;
	left:			5px;
	width:			120px;
	margin-left: 	160px;
	}

.PopOutText h3  {
	color: 			#BA2B26;
	margin:			0px;
	margin-bottom:	7px;
	text-transform:	uppercase;
	border-bottom: 	1px solid #cfd2db;
	font-size:		14px;
	font-weight: 	normal;
	padding:		0px;
	width:			125px;
 	}
	
.PopOutText p {
	font-size:		10px;
	line-height:	120%;
	}
.Buy {
	position: 		relative;
	padding-left: 	23px;
	padding-top: 	8px;
	width:			125px;
	height: 		32px;
	background: 	url('Graphics/SmProdCart.jpg') no-repeat ;
	background-position: top center;
 	}
.Buy2 {
	position: 		absolute;
	bottom:			20px;
	padding-left: 13px;
	padding-top: 8px;
	left:			160px;
	width:		125px;
	height: 32px;

 	}

	
.PopLink:link, .PopLink:visited {
	color: 			#BA2B26;
	text-transform:	uppercase;
	font-size:		11px;
	}
	
.PopLink:hover, {
	color: 				#000000;
	text-transform:	uppercase;
	font-size:		11px;
	}
.PromoPrice { 
	text-decoration: 	none;
	font-family: 		Verdana, Helvetica, sans-serif;
	font-size: 			11px;
	color: 				#333333;
	line-height: 		140%;
	text-align:			left;
}
.PromoSpecialPrice { 
	text-decoration: 	none;
	font-family: 		Verdana, Helvetica, sans-serif;
	font-size: 			12px;
	color: 				#BA2B26;
	line-height: 		100%;
	text-align:			left;
	text-decoration:	line-through;
}	
	

/*	--------------------------------------	*/
/* 	EZYCAT CLASSES                         	*/
/*	--------------------------------------	*/


/* Classes for the page numbers - except for the main word "Pages", which is a unclassed table cell  */
.PageNumberBar {  
	font-size: 			10px; 
	color: 				#414142;
}	
.PageNumberCurrent{  
	font-size: 			10px; 
	color: 				#BA2B26;
	text-decoration: 	none;  
	font-weight: 		bold;
}
.SmLinkOff {  
	font-size: 			10px; 
	color: 				#414142;
}
.SmLinkOff:hover {  
	font-family: 		Verdana, Helvetica, sans-serif; 
	font-size: 			10px; 
	font-style: 		normal; 
	color: 				#BA2B26; 
	text-decoration: 	none; 
	font-weight: 		bold;
}

/*	--------------------------------------	*/
/* 	SMALL CARD	AND CAT CARD               	*/


#SmCard {
	position: 		relative;
	margin:			0px;
	padding:		0px;
	width:			145px;
	height:			190px;
	border-right: 	1px solid #cfd2db;
	border-bottom: 	1px solid #cfd2db;
	text-align:		center;
	}

.SmProdName {
	text-decoration: 	none;
	font-family: 		Verdana, Helvetica, sans-serif;
	font-size: 			12px;
	color: 				#333333;
	line-height: 		160%;
	text-transform:		capitalize;
	}
	
.SmProdName:hover {
	color: 				#BA2B26;
	text-decoration: 	none;
	}
	
.SmProdCell {
	position: 			relative;
	text-align:			center;
}
.SmProdPrice { 
	text-decoration: 	none;
	font-family: 		Verdana, Helvetica, sans-serif;
	font-size: 			11px;
	color: 				#333333;
	line-height: 		140%;
	text-align:			center;
	width:				145px;
}

.Pic {
	border: 			0px solid #cfd2db;
	width:				85px;
	height:				90px;
	margin:				0 auto;
	}
.SmProdQty { 
	text-decoration: 	none;
	clear: both;
	font-family: 		Verdana, Helvetica, sans-serif;
	font-size: 			11px;
	color: 				#333333;
	line-height: 		140%;
	text-align:			right;
	position:			relative;
	top:				6px;
	width:				145px;
}
/* Category card - text class */
.CatDesc {
	color: 				#414142;
	text-decoration: 	none;
	}
	
.CatDesc:hover {
	color: 				#BA2B26;
	text-decoration: 	none;
	}


/*	--------------------------------------	*/
/* 	LARGE PRODUCT CARD	                   	*/


#LgCard { /*Large Product container */
	position: 		relative;
	width:			770px;
	}
	
.LgCardPic { /* image container on large card */ 
	float:			left;
	display:		inline;
	height:			450px;
	width:			350px;
	text-align:		center;
	}
	
.LgProdInfo { /* lg card text area container */ 
	float:			left;
	display:		inline;
	width: 			380px;
	padding-left:  20px;
	}

.LgProdFoot{ /* back / next container */ 
	width:			330px;
	float:			right;
	display:		block;
	position:		relative;
	padding-top:     20px;
	text-align:		center;
	font-size:		10px;
	}

.LgProdArea {  /* inside scroll area  */
	
	}

h2.LgProdName {
	font-family: 	Verdana, Arial, Helvetica, sans-serif;
	font-size:		17px;
	color: 			#07529C;
	margin-bottom:	10px;
	padding:		0px;
	font-weight:	normal;
	line-height: 	100%;
	width: 			380px;
	}
	
h4 { /*lg card product id */ 
	color: 			#000000;
	text-decoration: none;
	font-family: 	Verdana, Helvetica, sans-serif;
	font-size: 		10px;
	margin:			0px;
	padding:		0px;
	line-height: 	140%;
	font-weight:	normal;
}

.LgProdTop { /*not used in this site */ 
	background-image:url(Graphics/LgCardBG.jpg);
	background-repeat: 		no-repeat;
	background-position: 	top left;
	width:			750px;
	clear:      	both;
	position: 		relative;
	margin:			0px;
	text-align: 	left;
	padding: 		20px;
	}
	

	
.LgProdDesc {
	font-family: 	Verdana, Helvetica, sans-serif;
	font-size: 		11px;
	color: 			#333333;
	line-height: 	140%;
	width: 			380px;
	}

/* For the cell of the price / features / document uploads title - make sure this cell has colspan="3" */
.LgProdVarTitle {
	text-transform: 	capitalize;
	text-decoration: 	none;
	font-family: 		Verdana, Helvetica, sans-serif;
	font-size: 			13px;
	color: 				#414142;
	border-bottom: 		1px solid #cfd2db;
	width: 				380px;
	
}

/* For the product feature / price name cell - if this is wrapping too much increase the width. */
.LgProdVarName {
	font-family: 		Verdana, Helvetica, sans-serif;
	font-size: 			11px;
	color: 				#414142;
	text-transform: 	capitalize;
	line-height: 		140%;
	width: 				120px;
}

/* For the product feature / price details cell  */
.LgProdVarText {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 140%;
	padding-left: 6px;
}

/* For the variations description cell  */
.varDesc { 
	font-family: Verdana, Helvetica, sans-serif;	
	font-size: 10px;
	color: #333333;
}


/* surrounding product mini images.    */
.surround img {border:none;}
.surround ul{list-style:none; margin:0; padding-top:10px; width:350px;}
.surround li {float:left; display: inline; border:1px solid #b3a9b5;height:40px; width:40px;   margin: 0 4px 4px 0; padding: 2px 2px 2px 2px; background-color:#ffffff;text-align: center;}
.surround li a {display:inline; height:40px; width:40px; }
.surround li a:hover { background-color:#07529C; color:#000000;}
.surround a {text-decoration:none; color:#000000}


/*	--------------------------------------	*/
/* 	PRODUCT MENU                         	*/

/* Cascading product menu styles */


.MenuCellLevel1 {
	list-style-type: 	none;
	line-height: 		140%;
	padding-top: 		3px;
	padding-bottom: 	3px;
	padding-left: 		20px;
	border-bottom: 	1px solid #cfd2db;
	}


.MenuCellLevel1On {
	color: 				#BA2B26;
	list-style-type: 	none;
	line-height: 		140%;
	padding-top: 		3px;
	padding-bottom: 	3px;
	padding-left: 		20px;
	border-bottom: 	1px solid #cfd2db;
	}
	
/* Product Level 2 Menu Cells */
.MenuCellLevel2 {
	list-style-type: 	none;
	line-height: 		140%;
	padding-top: 		3px;
	padding-bottom: 	3px;
	padding-left: 		20px;
	border-bottom: 	1px solid #cfd2db;
}



.MenuCellLevel2On {
	color: 				#BA2B26;
	list-style-type: 	none;
	line-height: 		140%;
	padding-top: 		3px;
	padding-bottom: 	3px;
	padding-left: 		20px;
	border-bottom: 	1px solid #cfd2db;
}

/* Product Level 3 Menu Cells */
.MenuCellLevel3 {
	list-style-type: 	none;
	line-height: 		140%;
	padding-top: 		3px;
	padding-bottom: 	3px;
	padding-left: 		40px;
	border-bottom: 	1px solid #cfd2db;
}



.MenuCellLevel3On {
	list-style-type: 	none;
	line-height: 		140%;
	padding-top: 		3px;
	padding-bottom: 	3px;
	padding-left: 		40px;
	border-bottom: 	1px solid #cfd2db;
}


/* Product Level 4 Menu Cells */
.MenuCellLevel4 {
	list-style-type: 	none;
	line-height: 		140%;
	padding-top: 		3px;
	padding-bottom: 	3px;
	padding-left: 		40px;
	border-bottom: 	1px solid #cfd2db;
}



.MenuCellLevel4On {
	list-style-type: 	none;
	line-height: 		140%;
	padding-top: 		3px;
	padding-bottom: 	3px;
	padding-left: 		40px;
	border-bottom: 	1px solid #cfd2db;
}


/* Product Level 5 Menu Cells */
.MenuCellLevel5 {
	list-style-type: 	none;
	line-height: 		140%;
	padding-top: 		3px;
	padding-bottom: 	3px;
	padding-left: 		40px;
	border-bottom: 	1px solid #cfd2db;
}



.MenuCellLevel5On {
	list-style-type: 	none;
	line-height: 		140%;
	padding-top: 		3px;
	padding-bottom: 	3px;
	padding-left: 		40px;
	border-bottom: 	1px solid #cfd2db;
}
/*  Main product menu text */
A.Light {
	COLOR: 				#414142; 
	TEXT-DECORATION: 	none
}
A.Light:visited {
	COLOR: 				#414142; 
	TEXT-DECORATION: 	none
}
A.Light:active {
	COLOR: 				#414142; 
	TEXT-DECORATION: 	none
}
A.Light:hover {
	COLOR: 				#BA2B26; 
	TEXT-DECORATION: 	none
}
A.LightOn {
	COLOR: 				#BA2B26; 
	TEXT-DECORATION: 	none
}
/*  Main product level 1 menu text */
A.LightLevel1 {
	COLOR: 				#414142; 
	TEXT-DECORATION: 	none
}
A.LightLeel1:visited {
	COLOR: 				#414142; 
	TEXT-DECORATION: 	none
}
A.LightLevel1:active {
	COLOR: 				#414142; 
	TEXT-DECORATION: 	none
}
A.LightLevel1:hover {
	COLOR: 				#BA2B26; 
	TEXT-DECORATION: 	none
}
A.LightLevel1On {
	COLOR: 				#BA2B26; 
	TEXT-DECORATION: 	none
}

/*  Main product level 2 menu text */
A.LightLevel2 {
	COLOR: 				#414142; 
	TEXT-DECORATION: 	none
}
A.LightLevel2:visited {
	COLOR: 				#414142; 
	TEXT-DECORATION: 	none
}
A.LightLevel2:active {
	COLOR: 				#414142; 
	TEXT-DECORATION: 	none
}
A.LightLevel2:hover {
	COLOR: 				#BA2B26; 
	TEXT-DECORATION: 	none
}
A.LightLevel2On {
	COLOR: 				#BA2B26; 
	TEXT-DECORATION: 	none
}

/*  Main product level 3 menu text */
A.LightLevel3 {
	COLOR: 				#414142; 
	TEXT-DECORATION: 	none
}
A.LightLevel3:visited {
	COLOR: 				#414142; 
	TEXT-DECORATION: 	none
}
A.LightLevel3:active {
	COLOR: 				#414142; 
	TEXT-DECORATION: 	none
}
A.LightLevel3:hover {
	COLOR: 				#BA2B26; 
	TEXT-DECORATION: 	none
}
A.LightLevel3On {
	COLOR: 				#BA2B26; 
	TEXT-DECORATION: 	none
}

/*	--------------------------------------	*/
/* 	NAV AND FORM	                         	*/

/* "View Cart" order form classes */
.OrderBox {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 3px;
	padding-right: 3px;
	color: #414142;
	border: 1px  solid  #bfbfbf ;
	background-color: 				#ffffff;
}
.OrderTitle {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	FONT-weight: bold;
	line-height: 180%;
	color: 				#808284;
	white-space: nowrap;
	padding-left: 3px;
	padding-right: 3px;
	background-color: #ffffff;
	border-bottom: 1px  solid  #414142 ;
	border-right: 1px  solid  #414142 ;
}

.OrderText {
	padding: 3px;
	border-bottom: 1px  solid  #414142 ;
}
.OrderSubmit {
	height: 30px;
	white-space: nowrap;
	padding-left: 3px;
	padding-right: 3px;
	background-color: 				#ffffff;
}

/* navigation bar for ezycat product systems with sub cats */
#Nav {
	position:relative;
	top:6px;
	left:35px;
	display:block;
	clear:both;
}

.NavCell {
	text-transform: lowercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:17px;
	color: #BA2B26;
	font-weight: normal;
	text-decoration: none;
}

.NavBar {
	text-transform: lowercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:17px;
	color: #BA2B26;
	font-weight: normal;
	text-decoration: none;
}

.NavBarOn {
	text-transform: lowercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:17px;
	color: #BA2B26;
	font-weight: bold;
	text-decoration: none;
}
