
/*	--------------------------------------	*/
/* 	STANDARD HTML TAG RESETS               	*/
/*	--------------------------------------	*/

	body,
	h1, h2, h3,
	p, ul, li,
	form {
		border:	0;
		margin:	0;
		padding:0;
	}

/*	--------------------------------------	*/
/* 	STANDARD HTML TAG DEFINITION           	*/


	body,
	input,
	td,
	div {
		font-family: 	Verdana, Arial, Helvetica, sans-serif;
		font-size:		11px;
		color: 			#b2b2b2;
		line-height:	140%;
	}
	
	input,
	form{
		color: 			#b2b2b2;
	}
	
	p { /* text area text */
		font-family: 	Verdana, Arial, Helvetica, sans-serif;
		font-size:		11px;
		line-height:	140%;
		color: 			#b2b2b2;
	}

	

a,
a:link,
a:visited{
	color: 				#b2b2b2;
	text-decoration: 	none; 
	}


a:active,
a:hover{
	color: 				#d2003c;
	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;
		margin:						0;
		padding:					0;
	}


/*	--------------------------------------	*/
/* 	PAGE ELEMETS       
	filter:				alpha(opacity=100);
	opacity:			1.0;                    	*/
/*	--------------------------------------	*/

	
.Container {
	margin:				0 auto;
	padding:			0;
	position:			relative;
	width:				980px;
	}

	
.Top {
	position:			relative;
	margin:				0;
	padding:			0;
	width:				980px;
	height:				195px;
	}


.MainStage {
	display: 			inline-block;
	margin:				0;
	padding:			10px 20px;
	width:				940px;
	background:			#ededee;
	}
	

.ProdArea {
	position:			relative;
	margin:				0 0 10px 0;
	padding:			10px 20px;
	width:				700px;
	display:			inline-block;
	float:				left;
	background:			#fff;
	}	

.ProdMenuArea {
	position:			relative;
	float:				left;
	margin-right:		10px;
	width:				150px;
	padding:			10px 20px;
	display:			inline-block;
	background:			#fff;
	}

.Logo {
	position:			absolute;
	top: 				120px;
	left: 				0;
	width:				608px;
	}

.Cart {
	font-size:			14px;
	line-height: 		120%;
	text-align:			right;	
	color: 				#8c8c8c;
	padding-bottom: 	20px;
	width:				300px;
	float: 				right;
	}


.Cart a,
.Cart a:link,
.Cart a:visited{
	color: 				#d2003c;
	text-decoration: 	none; 
	}


.Cart a:active,
.Cart a:hover{
	color: 				#960434;
	text-decoration: 	none; 
	}	

.Footer {
	clear:				both;
	position:			relative;
	display:			inline-block;
	margin:				0 0 6px;
	padding:			10px  20px;
	width:				940px;
	height:				130px;
	color: 				#ffffff;
	background-color:	#939598;
	}
.Finch {
	position: 			relative;
	background:         url(Graphics/Finch.png) no-repeat;
	height: 			81px;
	width: 				37px;
	margin-top: 		-54px;
	float: 				left;
	}
.MailList {
	color: #ededee
	}
	
/*	--------------------------------------	*/
/* 	FONT ELEMENTS                          	*/
/*	--------------------------------------	*/

h1 { /* main text headers */
	color:				#d2003c;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			17px;
	text-align:			left;
	margin:				0;
	margin-bottom:		10px;
	padding: 			0;
	font-weight:		normal;
	line-height:		160%;
	}
.Header { /* main text headers */
	color:				#d2003c;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			17px;
	text-align:			left;
	margin:				0;
	padding-bottom:		10px;
	padding: 			0;
	font-weight:		normal;
	line-height:		160%;
	}	
	
h2 { /* sub headers & promo on front page*/
	clear: 				left;
	color: 				#d2003c;
	font-size:			14px;
	font-weight: 		normal;
	margin: 			0px;
	margin:				20px 0 10px;
	padding:			0px;
	text-decoration: 	none;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	}
	
.SubHeader { /* sub headers & promo on front page*/
	color: 				#d2003c;
	font-size:			14px;
	font-weight: 		normal;
	margin: 			0px;
	padding:			0px;
	text-decoration: 	none;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	}

