
/*	--------------------------------------	*/
/* 	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: 			#9D9FA1;
	}
	
	input,
	form{
		color: 			#9D9FA1;
	}
	
	p { /* text area text */
		font-family: 	Verdana, Arial, Helvetica, sans-serif;
		font-size:		11px;
		line-height:	140%;
		color: 			#9D9FA1;
	}

	

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


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




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

	html,
	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;
		background-color:			#6c5474;
		background-image:url(Graphics/PageBG.gif);
		background-position: top center;
		background-repeat: repeat-y;
	}


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

#Container {
	min-height: 	600px;
	margin:			0 auto;
	padding-left:	29px;
	padding-right:	30px;
	position:		relative;
	width:			1009px; 
	background-image:url(Graphics/TopBG.gif);
	background-position: top center;
	background-repeat: no-repeat;

	/*min-height:	100%;		100%;	 Height of the footer for full page layout */
	/*height:		100%;	 Height of the footer for full page layout */
	/*filter:				alpha(opacity=75);*/
	/*opacity:			0.75;*/
	}


	
#Top {
	height:			140px;
	position:		relative;
	width:			980px;
	padding-left:	15px;
	}

	
#MainContainer {
	height:				800px;
	position:			relative;
	text-align:			left;
	width:				980px;
	z-index:			1;
	}		
#MainArea {
	position: 			relative;
	height:				800px;
	text-align:			left;
	width:				700px;
	padding-left:   	20px;
	top:				0px;
	float: 				left;
	display:			inline;
    /*padding-bottom:	80px;    Height of the footer, for site full page layout */
	}
	
#MainArea2 {
	position: 			relative;
	height:				300px;
	text-align:			left;
	width:				980px;
	margin-left:		17px;
	top:				0px;
    /*padding-bottom:	80px;    Height of the footer, for site full page layout */
	}
	
	
.ProdMenuArea {
	position:			relative;
	top:				0px;
	padding-left:		10px;
	padding-right:		17px;
	width:				200px;
	height:				800px;
	background-image:url(Graphics/LineV.gif);
	background-position: top right;
	background-repeat: no-repeat;
	float: 				left;
	display:			inline;
	margin-left:		15px;
	}

.ProdArea {/* no used? */
	position: 			relative;
	width:				750px;
	padding: 	 	    0px;
	margin:				0px;
	text-align:			left;
}

h1 { /* main text headers */
	color:				#402756;
	position:			absolute;
	top:				10px;
	left:				0px;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			21px;
	text-transform:		capitalize;
	font-style:			normal;
	margin:				0;
	padding: 			0;
	text-align:		    left;
	padding-right:		20px;
	padding-left:		20px;
	padding-bottom: 	2px;
	font-weight:		normal;
	height:				44px;
	line-height:		44px;
	background-color:	#ffffff;
	filter:				alpha(opacity=75);
	opacity:			0.75;
	}
.Header { /* main text headers */
	color:				#EE2159;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			21px;
	text-transform:		capitalize;
	font-weight:		normal;
	line-height:		44px;
	}	
	
h2 { /* sub headers & promo on front page*/
	color: 				#402756;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			17px;
	text-transform:		capitalize;
	text-align:			left;
	margin:				0;
	padding: 			0;
	padding-bottom: 	10px;
	font-weight:		normal;
	font-style:			normal;
	}
.SubHeader { /* sub headers & promo on front page*/
	color: 				#402756;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			17px;
	text-transform:		capitalize;
	font-weight:		normal;
	line-height:		140%;
	}	
h3 { /* sub sub headers on project page*/
	color: 				#00AEEF;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			15px;
	text-transform:		capitalize;
	text-align:			left;
	margin:				0;
	padding: 			0;
	font-weight:		normal;
	font-style:			normal;
	}
	
	
h1 a,
h1 a:link,
h1 a:visited{
	color: 				#00AEEF;
	text-decoration: 	none; 
	}


h1 a:active,
h1 a:hover{
	color: 				#402756;
	text-decoration: 	none; 
	}
	
.Purple{
		color: 		#402756;
		font-size:	14px; 
		}
.Pink {
		color: #EE2159; 
		}
.Aqua {
		color: #00AEEF; 
		}
		
.Blue {
		color: 			#00AEEF;
		font-weight: 	normal;
		font-size:		15px;
		line-height:	 140%;
		}

