
/*	--------------------------------------	*/
/* 	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: 			#2c2a2d;
	}
	
	p { /* text area text */
		font-family: 	Verdana, Helvetica, sans-serif;
		font-size: 		11px;
		line-height:	140%;
		color: 			#2c2a2d;
	}
	.Welcome p { /* welcome area text */
		font-family: 	Verdana, Helvetica, sans-serif;
		font-size: 		11px;
		line-height:	140%;
		color: 			#ffffff;
	}
	
	a, a:visited {
		color: #e2007d; 
		text-decoration: none; 
		}
	a:hover, a:active, a:selected{
		color: #00acee; 
		text-decoration: none; 
		}
		
	.Link {
		color: #e2007d; 
		text-decoration: none; 
		}
		
	.Link:hover {
		color: #00acee; 
		text-decoration: none; 
		}
.FlagLink {
		font-size: 		11px;
		font-color: #ffffff; 
		text-decoration: none; 
		}
		
.FlagLink:hover {
	font-size: 		11px;
		color: #e2007d; 
		text-decoration: none; 
		}

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

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


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

#Container {
	background: 	url('Graphics/BG.jpg') repeat-x ;
	height: 		710px;
	margin:			0 auto;
	padding-left:	5px;
	padding-right:	5px;
	padding-top:	5px;
	position:		relative;
	width:			980px; 
	/*min-height:	100%;		100%;	 Height of the footer for full page layout */
	/*height:		100%;	 Height of the footer for full page layout */
	}

#Top {
    background: 	url('Graphics/GUA-V1-Logo.gif') no-repeat top right;
	height:			108px;
	position:		relative;
	}

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

#Footer {
	clear:			both;
	display:		block;
	position:		relative;
	height:			50px;
	/*position:		absolute;
	bottom:			0px;
	clear:			both;
	display:		block;
   	height:		80px; Height of the footer, all settings for site full page layout */
	}


h1 { /* top text */
	color: 				#e2007d;
	font-size: 			16px;
	font-weight: 		normal;
	line-height:		140%;
	margin-bottom:		20px;
	text-decoration: 	none;
	}

.Welcome h1 { /* welcome top text */
	color: 				#ffffff;
	font-size: 			16px;
	font-weight:		normal;
	line-height:		140%;
	margin-bottom:		20px;
	text-decoration: 	none;
	}
	
h2 { /* is this used yet? */
	color: 				#00acee;
	font-size: 			14px;
	font-weight: 		normal;
	margin: 			4px 0px 6px 0px;	
	text-decoration: 	none;
	}
	
.Pink {
		color: #e2007d; 
		}
.Orange {
		color: #00acee; 
		}
.Blue {
		color: #00acee; 
		}

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

#Shop {
	border-bottom:		1px solid #e2007d;
	color: 				#e2007d;
	font-size: 			22px;
	font-weight: 		normal;
	line-height:		160%;
	text-decoration: 	none;
	position:			absolute;
	top:				0px;
	left:				0px;
	width:				595px;
	}
	
#Shop a {
	color: 				#e2007d; 
	text-decoration: 	none;
	}
		
#Shop a:hover{
	color: 				#00acee; 
	text-decoration: 	none; 
	}
	
.InfoMenu {
	list-style-type: 	none;
	margin: 			0;
	margin-top:			73px;
	padding: 			0;
	float:				left;
	width:				620px;

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


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

#InfoMenuOn a{
	color: 				#00acee;
	}
/*	--------------------------------------	*/
/* 	MAIN AREA	                           	*/
/*	--------------------------------------	*/

.MainProdArea {
	background-color:	#FFFFFF;
	border-right:		5px solid #121212;
	clear:				right;
	height:				580px;
	position:			absolute;
	padding:			10px;
	overflow: 			auto;	
	text-align:			left;
	width:				766px;
	}

.MainInfoArea {
	height:				600px;
	position:			absolute;
	text-align:			left;
	width:				980px;
	}
