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

	

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


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

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

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

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

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

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

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

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

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

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

	html,
	body {
		scrollbar-track-color: 		#F1F2F2;
		scrollbar-face-color: 		#395c92;
		scrollbar-arrow-color: 		#F1F2F2;
		scrollbar-3dlight-color: 	#F1F2F2;
		scrollbar-highlight-color: 	#F1F2F2;
		scrollbar-shadow-color: 	#F1F2F2;
		scrollbar-darkshadow-color: #F1F2F2;
		background-color:			#060a0d;
		background-image:url(Graphics/BG2.jpg);
		background-position: top center;
		background-repeat: no-repeat;
	}


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

.Container {
	margin:					0 auto;
	position:				relative;
	width:					900px; 
	background-color:		#FFFFFF;
	border:					8px solid #FFFFFF;

	}

	
.Top {
	position:			relative;
	width:				900px;
	border-bottom:		8px solid #FFFFFF;
	}

		
.MainArea {
	text-align:			left;
	width:				696px;
	padding:			15px;
    background-color:	#F1F2F2;
	border-left:		8px solid #FFFFFF;
	}
.MainArea2 {
	min-height:			80px;
	text-align:			left;
	width:				860px;
	padding:			20px;
    background-color:	#F1F2F2;
	}

.ProdMenuArea {
	position:			relative;
	width:				116px;
	min-height:			220px;
	padding:			20px;	
	background-color:	#F1F2F2;
	
	}

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

h1 { /* main text headers */
	color:				#838384;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			17px;
	text-align:			right;
	text-transform:		lowercase;
	margin:				0;
	margin-top:			20px;
	padding: 			0;
	font-weight:		normal;
	}
	
	
h2 { /* sub headers & promo on front page*/
	color: 				#838384;
	font-size:			15px;
	font-weight: 		normal;
	margin: 			0px;
	text-decoration: 	none;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	}
h3 { /* sub headers & promo on front page*/
	color: 				#395c92;
	font-size:			13px;
	font-weight: 		normal;
	margin: 			0px;
	text-decoration: 	none;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	}
	
.SubHeader { /* sub headers & promo on front page*/
	color: 				#395c92;
	font-size:			15px;
	font-weight: 		normal;
	margin: 			0px;
	text-decoration: 	none;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	}
	
.Blue {
		color: 		#395c92;
		}
.Grey {
		color: 		#838384; 
		}


.Footer {
	padding-top:	10px;
	padding-bottom:	10px;
	width:			900px; 
	height: 		20px;
	margin:			0 auto;
	position:		relative;
	color: 			#FFFFFF;
	font-size:		10px;
	text-align:		center;
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	}

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

.Logo {
	position:			relative;
	height:				78px;
	margin:				0 auto;
	padding: 			10px;
	padding-left: 		10px;
	padding-right: 		30px;
	text-align:			left;	
	}		
#MenuContainer {
	position:			relative;
	width:				900px;
	height:				30px;
	margin:				0 auto;
	padding: 			0;
	padding-lrft:		10px;
	text-align:			left;	
	background-color:	#0C2C4C;
	}	
	
.InfoMenu {
	margin: 			0;
	padding: 			0;
	padding-top:		8px;
	width:				900px;
	height:				15px;
	}
	
.InfoMenu li{
	list-style-position: inside;
	display: 			inline;
	font-size: 			11px;
	float:				left;
	padding-right: 		10px;
	padding-left: 		10px;
	text-decoration: 	none;
	text-transform:		lowercase;
	border-right:		0px solid #FFFFFF;

	}
	
.InfoMenu li a,
.InfoMenu li a:link,
.InfoMenu li a:visited{
	color:				#ffffff;

	}


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

#InfoMenuOn a{
	color: 				#84AFD4;
	}


.FootMenu {
	margin: 			0 auto;
	padding: 			0;
	padding-top:		8px;
	width:				670px;
	height:				15px;
	}
	
.FootMenu li{
	list-style-position: inside;
	display: 			inline;
	font-size: 			10px;
	float:				left;
	padding-right: 		13px;
	padding-left: 		13px;
	text-decoration: 	none;
	text-transform:		lowercase;
	border-left:		1px solid #FFFFFF;

	}
	
.FootMenu li a,
.FootMenu li a:link,
.FootMenu li a:visited{
	color:				#ffffff;

	}


