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

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

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


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




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



	body {
		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;
	}

	body.bg1  {
		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-image:url(Graphics/BG.gif);
		background-position: top center;
		background-repeat: repeat-x;
	}
	
/*	--------------------------------------	*/
/* 	PAGE ELEMETS                           	*/
/*	--------------------------------------	*/

#Container { /* main pages container */
	width:			980px; 
	margin:			0 auto;
	padding: 		0px;
	position:		relative;
	text-align:		center;
	background-image:url(Graphics/PageBG.gif);
	background-position: top center;
	background-repeat: no-repeat;
	}

#Container2 { /* home pages container */
	height: 		690px;
	margin:			0 auto;
	position:		relative;
	width:			980px; 
	text-align:		center;
	background-image:url(Graphics/FrontBG.gif);
	background-position: top center;
	background-repeat: no-repeat; 
	font-weight: 		normal;
	z-index:			1;
	}
#Container3 { /* main pages container */
	width:			980px; 
	margin:			0 auto;
	padding: 		0px;
	position:		relative;
	text-align:		center;
	background-image:url(Graphics/PageBG.gif);
	background-position: top center;
	background-repeat: no-repeat;
	}	
#MainContainer { /* main pages container */
	width:			980px; 
	margin:			0 auto;
	padding: 		0px;
	position:		relative;
	text-align:		left;
	}
	
#Top { /* main pages container */
	width:			980px; 
	height:			250px;
	margin:			0 auto;
	padding: 		0px;
	position:		relative;
	}
	
h2 { /* sub headers & promo on front page*/
	color: 				#fd004c;
	font-size:			11px;
	font-weight: 		normal;
	margin: 			0px;
	margin-bottom:		0px;	
	text-decoration: 	none;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	margin-top:			20px;
	}
	
.Blue{
		color: 		#679ed4; 
		}
.Pink {
		color: #fd004c; 
		}


.Link{
	color: 				#fd004c;
	}
	
.Link:hover{
	color: 				#679ed4;
	}

.Footer {
	position:		relative;
	clear:			both;
	height: 		80px;
	margin:			0;
	margin-top:		4px;
	padding-right:	20px;
	width:			960px; 
	color: 			#ffffff;
	text-align:		right;
	font-size:		10px;
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	background-image:url(Graphics/FootBG.gif);
	background-position: top center;
	background-repeat: repeat-x;
	}
.Footer2 {
	top:			440px;
	margin:			0 auto;
	position:		relative;
	width:			720px; 
	color: 			#679ed4;
	text-align:		center;
	font-size:		10px;
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	}
.Footer3 {
	position:		relative;
	clear:			both;
	height: 		80px;
	margin:			0 auto;
	padding-right:	20px;
	width:			960px; 
	color: 			#ffffff;
	text-align:		right;
	font-size:		10px;
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	background-image:url(Graphics/FootBG.gif);
	background-position: top center;
	background-repeat: no-repeat;
	}
.FooterText {
	padding-left:	40px;
	padding-top:	18px;
	padding-bottom:	20px;
	font-size:		9px;
}

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

	
#MenuContainer {
	position:			relative;
	width:				755px;
	margin:				0;
	padding: 			0;
	float:				right; 
	margin-top:			195px;
	margin-right:		0px;
	background-color:	#FFF;
	
	}	
#MenuContainer2 {
	position:			absolute;
	width:				980px;
	padding: 			0;
	margin-top:			605px;
	left:				0;

	}	
	
.InfoMenu {
	margin: 			0;	
	padding: 			0;
	width:				750px;
	margin-top: 		4px;	
	}
.InfoMenu li{
	list-style-position: inside;
	font-family:		"Times New Roman", Times, serif;
	display: 			inline;
	font-size: 			13px;
	float:				left;
	padding-right: 		15px;
	padding-left: 		15px;
	padding-top:		3px;
	padding-bottom:		3px;
	margin-top: 		3px;
	text-decoration: 	none;
	text-transform:		lowercase;
	border-right:		1px solid #b5cded;
	}
	
