body {
	font: Arial, Verdana, Helvetica, sans-serif;
	font-size:14px;
	font-weight:200;
	color:#009900;
	margin: 0;
	padding: 0;
	z-index: 0;
}

/* Left and Right Border Styling (flowers) */
.border {
	width: 23px;
	height:100%;
	background-image:url(images/Inner_border.gif);
	background-repeat:repeat-y;
	position: absolute;
	margin: 0px;
	top: 0px;
	vertical-align:top
}

.centerall {
	margin: 0px auto 0px auto;
}

/* -------------------------- */

.header {
	text-align:center;
	z-index: 1;
	vertical-align:top;
	margin: 0;
	padding: 0;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color:#CC0000;
	/* text-decoration: underline; */
}	

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color:#FF3300;
	text-align: right;
	margin: 0px;
	line-height: 1.2em;
}	


b {
	color:#FF6600;
	font-size: 16px;
}

p {
	line-height: 1.1em;
}

table {
	background-color:white;
}

img {
	margin: 0;
	padding: 0;
	z-index: 0;
}

/* -------------------------- */
/* Business Hours for the restaurant styling */
.Hours {
	position: relative;
	left: 250px;
	width: 230px;
	top: 0px;
	font-size: 12px;
	text-align: right;
	margin-top: -55px;
}

.Hours b {
	font-weight: 400;
	color:#006600;
	font-size: 13px;
}

/* -------------------------- */
/* Business Address */
.Address {
	position: relative;
	left: -310px;
	margin-top: -60px;
	font-size: 12px;
	text-align: center;
}

.Address a {
	text-decoration:none;
	color: #009900;
}
/* -------------------------- */
/* First Row positioning */
.FirstRow {
	font-size: 14px;
	position: relative;
	top: 0px;
	z-index: 0;
       /* border: 2px solid turquoise; */
}

/* -------------------------- */	

/* Daily Special Picture and Text */
.DailySpecial {
	font-size: 14px;
	width: 200px;
	height: 196px;
	float: left;
	z-index: 0;
	margin: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	position: relative;
	top: 0px;
	/* border: 2px solid red; */
	
}

.DailySpecialPic {
	background-image:url(images/DailySpecialFlower.gif);
	text-align:left;
	height:196px;
	width:200px;
	z-index:0;
}

.DailySpecialtext {
	text-align:center;
	height: 100px;
	width: 118px;
	overflow:Hidden;
	position:relative;
	z-index: 1;
	top: 95px;
	left: 77px;
		
}
/* -------------------------- */

/* Combo Dinner Styling */
.ComboWtitle {
	float: left;
	text-align: center;
	position: relative;
	top: 0px;
	left: 0px;
	margin: 20px 0px 9px 13px;
	
	/* border: 2px solid blue; */
}

.ComboWtitle h2 {
	text-align: center;
	position: relative;
	top: 0px;
	margin: 0px;	
	/*    border: 2px solid transparent; */
}

.ComboWtitle h3 {
	text-align: center;
	margin-bottom: 9px;
}


.ComboDinners {
	float: left;
	/*border: 2px solid red; */
	padding: 0px;
	margin: 0px -3px;
	text-align: center;
	width: 130px;
	height: 120px;
}

.ComboDinners p {
	margin: 0px;
	margin-top: 5px;
	padding: 0;
}

/* -------------------------- */

/* Lunch Column positioning */
.LunchCol {
	float: left; 
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 0;
	margin-top: 10px;
	padding: 0px;
    width: 190px;
	/*border: 2px solid purple; */
}

/* all section headings */
.LunchCol h2 {
	text-align: center;
	margin: 3px 0 3px 0;
	padding: 0;
	line-height: 1em;
}

.LunchCol h3 {
	font-size: 12px;
	text-align: right;
	text-indent: .9em;
	margin: 0 0 8px 0;
}	

.LunchCol ol {
	color:#FF6600;
	font-size: 14px;
	
}

.LunchCol p {
	color: #009900;
	padding: 0;
	margin: 0;
	line-height: 1.3em;
}

.LunchCol hr {
	text-align: center;
	color: red;
}


/* -------------------------- */

/* Lunch Specials Styling */
.LunchSpecialsWtitle {
	position: relative;
	top: 0px;
	left: 0px;
	width: 190px;
	padding: 5px;
	border-right: 2px solid red;
	line-height: 1.1em;
}

.LunchSpecials {
	padding: 0px;
	margin: 0px;
	text-align: left;
	width: 190px;
}

.DinnerSpecials {
	padding: 0px;
	margin: 0px;
	text-align: left;
	width: 190px;
}

.DinnerSpecials b {
	font-weight: 200;
}

.DinnerSpecials p {
	text-indent: 1.3em;
}
/* -------------------------- */

/* Second Row positioning */
.SecondRow {
	float: left;
	font-size: 14px;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 0;
	margin-top: 0px;
	margin-left: 16px;
	margin-bottom: 20px;
	padding: 0px;
       /* border: 2px solid orange; */
}

