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

	

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


a:active,
a:hover{
	color: 				#c20e50;
	text-decoration: 	none; 
	}	
.RightText p { /* text area text */
		font-family: 	Verdana, Arial, Helvetica, sans-serif;
		font-size:		11px;
		line-height:	140%;
		color: 			#704e2f;
		text-align:		justify;
	}

	

.RightText a,
.RightText a:link,
.RightText a:visited{
	color: 				#c20e50;
	text-decoration: 	none; 
	}


.RightText a:active,
.RightText a:hover{
	color: 				#000000;
	text-decoration: 	none; 
	}	
.QuickSearch { 
		font-family: 	Verdana, Arial, Helvetica, sans-serif;
		font-size:		11px;
		line-height:	140%;
		color: 			#FFFFFF;
	}

/* gallery pic 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: 		#ffffff;
		scrollbar-face-color: 		#e3cfae;
		scrollbar-arrow-color: 		#ffffff;
		scrollbar-3dlight-color: 	#ffffff;
		scrollbar-highlight-color: 	#ffffff;
		scrollbar-shadow-color: 	#ffffff;
		scrollbar-darkshadow-color: #ffffff;
		background-color:			#ffffff;
		background-image:			url(Graphics/linen-BG-paleV2.jpg);
		background-position: 		top;
		background-repeat: 			repeat;
	}


/*	--------------------------------------	*/
/* 	PAGE ELEMETS                           	*/
/*	--------------------------------------	*/
.BG {
	background-image:		url(Graphics/PageBG_4.jpg);
	background-position: 	top center;
	background-repeat: 		no-repeat;
	
	/*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;*/
	}
.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 {
	position:			relative;
	padding-top:		55px;
	}

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


.ProdArea {  /* on Product.php page- not used yet */
	position: 			relative;
	padding: 	 	    0px;
	margin:				0px;
	text-align:			left;
}
 /*.Line {
	padding-top:	2px;
	padding-bottom:	2px;
	height: 		1px;
	background-image:		url(Graphics/Line_2.gif);
	background-position: 	top center;
	background-repeat: 		repeat-x;
	} */

.Line {
    border-bottom:		1px dashed #bca281;
}

.Footer {
	padding-left:	50px;
	height: 		63px;
	position:		relative;
	text-align:		left;
	color: 			#bca281;
	font-size:		9px;
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	background-image:		url(Graphics/Footer_2.gif);
	background-position: 	top center;
	background-repeat: 		no-repeat;
	}
	
	
h1 { /* main text headers */
	color:				#c20e50;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			17px;
	text-align:			left;
	text-transform: 	capitalize;
	margin:				0;
	padding: 			0;
	font-weight:		normal;
	}
	
	
	
.SubHeader { /* main text headers */
	color:				#c20e50;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			14px;
	text-align:			left;
	text-transform: 	capitalize;
	margin:				0;
	padding: 			0;
	font-weight:		normal;
	}	
.Pink {
		color: 		#c20e50;
		}
		
.BigRed {
		color: 			#94003A;
		font-size:		14px;
		margin-bottom:	15px;
		}
		
.DarkPink {
		color: 		#94003A;
		}
		
.Brown {
		color: 		#704e2f; 
		}

.Beige {
		color: 		#e3cfae; 
		}
		


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

.Logo {
	position:			relative;
	width:				980px;
	height:				75px;
	padding-bottom: 	10px;
	z-imdex:			1;
	}		
#MenuContainer {
	position:			relative;
	width:				980px;
	height:				27px;
	margin:				0 auto;
	padding: 			0;
	margin-top:			5px;
	margin-bottom:		8px;
	text-align:			right;	
	z-imdex:			1;
	}	
	
.InfoMenu {
	margin: 			0;	
	padding: 			0;
	width:				980px;
	height:				27px;
	z-imdex:			2;
	}
	