.Footer {
	padding-top:	10px;
	height: 		20px;
	margin:			0 auto;
	position:		relative;
	width:			980px; 
	color: 			#9D9FA1;
	font-size:		10px;
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	}

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

/* folio info menu				   	*/	
#MenuContainer {
	position:			relative;
	width:				750px;
	margin:				0 auto;
	padding: 			0;
	margin-top:			30px;
	margin-left:		0px;
	text-align:			left;	
	Float: 				left;
	display:			block;
	}	
	
.InfoMenu {
	margin: 			0;	
	padding: 			0;
	width:				750px;
	}
.InfoMenu li{
	list-style-position: inside;
	display: 			inline;
	font-size: 			13px;
	float:				left;
	padding-right: 		10px;
	padding-left: 		10px;
	text-decoration: 	none;
	}
	
.InfoMenu li a,
.InfoMenu li a:link,
.InfoMenu li a:visited{
	color:				#ffffff;

	}


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

#InfoMenuOn a{
	color: 				#402756;
	}
	
	
/* 	static top menu				   	*/	

#TopMenuContainer {
	position:			relative;
	width:				750px;
	margin:				0 auto;
	padding: 			0;
	margin-top:			25px;
	text-align:			left;	
	Float: 				left;
	display:			block;
	}	
	
.TopMenu {
	margin: 			0;	
	padding: 			0;
	width:				750px;
		}

.TopMenu li{
	list-style-position: inside;
	display: 			inline;
	font-size: 			14px;
	float:				left;
	height:				42px;
	padding-right: 		13px;
	padding-left: 		13px;
	padding-top: 		6px;
	text-decoration: 	none;
	text-align:			center;
	border-right:		1px solid #fff;
	}
	
.TopMenu li a,
.TopMenu li a:link,
.TopMenu li a:visited{
	color:				#fff;

	}


.TopMenu li a:active,
.TopMenu li a:hover{
	color: 				#402756;
	
	}

.TopMenuOn a{
	color: 				#402756;
	}
/*	--------------------------------------	*/
/* 	SUBMENU ON TEXT.PHP					   	*/	



	
	
.SubMenuArea {
	position:			relative;
	margin: 			0;	
	padding: 			0;
	width:				193px;
	
	text-align:			left;
	}
.SubMenuCell ul {
	margin: 			0;	
	padding: 			0;
	width:				193px;
	text-align:			left;
	position:			relative;
	height:				250px;
	}
	
.SubMenuCell li{
	
	font-size:			13px;
	list-style-type: 	none;
	line-height: 		140%;
	padding-top: 		5px;
	padding-bottom: 	5px;
	padding-left: 		0px;
	text-align:			left;
	text-decoration: 	none;
	font-family: 		Verdana, Helvetica, sans-serif;
	COLOR: 				#9D9FA1;
	float:				left;
	display: 			block;
	margin-left: 		0px;
	width:				193px;
	}
	
.SubMenuCell li a,
.SubMenuCell li a:link,
.SubMenuCell li a:visited{
	color:				#9D9FA1;

	}


.SubMenuCell li a:active,
.SubMenuCell li a:hover{
	color: 				#00AEEF;
	
	}

#SubMenuCellOn a{
	color: 				#00AEEF;
	}








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


.CatPic {
	position:			relative;
	width:				980px;
	height:				120px;
	margin-left:		15px;
	margin-bottom:		30px;
	border-bottom: 		3px solid #6c5474;
}


.FolioImage {
	padding:			1px;
	border:				1px solid #e4e5e6;
	position:			relative;
}



.TextArea {
	position:			relative;
	margin-right:		20px;
	}	
		

.TopText {
	position:			relative;
	font-size:			15px;
	margin-bottom:		20px;
	line-height:		140%;
	}	
		
 /* top pics on home page */
 
.FrontImage h1 { 
	color:				#fff;
	position:			absolute;
	top: 				340px; 
	height: 			16px;
	line-height:		100%;
	left:				0px;
	width:				260px;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			16px;
	text-transform:		capitalize;
	margin:				0;
	padding: 			10px;
	padding-top: 		4px;
	font-weight:		normal;
	font-style:			normal;
	background-color:	#402756;
	filter:				alpha(opacity=75);
	opacity:			0.75;
	text-align:			left;
	}
.FrontImage h1 a,
.FrontImage h1 a:link,
.FrontImage h1 a:visited{
	color: 				#fff;
	text-decoration: 	none; 
	}


