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

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

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


	body,
	input,
	td,
	div {
		font-family: 	Verdana, Arial, Helvetica, sans-serif;
		font-size:		12px;
		color: 			#6D6E71;
		line-height:	140%;
	}
	
	input,
	form{
		color: 			#6D6E71;
	}
	
	p { /* text area text */
		font-family: 	Verdana, Arial, Helvetica, sans-serif;
		font-size:		12px;
		line-height:	140%;
		color: 			#6D6E71;
	}

	

a,
a:link,
a:visited{
	color: 				#6D6E71;
	text-decoration: 	none; 
	}


a:active,
a:hover{
	color: 				#8E78B7;
	text-decoration: 	none; 
	}	
	

	

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

	html{
		scrollbar-track-color: 		#ffffff;
		scrollbar-face-color: 		#E7E7E8;
		scrollbar-arrow-color: 		#ffffff;
		scrollbar-3dlight-color: 	#ffffff;
		scrollbar-highlight-color: 	#ffffff;
		scrollbar-shadow-color: 	#ffffff;
		scrollbar-darkshadow-color: #ffffff;
		background-color:			#ffffff;
		background-image:			url(Graphics/BG2.jpg);
		background-position:		center top;
		height:						100%;
	}
	body {
		background-image:			url(Graphics/BGTop.jpg);
		background-repeat:			repeat-x;
		background-position:		center top;
	}

/*	--------------------------------------	*/
/* 	PAGE ELEMETS       
	filter:				alpha(opacity=100);
	opacity:			1.0;                    	*/
/*	--------------------------------------	*/

	
.Container {
	margin:				0 auto;
	padding-left:		48px;
	padding-right:		48px;
	position:			relative;
	width:				980px;
	height:				1600px;
	background-image:	url(Graphics/Page_BG.jpg);
	background-repeat:	no-repeat;
	background-position:center top;
	background-color: #FFF;
	}

	
.Top {
	position:			relative;
	margin:				0;
	padding:			0;
	width:				737px;
	height:				200px;
	float:				left;
	display:			inline;
	}

.MainStage {
	position:			relative;
	margin:				0;
	padding:			0;
	width:				737px;
	float:				left;
	display:			inline;
	}
	
.ProdMenuArea {
	position:			relative;
	padding:			0px;
	padding-top:		120px;
	margin-top:			40px;
	width:				213px;
	height:				900px;
	float:				left;
	margin-right:		30px;
	background-image:	url(Graphics/Products.jpg);
	background-repeat:	no-repeat;
	background-position:center top;
	display:			inline;
	}

	
.Logo {
	position: 			relative;
	width:				587px;
	height:				140px;
	background-color:	#8E78B7;
	margin-bottom:		10px;
	padding-left: 		151px;
	padding-top:		10px;
	
	}


/*	--------------------------------------	*/
/* 	FONT ELEMENTS                          	*/
/*	--------------------------------------	*/

h1 { /* main text headers */
	color:				#6D59A6;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			21px;
	text-align:			left;
	margin:				0;
	margin-bottom:		10px;
	padding: 			0;
	font-weight:		normal;
	}
	
	
h2 { /* sub headers & promo on front page*/
	color: 				#8E78B7;
	font-size:			15px;
	font-weight: 		normal;
	margin: 			0px;
	padding:			0px;
	text-decoration: 	none;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	}
	
.SubHeader { /* sub headers & promo on front page*/
	color: 				#8E78B7;
	font-size:			15px;
	font-weight: 		normal;
	margin: 			0px;
	padding:			0px;
	text-decoration: 	none;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	}
.DkPurple {
		color: 		#6D59A6;
}
.Purple {
		color: 		#8E78B7;
		}
.Pink {
		color: 		#B50247;
		}
.Grey {
		color: 		#6D6E71; 
		}

.Line {
    border-bottom:		1px solid #c1c2c3;
}

.Line2 {
    border-top:		1px solid #c1c2c3;
}


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

		
#MenuContainer {
	position:			relative;
	width:				739px;
	margin:				0;
	margin-bottom:		10px;
	padding: 			0;
	height:				30px;
	}	
	
.InfoMenu {
	margin: 			0;	
	padding: 			0;
	width:				739px;
	height:				30px;
	}
	
.InfoMenu li{
	list-style-type: 	none;
	display: 			inline;
	font-size:			13px;
	float:				left;
	padding-top: 		5px;
	height:				30px;
	padding-left: 		20px;
	padding-right: 		20px;
	text-decoration: 	none;
	text-transform:		lowercase;
	background-image:url(Graphics/White.gif);
	background-repeat: repeat;
	}
	