.InfoMenu li{
	list-style-position: inside;
	display: 			inline;
	font-size: 			11px;
	float:				left;
	padding-top:		8px;
	padding-right: 		0px;
	padding-left: 		18px;
	text-decoration: 	none;
	text-transform:		uppercase;
	}
	
.InfoMenu li a,
.InfoMenu li a:link,
.InfoMenu li a:visited{
	color:				#704e2f;

	}


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

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

#SubMenuContainer {
	position:			relative;
	width:				980px;
	height:				16px;
	margin:				0 auto;
	padding: 			0;
	margin-top:			5px;
	margin-bottom:		3px;
	text-align:			left;
	border-bottom:		1px dashed #bca281;
	}	
	
.SubMenu {
	margin: 			0;
	margin-top:			20px;
	padding: 			0;
	width:				980px;
	height:				16px;
	}
	
.SubMenu li{
	list-style-position: inside;
	display: 			inline;
	}
	
.SubMenu li a,
.SubMenu li a:link,
.SubMenu li a:visited {
	line-height: 		120%;
	font-size: 			10px;
	float:				left;
	padding-right: 		20px;
	text-decoration: 	none;
	text-transform:		uppercase;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	}
	
.SubMenu li a:active,
.SubMenu li a:hover {
	color: 				#c20e50;
	}

#SubMenuOn a{
	color: 				#c20e50;
	}







/*	--------------------------------------	*/
/* 	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 #c20e50;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:#704e2f}


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



	
/* Welcome.php template   */
.FrontImageHeader {
	position: 			relative;
	float:				left;
	top:				-29px;
	left:				0px;
	width:				230px;
	height:				21px;
	text-align:			center;
	text-transform:		uppercase;
	text-decoration: 	none;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size:			13px;
	font-weight:		normal;
	padding-top:		8px;
	color: 				#ffffff;
	line-height: 		110%;
	background-color:	#c20e50;
	filter:				alpha(opacity=80);
	opacity:			0.80;
}


.FrontImageHeader a,
.FrontImageHeader a:link,
.FrontImageHeader a:visited{
	color: 				#ffffff;
	text-decoration: 	none; 
	}


.FrontImageHeader a:active,
.FrontImageHeader a:hover{
	color: 				#000000;
	text-decoration: 	none; 
	}	




.WelcomeBoxes {
	width:				980px;
	height:				160px;
	position:			relative;
	float:				left;
	display:			inline;
	
	}
.ImgButton {
	position: 			relative;
	z-index:			0;	
	background-color:	#ffffff;
}
.FadeOut {
	position: 			absolute;
	background-color:	#ffffff;
	filter:				alpha(opacity=0);
	opacity:			0.0;
	width:				240px;
	height:				160px;
	z-index:			1;

}	
.WelcomeBoxes li{
	list-style-position: inside;
	display: 			inline;
	font-size: 			13px;
	float:				left;
	margin-right:		13px;
	text-decoration: 	none;
	width:				240px;
	height:				160px;
	/* height:				200px;when box on and open so can read text and also remove overflow hidden.*/
	}
	
.WelcomeBoxes li a,
.WelcomeBoxes li a:link,
.WelcomeBoxes li a:visited{
	color:				#ffffff;

	}


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

.BoxHeader {
	background-color:	#704e2f;
	z-index:			1;
	filter:				alpha(opacity=80);
	opacity:			0.80;
	width:				220px;
	height:				17px;	
	overflow:			hidden;
	/*height:			17px;	when box off and closed  and also remove overflow hidden.*/
	/*height:			60px;	when box on and open so can read text and also remove overflow hidden.*/
	padding:			5px;
	padding-left:		10px;
	padding-right:		10px;
	position:			relative;
	top:				-27px;
}


.BoxHeader p {
	color:				#ffffff;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			10px;
	line-height:		120%;
	text-align:			left;
	margin:				0;
	}

.BoxHeader h3 {
	color:				#ffffff;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			13px;
	text-align:			left;
	text-transform:		uppercase;
	margin:				0;
	margin-bottom:		10px;
	padding: 			0;
	font-weight:		bold;
	}
	
