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

	

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


a:active,
a:hover{
	color: 				#7f5321;
	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:			#ece9d9;
		background-image:url(Graphics/BG.gif);
		background-repeat: repeat;	
	}


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

#Container {
	height: 						1000px;
	margin:						0 auto;
	position:						relative;
	width:							960px; 
	background-image:url(Graphics/PageBG.gif);
	background-position: top;
	background-repeat: no-repeat;	
	padding-left: 				20px;
	padding-right: 			20px;
	/*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:		200px;
	position:		relative;
	width:			960px;
  	
	
	}

	
#MainContainer {
	position:				relative;
	text-align:			left;
	width:					960px;
	}		
	
	


	
#MainArea{
	position: 			relative;
	height:				1000px;
	text-align:			left;
	width:					800px;
	top:						0px;
	padding: 			0px;
    /*padding-bottom:	80px;    Height of the footer, for site full page layout */
	}
	

.ProdArea {
	position: 			relative;
	width:					800px;
	padding: 	 	    0px;
	margin:				0px;
}

h1 { /* main text headers */
	color:							#7f5321;
	position:						absolute;
	top:								30px;
	right:							0px;
	font-family:					Verdana, Arial, Helvetica, sans-serif;
	font-size:					27px;
	text-transform:			lowercase;
	font-style:					italic;
	margin:						0;
	padding: 					0;
	text-align:		    		right;
	padding-top: 			5px;
	padding-right:			20px;
	font-weight:				normal;
	min-width:					200px;
	height:						35px;
	border-bottom: 		1px solid #7f5321;
	}
	
	
h2 { /* sub headers & promo on front page*/
	color: 					#7f5321;
	font-family:			Verdana, Arial, Helvetica, sans-serif;
	font-size:			17px;
	text-align:			left;
	margin:				0;
	padding: 			0;
	padding-bottom: 	10px;
	font-weight:		normal;
	letter-spacing:	1;
	}
h1 a,
h1 a:link,
h1 a:visited{
	color: 					#ff0000;
	text-decoration: 	none; 
	}


h1 a:active,
h1 a:hover{
	color: 				#7f5321;
	text-decoration: 	none; 
	}		
	
.Brown:link {
		color: 		#7f5321;
		font-size:	15px; 
		}

.Brown:hover {
	color: 				#ffffff;
	text-decoration: 	none; 
	}	

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

	
#MenuContainer {
	position:				relative;
	float:					right;
	display:				block;
	width:					680px;
	margin:				0;
	padding: 			0;
	margin-top:		30px;
	text-align:			right;	
	}	
	
.InfoMenu {
	margin: 				0;	
	padding: 			0;
	width:					650px;
	}
.InfoMenu li{
	list-style-position: inside;
	display: 					inline;
	font-size: 				12px;
	float:						left;
	padding-left: 			20px;
	text-decoration: 	none;
	text-transform:		uppercase;
	}
	
.InfoMenu li a,
.InfoMenu li a:link,
.InfoMenu li a:visited{
	color:				#333333;

	}


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

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

.SubMenuArea {
	margin: 			0;	
	padding: 			0;
	width:				200px;
	height:				600px;
	text-align:			left;
	float:				left;
	display: 			inline;

	}
.SubMenuCell ul {
	margin: 			0;	
	padding: 			0;
	width:				200px;
	text-align:			left;
	}
	
.SubMenuCell li{
	text-decoration: 	none;
	font-family: 		Verdana, Helvetica, sans-serif;
	font-size: 			11px;
	COLOR: 				#333333;
	padding-top: 		6px;
	padding-bottom: 	2px;
	border-bottom: 		1px solid #7f5321;
	list-style-position: inside;
	float:				left;
	display: 			block;
	text-align:			left;
	margin-left: 		0px;
	width:				200px;
	}
	
.SubMenuCell li a,
.SubMenuCell li a:link,
.SubMenuCell li a:visited{
	color:				#333333;

	}


.SubMenuCell li a:active,
.SubMenuCell li a:hover{
	color: 				#7f5321;
	
	}

#SubMenuCellOn a{
	color: 				#7f5321;
	}








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

.Slogan {
	position:			relative;
	color:				#f3eddd;
	text-align:		right;
	float:				right;
	display:			block;
	margin-bottom:30px;
	height:			40px;
	width:				400px;
	font-size:		17px;
}

.CatPic {
	position:			relative;
	width:				930px;
	margin-bottom: 20px;
}