.InfoMenu li a,
.InfoMenu li a:link,
.InfoMenu li a:visited{
	color:				#fd004c;

	}


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

#InfoMenuOn a{
	color: 				#679ed4;
	}
.FrontInfoMenu {
	position:			relative;
	margin: 			0 auto;
	padding: 			0;
	width:				690px;
	}
.FrontInfoMenu li{
	list-style-position: inside;
	font-family:		"Times New Roman", Times, serif;
	display: 			inline;
	font-size: 			16px;
	float:				left;
	padding: 			1px;
	padding-right: 		20px;
	padding-left: 		20px;
	margin-top: 		0px;
	color: 				#FFFFFF; 
	margin-left: 		2px; 
	text-decoration: 	none;
	text-transform:		lowercase;
	border-right:		1px solid #b5cded;
	}
	
.FrontInfoMenu li a,
.FrontInfoMenu li a:link,
.FrontInfoMenu li a:visited{
	color:				#ffffff;

	}


.FrontInfoMenu li a:active,
.FrontInfoMenu li a:hover{
	color: 				#b5cded;
	
	}


/*	--------------------------------------	*/
/* 	SUBMENU ON TEXT.PHP					   	*/	


	
.SubMenu {
	margin: 			0;
	margin-top:			20px;
	margin-left:		10px;
	padding: 			0;
	width:				200px;
	height:				90px;
	}
	
.SubMenu li{
	display: 			block;
	float:				left;
	width:				200px;
	white-space:		normal;
	}
	
.SubMenu li a,
.SubMenu li a:link,
.SubMenu li a:visited {
	font-size:			13px;
	color:				#fd004c;
	line-height: 		140%;
	width:				200px;
	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: 				#b5cded;
	}

#SubMenuOn a{
	color: 				#b5cded;
	}


.FootMenu {
	list-style-type: 	none;
	margin: 			0;
	padding: 			0;
	float:				left;
	width:				500px;
	margin-top:			10px;
	}
.FootMenu li{
	display: 			inline;
	}
	
.FootMenu li a{
	color: 				#fd004c;
	display: 			inline;
	font-size: 			10px;
	float:				left;
	padding-left: 		20px;
	text-decoration: 	none;
	text-transform:		lowercase;
	}

.FootMenu li a:visited{
	color: 				#fd004c;
	}
.FootMenu li a:active{
	color: 				#fd004c;
	}

.FootMenu li a:hover{
	color: 				#b5cded;
	}
.FootMenu li a:selected{
	color: 				#b5cded;
	}





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

.Logo {
	position:			absolute;
	margin:				0;
	padding: 			0;
	top: 				87px;
	left:				19px;

	}

.Slogan {
	color:				#fd004c;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			17px;
	text-align:			right;
	text-transform:		lowercase;
	position:			absolute;
	margin:				0;
	padding: 			0;
	top: 				60px;
	right:				80px;
	}

.Slogan2 {
	color:				#B5D5F0;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			14px;
	text-align:			right;
	position:			absolute;
	margin:				0;
	padding: 			0;
	top:				410px;
	right:				60px;
	}
.Slogan3 {
	color:				#fd004c;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			17px;
	text-align:			right;
	text-transform:		lowercase;
	position:			absolute;
	margin:				0;
	padding: 			0;
	top: 				118px;
	right:				20px;
	}	
#MainArea {
	position:			relative;
	width:				772px;
	float: 				left;
	display:			inline;
	}
	
.ProdMenuArea {
	position:			relative;
	padding-left:		28px;
	padding-right:		20px;
	width:				160px;
	float: 				left;
	display:			inline;
	}

.CatText {
	color:				#a09a96;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			10px;
	line-height:		170%;
	text-align:			left;
	position:			relative;
	margin-top:			15px;
	padding-right:		5px;
	width:				550px;

	background-color:	#FFFFFF;
	}