.Red {
		color: 			#d2003c;
		}
.Pink {
		color: 			#f8c8c7;
		}
		
.Big {
		color: 			#d2003c;
		font-size:		13px;
		line-height:	180%;
		}
.Grey {
		color: 			#b2b2b2; 
		}

		
.Line {
    border-bottom:		1px solid #e0e0e0;
}

.Line2 {
    border-bottom:		1px solid #ffffff;
	margin: 1px 0 5px;
}


/*	--------------------------------------	*/
/* 	TOP AREA	                           	*/
/*	--------------------------------------	*/

/* 	main menu	                           	*/		
#MenuContainer {
	position:			relative;
	width:				900px;
	margin:				0 auto;
	float: 				left;
	}	
	

	

#InfoMenu a, /* all list a text */
#InfoMenu a:link,
#InfoMenu a:visited {
	font-family: 	Verdana, Helvetica, sans-serif;
	font-size: 		12px;
	line-height:	30px;
	color: 			#ffffff;
	text-align:		left;
	text-transform:	lowercase;
	}

#InfoMenu a:active,
#InfoMenu a:hover {
	color:			#d2003c;
	}
#InfoMenuOn a {  /* doesn't work - can't seem to make the menu "on" at all */
	color:			#d2003c;
	}
	
#InfoMenu li li a, /* all list a text */
#InfoMenu li li a:link,
#InfoMenu li li a:visited {
	font-family: 	Verdana, Helvetica, sans-serif;
	font-size: 		10px;
	line-height:	140%;
	}

#InfoMenu li li a:active,
#InfoMenu li li a:hover {
	color:			#d2003c;
	}
#SubMenuOn a {  /* doesn't work */
	color:			#d2003c;
	}

#InfoMenu ul { /* all lists */
	padding: 	0;
	margin: 	0;
}
 
#InfoMenu li { /* all list items */
	float: 				left;
	position: 			relative;
	list-style: 		none;
	margin-right:		30px;
	
}

#InfoMenu li:hover { /* all list items hover */
	float: 				left;
	position: 			relative;
	margin-right:		30px;
	list-style: 		none;
	color:				#ffffff;
} 

#InfoMenuOn li { /* 1st level list item on */
	float: 				left;
	position: 			relative;
	list-style: 		none;
	margin-right:		30px;
	color:				#ffffff;
}
li#InfoMenuOn a { /* 1st level list item on */
	color:				#ffffff;
	font-weight:		bold;
} 
#InfoMenu li ul { /* second-level lists */
	position: 		relative;
	top: 			10px;
	margin: 0;
	width:			150px;  /* sets teh ul width so the lis wrap and the main ul lis dont push full width and stay inline */
}
 
#InfoMenu  li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}
#InfoMenu  li li { /* second-level list items */
	float: 				left;
	position: 			relative;
	padding: 			1px;
	width:			150px;
	color:				#ffffff;
	font-size: 		10px;
}

#InfoMenu li li:hover { /* second-level list items */
	float: 				left;
	position: 			relative;
	padding: 			1px;
	color:				#ffffff;
	font-size: 		10px;

}
#InfoMenuOn  {
	font-weight:	normal;
}
#InfoMenu  li li#SubMenuOn { /* second-level list items */
	float: 				left;
	position: 			relative;
	padding: 			1px;

}

#InfoMenu  li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: 			block;
}

.SubMenu  {
	font-family: 	Verdana, Helvetica, sans-serif;
	font-size: 		10px;
	line-height:	140%;
	color: 			#b2b2b2;
	text-align:		left;
	text-transform:	uppercase;
	list-style:		none;

	}
	
.SubMenu:hover  {
	font-family: 	Verdana, Helvetica, sans-serif;
	font-size: 		10px;
	line-height:	140%;
	color: 			#d2003c;
	text-align:		left;
	text-transform:	uppercase;
	list-style:		none;
	}	
	
#SubMenuOn  {
	font-family: 	Verdana, Helvetica, sans-serif;
	font-size: 		10px;
	line-height:	140%;
	color: 			#d2003c;
	text-align:		left;
	text-transform:	uppercase;
	list-style:		none;
	}		
	
