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



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


a:active,
a:hover{
	color: 				#FBB040;
	text-decoration: 	none; 
	}
	
.Logo a{
	color: 				#000;
	text-decoration: 	none; 
	}
.Logo a:hover{
	color: 				#FBB040;
	text-decoration: 	none; 
	}	
	
.QuickSearch { 
		font-family: 	Verdana, Arial, Helvetica, sans-serif;
		font-size:		11px;
		line-height:	140%;
		color: 			#808285;
		position:		relative;
		float:			left;
		display:		inline;
		text-align:		left;
		margin:			0;
		padding-top:    0px; 
	}
	
	
	
/* 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 #FBB040;
	text-decoration: none;
}

#Thumbs .imagethumbon{
	margin: 4px;
	padding: 1px;
	border: 1px solid #FBB040;
	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:			#FFFFFF;
	}


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

.Container {
	margin:					0 auto;
	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 */
	/*filter:				alpha(opacity=75);*/
	/*opacity:			0.75;*/
	}

	
.Top {
	height:				100px;
	position:			relative;
	width:				980px;
	}

		
.MainArea {
	min-height:			450px;
	text-align:			left;
	width:				980px;
    /*padding-bottom:	80px;    Height of the footer, for site full page layout */
	}



.ProdArea {  /* on Product.php page */
	position: 			relative;
	padding: 	 	    0px;
	margin:				0px;
	text-align:			left;
}

.Logo { /* main text headers */
	color:				#000000;
	font-family:		Helvetica, sans-serif;
	font-size:			37px;
	text-align:			left;
	text-transform:		capitalize;
	margin:				0;
	padding: 			0;
	padding-top:		30px;
	padding-bottom:		10px;
	height:				90px;
	font-weight:		bold;
	border-bottom:		2px solid #000;
	}

.LogoSm { /* sub headers & promo on front page*/
	color: 				#FBB040;
	font-size:			19px;
	font-weight: 		normal;
	margin: 			0px;
	line-height:		150%;
	text-decoration: 	none;
	font-family:		Helvetica, sans-serif;
	}
	
h1 { /* main text headers */
	color:				#000000;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			28px;
	text-align:			left;
	text-transform:		capitalize;
	margin:				0;
	margin-bottom:		20px;
	padding: 			0;
	font-weight:		normal;
	}	
h2 { /* sub headers & promo on front page*/
	color: 				#000000;
	font-size:			17px;
	font-weight: 		normal;
	margin: 			0px;
	margin-bottom:		20px;
	text-decoration: 	none;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	}
	
.Header { /* sub headers & promo on front page*/
	color: 				#FBB040;
	font-size:			17px;
	font-weight: 		normal;
	margin: 			0px;
	text-decoration: 	none;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	}

.SubHeader { /* sub headers & promo on front page*/
	color: 				#808285;
	font-size:			13px;
	font-weight: 		normal;
	margin: 			0px;
	text-decoration: 	none;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	}
	
.Yellow {
		color: 		#FBB040;
		}
.Grey {
		color: 		#808285; 
		}
.Black {
		color: 		#000000; 
		}

.Footer {
	color: 				#000000;
	font-size:			13px;
	font-weight: 		normal;
	margin: 			0px;
	margin-top:			20px;
	margin-bottom:		20px;
	padding-top:		20px;
	text-decoration: 	none;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	border-top:			2px solid #000000;
	}
.Footer a,
.Footer a:link,
.Footer a:visited{
	color: 				#000000;
	text-decoration: 	none; 
	}


.Footer a:active,
.Footer a:hover{
	color: 				#FBB040;
	text-decoration: 	none; 
	}
.Disclaimer {
	color: 				#808285;
	font-size:			9px;
	font-weight: 		normal;
	margin: 			0px;
	margin-top:			10px;
	}
/*	--------------------------------------	*/
/* 	TOP AREA	                           	*/
/*	--------------------------------------	*/

		
#MenuContainer {
	position:			relative;
	width:				980px;
	height:				35px;
	padding: 			0;
	text-align:			left;	
	
	}	