.FrontImage h1 a:active,
.FrontImage h1 a:hover{
	color: 				#EE2159;
	text-decoration: 	none; 
	}	

 /* drop down feature boxes on welcome.php */

.WelcomeBoxes {
	width:				980px;
	height:				50px;
	position:			relative;
	}
	
.ImgButton {
	position: 			relative;
	z-index:			0;	
	background-color:	#ffffff;
}
	
.WelcomeBoxes li{
	list-style-position: inside;
	display: 			inline;
	font-size: 			13px;
	float:				left;
	margin-right:		10px;
	text-decoration: 	none;
	width:				236px;
	height:				50px;
	/* height:				200px;when box on and open so can read text and also remove overflow hidden.*/
	}
	
.WelcomeBoxes li a,
.WelcomeBoxes li a:link,
.WelcomeBoxes li a:visited{
	color:				#ffffff;

	}


.WelcomeBoxes li a:active,
.WelcomeBoxes li a:hover{
	color: 				#000000;
	
	}
	

.BoxHeader {
	background-color:	#E97DB2;
	z-index:			1;	
	height:				27px;	
	overflow:			hidden;
	/*filter:				alpha(opacity=80);
	opacity:			0.80;
	height:			17px;	when box off and closed  and also remove overflow hidden.*/
	/*height:			60px;	when box on and open so can read text and also remove overflow hidden.*/
	position:			relative;
}


.BoxHeader p {
	color:				#ffffff;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			10px;
	line-height:		120%;
	text-align:			left;
	margin:				0;
	background-color:	#EE2159;
	width:				136px;
	height:				105px;
	padding:			5px;
	padding-left:		10px;
	padding-right:		100px;
	}

.BoxHeader h3 {
	color:				#EE2159;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			14px;
	text-align:			left;
	margin:				0;
	padding: 			0;
	font-weight:		normal;
	padding:			5px;
	padding-left:		10px;
	padding-right:		10px;
	}
	
	
	

/* random hot products on front page  */
img {border:none;}
 ul.popout {list-style:none; margin:0; padding-top:10px; width: 250px;}
 ul.popout li {float:left; display: inline; border:1px solid #e4e5e6;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:#9D9FA1}


/* surrounding product mini images.    */
.surround img {border:none;}
ul.surround {list-style:none; margin:0; padding-top:10px; width: 250px;}
ul.surround li {float:left; display: inline; border:1px solid #e4e5e6; 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:#9D9FA1}

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

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


	


/* gallery pic styles */

.GalleryHeader {  /* main gallery instructions, & sub gallery header */
	color:				#f27a9a;
	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:			2px;
	padding-left:		6px;
	font-size:			13px;
	text-align:			left;
	line-height: 		120%;
	color:				#fff;
	position:			relative;
	top: 				-26px; 
	margin-left:		2px;
	height: 			20px;
	left:				0px;
	width:				142px;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	text-transform:		capitalize;
	font-weight:		normal;
	font-style:			normal;
	background-color:	#402756;
	filter:				alpha(opacity=75);
	opacity:			0.75;
	}
.ImageGallerys div a {
	color:				#FFF;
	text-decoration:	none;
	}
	
.ImageGallerys div a:hover {
	color:				#000;
	text-decoration:	none;
	}

.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 #f27a9a;
	text-decoration: none;
	background-color:#FFF;
}

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

.SubGalleryText {  /* sub gallery description text  */
	margin-bottom:		10px;
	font-size:			13px;
	}
.SubGalleryText a { /* sub gallery back & links  */
	color: 				#f27a9a;
	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 #f27a9a;
	text-decoration: none;
	background-color:#FFF;
}
.GalleryPopup { /* pop up title & text */
		font-family: 	Verdana, Arial, Helvetica, sans-serif;
		font-size:		11px;
		line-height:	140%;
		color: 			#704e2f;
		text-align:		left;
		margin-top: 	10px;
	}



	




*	--------------------------------------	*/
/* 	NEWS DATCARD						   	*/	


	
.NewsCard {
	margin-bottom:		20px;
	padding-bottom:		20px;
	position: 			relative;
	}


.NewsPic {
	float:				left;
	border:				2px solid #e4e5e6;
	position:			relative;
	top:				0px;
	left:				0px;
	margin-right:		15px;
	z-index: 			1;
	background-color:	#FFFFFF;
	}

.NewsPrint {
	float:			right;
	width:			326px;
	padding:		4px;
	margin-top: 	10px;
	padding-left:	20px;
	background-color:#F1F2F2;
	border: 		1px solid #e4e5e6;
	}


.NewsText {
	padding-left:		10px;
	position:			relative;
	top:				0px;
	left:				0px;
	width:				300px;
	}

.NewsText h2{
	padding: 	  		0px;
	margin: 			0px;
	padding-bottom:   	4px;
	margin-bottom:		10px;
	margin-top:			10px;
	line-height:		140%;
	color: 				#402756;
	font-family: 		Verdana, Helvetica, sans-serif;
	font-size: 			18px;
	font-weight: 		normal;
	}

.ProjectHeader { /* main text headers */
	color:				#EE2159;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			21px;
	text-transform:		capitalize;
	font-style:			normal;
	margin:				0;
	margin-top:			20px;
	margin-bottom: 		10px;
	padding: 			0;
	text-align:		    left;
	font-weight:		normal;
	height:				44px;
	line-height:		44px;
	}


	
	




/*	--------------------------------------	*/
/* 	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:		0px solid #e4e5e6;
	font-size:			13px;
	line-height: 		140%;
	padding-bottom: 	25px;
	padding-left: 		50px;
	text-align:			left;	
	color: 				#EE2159;
	font-style:			italic;
	}
.Cart a,
.Cart a:link,
.Cart a:visited{
	color: 				#EE2159;
	text-decoration: 	none; 
	}


.Cart a:active,
.Cart a:hover{
	color: 				#402756;
	text-decoration: 	none; 
	}	
	
/*	--------------------------------------	*/
/* 	SMALL CARD	AND CAT CARD               	*/


#SmCard {
	position: 		relative;
	margin:			0px;
	padding:		0px;
	width:			204px;
	height:			240px;
	}

