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

	

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


a:active,
a:hover{
	color: 				#000000;
	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:			#333366;
		background-image:			url(Graphics/BG.gif);
		background-position:		top center;
		background-repeat:			repeat-y;
		margin:						0 auto;
	}


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

/*	--------------------------------------	*/
/* 	TOP AREA	                           	*/
/*	--------------------------------------	*/
	
#Top {
	padding: 		15px;
	position:		relative;	
	}
	
#MenuContainer {
	position:			relative;
	width:				320px;
	margin:				0;
	padding: 			0;
	text-align:			right;	
	}	
	
.InfoMenu {
	margin: 			0;	
	padding: 			0;
	width:				320px;
	}
.InfoMenu li{
	list-style-position: inside;
	display: 			block;
	font-size: 			12px;
	float:				right;
	text-decoration: 	none;
	font-weight:		normal;
	width:				320px;
	height:				20px;
	}
	
.InfoMenu li a,
.InfoMenu li a:link,
.InfoMenu li a:visited{
	color:				#ffffff;

	}


.InfoMenu li a:active,
.InfoMenu li a:hover{
	color: 				#ffffff;
	font-weight:		bold;
	font-size: 			12px;
	}

#InfoMenuOn a{
	color: 				#ffffff;
	font-weight:		bold;
	font-size: 			12px;
	}
		
#FooterMenuContainer {
	position:			relative;
	width:				960px;
	margin:				0;
	padding: 			20px;
	padding-left:		30px;
	padding-bottom:		30px;
	text-align:			left;	
	}	
	
.FooterInfoMenu {
	margin: 			0;	
	padding: 			0;
	width:				900px;
	}
.FooterInfoMenu li{
	list-style-position: inside;
	display: 			inline;
	font-size: 			12px;
	float:				left;
	text-decoration: 	none;
	font-weight:		normal;
	height:				20px;
	padding-right:		20px;
	}
	
.FooterInfoMenu li a,
.FooterInfoMenu li a:link,
.FooterInfoMenu li a:visited{
	color:				#666699;

	}


.FooterInfoMenu li a:active,
.FooterInfoMenu li a:hover{
	color: 				#FFFFFF;
	font-size: 			12px;
	}

#FooterInfoMenuOn a{
	color: 				#FFFFFF;
	font-size: 			12px;
	}


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



#MainArea {
	position: 			relative;
	text-align:			left;
	padding:			15px;
	padding-bottom:		50px;
	min-height:			400px;
	}


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


h1 { /* main text headers */
	color:				#000000;
	position:			relative;
	font-family:     Verdana, Geneva, sans-serif;
	font-size:			17px;
	margin:				0;
	padding: 			0;
	margin-bottom:		20px;
	text-align:		   	left;
	font-weight:		normal;
	}
	
	
h2 { /* not used*/
	color: 				#000000;
	font-family:     Verdana, Geneva, sans-serif;
	font-size:			15px;
	text-align:			left;
	margin:				0;
	padding: 			0;
	padding-bottom: 	10px;
	font-weight:		normal;
	}
	
.SubHeader { /* not used*/
	color: 				#666633;
	font-family:     Verdana, Geneva, sans-serif;
	font-size:			15px;
	text-align:			left;
	margin:				0;
	padding: 			0;
	padding-bottom: 	10px;
	font-weight:		normal;
	}


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



/* 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:#666633; color:#000000;}
.surround a {text-decoration:none; color:#000000}


/*	--------------------------------------	*/
/* 	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:		12px;
	COLOR: 				#666633;
	padding-top: 		2px;
	padding-bottom: 	2px;
	list-style-position: inside;
	float:				left;
	display: 			block;
	text-align:			left;
	margin-left: 		10px;
	width:				90px;
	}
	
.SubMenuCell li a,
.SubMenuCell li a:link,
.SubMenuCell li a:visited{
	color:				#666633;

	}


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

#SubMenuCellOn a{
	color: 				#000000;
	}








/*	--------------------------------------	*/
/* 	TEXT PAGES                           	*/
/*	--------------------------------------	*/



.TextArea {
	position:			relative;
	text-align:			left;
	color: 				#000000;
	}	


.FolioImage {
    border:			1px solid #000000;
	width:			300px;
	height: 		579px;
}
.FolioImage2 {
    border:			1px solid #000000;
	width:			130px;
	height: 		200px;
}
.NewsBox {
	position:			relative;
	font-size:		12px;
	line-height:		120%;
	padding:			15px;
	color: 				#000000;
	}
.NewsBoxBorder {
	border:				1px solid #000000;
	}


.NewsHeader h2 {
	position:			relative;
	background-color:	#666633;
	color: 				#ffffff;
	font-family:     Verdana, Geneva, sans-serif;
	font-size:			17px;
	text-align:			left;
	margin:				0;
	margin-top:			15px;
	padding: 			5px;
	padding-left: 		10px;
	font-weight:		normal;
	border:				1px solid #000000;
	border-bottom:		0px solid #000000;
	}	

.NewsBox p {
	font-size:		12px;
	line-height:	120%;
	color: 			#000000;
	}

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

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


		




	

		