.FolioImage {
	position:			relative;
	width: 				930px;
	height: 			300px;
}

.FolioImage2 {
	position:			relative;
	width: 				930px;
	height: 			130px;
}



	

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


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

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

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


		




	


.TextArea {
	width:				480px;
	position:			relative;
	float:				left;
	display:			inline;
	margin-right:		20px;
	padding-top:		20px;
	}	
		




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


	
.NewsCard {
	width:				340px;
	margin-right:		10px;
	margin-bottom:		20px;
	padding-bottom:		20px;
	position: 			relative;
	display:			inline;
	float:				left;
	}


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

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

.NewsText h2{
	padding: 	  		0px;
	margin: 			0px;
	border-bottom:		1px solid #7f5321;
	padding-bottom:   	4px;
	margin-bottom:		10px;
	margin-top:			10px;
	line-height:		140%;
	color: 				#F26522;
	font-family: 		Verdana, Helvetica, sans-serif;
	font-size: 			17px;
	line-height: 		140%;

	font-weight: 		normal;
	}




	
	





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

#CompAreaBox {
	border-bottom:		5px solid #121212;
	background-color:				#333333;
	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:				#333333;
	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:				#333333;
	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: 			#5974b9;
	text-transform:	uppercase;
	font-size:			11px;
	}
	
.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:				#333333;
	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:				#333333;
	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:				#333333;
	}
	
#galleryImageTitle {
	font-size:			16px;
	float:				left;
	display:			inline;
	font-weight:		bold;
	padding-right:      10px;
	}

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


/*	--------------------------------------	*/
/* 	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 #7f5321;
	font-size:			14px;
	line-height: 		120%;
	padding-top: 	20px;
	padding-left: 		10px;
	text-align:			left;	
	color: 				#F26522;
	text-transform:	capitalize;
	}

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


#SmCard {
	position: 		relative;
	margin:			0px;
	padding:		5px;
	width:				183px;
	height:			238px;
	background-image: url(Graphics/SmCardBG.gif);
	background-position: top  center;
	background-repeat: no-repeat;
	}

.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;
	padding:  			8px;
	text-align: 			center;
}
.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 {
	border:				1px solid #7f5321;
	}
	

/* 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:			6px;
	position:			relative;
	width:				385px;
	height:				596px;
	margin-bottom:		10px;
	text-align:			center;
	background-image: url(Graphics/LgCardBG.gif);
	background-position: top  center;
	background-repeat: no-repeat;
	}

.Surounding {
	background-color:	#ffffff;
	padding:			6px;
	position:			relative;
	width:				270px;
	height:				165px;
	text-transform:uppercase;
}	


	
.LgProdFoot{ /* back / next container */ 
	height:			14px;
	position:		relative;
	padding:     	10px;
	text-align:		center;
	font-size:		11px;
	border-bottom:				1px solid #7f5321;
	}

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


h2.LgProdName {
	font-family: 	Verdana, Arial, Helvetica, sans-serif;
	font-size:		17px;
	color: 			#7f5321;
	margin-bottom:	10px;
	margin-top:	4px;
	padding:		10px;
	font-weight:	normal;
	line-height: 	100%;
	text-align:		left;
	border-bottom:				1px solid #7f5321;
	width:		270px;
	}
	
h4 { /*lg card product id */ 
	color: 			#333333;
	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: 			#333333;
	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-decoration: 	none;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;	
	font-size: 			11px;
	color: 				#333333;
	text-transform:uppercase;

}

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

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

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


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

/* Cascading product menu styles */


.MenuCellLevel1 {
	font-size:			17px;
	list-style-type: 	none;
	line-height: 		110%;
	padding-top: 		12px;
	padding-bottom: 	2px;
	padding-left: 		0px;
	text-align:			right;
	text-transform:	capitalize;
	}


.MenuCellLevel1On {
	font-size:			17px;
	list-style-type: 	none;
	line-height: 		110%;
	padding-top: 		12px;
	padding-bottom: 	2px;
	padding-left: 		0px;
	text-align:			right;
	text-transform:	capitalize;
	border-bottom:				1px solid #7f5321;
	}
	
	
/* Product Level 2 Menu Cells */
.MenuCellLevel2 {
	font-size:			11px;
	list-style-type: 	none;
	line-height: 		110%;
	padding-top: 		6px;
	padding-bottom: 	1px;
	text-align:			right;
	text-transform:	capitalize;
}