.SmProdName {
	text-decoration: 	none;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size:			11px;
	color: 				#393939;
	line-height: 		140%;
	text-align:			left;
	}
	
.SmProdName:hover {
	color: 				#5974b9;
	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:				204px;
	height:				204px;
	padding:			1px;
	background-color:	#ffffff;
	border:				1px solid #e4e5e6;
	margin-bottom:		6px;
	}
.Pic2 {
	width:				202px;
	height:				202px;
	background-color:	#ffffff;
	border:				1px solid #e4e5e6;
	}
	
.Pic3 {  /* under submenu  images for info pages */
	padding:			1px;
	position:			relative;
	background-color:	#ffffff;
	border:				1px solid #e4e5e6;
	margin-top:			10px;
	}
/* Category card - text class */
.CatDesc {
	color: 				#393939;
	text-decoration: 	none;
	}
	
.CatDesc:hover {
	color: 				#5974b9;
	text-decoration: 	none;
	}









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



.ProdSide { /*Large Product image side container - doesn't seen to be workingbut allows the next class to work! */
	position:			relative;
	width:				360px;
	height:				630px;
}	
.LgCardPic { /* image container on large card */
	background-color:	#ffffff;
	padding:			1px;
	border:				1px solid #e4e5e6;
	position:			relative;
	width:				354px;
	height:				474px;
	margin-bottom:		10px;
	text-align:			center;
	}
.LgCardPic2 { /* image container on large card */
	padding:			1px;
	border:				1px solid #e4e5e6;
	position:			relative;
	width:				350px;
	height:				470px;
	}
.Surounding {
	background-color:	#ffffff;
	padding:			6px;
	position:			relative;
	width:				358px;
	height:				165px;
}	


	
.LgProdFoot{ /* back / next container */ 
	height:			14px;
	position:		relative;
	padding:     	10px;
	text-align:		center;
	font-size:		11px;
	}

.LgProdInfo { /* lg card text area container */ 
	position:			relative;
	}
	


h2.LgProdName {
	font-family: 	Verdana, Arial, Helvetica, sans-serif;
	font-size:		17px;
	color: 			#402756;
	margin-bottom:	10px;
	padding:		0px;
	font-weight:	normal;
	font-style:		italic;
	line-height: 	100%;
	text-align:		left;
	}
	