/* 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 #c4c9e6;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:#a09a96}


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

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

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


	

	


.TextArea {
	position: 			relative;
	text-align:			left;
	width:				560px;
	margin:				0px;
	padding:			20px;
	padding-bottom:		20px;
	padding-top:		25px;
	}	
		
.Para {
	color:				#a09a96;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			11px;
	line-height:		150%;
	margin-top:			15px;
	position:			relative;
	width:				640px;
	padding:			0px;
	padding-right:		10px;
	background-color:	#FFFFFF;
	}
	
.Para2 {
	color:				#a09a96;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			11px;
	line-height:		150%;
	margin-top:			15px;
	position:			relative;
	width:				500px;
	padding:			0px;
	padding-right:		10px;
	background-color:	#FFFFFF;
	}
	
	
.FolioPic {
	margin:				0px;
	float:				right;
	width:				250px;
	height:				250px;
	padding-top:		11px;
	padding-bottom:		11px;
	padding-left: 		22px;
	
	z-index:			1;
}

.FolioPic2 {
	position:			absolute;
	margin:				0px;
	top:				91px;
	right:				-45px;
	width:				250px;
	height:				250px;
	padding-top:		11px;
	padding-bottom:		11px;
	padding-left: 		22px;
	
	z-index:			1;
}
/* background-image:url(Graphics/PicBG.gif);
	background-position: top;
	background-repeat: 	no-repeat; */
	
.Side {
	position:			absolute;
	top:				50px;
	right:				20px;
	width:				150px;
	height:				400px;
}

.SideBox {
	position:			relative;
	display:			block;
	float:				left;
}


	
.Press {
	position:			relative;
	width:				600px;
	min-height:			400px;
	margin:				0 auto;
	padding: 			0;	
	}	

.Press li{
	list-style-position: inside;
	display: 			inline;
	width:				230px;
	font-size: 			11px;
	float:				left;
	margin-right: 		10px;
	margin-bottom: 		30px;
	text-decoration: 	none;
	}

.NewsPic {
	width:				100px;
	float:				left;
	display:			inline;
	height:				130px;
	}

.NewsCard {
	float:				left;
	display:			block;
	margin-bottom:		20px;
	padding-bottom:		20px;
	border-bottom:		1px solid #fad4e5;
	}










	
	


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


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

.Cart {
	border-bottom:		1px solid #a6abbe;
	font-size:			15px;
	line-height: 		140%;
	padding-bottom: 	15px;
	padding-top: 		10px;
	text-align:			right;	
	color: 				#393939;
	}
/*	--------------------------------------	*/
/* 	SMALL CARD	AND CAT CARD               	*/


#SmCard {
	position: 		relative;
	margin:			0px;
	padding:		0px;
	width:			210px;
	text-align:		center;
	height:			220px;

	}	
/*	padding-top:	8px;
	width:			103px;
	text-align:		center;
	height:			106px;
	background-image: url(Graphics/SmCardBG.gif);
	background-repeat: no-repeat;
	background-position: top left;*/

.SmProdName {
	text-decoration: 	none;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size:			9px;
	color: 				#666666;
	line-height: 		140%;
	text-align:			center;
	text-transform:		capitalize;
	margin-top:			10px;
	}
	
.SmProdName:hover {
	color: 				#000000;
	text-decoration: 	none;
	}
	
.SmProdCell {
	position: 			relative;
	display: 			block;
	text-align:			left;
}
.PriceContainer {
	position:			relative;
	left:				-24px;
	margin:				0px;
	padding:			0px;
	Clear:				both;
}
.SmProdPrice { 
	text-decoration: 	none;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;	
	font-size: 			10px;
	color: 				#666666;
	float:				left;
	display: 			inline;
	line-height: 		160%;
	text-align:			left;
	width:				60px;
}
/*.SmProdDesc { not used in thissite 
	text-decoration: 	none;
	font-family: 	Verdana, Arial, Helvetica, sans-serif;
	font-size: 			10px;
	color: 				#393939;
	border-bottom: 		2px solid #393939;
	padding-top: 		3px;
	text-align:			justify;
	width:				157px;
} */
.SmProdID {  
	text-decoration: 	none;
	font-family: 	Verdana, Arial, Helvetica, sans-serif;	
	font-size: 			10px;
	float:				left;
	display: 			inline;
	color: 				#666666;
	display: 			inline;
	line-height: 		160%;
	width:				100px;
}
	