.RedBoxSm {
	background-color:	#a53a4e;
	padding:			5px;
	height:				65px;
}


.RedBoxSm p {
	color:				#ffffff;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			10px;
	line-height:		120%;
	text-align:			left;
	margin:				0;
	padding:			5px;
	text-align:			justify;
	}
	
.RedBoxSm a,
.RedBoxSm a:link,
.RedBoxSm a:visited{
	color: 				#ffffff;
	text-decoration: 	none; 
	}


.RedBoxSm a:active,
.RedBoxSm a:hover{
	color: 				#000000;
	text-decoration: 	none; 
	}
	
	
.BrownBoxSm {
	background-color:	#846145;
	padding:			5px;
	height:				65px;
}


.BrownBoxSm p {
	color:				#ffffff;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			10px;
	line-height:		120%;
	text-align:			left;
	margin:				0;
	padding:			5px;
	text-align:			justify;
	}

.BrownBoxSm a,
.BrownBoxSm a:link,
.BrownBoxSm a:visited{
	color: 				#ffffff;
	text-decoration: 	none; 
	}


.BrownBoxSm a:active,
.BrownBoxSm a:hover{
	color: 				#000000;
	text-decoration: 	none; 
	}

	
	
/* Text.php & other templates   */
.TextArea p {
	position:			relative;
	padding-right:		20px;
	text-align:			justify;
	}	


.BrownImageHeader {
	position: 			relative;
	float:				left;
	top:				-29px;
	left:				0px;
	width:				230px;
	height:				21px;
	text-align:			center;
	text-transform:		uppercase;
	text-decoration: 	none;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size:			13px;
	font-weight:		normal;
	padding-top:		8px;
	color: 				#ffffff;
	line-height: 		110%;
	background-color:	#704e2f;
	filter:				alpha(opacity=80);
	opacity:			0.80;
}


.BrownImageHeader a,
.BrownImageHeader a:link,
.BrownImageHeader a:visited{
	color: 				#ffffff;
	text-decoration: 	none; 
	}


.BrownImageHeader a:active,
.BrownImageHeader a:hover{
	color: 				#000000;
	text-decoration: 	none; 
	}	
	
/* Products.htm cat text  */
.CatText {
	position:			relative;
	padding-bottom:		10px;
	font-size:			13px;
	line-height:		120%;
	text-align:			justify;
	color:				#94003A;
	}	




/* Media.php card  */
	
.Press {
	position:			relative;
	width:				650px;
	min-height:			400px;
	margin:				0 auto;
	padding: 			0;	
	}	

.Press li{
	list-style-position: inside;
	display: 			inline;
	width:				146px;
	font-size: 			11px;
	float:				left;
	margin-right: 		15px;
	text-decoration: 	none;
	}

.NewsPic {
	width:				146px;
	float:				left;
	display:			inline;
	height:				210px;
	}

.NewsCard {
	float:				left;
	display:			block;
	margin-bottom:		20px;
	padding-bottom:		20px;
	border-bottom:		1px solid #fad4e5;
	}












	
	





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

#CompAreaBox {
	border-bottom:		5px solid #121212;
	background-color:				#704e2f;
	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:				#704e2f;
	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:				#704e2f;
	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: 			#c20e50;
	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:				#704e2f;
	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:				#704e2f;
	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:				#704e2f;
	}
	
	


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


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

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


#SmCard {
	position: 		relative;
	margin:			0px;
	padding:		0px;
	width:			230px;
	height:			230px;
	margin-bottom:	30px;
	}

.SmProdName {
	text-decoration: 	none;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size:			12px;
	color: 				#ffffff;
	line-height: 		110%;
	}
	
.SmProdName:hover {
	color: 				#c20e50;
	text-decoration: 	none;
	}
	