/* 	hardcoded top menu                        	*/		
#TopTopMenuContainer {
	position:			relative;
	margin:				10px 0 0;
	height:				156px;
	background:  		url(Graphics/TopFinch.png) no-repeat top right;
	vertical-align:     top;
	}	
	
.TopMenu {
	margin: 			0;	
	padding: 			0;
	padding-top:		55px;
	height:				30px;
	}
	
.TopMenu li{
	list-style: 		none;
	display: 			inline;
	font-size:			13px;
	float:				right;
	padding-left: 		5px;
	padding-bottom: 	7px;
	text-decoration: 	none;
	text-transform:		lowercase;
	
	}
	
.TopMenu li a,
.TopMenu li a:link,
.TopMenu li a:visited{
	color:				#b2b2b2;

	}


.TopMenu li a:active,
.TopMenu li a:hover{
	color: 				#d2003c;
	
	}
	

	

	
#Phone {
	border-bottom: 		1px solid #dadadb;
	font-weight: 		bold;
	width:  			750px;
	float:				left;
	}



/* 	hardcoded top menu                        	*/		
#TopMenuContainer {
	position:			relative;
	display:			inline-block;
	margin:				0 0 10px;
	width: 				940px;
	}	
	
.TopInfoMenu {
	margin: 			0;	
	padding: 			0;
	background:			#ffffff;
	float: 				left;
	}
	
.TopInfoMenu li{
	list-style: 		none;
	display: 			inline;
	font-size:			13px;
	float:				left;
	margin:				6px 0px;
	padding: 			0px 16px;
	text-decoration: 	none;
	text-transform:		lowercase;
	border-right: 		1px solid #f8c8c7;
	}
	
.TopPink {
	background:			#f8c8c7;
	padding: 			4px 16px;
	float:				left;
	font-size:			13px;
	color:				#5b595a;
	}
.TopPink a,
.TopPink a:link,
.TopPink a:visited{
	color:				#5b595a;
	}
.TopPink a:active,
.TopPink a:hover{
	color:				#d2003c;
	}

.TopInfoMenu li a,
.TopInfoMenu li a:link,
.TopInfoMenu li a:visited{
	color:				#b2b2b2;

	}


.TopInfoMenu li a:active,
.TopInfoMenu li a:hover{
	color: 				#d2003c;
	
	}
	

	
#TopInfoMenuOn a{
	color: 				#d2003c;
	}
	
#TopInfoMenu2On a{
	color: 				#ffffff;
	}	



/*	--------------------------------------	*/
/* 	MAIN AREA	                           	*/
/*	--------------------------------------	*/