.InfoMenu li a,
.InfoMenu li a:link,
.InfoMenu li a:visited{
	color:				#6D6E71;

	}


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

.InfoMenu li:hover {
	list-style-type: 	none;
	display: 			inline;
	font-size:			13px;
	float:				left;
	padding-top: 		5px;
	height:				30px;
	padding-left: 		20px;
	padding-right: 		20px;
	text-decoration: 	none;
	text-transform:		lowercase;
	background-image:	none;
	}
	
#InfoMenuOn {
	list-style-type: 	none;
	display: 			inline;
	font-size:			13px;
	float:				left;
	padding-top: 		5px;
	height:				30px;
	padding-left: 		20px;
	padding-right: 		20px;
	text-decoration: 	none;
	text-transform:		lowercase;
	background-image:	none;
	}
	
#InfoMenuOn a{
	color: 				#8E78B7;
	}
	
/*	--------------------------------------	*/
/* 	SUBMENU ON TEXT.PHP					   	*/	


	
.SubMenu {
	margin: 			0;
	margin-top:			20px;
	padding: 			0;
	width:				190px;
	}
	
.SubMenu li{
	display: 			block;
	float:				left;
	width:				190px;
	white-space:		normal;
	}
	
.SubMenu li a,
.SubMenu li a:link,
.SubMenu li a:visited {
	font-size:		12px;
	color:				#6D6E71;
	line-height: 		140%;
	width:				190px;
	float:				left;
	padding-top:		1px;
	padding-bottom:		1px;
	text-decoration: 	none;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	}
	
.SubMenu li a:active,
.SubMenu li a:hover {
	color: 				#8E78B7;
	}

#SubMenuOn a{
	color: 				#8E78B7;
	}







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



