/*CSS Document*/

/*****************************************************************************
PEKING Chinese Chain of Restaurants

*****************************************************************************

					P a g e   D e s c r i p t i o n

Name			:	css/default.css	
										
*****************************************************************************/


/****************************************************************************

C O L O U R   R E F E R E N C E
 
 #C79358 = GOLD - Right Column
 #EEE4CE = Navigation background
 #666666 = Light grey text
 #333333 = Dark grey text
 #C0A86D = Footer background

*******************************************************************/


	

/******************************************************************************

  L I N K S 

******************************************************************************/	


	/*******************************
	* TOP NAVIGATION LINKS
	********************************/
	a.topNavLnk  {
			font-family: Arial, Helvetica, sans-serif;
			color : #CC0000; 
			text-decoration : none; 
			font-size: 10px; 
			font-weight : normal;
		}
		a:visited.topNavLnk  {
			font-family: Arial, Helvetica, sans-serif;
			color : #CC0000; 
			text-decoration : none; 
			font-size: 10px; 
			font-weight : normal;
		}
		a:hover.topNavLnk  {
			font-family: Arial, Helvetica, sans-serif;
			color : #333333; 
			text-decoration : none; 
			font-size: 10px; 
			font-weight : normal;
		}
		a:active.topNavLnk  {
			font-family: Arial, Helvetica, sans-serif;
			color : #CC0000; 
			text-decoration : none; 
			font-size: 10px; 
			font-weight : normal;
	  }

	  	/*******************************
	* BODY LINKS
	********************************/
	a.bodylink  {
			font-family: Arial, Helvetica, sans-serif;
			color : #CC0000; 
			text-decoration : none; 
			font-size: 10px; 
			font-weight : bold;
		}
		a:visited.bodylink  {
			font-family: Arial, Helvetica, sans-serif;
			color : #C0A86D; 
			text-decoration : none; 
			font-size: 10px; 
			font-weight : bold;
		}
		a:hover.bodylink  {
			font-family: Arial, Helvetica, sans-serif;
			color : #333333; 
			text-decoration : underline; 
			font-size: 10px; 
			font-weight : bold;
		}
		a:active.bodylink  {
			font-family: Arial, Helvetica, sans-serif;
			color : #666666; 
			text-decoration : none; 
			font-size: 10px; 
			font-weight : bold;
	  }
/******************************************************************************

  T E X T   A N D   M E S S A G E S

******************************************************************************/	

		
	/*******************************
	* Text
	********************************/
		/*for bold body text headings*/
		.boldheading  {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			color:#C58A50;
			font-weight: bold;		
		}
		.boldred  {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			color:#CC0000;
			font-weight: bold;		
		}
		.bodytext  {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			color:#000000;
			font-weight: normal;		
		}
		.smallbodytext  {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 10px;
			color:#000000;
			font-weight: normal;		
		}
		.smallheadings  {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 9px;
			color:#CC0000;
			font-weight: bold;		
		}
		/*red text*/
		.redtext  {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			color:#CC0000;
			font-weight: bold;		
		}
		.blackbold  {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			color:#000000;
			font-weight: bold;		
		}
		/*for Branches page*/
			.branchhead  {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			color:#FF0000;
			font-weight: bold;		
		}
			.branchtext  {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 10px;
			color:#000000;
			font-weight: normal;		
		}
		/*for table headings */
		.headingText  {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			color:#333333;
			font-weight: bold;		
		}
		/*for form field titles*/
		.fldTitleText  {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			color:#333333;
			font-weight: normal;		
		}
		/*for top srch form field titles*/
		.topSrchfldTitleText  {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			color:#333333;
			font-weight: bold;		
		}

		/*green text*/
		.greentext  {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			color:#3C4F20;
			font-weight: bold;		
		}
/******************************************************************************

  F O O T E R 

******************************************************************************/			
			
		/*footer text on all pages*/
		.footerText  {
			background-color: #C0A86D;
			font-size: 10px;
			color:#FFFFFF;
			font-weight: normal;		
		}