.Pic {
	width:				210px;
	height:				21px;
	padding:			0px;
	margin-bottom:		6px;
	background-color:	#ffffff;
	}

/* Category card - text class */
.CatDesc {
	color: 				#ffffff;
	text-decoration: 	none;
	}
	
.CatDesc:hover {
	color: 				#000000;
	text-decoration: 	none;
	}










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


#LgCard { /* image container on large card */
	padding:			10px;

	width:				750px;
	height:				470px;
	margin:				0;

	}

.LgCardPic { /* image container on large card 	*/
	background-image:url(Graphics/LgCardBG2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding:			0px;
	padding-top:		9px;
	padding-left:		9px;
	width:				430px;
	height:				550px;
	text-align:			left;
	margin-bottom:		6px;
	margin-right:		30px;
	margin-top:			0px;
	line-height:		50px;
	}
.LgPic { /* image container on large card */
	margin:				10px;
	margin-left:		0px;
	position: 			relative;
	z-index:			0;
	}
.Surounding { /* bturned off */ 
	padding:			6px;
	position:			relative;
	width:				277px;
	height:				165px;
	margin-left:		9px;
}	


	
.LgProdFoot{ /* back / next container */ 
	height:			14px;
	position:		absolute;
	bottom:			6px;
	left:			6px;
	padding-top:   	10px;
	text-align:		center;
	font-size:		14px;
	width:			400px;
	}



.LgProdInfo { /* lg card text area container */ 
	width:				330px;
	height:				370px;
	position:			absolute;
	top:				50px;
	right:				10px;
	padding:			0px;
	background-color:	#FFF;
	}
	
.LgProdArea {  /* inside scroll area  */
	height:			370px;
	width:			330px;
	overflow:		auto;

	}

h2.LgProdName {
	font-family: 	Verdana, Arial, Helvetica, sans-serif;
	font-size:		16px;
	color: 			#5974b9;
	margin-bottom:	10px;
	padding:		0px;
	font-weight:	normal;
	line-height: 	140%;
	text-transform:	lowercase;
	text-align:		left;
	width:			330px;
	}
	
h4 { /*lg card product id */ 
	color: 			#5974b9;
	text-decoration: none;
	font-family: 	Verdana, Arial, Helvetica, sans-serif;	
	font-size: 		10px;
	margin:			0px;
	padding:		0px;
	line-height: 	100%;
	font-weight:	normal;
}


	

	
.LgProdDesc {
	font-family: 	Verdana, Arial, Helvetica, sans-serif;	
	font-size: 		11px;
	color: 			#a09a96;
	line-height: 	140%;
	padding-top: 	10px;
	}

/* 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, Arial, Helvetica, sans-serif;	
	font-size: 			11px;
	color: 				#5974b9;

}

/* 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: 			10px;
	color: 				#5974b9;
	text-transform: 	capitalize;
	line-height: 		160%;
	width: 				80px;
}

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

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


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

/* Cascading product menu styles */




	
.MenuCellLevel1 {
	font-size:			14px;
	list-style-type: 	none;
	line-height: 		140%;
	padding-top: 		3px;
	padding-bottom: 	3px;
	padding-right: 		3px;
	text-align:			right;
	border-bottom:		1px dashed #b5cded;
	}


.MenuCellLevel1On {
	font-size:			14px;
	color: 				#ffffff;
	list-style-type: 	none;
	line-height: 		140%;
	padding-top: 		3px;
	padding-bottom: 	3px;
	padding-right: 		3px;
	text-align:			right;
	background-color:	#fd004c;
	
	}
	
/* Product Level 2 Menu Cells */
.MenuCellLevel2 {
	font-size:			10px;
	list-style-type: 	none;
	line-height: 		120%;
	padding-top: 		2px;
	padding-bottom: 	6px;
	padding-right: 		3px;
	text-align:			right;
}



.MenuCellLevel2On {
	font-size:			10px;
	list-style-type: 	none;
	line-height: 		140%;
	padding-top: 		2px;
	padding-bottom: 	6px;
	padding-right: 		3px;
	text-align:			right;
	
}

/* Product Level 3 Menu Cells */
.MenuCellLevel3 {
	font-size:			10px;
	list-style-type: 	none;
	line-height: 		140%;
	padding-top: 		2px;
	padding-bottom: 	6px;
	padding-right: 		3px;
	text-align:			right;
}



.MenuCellLevel3On {
	font-size:			10px;
	list-style-type: 	none;
	line-height: 		140%;
	padding-top: 		2px;
	padding-bottom: 	6px;
	padding-right: 		3px;
	text-align:			right;
}


/* Product Level 4 Menu Cells */
.MenuCellLevel4 {
	font-size:			10px;
	list-style-type: 	none;
	line-height: 		140%;
	padding-top: 		2px;
	padding-bottom: 	6px;
	padding-right: 		3px;
	text-align:			right;
}



.MenuCellLevel4On {
	font-size:			10px;
	list-style-type: 	none;
	line-height: 		140%;
	padding-top: 		2px;
	padding-bottom: 	6px;
	padding-right: 		3px;
	text-align:			right;
}


/*  Main product menu text */
A.Light {
	color:				#fd004c; 
	TEXT-DECORATION: 	none
}
A.Light:visited {
	color:				#fd004c; 
	TEXT-DECORATION: 	none
}
A.Light:active {
	color:				#fd004c; 
	TEXT-DECORATION: 	none
}
A.Light:hover {
	COLOR: 				#ffffff; 
	TEXT-DECORATION: 	none
}
A.LightOn {
	COLOR: 				#ffffff; 
	TEXT-DECORATION: 	none
}

/*  Main product level 1 menu text */
A.LightLevel1 {
	color:				#fd004c; 
	TEXT-DECORATION: 	none
}
A.LightLeel1:visited {
	color:				#fd004c; 
	TEXT-DECORATION: 	none
}
A.LightLevel1:active {
	color:				#fd004c; 
	TEXT-DECORATION: 	none
}
A.LightLevel1:hover {
	COLOR: 				#c4c9e6; 
	TEXT-DECORATION: 	none
}
A.LightLevel1On {
	COLOR: 				#ffffff; 
	TEXT-DECORATION: 	none
}

/*  Main product level 2 menu text */
A.LightLevel2 {
	color:				#fd004c; 
	TEXT-DECORATION: 	none;
	font-weight:		bold;
}
A.LightLevel2:visited {
	color:				#fd004c; 
	TEXT-DECORATION: 	none;
	font-weight:		bold;
}
A.LightLevel2:active {
	color:				#fd004c; 
	TEXT-DECORATION: 	none;
	font-weight:		bold;

}
A.LightLevel2:hover {
	COLOR: 				#c4c9e6; 
	TEXT-DECORATION: 	none;
	font-weight:		bold;
}
A.LightLevel2On {
	COLOR: 				#c4c9e6; 
	TEXT-DECORATION: 	none;
	font-weight:		bold;
}

/*  Main product level 3 menu text */
A.LightLevel3 {
	color:				#fd004c; 
	TEXT-DECORATION: 	none;
	font-weight:		bold;
}
A.LightLevel3:visited {
	color:				#fd004c; 
	TEXT-DECORATION: 	none;
	font-weight:		bold;
}
A.LightLevel3:active {
	color:				#fd004c; 
	TEXT-DECORATION: 	none;
	font-weight:		bold;
}
A.LightLevel3:hover {
	COLOR: 				#c4c9e6; 
	TEXT-DECORATION: 	none;
	font-weight:		bold;
}
A.LightLevel3On {
	COLOR: 				#c4c9e6; 
	TEXT-DECORATION: 	none;
	font-weight:		bold;
}

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

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

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

/* 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: #b5cded;
	font-weight: normal;
	text-decoration: none;
}

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

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