.SmProdCell {
	position: 			relative;
	float:				left;
	top:				-39px;
	left:				0px;
	width:				230px;
	height:				35px;
	text-align:			center;
	text-transform:		capitalize;
	text-decoration: 	none;
	font-weight:		bold;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size:			12px;
	padding-top:		4px;
	color: 				#ffffff;
	line-height: 		110%;
	background-color:	#e3cfae;
	filter:				alpha(opacity=80);
	opacity:			0.80;
}


/*.SmProdPrice {  not used in this site 
	text-decoration: 	none;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;	
	font-size: 			10px;
	color: 				#704e2f;
	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: 				#704e2f;
	border-bottom: 		2px solid #bca281;
	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:				230px;
	height:				230px;
	padding:			0px;
	}

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










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

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

.LgProdBackNav{ /* back / next container */ 
	padding:     		4px;
	width:				398px;
	height:				16px;
	margin:				0;
	margin-bottom:		4px;
	text-align:			center;
	font-size:			11px;
	color:				#704e2f;
	text-transform:		uppercase;
	/*border:				1px dashed #bca281;*/
	}

.LgProdName h2{
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size:			17px;
	color: 				#ffffff;
	padding:			4px;
	padding-left:		10px;
	height:				26px;
	font-weight:		normal;
	line-height: 		100%;
	text-align:			left;
	/*border-top:			1px solid #bca281;
	border-bottom:		1px solid #bca281;*/
	width:				540px;
	background-color:	#86664a;
	}	
	
.LgCardPic { /* image container on large card */
	position:			relative;
	width:				400px;
	height:				590px;
	padding: 			2px;
	color:				#704e2f;
	text-align:			center;
	/*border:				1px dashed #bca281;*/
	}


.LgProdInfo { /* lg card text area container */ 
	width:				560px;
	min-height:			300px;
	position:			relative;
	}
	

	
/*h4 { lg card product id NOT USED 
	color: 			#704e2f;
	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: 			#704e2f;
	line-height: 	140%;
	padding: 		10px;
	/*border-left:	1px dashed #bca281;
	border-right:	1px dashed #bca281;*/
	width:			532px;
	min-height:		200px;
	}

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

}

/* 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: 				#704e2f;
	line-height: 		160%;
	width: 				120px;
	font-weight:		bold;
}

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

/* For the variations description cell  */
.varDesc { 
	font-family: 		Verdana, Arial, Helvetica, sans-serif;	
	font-size: 			11px;
	color: 				#704e2f;
	padding-left: 	 	5px;
}
.Surounding {
	text-decoration: 	none;
	text-transform:		uppercase;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;	
	font-size: 			13px;
	color: 				#704e2f;
	/*border:				1px dashed #bca281; */
	height:				115px;
	padding:			10px;
	color:				#704e2f;
	text-align:			left;
	margin-top:			10px;
}	

.RedBox {
	position:			relative;
	padding:			10px;
	margin:				0;
	margin-top:			10px;
	height:				120px;
	text-align:			left;
	width:				534px;
	background-color:	#a73d52;
	}	
	
.RedBox p { /* text area text */
		font-family: 	Verdana, Arial, Helvetica, sans-serif;
		font-size:		10px;
		line-height:	120%;
		color: 			#ffffff;
		margin-top:		6px;
	}

	

.RedBox a,
.RedBox a:link,
.RedBox a:visited{
	color: 				#ffffff;
	text-decoration: 	none; 
	}


.RedBox a:active,
.RedBox a:hover{
	color: 				#000000;
	text-decoration: 	none; 
	}	
	
/*	--------------------------------------	*/
/* 	PRODUCT MENU                         	*/

/*  product menu styles */

#ProductCategoriesContainer {
	position:			relative;
	width:				980px;
	margin:				0 auto;
	padding: 			0;
	margin-top:			5px;
	margin-bottom:		3px;
	text-align:			left;
	}	
	
/*  main ul class */
.ProductCategories  {
	margin: 			0;
	margin-top:			10px;
	padding: 			0;
	width:				980px;
	}

	