/* 	Not used on this site - calls the ProductCategories style instead   */ 	
.InfoMenu {
	margin: 			0;	
	padding: 			0;
	height:				35px;
	float:				left;
	display:			inline;
	}
	
.InfoMenu li{
	float:				left;
	list-style:			none;
	display: 			inline;
	font-size: 			15px;
	line-height:		180%;
	padding-right: 		30px;
	padding-top: 		0px;
	text-decoration: 	none;
	text-transform:		capitalize;
	}
	
.InfoMenu li a{
	color:				#808285;

	}


.InfoMenu li a:hover{
	color: 				#000000;
	
	}

#InfoMenuOn a{
	color: 				#000000;
	}
	
/*	--------------------------------------	*/
/* 	SUBMENU ON TEXT.PHP					   	*/	

#SubMenuContainer {
	position:			relative;
	width:				980px;
	height:				1px;
	margin:				0;
	padding: 			0;
	padding-top:		10px;
	padding-bottom:		10px;
	text-align:			left;
	border-top:			1px solid #bfbfbf;
	}	
	
.SubMenu {
	margin: 			0;
	padding: 			0;
	width:				980px;
	height:				10px;
	z-index:			0;
	}
	
.SubMenu li{
	list-style:				none;
	list-style-position: 	inside;
	display: 			inline;
	font-size: 			13px;
	float:				left;
	padding-right: 		30px;
	text-decoration: 	none;
	text-transform:		capitalize;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	}
	
.SubMenu li a,
.SubMenu li a:link,
.SubMenu li a:visited {
	list-style:				none;
	list-style-position: 	inside;
	display: 			inline;
	font-size: 			13px;
	float:				left;
	padding-right: 		30px;
	text-decoration: 	none;
	text-transform:		capitalize;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	}
	
.SubMenu li a:active,
.SubMenu li a:hover {
	color: 				#000000;
	}

#SubMenuOn a{
	color: 				#000000;
	}

/* top level drop  from black ice 
.MainNav L1{
	margin: 			0;	
	padding: 			20px;
	margin-top:			30px;
	width:				80px;
	background-color: 	#020202;
	height:				20px;
	
	}
.MainNavL1 li{
	color:				#ffffff;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			13px;
	text-align:			left;
	text-transform:		uppercase;
	margin:				0;
	margin-bottom:		10px;
	margin-right:		10px;
	padding: 			0;
	display:			inline;
	float:				left;
	font-weight:		normal;
	list-style: none;
	}*/
	
/* drop down menu from My YGD project list */
.DropSubMenu {
	position:			relative;
	left:				0;
	margin: 			0;	
	padding: 			0;
	margin-top:			30px;
	width:				180px;
	min-height:			100px;
	background-color:	#ffffff;
	filter:				alpha(opacity=80);
	opacity:			0.80;
	z-index: 1;
	
	}
.DropSubMenu li{
	list-style-position: inside;
	display: 			block;
	font-size: 			11px;
	width:				200px;
	height:				20px;
	padding-top:		4px;
	padding-left: 		10px;
	text-decoration: 	none;
	text-transform: 	capitalize;
	font-weight:		normal;
	color:				#000000;
	}
	
.DropSubMenu li a,
.DropSubMenu li a:link,
.DropSubMenu li a:visited{
	color:				#000000;

	}


.DropSubMenu li a:active,
.DropSubMenu li a:hover{
	color: 				#fedf2e;
	
	}

#DropSubMenuOn a{
	color: 				#fedf2e;
	}
		

/* drop down menu from My YGD product - for assigning a project */
.DropProdMenu {
	position:			relative;
	left:				0;
	margin: 			0;	
	padding: 			0;
	margin-top:			20px;
	width:				180px;
	min-height:			100px;
	background-color:	#ebebed;
	filter:				alpha(opacity=80);
	opacity:			0.80;
	z-index: 1;
	
	}
.DropProdMenu li{
	list-style-position: inside;
	display: 			block;
	font-size: 			10px;
	width:				200px;
	height:				20px;
	padding-top:		4px;
	padding-left: 		10px;
	text-decoration: 	none;
	text-transform: 	capitalize;
	font-weight:		normal;
	color:				#000000;
	}
	