/* random hot products on front page  */
img {border:none;}
 ul.popout {list-style:none; margin:0; padding-top:10px; width: 350px;}
 ul.popout li {float:left; display: inline; border:1px solid #8E78B7;margin: 0 4px 4px 0; padding: 2px 2px 2px 2px; background-color:#eaedf6;text-align: center;}
 ul.popout li a {display:inline; height:40px; width:40px; background:center; }
 ul.popout li a:hover { background-color:#DDDDDD; color:#000000;}
 a {text-decoration:none; color:#6D6E71}


/* surrounding product mini images.    */
.surround img {border:none;}
.surround ul{list-style:none; margin:0; padding-top:10px; width:270px;}
.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:#8E78B7; color:#000000;}
.surround li:hover { background-color:#8E78B7; color:#000000;}
.surround a {text-decoration:none; color:#000000}




	
/* Welcome.php template   */
.FolioPic {
	position:			relative;
	float:				right;
	margin-bottom:		20px;
	margin-left:		20px;
	width:				300px;
	height:				340px;
	}

.MainImage {
	position:			relative;
	display:			block;
	margin-bottom:		20px;
	margin-top:			10px;
	width:				670px;
	}
.MainImage2 {
	position:			relative;
	display:			block;
	margin-top:			10px;
	margin-bottom:		20px;
	width:				740px;
	height:				120px;
	}
.WelcomeBoxes {
	clear:				both;
	margin: 			0;
	margin-bottom:		60px;
	padding: 			0;
	width:				740px;
	height:				85px;
	}
	
.WelcomeBoxes li{
	display: 			inline;
	float:				left;
	margin:				0;
	margin-left:		15px;
	width:				236px;
	padding: 	 		0;
	list-style:			none;
	background-image: 	url(Graphics/BoxBG.jpg);
	background-repeat: 	no-repeat;
	background-position:bottom left;
	}                  
	
.WelcomeBoxes li a {
	font-size:			14px;
	color:				#fff;
	text-decoration: 	none;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	}
	
.WelcomeBoxes li a:hover {
	color: 				#000;
	}


	
.WelcomeBoxes h2 { /* box headers on front page*/
	color: 				#fff;
	font-size:			15px;
	font-weight: 		normal;
	margin: 			0px;
	margin-bottom:		5px;
	padding:			0px;
	padding-left:		10px;
	line-height:		25px;
	height:				25px;
	width:				226px;
	text-decoration: 	none;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	background-color:	#6D59A6;
	}

.WelcomeBoxes div {
	padding-left:		10px;
	padding-right:		10px;
	height:				85px;
	margin:				0;
	width:				206px;
	}



/*	--------------------------------------	*/
/* 	NEW GALLERY STYLES					 	*/
/*	--------------------------------------	*/

.GalleryHeader {  /* main gallery instructions, & sub gallery header */
	color:				#c20e50;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			15px;
	text-align:			left;
	text-transform: 	capitalize;
	margin:				0;
	margin-bottom:		10px;
	padding: 			0;
	font-weight:		normal;
	}
.ImageGallerys ul {  /* main gallery style */
	width: 100%;
	list-style: none;
	}
	
.ImageGallerys li {   /* main gallery style */
	margin-right: 	10px;
	margin-bottom: 	20px;
	padding:		0;
	float: 			left;
	display: 		inline;
	border: 		0px solid #bca281;
	}
	
.ImageGallerys div {   /* main gallery style */
	padding:		3px;
	font-size:		13px;
	width:			150px;
	}
.imagethumbs{   /* main gallery image style */
	margin: 		0px;
	padding: 		1px;
	border: 		1px solid #bca281;
	text-decoration: none;
	background-color:#FFF;
}

.imagethumbs:hover {   /* main gallery image style */
	margin: 		0px;
	padding:	 	1px;
	border: 		1px solid #c20e50;
	text-decoration: none;
	background-color:#FFF;
}

.imagethumbon{   /* main gallery image style - not used */
	margin: 		0px;
	padding: 		1px;
	border: 		1px solid #c20e50;
	text-decoration: none;
	background-color:#FFF;
}

.SubGalleryText {  /* sub gallery description text  */
	margin-bottom:		10px;
	font-size:			13px;
	}
.SubGalleryText a { /* sub gallery back & links  */
	color: 				#c20e50;
	text-decoration: 	none; 
	line-height:		200%;
	}

.SubGalleryText a:hover{  /* sub gallery back & links  */
	color: 				#000000;
	text-decoration: 	none; 
	line-height:		200%;
	}	

.ImageGallery ul {  /* sub gallery style */
	width: 100%;
	list-style: none;
	}
	
.ImageGallery li {   /* sub gallery style */
	margin-right: 	5px;
	margin-bottom: 	5px;
	padding:		0;
	float: 			left;
	display: 		inline;
	border: 		0px solid #bca281;
	}
.imagethumb{   /* sub gallery image style */
	margin: 		0px;
	padding: 		1px;
	border: 		1px solid #bca281;
	text-decoration: none;
	background-color:#FFF;
}

.imagethumb:hover {   /* sub gallery image style */
	margin: 		0px;
	padding:	 	1px;
	border: 		1px solid #c20e50;
	text-decoration: none;
	background-color:#FFF;
}
.GalleryPopup { /* pop up title & text */
		font-family: 	Verdana, Arial, Helvetica, sans-serif;
		font-size:		12px;
		line-height:	140%;
		color: 			#704e2f;
		text-align:		left;
		margin-top: 	10px;
	}








	
	




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


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

.Cart {
	font-size:			11px;
	line-height: 		140%;
	padding-left: 		40px;
	margin-bottom: 		30px;
	text-align:			center;	
	color: 				#8E78B7;
	width:				163px;
	}
/*	--------------------------------------	*/
/* 	SMALL CARD	AND CAT CARD               	*/


#SmCard {
	position: 		relative;
	margin:			0px;
	margin-right:	10px;
	padding:		0px;
	width:			200px;
	}

.SmProdName {
	text-decoration: 	none;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size:			12px;
	color: 				#6D6E71;
	line-height: 		140%;
	text-align:			left;
	}


.SmProdCell {
	position: 			relative;
	text-align:			left;
	text-transform:		capitalize;
	font-size:			17px;
	color: 				#6D59A6;
	margin-bottom:		30px;
}
.SmProdCell a{
	color: 				#6D59A6;
	text-decoration:	none;
}
.SmProdCell a:hover{
	color: 				#B50247;
	text-decoration:	none;
}
/*.SmProdPrice {  not used in this site 
	text-decoration: 	none;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;	
	font-size: 			10px;
	color: 				#6D6E71;
	line-height: 		160%;
	text-align:			left;
}
/*.SmProdDesc { not used in this site 
	text-decoration: 	none;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			10px;
	color: 				#6D6E71;
	border-bottom: 		2px solid #6D6E71;
	padding-top: 		3px;
	text-align:			justify;
	width:				200px;
} */

	
.Pic {
	width:				200px;
	height:				220px;
	padding:			0px;
	margin-bottom:		4px;
	background-color:	#ffffff;
	}

/* Category card - text class */
.CatDesc {
	color: 				#6D59A6;
	text-decoration: 	none;
	}
	
.CatDesc:hover {
	color: 				#8E78B7;
	text-decoration: 	none;
	}









		

		

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

.LgCard {}  /*	no style but without this the next class wotn work	*/

.LgProdBackNav{ /* back / next container */ 
	padding-top:     	10px;
	padding-bottom:    	10px;
	text-align:			center;
	font-size:			10px;
	color:				#6D6E71;
	text-transform:		uppercase;
	width:				400px;
	margin-top:			30px;
	}

h2.LgProdName {
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size:			15px;
	color: 				#6D6E71;
	padding:			0px;
	padding-bottom:		10px;
	font-weight:		normal;
	line-height: 		140%;
	text-align:			left;
	}	
	
.LgCardPic { /* image container on large card */
	position:			relative;
	width:				400px;
	margin-right:		10px;
	color:				#6D6E71;
	text-align:			center;
	line-height:		200%;
	font-size:			11px;
	float:				left;
	display:			inline;
	}


.LgProdInfo { /* lg card text area container */ 
	width:				270px;
	position:			relative;
	float:				left;
	display:			inline;
	top:				0;
	}
	

	
.LgProdDesc {
	font-family: 	Verdana, Arial, Helvetica, sans-serif;	
	font-size: 		12px;
	color: 			#6D6E71;
	line-height: 	140%;
	padding-bottom: 10px;
	}

/* For the cell of the price / features / document uploads title - make sure this cell has colspan="3" */
.LgProdVarTitle {
	text-transform: 	uppercase;
	text-decoration: 	none;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;	
	font-size: 			12px;
	color: 				#6D6E71;
}

/* For the product feature / price name cell - if this is wrapping too much increase the width. */
.LgProdVarName {
	font-family: 		Verdana, Arial, Helvetica, sans-serif;	
	font-size: 			12px;
	color: 				#6D6E71;
	text-transform: 	UPPERCASE;
	line-height: 		160%;
	width: 				80px;
}

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

/* For the variations description cell  */
.varDesc { 
	font-family: 		Verdana, Arial, Helvetica, sans-serif;	
	font-size: 			12px;
	color: 				#6D6E71;
	padding-left: 	 	5px;
}
.Surounding {
	border-top:			1px solid #c1c2c3;
	position:			relative;
	width:				270px;
	height:				165px;
	color:				#6D6E71;
	text-align:			left;
	line-height:		200%;
	text-transform: 	uppercase;
	text-decoration: 	none;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;	
	font-size: 			12px;
	color: 				#6D6E71;
	margin-top: 		20px;
	padding-top: 		20px;
}	




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

 /* CSS cascading product menu */
	
/*  main cat ul class */
.ProductCategories ul  {
	/*  float all cats above other stuff */
	z-index:			2;
	}
.ProductCategories li  {
	/*  float main cats */
	margin: 			0;
	padding: 			0;
	float:				left;
	display:			block;
	padding-top:		10px;
	width:				213px;
	}

.ProductCategories li a {
	/*  style all links in the menu */
	display:			block;
	line-height:		120%;
	text-decoration: 	none;
	color: 				#6D6E71;
	font-size: 			13px;
	text-transform:		capitalize;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	}
	
.ProductCategories li a:hover {
	/*  hover style all links in the menu */
	color: 				#B50247;
	}

.ProductCategories li.MenuCellLevel1On a{ 
	/*  colour change for main cat on menu */
	color: 				#B50247;
	}
	
.ProductCategories li.MenuCellLevel1 ul {
	/*  move sub cats below and hide them */
	display:			none;	
	position:			relative;
	width:				0px;
}
.ProductCategories li.MenuCellLevel1On ul  {
	/*  move sub cats below and hide them */
	display:			block;	
	position:			relative;
	left:				0px;	

}


.ProductCategories li.MenuCellLevel1On ul a{ 
	/*  colour & size change for Level2 sub menu
		not line height or top bottom padding	*/
	color: 				#8E78B7;
	width:				203px;
	display:			block;
	text-decoration: 	none;
	font-size: 			11px;
	text-transform:		capitalize;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	}
.ProductCategories li.MenuCellLevel1On li.MenuCellLevel2 { 
	/*  line height, top bottom padding for Level2
		not colour & size change					*/
	padding-top:		4px;
	padding-left:		12px;
	}
	
		
.ProductCategories li.MenuCellLevel1On li.MenuCellLevel2On { 
	/*  line height, top bottom padding for Level2On	*/
	padding-top:		4px;
	padding-left:		12px;
	}
.ProductCategories li.MenuCellLevel1On li.MenuCellLevel2 a:hover {
	/*  hover colour change for on state 2nd sub menu */
	color: 				#51447F;
	}

.ProductCategories li.MenuCellLevel1On li.MenuCellLevel2On a {
	/*  hover colour change for on state 2nd sub menu */
	color: 				#51447F;
	}
	

	

/*  product CCS replacing  menu  
/*  ----------------------------------

#ProductCategoriesContainer { 
	position:			relative;
	width:				213px;
	margin:				0 auto;
	padding: 			0;
	text-align:			left;
	}	
	
/*  main ul class 
.ProductCategories  {
	margin: 			0;
	margin-top:			10px;
	padding: 			0;
	width:				213px;
	}

	
.ProductCategories li{
	list-style:				none;
	list-style-position: 	inside;
	display: 				inline;
	}
	
.ProductCategories li a,
.ProductCategories li a:link,
.ProductCategories li a:visited {
	margin-bottom:		5px;
	margin-top: 		5px;
	line-height: 		120%;
	font-size: 			13px;
	float:				left;
	text-decoration: 	none;
	text-transform:		capitalize;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	color:				#6D6E71;
	}
	
.ProductCategories li a:active,
.ProductCategories li a:hover {
	color: 				#6D59A6;
	}

#ProductCategoriesOn a{
	color: 				#6D59A6;
	}


/*  prod menu other cats without subs style li override class 
.MenuCellOther li{
	list-style:				none;
	list-style-position: 	inside;
	display: 				inline;
	margin-bottom:			10px;
	margin-right: 			20px;
	}
	
.MenuCellOther li a,
.MenuCellOther li a:link,
.MenuCellOther a:visited {
	line-height: 		120%;
	height:				16px;
	font-size: 			10px;
	float:				left;
	text-decoration: 	none;
	text-transform:		uppercase;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	}
	
.MenuCellOther li a:active,
.MenuCellOther li a:hover {
	color: 				#6D59A6;
	}
	*/
	
/*  prod menu sub cats style li override class  
.MenuCellSub li{
	list-style:				none;
	list-style-position: 	inside;
	display: 				inline;
	margin-bottom:			10px;
	margin-right: 			20px;
	}
	
.MenuCellSub li a,
.MenuCellSub li a:link,
.MenuCellSub a:visited {
	line-height: 		120%;
	height:				16px;
	font-size: 			10px;
	float:				left;
	text-decoration: 	none;
	text-transform:		uppercase;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	}
	
.MenuCellSub li a:active,
.MenuCellSub li a:hover {
	color: 				#6D59A6;
	}
*/
/*  prod menu selected style  li override class 
.MenuCellSelected li{
	list-style:			none;
	list-style-position: inside;
	display: 			inline;
	margin-bottom:		5px;
	margin-top: 		5px;
	line-height: 		120%;
	height:				16px;
	font-size: 			10px;
	float:				left;
	text-decoration: 	none;
	color: 				#6D59A6;
	text-transform:		capitalize;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	}

	
.MenuCellSelected a {
	color: 				#c20e50;
	}
*/



/*	--------------------------------------	*/
/* 	PRODUCT MENU    - OLD TABLE CLASSES*/

/* Cascading product menu styles 


.MenuCellLevel1 {
	font-size:			13px;
	list-style-type: 	none;
	line-height: 		130%;
	padding-top: 		10px;
	padding-bottom: 	10px;
	text-align:			left;
	display:			block;
	}


.MenuCellLevel1On {
	font-size:			13px;
	list-style-type: 	none;
	line-height: 		130%;
	padding-top: 		10px;
	padding-bottom: 	10px;
	text-align:			left;
	display:			block;
	color: 				#8E78B7;
	}
	
/* Product Level 2 Menu Cells 
.MenuCellLevel2 {
	font-size:			13px;
	list-style-type: 	none;
	line-height: 		130%;
	padding-top: 		10px;
	padding-bottom: 	10px;
	text-align:			left;
	display:			block;
	padding-left: 		20px;	
}



.MenuCellLevel2On {
	font-size:			13px;
	list-style-type: 	none;
	line-height: 		130%;
	padding-top: 		10px;
	padding-bottom: 	10px;
	text-align:			left;
	display:			block;
	color: 				#8E78B7;
	padding-left: 		20px;	
}

/* Product Level 3 Menu Cells 
.MenuCellLevel3 {
	font-size:			13px;
	list-style-type: 	none;
	line-height: 		130%;
	padding-top: 		10px;
	padding-bottom: 	10px;
	text-align:			left;
	display:			block;
	padding-left: 		30px;	
}



.MenuCellLevel3On {
	font-size:			13px;
	list-style-type: 	none;
	line-height: 		130%;
	padding-top: 		10px;
	padding-bottom: 	10px;
	text-align:			left;
	display:			block;
	color: 				#8E78B7;
	padding-left: 		30px;	
}


/* Product Level 4 Menu Cells 
.MenuCellLevel4 {
	font-size:			13px;
	list-style-type: 	none;
	line-height: 		130%;
	padding-top: 		10px;
	padding-bottom: 	10px;
	text-align:			left;
	display:			block;
	padding-left: 		40px;	
}



.MenuCellLevel4On {
	color: 				#8E78B7;
	font-size:			13px;
	list-style-type: 	none;
	line-height: 		130%;
	padding-top: 		10px;
	padding-bottom: 	10px;
	text-align:			left;
	display:			block;
	padding-left: 		40px;	
}


/* Product Level 5 Menu Cells 
.MenuCellLevel5 {
	font-size:			13px;
	list-style-type: 	none;
	line-height: 		130%;
	padding-top: 		10px;
	padding-bottom: 	10px;
	text-align:			left;
	display:			block;
	padding-left: 		50px;	
}



.MenuCellLevel5On {
	color: 				#8E78B7;
	font-size:			13px;
	list-style-type: 	none;
	line-height: 		130%;
	padding-top: 		10px;
	padding-bottom: 	10px;
	text-align:			left;
	display:			block;
	padding-left: 		50px;	
}

*/
/*  Main product menu text 
A.Light {
	color:				#6D6E71; 
	TEXT-DECORATION: 	none
}
A.Light:visited {
	color:				#6D6E71; 
	TEXT-DECORATION: 	none
}
A.Light:active {
	color:				#6D6E71; 
	TEXT-DECORATION: 	none
}
A.Light:hover {
	COLOR: 				#8E78B7; 
	TEXT-DECORATION: 	none
}
A.LightOn {
	COLOR: 				#8E78B7; 
	TEXT-DECORATION: 	none
}
/*  Main product level 1 menu text 
A.LightLevel1 {
	color:				#6D6E71; 
	TEXT-DECORATION: 	none
}
A.LightLeel1:visited {
	color:				#6D6E71; 
	TEXT-DECORATION: 	none
}
A.LightLevel1:active {
	color:				#6D6E71; 
	TEXT-DECORATION: 	none
}
A.LightLevel1:hover {
	COLOR: 				#8E78B7; 
	TEXT-DECORATION: 	none
}
A.LightLevel1On {
	COLOR: 				#8E78B7; 
	TEXT-DECORATION: 	none
}

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

/*  Main product level 3 menu text 
A.LightLevel3 {
	color:				#F287B7; 
	TEXT-DECORATION: 	none
}
A.LightLevel3:visited {
	color:				#F287B7; 
	TEXT-DECORATION: 	none
}
A.LightLevel3:active {
	color:				#F287B7; 
	TEXT-DECORATION: 	none
}
A.LightLevel3:hover {
	COLOR: 				#8E78B7; 
	TEXT-DECORATION: 	none
}
A.LightLevel3On {
	COLOR: 				#8E78B7; 
	TEXT-DECORATION: 	none
}*?

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

/* "View Cart" order form classes */
.OrderBox {
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:		12px;
	padding-left:		3px;
	padding-right: 		3px;
	color: 				#6D6E71;
	border: 			1px solid #c1c2c3;
	background-color: 	#FFFFFF;
	width:				90%;
}
.OrderTitle {
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size:		12px;
	FONT-weight: 		bold;
	line-height:		180%;
	color:				#FFFFFF;
	white-space: 		nowrap;
	padding-left: 		3px;
	padding-right: 		3px;
	background-color: 	#8E78B7;
	border-bottom: 		1px solid #c1c2c3;
	border-right: 		1px solid #c1c2c3;
}

.OrderText {
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	padding: 			3px;
	border-bottom: 		1px solid #c1c2c3;
}
.OrderSubmit {
	height: 			30px;
	white-space:		nowrap;
	padding-left: 		3px;
	padding-right: 		3px;
}

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

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

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

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