.ProdMenuArea {
	background-color:	#FFFFFF;
	float:				right;
	margin-right:		0px;
	padding:			0px;
	width:				194px;
	height:				600px;
	}

.GoShop { 
	border-bottom:		5px solid #121212;
	color: 				#e2007d;
	font-size: 			18px;
	font-weight: 		normal;
	padding:			10px;
	padding-left:		30px;
	padding-top:		20px;
	}
	
#TextAreaBox {
	border-right:		5px solid #121212;
	background-color:	#FFFFFF;
	height:				540px;
	position:			absolute;
	padding:			30px 40px 30px 40px;
	text-align:			justify;
	top:				0px;
	left:				0px;	
	width:				455px;
	}
#TextAreaBox2 { /* kid gallery text */
	background-color:	#FFFFFF;
	height:				540px;
	position:			absolute;
	padding:			30px 40px 30px 40px;
	text-align:			justify;
	top:				0px;
	left:				0px;	
	width:				900px;
	}	
.TextArea {
	height:				540px;
	overflow: 			auto;
	padding-right:		10px;
	text-align:			justify;	
	width:				450px;
	}

.SidePic {
	float:				right;
	height:				600px;	
	width:				440px;
	}


	
/*	--------------------------------------	*/
/* 	WELCOME PAGE STYLES	                           	*/


.BGImage { /*welcome.php templage */
	position:			absolute;
	top:				0px;
	left:				0px;
	}
	
.Welcome { /*welcome.php templage */
	background-color:	#121212;
	color: 				#ffffff;
	filter:				alpha(opacity=75);
	opacity:			0.75;
	float:				left;
	height:				220px;
	padding:			30px;
	position:			absolute;
	overflow:			auto;
	bottom:				0px;
	left:				14px;
	width:				600px;
	}

.PopOuts { /*welcome.php popout boxes container */
	float:			right;
	display:		block;
	height: 		535px;
	width: 			266px;
	margin-top:		25px;
	position: 		relative;
	}



	
.WhatsHot {
	height: 		130px;
	width: 			264px;
	margin-bottom:	5px;
	margin-right:	2px;
	position: 		relative;
	background-color:#e2007d;
	border: 		2px solid #282829;
	border-right:	0px solid #282829;
	}
	
.Competition {
	height: 		130px;
	width: 			264px;
	margin-bottom:	5px;
	margin-right:	2px;
	position: 		relative;
	background-color:#92278f;
	border: 		2px solid #282829;
	border-right:	0px solid #282829;
	}
	
.ShoppingPop {
	height: 		130px;
	width: 			264px;
	margin-bottom:	5px;
	margin-right:	2px;
	position: 		relative;
	background-color:#00adef;
	border: 		2px solid #282829;
	border-right:	0px solid #282829;
	}
	
.JoinClub {
	height: 		130px;
	width: 			264px;
	margin-bottom:	5px;
	margin-right:	2px;
	position: 		relative;
	background-color:#cadb2a;
	border: 		2px solid #282829;
	border-right:	0px solid #282829;
	}

img.Title1 {
	position:		absolute;
	top:			0px;
	right:			0px;
	}

img.Title2 {
	position:		absolute;
	top:			140px;
	right:			0px;
	}
	
img.Title3 {
	position:		absolute;
	top:			280px;
	right:			0px;
	}
	
img.Title4 {
	position:		absolute;
	top:			418px;
	right:			0px;
	}
	
.PopPic {
	position:		relative;
	top:			3px;
	left:			3px;
	margin-right:	5px;
	border: 		2px solid #383838;
	height: 		120px;
	width: 			98px;
	float:			left;
	display:		inline;
	}

.PopOutText {
	position: 		relative;
	float:			left;
	display:		inline;
	top:			3px;
	left:			5px;
	width:			120px;
	}

.PopOutText h3  {
	color: 			#000000;
	margin:			0px;
	margin-bottom:	7px;
	text-transform:	uppercase;
	font-size:		13px;
	font-weight: 	normal;
	padding:		0px;
 	}

