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

	

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


a:active,
a:hover{
	color: 				#E22226;
	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-image:			url(Graphics/BG.gif);
		background-position:		top center;
		background-repeat:			no-repeat;
		background-color:			#dff1f2;
	}


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

.BG {
	margin:							0 auto;
	position:						relative;
	background-image:				url(Graphics/BG-Foot.gif);
	background-position:			bottom 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;*/
	}
.BGSlice {
	margin:							0 auto;
	position:						relative;
	background-image:				url(Graphics/BGSlice.gif);
	background-position:			center;
	background-repeat:				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;*/
	}

	
.Top {
	height:			100px;
	padding: 		20px;
	padding-bottom: 0px;
	position:		relative;
	width:			980px;
  	
	
	}

	
.MainContainer {
	padding: 			20px;
	padding-right: 		0px;
	position:			relative;
	text-align:			left;
	width:				980px;
	}		
	
	


.MainArea {
	position: 			relative;
	text-align:			right;
    /*padding-bottom:	80px;    Height of the footer, for site full page layout */
	}


.ProdArea {/* no used? */
	position: 			relative;
	width:				820px;
	padding: 	 	    0px;
	margin:				0px;
	margin-left: 		20px;
	text-align:			left;	
	overflow:			auto;
}
.Foot  { /* text area text */
		font-family: 	Verdana, Arial, Helvetica, sans-serif;
		font-size:		9px;
		line-height:	140%;
		color: 			#808284;
	}
h1 { /* main text headers */
	color:				#E22226;
	position:			relative;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			15px;
	margin:				0;
	padding: 			0;
	margin-bottom:		5px;
	text-align:		   	left;
	font-weight:		normal;
	}
	
	
h2 { /* not used*/
	color: 				#000000;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			15px;
	text-align:			left;
	margin:				0;
	padding: 			0;
	padding-bottom: 	10px;
	font-weight:		normal;
	}
h1 a,
h1 a:link,
h1 a:visited{
	color: 				#E22226;
	text-decoration: 	none; 
	}


h1 a:active,
h1 a:hover{
	color: 				#000000;
	text-decoration: 	none; 
	}		
	
.Header { /* main text headers */
	color:				#E22226;
	position:			relative;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			15px;
	margin:				0;
	padding: 			0;
	margin-bottom:		5px;
	text-align:		   	left;
	font-weight:		normal;
	}
	
.Red:link {
		color: 			#E22226;
		font-size:		15px; 
		}

.Red:hover {
	color: 				#000000;
	text-decoration: 	none; 
	}	

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

	
#MenuContainer {
	position:			relative;
	width:				111px;
	margin:				0;
	padding: 			0;
	margin-top:			40px;
	text-align:			left;	
	}	
	
.InfoMenu {
	margin: 			0;	
	padding: 			0;
	width:				111px;
	}
.InfoMenu li{
	list-style-position: inside;
	display: 			block;
	width:				111px;
	font-size: 			11px;
	margin-top:			2px;
	margin-bottom:		2px;
	float:				left;
	text-decoration: 	none;
	text-transform:		uppercase;
	}
	
.InfoMenu li a,
.InfoMenu li a:link,
.InfoMenu li a:visited{
	color:				#808284;

	}


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

#InfoMenuOn a{
	color: 				#E22226;
	}
	
/*	--------------------------------------	*/
/* 	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: 				#808284;
	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:				#808284;

	}


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

#SubMenuCellOn a{
	color: 				#E22226;
	}








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


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

.FolioImage {
	position:			relative;
	width: 				800px;
	height: 			400px;
}

.FolioImage2 {
	position:			relative;
	width: 				470px;
	height: 			400px;
}



	

/* 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:#808284}


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

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

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


		




	


.TextArea {
	position:			relative;
	BOTTOM: 			0px;
	text-align:			left;
	padding-left:		20px;
	max-height:				400px;
	overflow:			auto;
	
	}	
		




/*	--------------------------------------	*/
/* 	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:				#808284;
	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:				#808284;
	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:				#808284;
	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: 			#E22226;
	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:				#808284;
	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:				#808284;
	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:				#808284;
	}
	
#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: 				#808284;
}	
.PageNumberCurrent{  
	font-size:			11px; 
	color: 				#E22226;
	text-decoration: 	none;  
	font-weight: 		bold;
}
.SmLinkOff {  
	font-size:			11px; 
	color: 				#808284;
}
.SmLinkOff:hover {  
	font-family: 	Verdana, Arial, Helvetica, sans-serif; 
	font-size:			11px; 
	font-style: 		normal; 
	color: 				#E22226; 
	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:			190px;
	height:			250px;
	}

.SmProdName {
	text-decoration: 	none;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size:			12px;
	color: 				#048179;
	line-height: 		140%;
	text-align:			left;
	text-transform:		uppercase;
	}
	
.SmProdCell a,
.SmProdCell a:link,
.SmProdCell a:visited{ 
	color: 				#048179;
	text-decoration: 	none;
	}
.SmProdCell:hover {
	color: 				#E22226;
	text-decoration: 	none;
	}
	
.SmProdCell {
	position: 			relative;
	text-decoration: 	none;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size:			15px;
	color: 				#455560;
	line-height: 		140%;
	text-align:			left;
	text-transform:		uppercase;
}
.PriceContainer {
	position:			relative;
	margin:				0px;
	padding:			0px;
	Clear:				both;
}
.SmProdPrice { 
	text-decoration: 	none;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;	
	font-size: 			10px;
	color: 				#808284;
	float:				left;
	display: 			inline;
	line-height: 		160%;
	text-align:			left;
	width:				190px;
}
/*.SmProdDesc { not used in thissite 
	text-decoration: 	none;
	font-family: 	Verdana, Arial, Helvetica, sans-serif;
	font-size: 			10px;
	color: 				#808284;
	border-bottom: 		2px solid #808284;
	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: 				#808284;
	display: 			inline;
	line-height: 		160%;
	width:				100px;
}*/
	
.Pic {
	border:				0px solid #babec1;
	}
	

/* Category card - text class */
.CatDesc {
	color: 				#455560;
	text-decoration: 	none;
	}
	
.CatDesc:hover {
	color: 				#E22226;
	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:				400px;
	text-align:			center;
	}

.Surounding {
	padding:			5px;
	position:			relative;
	width:				330px;
	text-transform:		uppercase;
	border-bottom:	1px solid #babec1;
}	


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

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


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

	}
	
h4 { /*lg card product id */ 
	color: 			#808284;
	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: 			#808284;
	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, Arial, Helvetica, sans-serif;	
	font-size: 			11px;
	color: 				#808284;
	text-transform:		uppercase;
	border-bottom:				1px solid #babec1;

}

/* 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: 				#808284;
	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: 				#808284;
	line-height: 		160%;
	padding-left: 		6px;
}

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


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

/* Cascading product menu styles */


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


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



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

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

}



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

}


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

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

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

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

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

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