/* surrounding product mini images.    */
.surround img {border:none;}
.surround ul{list-style:none; margin:0; padding-top:10px; width:750px;}
.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:#d2003c; color:#000000;}
.surround li:hover { background-color:#d2003c; color:#000000;}
.surround a {text-decoration:none; color:#000000}

	

	
	
/* Text pages   */


.MainImage {  
	width:				900px;
	height:				460px;
	background:			#fff;
	padding:			20px;
	margin:				0 0 10px 0;
	box-shadow: 		2px 2px 3px #CCC, -2px -2px 3px #CCC;
	}
.MainPic {
	position: relative;
	float: 				left;
	display: 			inline;
	margin:			 	0;
	width: 				440px;
	height: 			460px;
	background: 		#efefef;
	}
.SlideImage {   /* on home page */
	width:				900px;
	height:				180px;
	background:			#fff;
	padding:			20px;
	margin:				0 0 10px 0;
	box-shadow: 		2px 2px 3px #CCC, -2px -2px 3px #CCC;
	}
.Slide {
	margin:			 	0 16px 0 0;
	background:			#fff;
	padding:			10px;
	border: 			1px solid #939598;
    display:			inline-block;
	float: 				left;
	}
.Slider {
	width: 				720px;
	overflow-x: 		scroll;
	height:				176px;
    overflow-y: 		hidden;
	white-space:		nowrap;
	}
.Slider img {
	margin:			 	0 16px 0 0;
	background:			#fff;
	padding:			10px;
	border: 			1px solid #939598;
    display:			inline-block;
	}
.StockCard { /*  stockists page */
	Display: 			inline-block;
	Width: 				300px;
	margin:				10px 5px;
	float: 				left;
}



.TextArea {
	padding:			10px 16px;
	margin:				0 0 10px 0;
	background:    		#ffffff;
	display:			inline-block;
	width:				910px;
}
.TextNewsArea {
	clear: 				both;
	padding:			0px 0 0 350px;
	margin:				10px auto ;
	height: 			70px;
	width:				444px;
	background:			url(Graphics/newsletter.png) no-repeat center center;
	border:				1px solid  #ffffff;
	border-left: 		none;
	border-right: 		none;
}
.TextNavBar {
	padding:			10px 16px;
	margin:				0 0 10px 0;
	background:    		#ffffff;
	}

.MainText { /*  main text box */
	color: 				#b2b2b2;
	font-size:			14px;
	font-weight: 		normal;
	margin: 			0px;
	padding:			0px;
	text-decoration: 	none;
	text-align:			left;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	}



.FolioImage {   /* iamge with monitor over it */
	position:			relative;
	float:				right;
	width:				300px;
	margin-top:			0px;
	margin-left:		20px;
	text-align:			center;
	padding-top:		27px;
	}






	
	




/*	--------------------------------------	*/
/* 	EZYCAT CLASSES                         	*/
/*	--------------------------------------	*/


/* Classes for the page numbers - except for the main word "Pages", which is a unclassed table cell  */
.PageNumberBar {  
	font-size:			13px; 
	color: 				#b2b2b2;
}	
.PageNumberCurrent{  
	font-size:			13px; 
	color: 				#d2003c;
	text-decoration: 	none;  
	font-weight: 		bold;
}
.SmLinkOff {  
	font-size:			13px; 
	color: 				#b2b2b2;
}
.SmLinkOff:hover {  
	font-family: 		Verdana, Arial, Helvetica, sans-serif; 
	font-size:			13px; 
	font-style: 		normal; 
	color: 				#d2003c; 
	text-decoration: 	none; 
	font-weight: 		bold;
}


/*	--------------------------------------	*/
/* 	SMALL CARD	AND CAT CARD               	*/


#SmCard {
	position: 			relative;
	width:				180px;
	margin:			 	0 10px 30px ;
	background:			#fff;
	padding:			10px;
	border: 			1px solid #939598;
	}



.SmProdName {
	text-decoration: 	none;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size:			14px;
	color: 				#b2b2b2;
	line-height: 		140%;
	text-align:			left;
	}


.SmProdCell {
	position: 			relative;
	text-align:			center;
	text-transform:		capitalize;
	font-size:			14px;
	color: 				#b2b2b2;
	border:				none;
}
.SmProdCell a{
	color: 				#b2b2b2;
	text-decoration:	none;
}
.SmProdCell a:hover{
	color: 				#d2003c;
	text-decoration:	none;
}
.SmProdPrice {  
	clear: 				both;
	display:			inline-block;
	text-decoration: 	none;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;	
	font-size: 			14px;
	text-align:			center;
	color: 				#000;
	line-height: 		29px;
	padding: 			0px 15px 0 0;
	margin: 			10px auto;
	background: 		#f8c7c7 url(Graphics/priceR.png) no-repeat center right;	
}
.SmProdPrice img { 
	float: 				left;
	display:		 	inline; 
}
.SmProdPrice div { 
	float: 				left;
	display:		 	inline; 
	color: 				#000;
	padding: 			5px;
}
.SearchOpen {
	position: absolute;
	bottom:  -10px;
	right: -10px;
	z-index: 10;
	}
	
.Pic {
	width:				180px;
	height:				180px;
	padding:			0px;
	margin-bottom:		10px;
	}
#SmCard .Pic img {
	width:				180px;
	height:				180px;
	}

/* Category card - text class */

.CatCell {
	position: 			relative;
	text-align:			center;
	font-size:			14px;
	color: 				#b2b2b2;
	}








		

		

/*	--------------------------------------	*/
/* 	LARGE PRODUCT CARD	                   	*/