.MenuCellLevel2On {
	font-size:			11px;
	list-style-type: 	none;
	line-height: 		110%;
	padding-top: 		6px;
	padding-bottom: 	1px;
	text-align:			right;
	text-transform:	capitalize;
	border-bottom:			1px solid #7f5321;
	}


/* Product Level 3 Menu Cells */
.MenuCellLevel3 {
	font-size:			11px;
	list-style-type: 	none;
	line-height: 		110%;
	padding-top: 		6px;
	padding-bottom: 	1px;
	text-align:			right;
	text-transform:	capitalize;

}



.MenuCellLevel3On {
	font-size:			11px;
	list-style-type: 	none;
	line-height: 		110%;
	padding-top: 		6px;
	padding-bottom: 	1px;
	text-align:			right;
	text-transform:	capitalize;
	border-bottom:				1px solid #7f5321;
	}


/* Product Level 4 Menu Cells */
.MenuCellLevel4 {
	font-size:			11px;
	list-style-type: 	none;
	line-height: 		110%;
	padding-top: 		6px;
	padding-bottom: 	1px;
	text-align:			right;
	text-transform:	capitalize;

}



.MenuCellLevel4On {
		font-size:			11px;
	list-style-type: 	none;
	line-height: 		110%;
	padding-top: 		6px;
	padding-bottom: 	1px;
	text-align:			right;
	text-transform:	capitalize;
	border-bottom:				1px solid #7f5321;

}


/* Product Level 5 Menu Cells */
.MenuCellLevel5 {
	font-size:			11px;
	list-style-type: 	none;
	line-height: 		110%;
	padding-top: 		6px;
	padding-bottom: 	1px;
	text-align:			right;
	text-transform:	capitalize;

}



.MenuCellLevel5On {
		font-size:			11px;
	list-style-type: 	none;
	line-height: 		110%;
	padding-top: 		6px;
	padding-bottom: 	1px;
	text-align:			right;
	text-transform:	capitalize;
	border-bottom:				1px solid #7f5321;

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

/*  Main product level 2 menu text */
A.LightLevel2 {
	color:				#7f5321; 
	TEXT-DECORATION: 	none
}
A.LightLevel2:visited {
	color:				#7f5321; 
	TEXT-DECORATION: 	none
}
A.LightLevel2:active {
	color:				#7f5321; 
	TEXT-DECORATION: 	none
}
A.LightLevel2:hover {
	COLOR: 				#5d3d16; 
	TEXT-DECORATION: 	none
}
A.LightLevel2On {
	COLOR: 				#7f5321; 
	TEXT-DECORATION: 	none
}

/*  Main product level 3 menu text */
A.LightLevel3 {
	color:				#7f5321; 
	TEXT-DECORATION: 	none
}
A.LightLevel3:visited {
	color:				#7f5321; 
	TEXT-DECORATION: 	none
}
A.LightLevel3:active {
	color:				#7f5321; 
	TEXT-DECORATION: 	none
}
A.LightLevel3:hover {
	COLOR: 				#5d3d16; 
	TEXT-DECORATION: 	none
}
A.LightLevel3On {
	COLOR: 				#7f5321; 
	TEXT-DECORATION: 	none
}


/*  Main product level 4 menu text */
A.LightLevel4 {
	color:				#7f5321; 
	TEXT-DECORATION: 	none
}
A.LightLevel4:visited {
	color:				#7f5321; 
	TEXT-DECORATION: 	none
}
A.LightLevel4:active {
	color:				#7f5321; 
	TEXT-DECORATION: 	none
}
A.LightLevel4:hover {
	COLOR: 				#5d3d16; 
	TEXT-DECORATION: 	none
}
A.LightLevel4On {
	COLOR: 				#7f5321; 
	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  #7f5321 ;
	background-color: #ffffff;
	width:		90%px;
}
.OrderTitle {
	font-family: 	Verdana, Arial, Helvetica, sans-serif;
	font-size:			11px;
	FONT-weight: bold;
	line-height: 180%;
	color:		#7f5321;
	white-space: nowrap;
	padding-left: 3px;
	padding-right: 3px;
	background-color: #eaedf6;
	border-bottom: 1px  solid  #7f5321 ;
	border-right: 1px  solid  #7f5321 ;
}

.OrderText {
	font-family: 	Verdana, Arial, Helvetica, sans-serif;
	padding: 3px;
	border-bottom: 1px  solid  #7f5321 ;
}
.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;
}