.PopOutText p {
	font-size:		10px;
	line-height:	120%;
	}
	
.PopLink:link, .PopLink:visited {
	color: 			#000000;
	text-transform:	uppercase;
	font-size:		13px;
	}
	
.PopLink:hover, .PopLink:active, .PopLink:selected{
	color: 			#ffffff;
	}
	
	
/*	--------------------------------------	*/
/* 	KIDS GALLERY PAGE	                    */	
	

.GalleryTextArea {
	height:				110px;
	width:				900px;
	overflow: 			auto;
	text-align:			justify;	
	}

.GalleryContainer {
	height:				420px;
	width:				940px;
	overflow:			auto;
	position:			relative;
	float: 				left;
	display:			inline;
	margin-left:		40px;
	margin-top:			150px;
	}
	

.KidsGalleryCard ul {
	position:			relative;
	float: 				left;
	list-style-type: 	none;
	overflow:			auto;
	height:				420px;
	width:				940px;
	display:			inline;

	}

.KidsGalleryCard li {
	float: 				left;
	display:			inline;
	height: 			140px;
	width: 				100px;
	position: 			relative;
	margin-right:		0px;
	margin-bottom:		12px;
	}


h5 {
	margin:			0px;
	padding:  		0px;
	font-weight:	normal;
	color: 			#00acee;
	font-size: 		12px;
 	}
h6 {
	margin:			0px;
	margin-bottom:	3px;
	padding:  		0px;
	font-weight:	normal;
	color: 			#000000;
	font-size: 		10px;
	} 

.GalleryPic {
	border:			2px solid #121212;
	}

.GalleryCard p {
	font-size:		10px;
	margin-top:		3px;
	margin-bottom:	10px;
	line-height:	110%;
	}


/*	--------------------------------------	*/
/* 	COMPETITION - FUN STUFF PAGE		   	*/	

#CompAreaBox {
	border-bottom:		5px solid #121212;
	background-color:	#FFFFFF;
	height:				248px;
	overflow: 			auto;
	position:			absolute;
	padding:			30px 40px 30px 40px;
	text-align:			justify;
	top:				0px;
	right:				0px;	
	width:				360px;
	}
	
#CompAreaBox p {
	padding-bottom:     10px;
}
	
.SidePic2 {
	position:			absolute;
	bottom:				0px;
	right: 				0px;
	height:				293px;	
	width:				440px;
	}
	
.CompContainer {
	border-right:		5px solid #121212;
	background-color:	#FFFFFF;
	overflow:			auto;
	text-align:			left;
	height:				540px;
	width:				532px;
	position: 			relative;
	padding:			30px 3px 30px 0px;
	float:				left;
	display:			block;
	}
	
.CompCard {
	height: 		182px;
	width: 			497px;
	margin-bottom:	10px;
	margin-right:	15px;
	position: 		relative;
 	background:url(Graphics/FunBG.jpg) repeat-y left;
	border: 		2px solid #383838;
	border-left:	0px solid #383838;
	}

img.CompTitle {
	position:		absolute;
	top:			0px;
	right:			0px;
	text-align:		left;
	}

.CompPic {
	position:		absolute;
	text-align:		left;
	top:			3px;
	right:			34px;
	margin-left:	10px;
	border: 		2px solid #383838;
	}

.CompText {
	position: 		absolute;
	text-align:		left;
	top:			10px;
	left:			0px;
	padding-left:	10px;
	width:			170px
	}

.CompText h3  {
	color: 			#000000;
	margin:			0px;
	margin-bottom:	7px;
	text-transform:	uppercase;
	font-size:		13px;
	font-weight: 	normal;
	padding:		0px;
 	}

.CompText p {
	font-size:		10px;
	line-height:	120%;
	padding-bottom: 10px;
	}
	
.CompLink:link, .CompLink:visited {
	color: 			#e2007d;
	text-transform:	uppercase;
	font-size:		14px;
	}
	