.FootMenu li a:active,
.FootMenu li a:hover{
	color: 				#84AFD4;
	
	}

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


	
.SubMenu {
	margin: 			0;
	padding: 			0;
	width:				120px;
	}
	
.SubMenu li{
	display: 			block;
	float:				left;
	width:				120px;
	white-space:		normal;
	margin:				0 auto;
	}
	
.SubMenu li a,
.SubMenu li a:link,
.SubMenu li a:visited {
	font-size:			11px;
	color:				#838384;
	line-height: 		120%;
	width:				115px;
	float:				left;	padding-top:		6px;
	padding-bottom:		6px;
	text-decoration: 	none;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	}
	
.SubMenu li a:active,
.SubMenu li a:hover {
	color: 				#395c92;
	}

#SubMenuOn a{
	color: 				#395c92;
	}







/*	--------------------------------------	*/
/* 	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 #395c92;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:#838384}


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


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

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

	
/* Welcome.php template   */
.HeaderImage {
	position:			relative;
	float:				right;
	display:			block;
	margin-bottom:		2px;
	}

.MainImage {
	position:			relative;
	float:				right;
	display:			block;
	margin-bottom:		25px;
	}


	
	
/* Text.php & other templates   */
.TextArea {
	position:			relative;
	padding:			0px;
	}	


.TextArea2 {
	position:			relative;
	padding:			0px;

	}	


.TextArea2 p { /* text area text */
		font-family: 	Verdana, Arial, Helvetica, sans-serif;
		font-size:		13px;
		line-height:	180%;
		color: 			#838384;
	}




.Stock {
	margin: 			0;
	padding: 			0;
	width:				700px;
	}
	
.Stock li{
	list-style-position: inside;
	display: 			inline;
	width:				300px;
	font-size: 			11px;
	float:				left;
	padding-right: 		20px;
	text-decoration: 	none;
	margin-bottom:		20px;
	}





	
	




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


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

.Cart {
	border-bottom:		1px solid #fad4e5;
	font-size:			11px;
	line-height: 		140%;
	padding-bottom: 	2px;
	text-align:			left;	
	color: 				#838384;
	}
/*	--------------------------------------	*/
/* 	SMALL CARD	AND CAT CARD               	*/


#SmCard {
	position: 		relative;
	margin:			0px;
	padding:		0px;
	width:			224px;
	height:			300px;
	
	}

.SmProdName {
	text-decoration: 	none;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size:			13px;
	color: 				#838384;
	line-height: 		140%;
	}
	
.SmProdCell a {
	color: 				#838384;
	text-decoration: 	none;
	}
	
.SmProdCell a:hover {
	color: 				#395c92;
	text-decoration: 	none;
	}
	
.SmProdCell {
	position: 			relative;
	text-align:			left;
	text-transform:		lowercase;
	padding-left:		10px;
}

.CatCell a {
	color: 				#395c92;
	text-decoration: 	none;
	}
	
.CatCell a:hover {
	color: 				#000;
	text-decoration: 	none;
	}
	
.CatCell {
	position: 			relative;
	text-align:			left;
	text-transform:		capitalize;
	padding-left:		10px;
}
/*.SmProdPrice {  not used in this site 
	text-decoration: 	none;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;	
	font-size: 			10px;
	color: 				#838384;
	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: 				#838384;
	border-bottom: 		2px solid #fad4e5;
	padding-top: 		3px;
	text-align:			justify;
	width:				200px;
} 
.SmProdID {  
	text-decoration: 	none;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;	
	font-size: 			10px;
	color: 				#395c92;
	line-height: 		160%;
	width:				200px;
}*/
	
.Pic {
	width:				220px;
	height:				220px;
	padding:			0px;
	margin-bottom:		10px;
	background-color:	#ffffff;
	border:				4px solid #ffffff;
	}

/* Category card - text class */
.CatDesc {
	color: 				#395c92;
	text-decoration: 	none;
	}
	
.CatDesc:hover {
	color: 				#000;
	text-decoration: 	none;
	}










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

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

.LgProdBackNav { /* back / next container */ 
	padding-top:     	4px;
	padding-bottom:    	4px;
	text-align:			center;
	font-size:			10px;
	color:				#838384;
	text-transform:		uppercase;
	width:				270px;
	margin-top:			0px;
	margin-bottom:		4px;
	 border-bottom:		1px solid #838384;
	}