.LgProdBackNav{ /* back / next container */ 
	padding:     		10px 0;
	margin:				10px 0;
	text-align:			center;
	font-size:			11px;
	color:				#b2b2b2;
	text-transform:		uppercase;
	letter-spacing:		1px;
	border-top:			1px solid #e0e0e0;
    border-bottom:		1px solid #e0e0e0;
	clear:				both;
	}

	
.LgCardPic { /* image container on large card */
	position:			relative;
	width:				300px;
	margin:			 	0 10px 30px 0;
	background:			#fff url(Graphics/search.png) no-repeat bottom right;
	padding:			10px;
	border: 			1px solid #939598;
	color:				#b2b2b2;
	text-align:			center;
	line-height:		200%;
	font-size:			11px;
	float:				left;
	display:			inline;
	}


.LgProdInfo { /* lg card text area container */ 
	width:				360px;
	position:			relative;
	float:				right;
	}
	
.LgProdInfo h1 {
	font-style: italic;
	}
	
.LgProdDesc {
	font-family: 	Verdana, Arial, Helvetica, sans-serif;	
	font-size: 		14px;
	color: 			#b2b2b2;
	line-height: 	180%;
	padding-bottom: 30px;
	}

/* For the cell of the price / features / document uploads title - make sure this cell has colspan="3" */
.LgProdVarTitle {
	text-decoration: 	none;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;	
	font-size: 			15px;
	color: 				#fff;
	line-height: 		29px;
	padding: 			0 0 0 50px;
	background: 		#d2003c url(Graphics/order.png) no-repeat center left;
}

/* 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: 			14px;
	color: 				#5b595a;
	line-height: 		29px;
	padding: 			0 0 0 10px;
	width: 				100px;
}

/* For the product feature / price details cell  */
.LgProdVarText {
	font-family: 		Verdana, Arial, Helvetica, sans-serif;	
	font-size: 			14px;
	color: 				#5b595a;
	line-height: 		29px;
	padding: 			0 20px 0 10px;
}
.LgProdVarText td{
	font-family: 		Verdana, Arial, Helvetica, sans-serif;	
	font-size: 			14px;
	color: 				#5b595a;
	line-height: 		29px;
	padding: 			0 20px 0 10px;
	background: 		#fff;
}
/* For the variations description cell  */
.varDesc { 
	font-family: 		Verdana, Arial, Helvetica, sans-serif;	
	font-size: 			14px;
	color: 				#b2b2b2;
	padding-left: 	 	5px;
}
.Surounding {
	clear:				both;
	position:			relative;
	width:				750px;
	margin-left:		10px;
	height:				120px;
	color:				#b2b2b2;
	text-align:			left;
	line-height:		200%;
	text-transform: 	uppercase;
	text-decoration: 	none;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;	
	font-size: 			12px;
	color: 				#b2b2b2;
	padding-top: 		20px;
}	




/*	--------------------------------------	*/
/* 	PRODUCT MENU                         	*/
/*  --------------------------------------  */

 /* CSS cascading product menu */
	
/*  main cat ul class */

.ProductCategories ul  {
	/*  float all cats above other stuff */
	z-index:			2;
	width:				150px;
	}
.ProductCategories li  {
	/*  float main cats */
	margin: 			0;
	float:				left;
	display:			block;
	width:				150px;
	padding:			4px 0;
	text-transform:		lowercase;
	list-style-type:	none;
	border-bottom:		1px solid #f8c8c7;
	}

.ProductCategories li a {
	/*  style all links in the menu */
	display:			block;
	line-height:		120%;
	text-decoration: 	none;
	color: 				#b2b2b2;
	font-size: 			13px;
	text-transform:		lowercase;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	}
	
.ProductCategories li a:hover {
	/*  hover style all links in the menu */
	color: 				#d2003c;
	}

.ProductCategories li.MenuCellLevel1On a { 
	/*  colour change for main cat on menu */
	margin: 			0;
	color: 				#d2003c;
	float:				left;
	display:			block;
	width:				150px;
	padding:			4px 0;
	text-transform:		lowercase;
	list-style-type:	none;
	border-bottom:		1px solid #f8c8c7;
	
	}

/*   2nd level prod active */	
	