.CompLink:hover, .CompLink:active, .CompLink:selected{
	color: 			#00acee;
	}

/*	--------------------------------------	*/	
/* 	Comp details (gallery layout)  PAGE		   	*/	

/* gallery pic styles */

#Thumbs .imagethumb{
	margin: 4px;
	padding: 1px;
	border: 1px solid #000000;
	text-decoration: none;
}

#Thumbs .imagethumb:hover{
	margin: 4px;
	padding: 1px;
	border: 1px solid #00ABC3;
	text-decoration: none;
}

#Thumbs .imagethumbon{
	margin: 4px;
	padding: 1px;
	border: 1px solid #00ABC3;
	text-decoration: none;
}


#CompDetailsBox {
	border-bottom:		5px solid #121212;
	background-color:	#FFFFFF;
	height:				199px;
	overflow: 			auto;
	position:			absolute;
	padding:			30px 40px 30px 40px;
	text-align:			justify;
	top:				0px;
	right:				0px;	
	width:				360px;
	}
	
#CompDetailsBox p {
	padding-bottom:     10px;
}
	
.SidePic3 {
	position:			absolute;
	bottom:				43px;
	right: 				0px;
	height:				293px;	
	width:				440px;
	}
	
.CompContainer {
	border-right:		5px solid #121212;
	background-color:	#FFFFFF;
	overflow:			auto;
	height:				540px;
	width:				532px;
	padding:			30px 3px 30px 0px;
	text-align:			center;
	}
	
.CompDetailsCaption {
	position:			absolute;
	bottom:				0px;
	right: 				0px;
	height:				18px;	
	width:				420px;
	padding:			10px;
	border-top:			5px solid #121212;
	background-color:	#FFFFFF;
	}
	
#galleryImageTitle {
	font-size:			16px;
	float:				left;
	display:			inline;
	font-weight:		bold;
	padding-right:      10px;
	}

#galleryImageText {
	padding-top:		2px;
	font-size:			12px;
	}
	

/*	--------------------------------------	*/
/* 	FOOTER AREA	                           	*/
/*	--------------------------------------	*/


.Foot {
	font-family: 		Verdana, Helvetica, sans-serif;
	font-size: 			10px;
	color: 				#ffffff;
	text-align: 		right;
	line-height: 		140%;
	margin-top:			14px;
}


.RightDiv {
	float:	right;
}

.LeftDiv {
	float:	left;
}

.FootMenu {
	list-style-type: 	none;
	margin: 			0;
	margin-top:			14px;
	padding: 			0;
	float:				left;
	width:				900px;

	}
.FootMenu li{
	display: 			inline;
	}
	
.FootMenu li a{
	color: 				#ffffff;
	display: 			inline;
	font-size: 			10px;
	float:				left;
	padding-right: 		20px;
	text-decoration: 	none;
	text-transform:		uppercase;
	}

.FootMenu li a:visited{
	color: 				#ffffff;
	}
.FootMenu li a:active{
	color: 				#00acee;
	}

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


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


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

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


#SmCard {
	position: 		relative;
	margin:			0px;
	padding:		0px;
	width:			160px;
	height:			290px;
	}

.SmProdName {
	text-decoration: 	none;
	font-family: 		Verdana, Helvetica, sans-serif;
	font-size: 			12px;
	color: 				#2c2a2d;
	line-height: 		140%;
	}
	
.SmProdName:hover {
	color: 				#e2007d;
	text-decoration: 	none;
	}
	