.ProductCategories li{
	list-style:				none;
	list-style-position: 	inside;
	display: 				inline;
	}
	
.ProductCategories li a,
.ProductCategories li a:link,
.ProductCategories li a:visited {
	margin-bottom:		8px;
	margin-right: 		20px;
	line-height: 		120%;
	font-size: 			10px;
	float:				left;
	text-decoration: 	none;
	text-transform:		uppercase;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	}
	
.ProductCategories li a:active,
.ProductCategories li a:hover {
	color: 				#c20e50;
	}

#ProductCategoriesOn a{
	color: 				#c20e50;
	}


/*  prod menu other cats without subs style li override class 
.MenuCellOther li{
	list-style:				none;
	list-style-position: 	inside;
	display: 				inline;
	margin-bottom:			10px;
	margin-right: 			20px;
	}
	
.MenuCellOther li a,
.MenuCellOther li a:link,
.MenuCellOther a:visited {
	line-height: 		120%;
	height:				16px;
	font-size: 			10px;
	float:				left;
	text-decoration: 	none;
	text-transform:		uppercase;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	}
	
.MenuCellOther li a:active,
.MenuCellOther li a:hover {
	color: 				#c20e50;
	}
	*/
	
/*  prod menu sub cats style li override class  
.MenuCellSub li{
	list-style:				none;
	list-style-position: 	inside;
	display: 				inline;
	margin-bottom:			10px;
	margin-right: 			20px;
	}
	
.MenuCellSub li a,
.MenuCellSub li a:link,
.MenuCellSub a:visited {
	line-height: 		120%;
	height:				16px;
	font-size: 			10px;
	float:				left;
	text-decoration: 	none;
	text-transform:		uppercase;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	}
	
.MenuCellSub li a:active,
.MenuCellSub li a:hover {
	color: 				#c20e50;
	}
*/
/*  prod menu selected style  li override class */
.MenuCellSelected li{
	list-style:				none;
	list-style-position: 	inside;
	display: 				inline;
	margin-bottom:			10px;
	margin-right: 			20px;
	line-height: 		120%;
	height:				16px;
	font-size: 			10px;
	float:				left;
	text-decoration: 	none;
	color: 				#c20e50;
	text-transform:		uppercase;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	}

	
.MenuCellSelected a {
	color: 				#c20e50;
	}




/*	--------------------------------------	*/
/* 	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: 				#704e2f;
	border: 			1px  solid  #bca281 ; 
	background-color: 	#FFFFFF;
	
}
.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: 	#c20e50;
	border-bottom: 		1px  solid  #bca281 ;
	border-right: 		1px  solid  #bca281 ; 

}

.OrderText {
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	padding: 			3px;
	border-bottom: 		1px  solid  #bca281 ;
}
.OrderSubmit {
	height: 			30px;
	white-space:		nowrap;
	padding-left: 		3px;
	padding-right: 		3px;
}

/* navigation bar for ezycat product systems with sub cats */

.NavCell {
	margin:				0;
	padding: 			0;
	padding-top:		15px;
	width:				980px;
	padding-bottom:		1px;
	border-bottom:		1px dashed #bca281;
	width:				980px;
	margin-bottom:		4px;
}

.NavBar {
	color:				#94003A;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			17px;
	text-align:			left;
	text-transform: 	capitalize;
	margin:				0;
	padding: 			0;
	font-weight:		normal;
	text-decoration:	none;
}

.NavBarOn {
	color:				#c20e50;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			17px;
	text-align:			left;
	text-transform: 	capitalize;
	margin:				0;
	padding: 			0;
	font-weight:		normal;
	text-decoration:	none;
}
	

.NavBar a,
.NavBar a:link,
.NavBar a:visited{
	color: 				#94003A;
	text-decoration: 	none; 
	}


.NavBar a:active,
.NavBar a:hover{
	color: 				#c20e50;
	text-decoration: 	none; 
	}
	