.DropProdMenu li a,
.DropProdMenu li a:link,
.DropProdMenu li a:visited{
	color:				#000000;

	}


.DropProdMenu li a:active,
.DropProdMenu li a:hover{
	color: 				#fedf2e;
	
	}

#DropProdMenuOn a{
	color: 				#fedf2e;
	}



/*	--------------------------------------	*/
/* 	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 #FBB040;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:#808285}


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


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

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

	
/* Welcome.php template   */


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


	
	
/* Text.php & other templates   */
.TextArea {
	position:			relative;
	margin-bottom:		20px;
	}	

.TextArea p {
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size:			13px;
	line-height:		140%;
	color: 				#808285;
	}	

/* login pop up classes   */

.YGDForm {
		color: 			#000;
		font-family: 	Verdana, Arial, Helvetica, sans-serif;
		font-size:		12px;
		border:			1px solid #bfbfbf;
		margin-bottom: 	5px;
		background-color: #f4f4f6;
	}	
.YGDLForm { /* login pop up form   */
		color: 			#000;
		font-family: 	Verdana, Arial, Helvetica, sans-serif;
		font-size:		12px;
	}	
.YGDLForm a{
	color: 				#000;
	text-decoration: 	none; 
	}
.YGDLForm a:hover{
	color: 				#FBB040;
	text-decoration: 	none; 
	}
.LoginBox {
	position: 			relative;
	font-weight:		normal;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	color: 				#000;
	background-color:	#fff;	
	z-index:			2; 
	font-size:			12px; 
	width: 				400px; 
	height: 			auto; 
	padding:			20px; 
	line-height: 		140%; 
	text-transform: 	none; 
	text-align: 		left; 
	display:			none;
	border:				1px solid #000;
}






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


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

.Cart {
	border-bottom:		1px solid #bfbfbf;
	font-size:			11px;
	line-height: 		140%;
	padding-bottom: 	2px;
	text-align:			left;	
	color: 				#808285;
	}
/*	--------------------------------------	*/
/* 	SMALL CARD	AND CAT CARD               	*/
#SmCard {
	position: 		relative;
	margin:			0px;
	padding:		0px; 
	width:			221px;
	height:			250px;
	margin-bottom:	20px;
	z-index: 0;
	}
.SmCardBox {/* remove for floating prod name version */
	position: 		relative;
	margin:			0px;
	padding:		3px; 
	width:			221px;
	height:			250px;
	border:			0px solid #eeeeee; 
	border-right:	3px solid #eeeeee;
	border-bottom:	3px solid #eeeeee;
	}
.SmProdName {
	text-decoration: 	none;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size:			11px;
	color: 				#000000;
	line-height: 		110%;
	}

.SmProdCell a {
	color: 				#000000;
	text-decoration: 	none;
	}
	
.SmProdCell a:hover {
	color: 				#FBB040;
	text-decoration: 	none;
	}
	
.SmProdCell {
	position: 			relative;
	width:				201px;
	height:				10px;
	text-align:			left;
	text-transform:		capitalize;
	text-decoration: 	none;
	font-weight:		normal;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size:			11px;
	padding:			10px;
	padding-left:		0px;
	color: 				#000000;
	line-height: 		110%;
	z-index: 0;
}
/*.SmProdCell { floating prod name version 
	position: 			relative;
	top:				-35px;
	left:				0px;
	width:				210px;
	height:				15px;
	text-align:			left;
	text-transform:		capitalize;
	text-decoration: 	none;
	font-weight:		normal;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size:			11px;
	padding:			10px;
	color: 				#000000;
	line-height: 		110%;
	background-color:	#ebebed;
	filter:				alpha(opacity=80);
	opacity:			0.80;
	z-index: 0;
} */
/*.SmProdPrice {  not used in this site 
	text-decoration: 	none;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;	
	font-size: 			10px;
	color: 				#808285;
	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: 				#808285;
	border-bottom: 		2px solid #bfbfbf;
	padding-top: 		3px;
	text-align:			justify;
	width:				200px;
} 
.SmProdID {  
	text-decoration: 	none;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;	
	font-size: 			10px;
	color: 				#F287B7;
	line-height: 		160%;
	width:				200px;
}*/
	