.SmProdCell {
	position: 			relative;
	display: 			block;
	text-align:			left;
}
.SmProdPrice { /*not used in thissite */ 
	text-decoration: 	none;
	font-family: 		Verdana, Helvetica, sans-serif;
	font-size: 			12px;
	color: 				#2c2a2d;
	display: 			block;
	line-height: 		160%;
	text-align:			left;
}
.SmProdDesc { /*not used in thissite */ 
	text-decoration: 	none;
	font-family: 		Verdana, Helvetica, sans-serif;
	font-size: 			10px;
	color: 				#2c2a2d;
	border-bottom: 		2px solid #2c2a2d;
	padding-top: 		3px;
	text-align:			justify;
	width:				157px;
}
.SmProdID { /*not used in thissite */ 
	text-decoration: 	none;
	font-family: 		Verdana, Helvetica, sans-serif;
	font-size: 			10px;
	color: 				#000000;
	display: 			block;
	line-height: 		160%;
	border-top: 		1px solid #c7c7c8;
	width:				157px;
}
	
.Pic {
	border: 			2px solid #2c2a2d;
	width:				160px;
	height:				240px;
	}

/* Category card - text class */
.CatDesc {
	color: 				#2c2a2d;
	text-decoration: 	none;
	}
	
.CatDesc:hover {
	color: 				#e2007d;
	text-decoration: 	none;
	}


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


#LgCard { /*Large Product container */
	position: 		absolute;
	top:			0px;
	left:			0px;
	width:			786px;
	height:			600px;	
	}
	
.LgCardPic { /* image container on large card */ 
	border-right:	5px solid #121212;
	float:			left;
	display:		inline;
	height:			560px;
	padding:		20px;
	width:			340px;
	text-align:		center;
	}
	
.LgProdInfo { /* lg card text area container */ 
	float:			right;
	display:		inline;
	width: 			370px;
	}

.LgProdFoot{ /* back / next container */ 
	border-top:	5px solid #121212;
	width:			384px;
	height:			20px;
	float:			right;
	display:		block;
	position:		absolute;
	bottom:			0px;
	right:			0px;
	padding:     	10px;
	text-align:		center;
	font-size:		14px;
	}

.LgProdArea {  /* inside scroll area  */
	height:			530px;
	overflow:		auto;
	padding-top:	20px;
	padding-right:	10px;
	}

h2.LgProdName {
	font-family: 	Verdana, Arial, Helvetica, sans-serif;
	font-size:		17px;
	color: 			#e2007d;
	margin-bottom:	20px;
	padding:		0px;
	font-weight:	normal;
	line-height: 	100%;
	width: 			350px;
	}
	
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/LgCardTop.gif);
	background-repeat: 		no-repeat;
	background-position: 	top left;
	width:			338px;
	height:			400px;
	position: 		absolute;
	top:			0px;
	margin:			0px;
	text-align: 	center;
	padding-top: 	10px;
	padding-left: 	10px;
	padding-right: 	10px;
	}
	

	
.LgProdDesc {
	font-family: 	Verdana, Helvetica, sans-serif;
	font-size: 		11px;
	color: 			#2c2a2d;
	line-height: 	140%;
	padding-top: 	10px;
	padding-bottom:	10px;
	width: 			350px;
	}

/* 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, Helvetica, sans-serif;
	font-size: 			11px;
	color: 				#00acee;
	border-bottom: 		1px solid #c7c7c8;
	width: 				300px;
}

/* 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: 				#00acee;
	text-transform: 	capitalize;
	line-height: 		140%;
	width: 				100px;
}

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

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


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

/* Cascading product menu styles */


.MenuCellLevel1 {
	list-style-type: 	none;
	line-height: 		140%;
	padding-top: 		3px;
	padding-bottom: 	3px;
	padding-left: 		30px;
	padding-right: 		30px;
	}


.MenuCellLevel1On {
	color: 				#00acee;
	list-style-type: 	none;
	line-height: 		140%;
	padding-left: 		30px;
	padding-right: 		30px;
	padding-top: 		3px;
	padding-bottom: 	3px;
	}
	
/* Product Level 2 Menu Cells */
.MenuCellLevel2 {
	list-style-type: 	none;
	line-height: 		140%;
	padding-left: 		40px;
	padding-right: 		30px;
	padding-top: 		3px;
	padding-bottom: 	3px;
}