h2.LgProdName {
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size:			17px;
	color: 				#395c92;
	margin:				0;
	padding:			0px;
	padding-bottom:		10px;
	font-weight:		normal;
	line-height: 		100%;
	text-transform:		Lowercase;
	text-align:			left;
	 border-bottom:		1px solid #838384;
	}	
	
.LgCardPic { /* image container on large card */
	border:				4px solid #fff;
	position:			relative;
	width:				400px;
	height:				400px;
	line-height:		200%;
	color:				#838384;
	text-align:			center;
	line-height:		200%;
	font-size:			11px;
	background-color:	#fff;
	margin-bottom:		110px;
	}


.LgProdInfo { /* lg card text area container */ 
	width:				270px;
	padding-left:		20px;
	position:			relative;
	}
	

	
h4 { /*lg card product id */ 
	color: 			#838384;
	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: 			#838384;
	line-height: 	140%;
	padding-bottom: 10px;
	}

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

/* 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: 				#395c92;
	text-transform: 	lowercase;
	line-height: 		160%;
	width: 				80px;
}

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

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


	


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

/* Cascading product menu styles */


.MenuCellLevel1 {
	font-size:			11px;
	list-style-type: 	none;
	text-align:			left;
	line-height: 		120%;
	width:				115px;
	padding-top:		6px;
	padding-bottom:		6px;
	text-transform:		lowercase;
	}


.MenuCellLevel1On {
	color: 				#395c92;
	font-size:			11px;
	list-style-type: 	none;
	text-align:			left;
	line-height: 		120%;
	width:				115px;	
	padding-top:		6px;
	padding-bottom:		6px;
	text-transform:		lowercase;
	}
	
/* Product Level 2 Menu Cells */
.MenuCellLevel2 {
	font-size:			10px;
	list-style-type: 	none;
	text-align:			left;
	line-height: 		120%;
	width:				115px;
	padding-top:		4px;
	padding-bottom:		4px;
	padding-left: 		20px;	
	text-transform:		lowercase;
}



.MenuCellLevel2On {
	color: 				#395c92;
	font-size:			10px;
	list-style-type: 	none;
	text-align:			left;
	line-height: 		120%;
	width:				115px;
	padding-top:		4px;
	padding-bottom:		4px;
	padding-left: 		20px;
	text-transform:		lowercase;
	
}

/* Product Level 3 Menu Cells */
.MenuCellLevel3 {
	font-size:			10px;
	list-style-type: 	none;
	text-align:			left;
	line-height: 		120%;
	width:				115px;
	padding-top:		4px;
	padding-bottom:		4px;
	padding-left: 		30px;	
	text-transform:		lowercase;
}



.MenuCellLevel3On {
	font-size:			10px;
	list-style-type: 	none;
	text-align:			left;
	line-height: 		120%;
	width:				115px;
	padding-top:		4px;
	padding-bottom:		4px;
	padding-left: 		30px;	
	text-transform:		lowercase;
}


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



.MenuCellLevel4On {
	color: 				#395c92;
	font-size:			10px;
	list-style-type: 	none;
	line-height: 		130%;
	padding-top: 		10px;
	padding-bottom: 	2px;
	text-align:			left;
	padding-left: 		40px;	
	text-transform:		lowercase;
}


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



.MenuCellLevel5On {
	color: 				#395c92;
	font-size:			10px;
	list-style-type: 	none;
	line-height: 		130%;
	padding-top: 		10px;
	padding-bottom: 	2px;
	text-align:			left;
	padding-left: 		50px;	
	text-transform:		lowercase;
}


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

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

/*  Main product level 3 menu text */
A.LightLevel3 {
	color:				#838384; 
	TEXT-DECORATION: 	none
}
A.LightLevel3:visited {
	color:				#838384; 
	TEXT-DECORATION: 	none
}
A.LightLevel3:active {
	color:				#838384; 
	TEXT-DECORATION: 	none
}
A.LightLevel3:hover {
	COLOR: 				#395c92; 
	TEXT-DECORATION: 	none
}
A.LightLevel3On {
	COLOR: 				#395c92; 
	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: 				#838384;
	border: 			1px  solid  #fad4e5 ;
	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: 	#395c92;
	border-bottom: 		1px  solid  #fad4e5 ;
	border-right: 		1px  solid  #fad4e5 ;
}

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

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

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