.Pic {
	width:				221px;
	height:				221px;
	padding:			0px;
	background-color:	#ffffff;
	z-index: 0;
	}

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










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

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

 /*.LgProdBackNav{ back / next container   not used on this site
	padding-top:     	10px;
	padding-left:     	20px;
	padding-bottom:    	2px;
	text-align:			center;
	font-size:			11px;
	color:				#808285;
	text-transform:		uppercase;
	border-top:			1px solid #bfbfbf;
	border-bottom:		1px solid #bfbfbf;
	}*/

/* h2.LgProdName {  not used on this site - standard h1 instead
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size:			17px;
	color: 				#FBB040;
	padding:			0px;
	padding-left:		10px;
	padding-bottom:		2px;
	font-weight:		normal;
	line-height: 		100%;
	text-transform:		capitalize;
	text-align:			left;
	border-top:			1px solid #bfbfbf;
	border-bottom:		1px solid #bfbfbf;
	width:				380px;
	}	 */
	
.LgCardPic { /* image container on large card */
	background-color:	#ffffff;
	position:			relative;
	width:				500px;
	height:				650px;
	line-height:		300%;
	margin:				0;
	padding:			0;
	size:				11px;
	color:				#808285;
	text-align:			center;
	}


.LgProdInfo { /* lg card text area container */ 
	width:				400px;
	height:				650px;
	position:			relative;
	}
	

	
/*h4 { lg card product id - not used on this site 
	color: 			#808285;
	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: 			#808285;
	line-height: 	140%;
	padding-top: 	10px;
	padding-bottom: 	10px;
	}

.GreyBox {
	position: 			relative;
	width:				400px;
	height:				30px;
	text-align:			left;
	text-transform:		capitalize;
	text-decoration: 	none;
	font-weight:		normal;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size:			11px;
	padding-left:			10px;
	margin-top:			6px;
	color: 				#808285;
	line-height: 		110%;
	background-color:	#f4f4f6;
}

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

/* 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: 			11px;
	color: 				#808285;
	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: 			11px;
	color: 				#808285;
	line-height: 		160%;
	padding-left: 		10px;
}

/* For the variations description cell  */
.varDesc { 
	font-family: 		Verdana, Arial, Helvetica, sans-serif;	
	font-size: 			10px;
	color: 				#808285;
	padding-left: 	 	5px;
}
/* .Surounding { not used on this site
	background-color:	#ffffff;
	border:				0px solid #bfbfbf;
	position:			relative;
	width:				380px;
	height:				165px;
	color:				#808285;
	text-align:			left;
}	*/


	


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

/*  product menu styles */



  /* CSS cascading mproduct 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-right: 		30px;
	padding-top: 		0px;
	}

.ProductCategories li a {
	/*  style all links in the menu */
	display:			block;

	line-height:		180%;
	text-decoration: 	none;
	color: 				#808285;
	font-size: 			15px;
	text-transform:		capitalize;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	}
	
.ProductCategories li a:hover {
	/*  hover style all links in the menu */
	color: 				#000;
	}

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

}


.ProductCategories li.MenuCellLevel1 ul a{
	/*  style all links in the sub menu */
	display:			block;
	text-decoration: 	none;
	color: 				#808285;
	font-size: 			13px;
	text-transform:		capitalize;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	
	}
	
.ProductCategories li.MenuCellLevel1 ul a:hover {
	/*  hover colour change for on state sub menu */
	color: 				#000;
	}

.ProductCategories li.MenuCellLevel1On ul a{ 
	/*  colour change for sub cat on state sub menu */
	color: 				#808285;
	display:			block;
	text-decoration: 	none;
	font-size: 			13px;
	text-transform:		capitalize;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	}

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

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




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

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

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

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