/* all section headings */
.SecondRow h2 {
	text-align: center;
	position: relative;
	top: 0px;
	margin-bottom: 3px;	
}

.SecondRow h3 {
	text-align: center;
	margin-bottom: 9px;
}

/* -------------------------- */

/*Family Dinner Styling */
.FamilyWtitle {
	text-align: center;
	position: relative;
	top: 0px;
	left: 0px;

}

.FamilyDinners {
	float: left;
       /* border: 2px solid green; */
	padding: 0px;
	margin: 0px -3px;
	text-align: center;
	width: 130px;
	height: 120px;
}

.FamilyDinners p {
	margin: 0px;
	margin-top: 5px;
	padding: 0;
}

/* -------------------------- */
/* The Main position element of the "Other Menu Items" Section. 
	This menu includes: Appetizers, Soups and Salads, FR/CM/CS/EFY,
						Sweet & Sour, CW Specials, Hot and Spicy Dishes.
						*/
.OtherMenuItems {
	float: left;
	position: relative;
	top: 0px;
	border: 3px solid green;
	margin: -15px 0px 0px 10px;
	padding: 0px;
	width: 533px;
}

.OtherMenuItems h2 {
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 0px;

}

.OtherMenuItems p {
	line-height: 1.25em;
	font-size: 12px;
	margin: 0px 12px 0px 0px;

}

/* -------------------------- */
/* 3rd Row:  Appetizers and H&S Dishes. */
.ThirdRow {
	float: left;
	border: 2px solid red;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 30px 0px;

}


/* -------------------------- */
/* Styling for the Appetizers Menu. */
.AppetizersWtitle {
	float: left;
	position: relative;
	left: 40px;
	border: 2px solid blue;
	padding: 0px;
	margin: 0px  5px 0px 0px;
}



.Appetizers {
	float: left;
	text-align: left;
	margin: 0px;
	
}

/* -------------------------- */

/* Styling for the Hot & Spicy Menu. */
.HotSpicyWtitle {
	float: left;
    position: relative;
	left: 53px;
	border: 2px solid blue;
	padding: 0px;
	margin: 0px 5px 0px 0px;
}



.HotSpicy {
	float: left;
	text-align: left;
	margin: 0px;
	
}

/* -------------------------- */
/* 4th Row:  SoupSalad and SweetSour. */
.FourthRow {
	border: 2px solid red;
	float: left;
	width: 100%;
	margin: 0px 0px 30px 0px;
}

/* -------------------------- */

/* Styling for the Soups and Salads Menu. */
.SoupSaladWtitle {
	float: left;
    position: relative;
	left: 40px;
	border: 2px solid blue;
	padding: 0px;
	margin: 0px  5px 0px 0px;
}



.SoupSalad {
	float: left;
	text-align: left;
	margin: 0px;
	
}

/* -------------------------- */

/* Styling for the Sweet & Sour Menu. */
.SweetSourWtitle {
	float: left;
    position: relative;
	left: 65px;
	border: 2px solid blue;
	padding: 0px;
	margin: 0px 5px 0px 0px;
}



.SweetSour {
	float: left;
	text-align: left;
	margin: 0px;
	
}

/* -------------------------- */
/* 5th Row:  Variety and CWSpecials. */
.FifthRow {
	border: 2px solid red;
	float: left;
	width: 100%;
	margin: 0px 0px 25px 0px;
}

/* -------------------------- */

/* Styling for the FR/CM/CS/EFY Menu. */
.VarietyWtitle {
	float: left;
    position: relative;
	left: 10px;
	border: 2px solid blue;
	padding: 0px;
	margin: 0px 5px 0px 0px;
}

.VarietyWtitle h2 {
	text-align: center;
	margin: 0px;
}
.VarietyWtitle h3 {
	text-align: center;
	margin: 3px 0px 5px 0px;
}

.Variety p {
	position:relative;
	left: 30px;
	margin-right: 10px;
}

.Variety {
	float: left;
	text-align: left;
	margin: 0px;
	
}


/* -------------------------- */

/* Styling for the China Wok Specials Menu. */
.CWSpecialsWtitle {
	float: left;
    position: relative;
	left: 15px;
    top: 14px;
	border: 2px solid blue;
	padding: 0px;
	margin: 0px 5px 0px 0px;
}



.CWSpecials {
	float: left;
	text-align: left;
	margin: 0px;
	
}

/* -------------------------- */
/* Bottom Info DIV */
.BottomInfo {
	border-top: 2px solid red;
	float: left;
	vertical-align: bottom;
	font-size: 12px;
	text-align: center;
	margin: 2% 0px 0px 53px;
	padding: 5px 70px 0px;

}

.BottomInfo b {
	font-size: 14px;
}
/* =========================================== */
/* TESTING ZONE!!!  */

.OtherMenuItems, .ThirdRow, .AppetizersWtitle,
.HotSpicyWtitle, .FourthRow, .SoupSaladWtitle, 
.SweetSourWtitle, .FifthRow, .VarietyWtitle, 
.CWSpecialsWtitle  {
	border-style:none;