h4 { /*lg card product id */ 
	color: 			#00AEEF;
	text-decoration: none;
	font-family: 	Verdana, Arial, Helvetica, sans-serif;	
	font-size: 		10px;
	margin:			0px;
	padding:		0px;
	line-height: 	140%;
	font-weight:	normal;
}


	

	
.LgProdDesc {
	font-family: 	Verdana, Arial, Helvetica, sans-serif;	
	font-size: 		11px;
	color: 			#9D9FA1;
	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: 				#00AEEF;
	border-bottom:		1px solid #e4e5e6;

}

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

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

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


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

/* Cascading product menu styles */


.MenuCellLevel1 {
	font-size:			13px;
	list-style-type: 	none;
	line-height: 		140%;
	padding-top: 		5px;
	padding-bottom: 	5px;
	padding-left: 		0px;
	text-align:			left;
	
	}


.MenuCellLevel1On {
	font-size:			13px;
	list-style-type: 	none;
	line-height: 		140%;
	padding-top: 		5px;
	padding-left: 		0px;
	text-align:			left;
	
	}
	
/* Product Level 2 Menu Cells */
.MenuCellLevel2 {
	font-size:			11px;
	list-style-type: 	none;
	line-height: 		140%;
	padding-top: 		2px;
	padding-bottom: 	2px;
	padding-left: 		20px;
	text-align:			left;
	
}



.MenuCellLevel2On {
	font-size:			11px;
	list-style-type: 	none;
	line-height: 		140%;
	padding-top: 		2px;
	padding-bottom: 	2px;
	padding-left: 		20px;
	text-align:			left;
	
}

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



.MenuCellLevel3On {
	font-size:			11px;
	list-style-type: 	none;
	line-height: 		140%;
	padding-top: 		2px;
	padding-bottom: 	2px;
	padding-left: 		30px;
	text-align:			left;
}


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



.MenuCellLevel4On {
	font-size:			11px;
	list-style-type: 	none;
	line-height: 		140%;
	padding-top: 		2px;
	padding-bottom: 	2px;
	padding-left: 		30px;
	text-align:			left;
}


/* Product Level 5 Menu Cells */
.MenuCellLevel5 {
	font-size:			11px;
	list-style-type: 	none;
	line-height: 		140%;
	padding-top: 		2px;
	padding-bottom: 	2px;
	padding-left: 		30px;
	text-align:			left;
}



.MenuCellLevel5On {
	font-size:			11px;
	list-style-type: 	none;
	line-height: 		140%;
	padding-top: 		2px;
	padding-bottom: 	2px;
	padding-left: 		30px;
	text-align:			left;
}
/*  Main product menu text */
A.Light {
	color:				#393939; 
	TEXT-DECORATION: 	none
}
A.Light:visited {
	color:				#393939; 
	TEXT-DECORATION: 	none
}
A.Light:active {
	color:				#9D9FA1; 
	TEXT-DECORATION: 	none
}
A.Light:hover {
	COLOR: 				#EE2159; 
	TEXT-DECORATION: 	none
}
A.LightOn {
	COLOR: 				#EE2159; 
	TEXT-DECORATION: 	none
}
/*  Main product level 1 menu text */
A.LightLevel1 {
	color:				#9D9FA1; 
	TEXT-DECORATION: 	none
}
A.LightLeel1:visited {
	color:				#9D9FA1; 
	TEXT-DECORATION: 	none
}
A.LightLevel1:active {
	color:				#9D9FA1; 
	TEXT-DECORATION: 	none
}
A.LightLevel1:hover {
	COLOR: 				#EE2159; 
	TEXT-DECORATION: 	none
}
A.LightLevel1On {
	COLOR: 				#EE2159; 
	TEXT-DECORATION: 	none
}

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

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

/*	--------------------------------------	*/
/* 	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  #e4e5e6 ;
	background-color: #ffffff;
	width:		90%px;
}
.OrderTitle {
	font-family: 	Verdana, Arial, Helvetica, sans-serif;
	font-size:			11px;
	FONT-weight: bold;
	line-height: 180%;
	color:		#402756;
	white-space: nowrap;
	padding-left: 3px;
	padding-right: 3px;
	background-color: #eaedf6;
	border-bottom: 1px  solid  #e4e5e6 ;
	border-right: 1px  solid  #e4e5e6 ;
}

.OrderText {
	font-family: 	Verdana, Arial, Helvetica, sans-serif;
	padding: 3px;
	border-bottom: 1px  solid  #e4e5e6 ;
}
.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: #5974b9;
	font-weight: normal;
	text-decoration: none;
}

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

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