.ProductCategories li.MenuCellLevel1 ul { /*  move sub cats below and hide/show them */
	display: 			none; 
	position:			relative;
	width:				0px;
	border:				none;
}
.ProductCategories li.MenuCellLevel1On ul  {  /*  move sub cats below and hide/show them */
	display:			block;	
	position:			relative;
	left:				0px;	
	border:				none;
}

/*   2nd level prod styles */		
.ProductCategories .MenuCellLevel1On ul a {  /*  li a text styles */
	color: 				#b2b2b2;
	text-decoration: 	none;
	font-size: 			11px;
	}
	
.ProductCategories li li {  /*  li cell */	
	width:				130px;
	margin:				0px;
	border:				none;
	padding-left:		20px;
	border-bottom:		1px solid #fff;
	}
	
		
.ProductCategories li li.MenuCellLevel2On {   /*  li ON cell */
	width:				130px;
	margin:				0px;
	border:				none;
	padding-left:		20px;
	border-bottom:		1px solid #fff;
	}
.ProductCategories li li a:hover { /*  li a text style */
	color: 				#5b595a;
	}

.ProductCategories li li.MenuCellLevel2On a { /*  li ON a text style */
	color: 				#5b595a;
	}
	
	
	/*   2nd level prod active */	
	
.ProductCategories li.MenuCellLevel1 ul { /*  move sub cats below and hide/show them */
	display:			none;	
	position:			relative;
	width:				0px;
	border:				none;
}
.ProductCategories li.MenuCellLevel1On ul  {  /*  move sub cats below and hide/show them */
	display:			block;	
	position:			relative;
	left:				0px;	
	border:				none;
}

/*   3rd level prod menu */	
.ProductCategories li .MenuCellLevel2On ul a {  /*  li a text styles */
	color: 				#b2b2b2;
	text-decoration: 	none;
	font-size: 			11px;
	}
	

.ProductCategories li li li {  /*  li cell */	
	width:				110px;
	margin:				0px;
	border:				none;
	padding-left:		20px;
	border-bottom:		1px solid #fff;
	}
.ProductCategories li li li.MenuCellLevel3On {  /*  li ON cell */
	width:				110px;
	margin:				0px;
	border:				none;
	padding-left:		20px;
	border-bottom:		1px solid #fff;
	}
.ProductCategories li li li a:hover { /*  li a text style */
	color: 				#5b595a;
	}

.ProductCategories li li li.MenuCellLevel3On a { /*  li ON a text style */
	color: 				#5b595a;
	}
	
/*	--------------------------------------	*/
/* 	NAV AND FORM	                         	*/

/* "View Cart" order form classes */
.OrderBox {
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			12px;
	padding-left:		3px;
	padding-right: 		3px;
	color: 				#b2b2b2;
	border: 			1px solid #e0e0e0;
	background-color: 	#FFFFFF;
	width:				90%;
}
.OrderTitle {
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size:			12px;
	FONT-weight: 		bold;
	line-height:		180%;
	color:				#d2003c;
	white-space: 		nowrap;
	padding-left: 		3px;
	padding-right: 		3px;
	border-bottom: 		1px solid #e0e0e0;
	border-right: 		1px solid #e0e0e0;
}

.OrderText {
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	padding: 			3px;
	border-bottom: 		1px solid #e0e0e0;
}
.OrderSubmit {
	height: 			30px;
	white-space:		nowrap;
	padding-left: 		3px;
	padding-right: 		3px;
}

/* navigation bar for ezycat product systems with sub cats */
#Nav {
	position:	relative;
	display:	block;
}

.NavCell {
	color:				#d2003c;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			12px;
	text-align:			left;
	margin:				0;
	padding: 			0;
	font-weight:		normal;
	line-height:		160%;
}

.NavBar {
	color:				#d2003c;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			12px;
	text-align:			left;
	margin:				0 20px 10px 0;
	padding: 			0;
	font-weight:		normal;
	line-height:		160%;
}

.NavBarOn {
	text-transform: lowercase;
	font-family: 	Verdana, Arial, Helvetica, sans-serif;
	font-size:		12px;
	color: 			#d2003c;
	text-decoration: none;
}