/*	--------------------------------------	*/
/* 	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 #babec1;
	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 #babec1;
	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:				#666633;
	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:				#666633;
	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:				#666633;
	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: 			#000000;
	text-transform:	uppercase;
	font-size:		12px;
	}
	
.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:				#666633;
	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:				#666633;
	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:				#666633;
	}
	
#galleryImageTitle {
	font-size:			16px;
	float:				left;
	display:			inline;
	font-weight:		bold;
	padding-right:      10px;
	}

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


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


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

/*	.Cart {
	border-bottom:		0px solid #babec1;
	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:		0px;
	width:			240px;
	height:			400px;
	}

.SmProdName {
	text-decoration: 	none;
	font-family:     Verdana, Geneva, sans-serif;
	font-size:			14px;
	color: 				#666633;
	line-height: 		140%;
	text-align:			left;
	}
	
.SmProdName:hover {
	color: 				#000000;
	text-decoration: 	none;
	}
	
.SmProdCell {
	position: 			relative;
	text-decoration: 	none;
	font-family:     Verdana, Geneva, sans-serif;
	font-size:			14px;
	color: 				#666633;
	line-height: 		140%;
	text-align:			left;
	width:				240px;
	padding-top:		10px;
}
.PriceContainer {
	position:			relative;
	margin:				0px;
	padding:			0px;
	Clear:				both;
}
.SmProdPrice { 
	text-decoration: 	none;
	font-family:     Verdana, Geneva, sans-serif;	
	font-size: 			12px;
	color: 				#666633;
	float:				left;
	display: 			inline;
	line-height: 		160%;
	text-align:			left;
	width:				240px;
}
.SmProdDesc { 
	text-decoration: 	none;
	font-family:     Verdana, Geneva, sans-serif;
	font-size:			11px;
	color: 				#666633;
	padding-top: 		3px;
	text-align:			left;
	width:				240px;
	line-height:		120%;
} 
/*.SmProdID {  
	text-decoration: 	none;
	font-family:     Verdana, Geneva, sans-serif;	
	font-size: 			10px;
	float:				left;
	display: 			inline;
	color: 				#666633;
	display: 			inline;
	line-height: 		160%;
	width:				100px;
}*/
	
.Pic {
	border:				0px solid #babec1;
	}
	

/* Category card - text class */
.CatDesc {
	color: 				#666633;
	text-decoration: 	none;
	}
	
.CatDesc:hover {
	color: 				#000000;
	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 */
	position:			relative;
	width:				380px;
	text-align:			center;
	}



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

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


h2.LgProdName {
	font-family:     Verdana, Geneva, sans-serif;
	font-size:		15px;
	color: 			#666633;
	margin-bottom:	10px;
	font-weight:	normal;
	line-height: 	120%;
	text-align:		left;

	}
	
h4 { /*lg card product id */ 
	color: 			#666633;
	text-decoration: none;
	font-family:     Verdana, Geneva, sans-serif;	
	font-size: 		10px;
	margin:			0px;
	padding:		0px;
	line-height: 	140%;
	font-weight:	normal;
}


	

	
.LgProdDesc {
	font-family:     Verdana, Geneva, sans-serif;	
	font-size:		12px;
	color: 			#000000;
	line-height: 	140%;

	}

/* For the cell of the price / features / document uploads title - make sure this cell has colspan="3" */
.LgProdVarTitle {
	text-decoration: 	none;
	font-family:     Verdana, Geneva, sans-serif;	
	font-size:		12px;
	color: 				#000000;
	text-transform:		uppercase;
	border-bottom:		1px solid #000000;
}

/* For the product feature / price name cell - if this is wrapping too much increase the width. */
.LgProdVarName {
	font-family:    	 Verdana, Geneva, sans-serif;	
	font-size:			11px;
	color: 				#666633;
	text-transform:		capitalize;
	line-height: 		160%;
	width: 				120px;
}

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

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


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

/* Cascading product menu styles */


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


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



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

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

}



.MenuCellLevel3On {
	font-size:			13px;
	list-style-type: 	none;
	line-height: 		140%;
	padding-top: 		2px;
	padding-bottom: 	2px;
	padding-left: 		20px;
	text-align:			left;
	text-transform:		capitalize;

}


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

/*  Main product level 2 menu text */
A.LightLevel2 {
	color:				#666633; 
	TEXT-DECORATION: 	underline;
}
A.LightLevel2:visited {
	color:				#666633; 
	TEXT-DECORATION: 	underline;
}
A.LightLevel2:active {
	color:				#666633; 
	TEXT-DECORATION: 	underline;
}
A.LightLevel2:hover {
	COLOR: 				#000000; 
	TEXT-DECORATION: 	underline;
}
A.LightLevel2On {
	COLOR: 				#000000; 
	TEXT-DECORATION: 	underline;
}

/*  Main product level 3 menu text */
A.LightLevel3 {
	color:				#666633; 
	TEXT-DECORATION: 	underline;
}
A.LightLevel3:visited {
	color:				#666633; 
	TEXT-DECORATION: 	underline;
}
A.LightLevel3:active {
	color:				#666633; 
	TEXT-DECORATION: 	underline;
}
A.LightLevel3:hover {
	COLOR: 				#000000; 
	TEXT-DECORATION: 	underline;
}
A.LightLevel3On {
	COLOR: 				#000000; 
	TEXT-DECORATION: 	underline;
}

/*	--------------------------------------	*/
/* 	NAV AND FORM	                         	*/

/* "View Cart" order form classes */
.OrderBox {
	font-family:     Verdana, Geneva, sans-serif;
	font-size:		12px;
	padding-left: 3px;
	padding-right: 3px;
	color: #666633;
	border: 1px  solid  #babec1 ;
	background-color: #ffffff;
	width:		90%px;
}
.OrderTitle {
	font-family:     Verdana, Geneva, sans-serif;
	font-size:		12px;
	FONT-weight: bold;
	line-height: 180%;
	color:		#000000;
	white-space: nowrap;
	padding-left: 3px;
	padding-right: 3px;
	background-color: #eaedf6;
	border-bottom: 1px  solid  #babec1 ;
	border-right: 1px  solid  #babec1 ;
}

.OrderText {
	font-family:     Verdana, Geneva, sans-serif;
	padding: 3px;
	border-bottom: 1px  solid  #babec1 ;
}
.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, Geneva, sans-serif;
	font-size:17px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

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

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