.MenuCellLevel2On {
	color: 				#00acee;
	list-style-type: 	none;
	line-height: 		140%;
	padding-left: 		40px;
	padding-right: 		30px;
	padding-top: 		3px;
	padding-bottom: 	3px;
}

/* Product Level 3 Menu Cells */
.MenuCellLevel3 {
	list-style-type: 	none;
	line-height: 		140%;
	padding-left: 		50px;
	padding-right: 		30px;
	padding-top: 		3px;
	padding-bottom: 	3px;
}



.MenuCellLevel3On {
	color: 				#00acee;
	list-style-type: 	none;
	line-height: 		140%;
	padding-left: 		50px;
	padding-right: 		30px;
	padding-top: 		3px;
	padding-bottom: 	3px;
}


/* Product Level 4 Menu Cells */
.MenuCellLevel4 {
	list-style-type: 	none;
	line-height: 		140%;
	padding-left: 		50px;
	padding-right: 		30px;
	padding-top: 		3px;
	padding-bottom: 	3px;
}



.MenuCellLevel4On {
	color: 				#00acee;
	list-style-type: 	none;
	line-height: 		140%;
	padding-left: 		50px;
	padding-right: 		30px;
	padding-top: 		3px;
	padding-bottom: 	3px;
}


/* Product Level 5 Menu Cells */
.MenuCellLevel5 {
	list-style-type: 	none;
	line-height: 		140%;
	padding-left: 		50px;
	padding-right: 		30px;
	padding-top: 		3px;
	padding-bottom: 	3px;
}



.MenuCellLevel5On {
	color: 				#00acee;
	list-style-type: 	none;
	line-height: 		140%;
	padding-left: 		50px;
	padding-right: 		30px;
	padding-top: 		3px;
	padding-bottom: 	3px;
}
/*  Main product menu text */
A.Light {
	COLOR: 				#2c2a2d; 
	TEXT-DECORATION: 	none
}
A.Light:visited {
	COLOR: 				#2c2a2d; 
	TEXT-DECORATION: 	none
}
A.Light:active {
	COLOR: 				#2c2a2d; 
	TEXT-DECORATION: 	none
}
A.Light:hover {
	COLOR: 				#00acee; 
	TEXT-DECORATION: 	none
}
A.LightOn {
	COLOR: 				#00acee; 
	TEXT-DECORATION: 	none
}
/*  Main product level 1 menu text */
A.LightLevel1 {
	COLOR: 				#2c2a2d; 
	TEXT-DECORATION: 	none
}
A.LightLeel1:visited {
	COLOR: 				#2c2a2d; 
	TEXT-DECORATION: 	none
}
A.LightLevel1:active {
	COLOR: 				#2c2a2d; 
	TEXT-DECORATION: 	none
}
A.LightLevel1:hover {
	COLOR: 				#00acee; 
	TEXT-DECORATION: 	none
}
A.LightLevel1On {
	COLOR: 				#00acee; 
	TEXT-DECORATION: 	none
}

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

/*  Main product level 3 menu text */
A.LightLevel3 {
	COLOR: 				#2c2a2d; 
	TEXT-DECORATION: 	none
}
A.LightLevel3:visited {
	COLOR: 				#2c2a2d; 
	TEXT-DECORATION: 	none
}
A.LightLevel3:active {
	COLOR: 				#2c2a2d; 
	TEXT-DECORATION: 	none
}
A.LightLevel3:hover {
	COLOR: 				#00acee; 
	TEXT-DECORATION: 	none
}
A.LightLevel3On {
	COLOR: 				#00acee; 
	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: #2c2a2d;
	border: 1px  solid  #bfbfbf ;
	background-color: #ffffff;
}
.OrderTitle {
	font-family: Verdana, 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: #e2007d;
	border-bottom: 1px  solid  #2c2a2d ;
	border-right: 1px  solid  #2c2a2d ;
}

.OrderText {
	padding: 3px;
	border-bottom: 1px  solid  #2c2a2d ;
}
.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: #e2007d;
	font-weight: normal;
	text-decoration: none;
}

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

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