@charset "UTF-8";
/* CSS Document */


* {
	margin: 0;
}
html, body {
	height: 100%;
	font-family: georgia;
	line-height: 18px;
	font-size:12px;
	color: #5a1d0e;
	background-image: url('../images/background.jpg');
	background-repeat: no-repeat;
	background-position:center;
	background-position:top;
}
.container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -80px; /* the bottom margin is the negative value of the footer's height */
	background-color: #FFF;
}
.five_spice {
	position: relative;
	left: 0px;
	height: 147px;
	width: 320px;
}
.asian {
	position: relative;
	min-height: 100%;
	height: auto;
	height: 100%;
	width: 555px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12.5px;
	line-height: 20px;
	z-index: 1080;
	margin: 28px 0px 48px 348px;		
}


.index_box {
	position: relative;
	min-height: 100%;
	height: auto;
	height: 100%;
	width: 920px;


	margin: 28px 0px 375px 0px;
	
}

.lemongrass {
	position: absolute;
	right: 25px;
	width: 600px;
	height: 48px;
	top: 10px;
	background-image: url(../images/top_band.gif);
	background-repeat: repeat-x;
}

.daikon {
	position:absolute;
	width:920px;
	top: 140px;
	left: 20px;
	font-weight:bold;
	border-bottom:1px solid #3c1a12;
	height: 5px;
}
.mint {
	position: absolute;
	left: 20px;
	top: 180px;
	width: 250px;
	padding:16px;
	border:8px solid #e7e0da;


}
.garlic-noodles {
	position: absolute;
	left: 125px;
	width: 590px;
	height: 60px;
	top: 10px;

	background-image: url(../images/footer_bar.png);
}

.basil {
	position:relative;
	width:923px;
	left: 20px;
	font-weight:bold;
	border-bottom:1px solid #3c1a12;
	height: 2px;
}

#navigation {
	position:absolute;
	padding:0px;
	left:346px;
	top:93px;
	color:#333;
	font-family: "Times New Roman", "Georgia", serif;
	text-transform:uppercase;
	font-size: 11px;
	letter-spacing: .3em;
	width: 621px;
	height: 55px;
	z-index:1280;
}
body#Overview a#overview, 
body#OurStory a#ourstory, 
body#Events a#ourevents, 
body#Wecare a#wcare, 
body#GettingStarted a#getstarted, 
body#Contactus a#contactus 
{
	color: #F0F0F0;
	background-image: url(../images/highlighted_button.gif);	
	background-repeat: repeat-x;
	font-weight: bold;
	letter-spacing: 0.1em;
}


.footer, .push {
	height: 80px; /* .push must be the same height as .footer */
}
.footer {
	position: relative;
	left: 0px;
	width: 968px;
	margin: 0 auto 0;
		border-top:1px solid #ece7e5;

	background: url(../images/footer.gif) 

}

iframe, p, tt, ul, li{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
