/* ================= asian concepts stylesheet =================*/
@import url("subnav.css");
/* ================= main elements =================*/


#home { /* body container */
	width:777px;
	position:relative;
	height:100%;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size:2em;
	font-weight:bold;
	color:#aaa;
	margin:0;
	padding:0;
	
}

p {
	font-family:"Times New Roman", Times, serif;
	font-size:1.2em;
}


/* ================= classes/ID =================*/

#content { /* main body copy */
	position:absolute;
	left:117px;
	top:240px;
	width:450px;
	margin:0;
	padding:12px 24px 8px 0;
}

#content_home {
	position:absolute;
	left:100px;
	top:180px;
	width:450px;
	margin:0;
	padding:12px 24px 8px 0;
	overflow: scroll;
	height: 223px;
}

#content_restaurants { /* restaurant body copy */
	position:absolute;
	left:115px;
	top:228px;
	width:440px;
	margin:0;
	padding:0;
}

.header { /* home & default header */
	position:absolute;
	left:117px;
	top:76px;
	width:660px;
	height:144px;
	margin:0;
	padding:0;
}

#inner { /* inner page content */
	position:absolute;
	left:0px;
	top:
}

#logo { /* restaurant headers */
	position:absolute;
	left:117px;
	top:76px;
	width:660px;
	height:144px;
	margin:0;
	padding:0;
}


.header_restaurants { /* restaurant top headers */
	position:relative;
	top:0;
	left:0;
	width:777px;
	height:76px;
	margin:0;
	padding:0;
}


/* ================ nav =================*/

#nav { /* navigation container */
	position:relative;
	top:5px;
	left:0;
	margin:0;
	width:90px;
	height:150px;
}

#nav ul { /* main navigation */
	margin-left: 0;
	padding-left: 5px;
	list-style-type: none;
	font-family:"Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	font-size:.65em;
}

#nav a {
	display: block;
	padding: 3px;
	width: 90px;
	background-color: #fff;
	border-bottom: 1px solid #efefef;
	text-decoration:none;
}

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

#nav a:hover {
	background-color: #cdcdcd;
	color: #fff;
}

/* ================= typography ================= */

.copy { /* main body text */
	font-family: "Times New Roman", Times, serif;
	font-size:.9em;
	line-height:24px;
	margin:12px 0 0 0;
	padding:0 24px 0 24px;
	color:#333;
}

.copy a:link, .copy a:visited { /* main body text links */
	color:#888;
	text-decoration:none;
}

.copy a:hover {
	color:#333;
	text-decoration:underline;
}

.copystart {
	font-family: "Times New Roman", Times, serif;
	font-weight:bolder;
	font-size:1.2em;
	font-variant:small-caps;
	line-height:24px;
	margin:0;
	padding:0;
	color:#777;
}

.home {
	line-height:20px;
	color:#333;
}

.label {
	font-family: Verdana;
	font-size: 9px;
}

.subnav {
	margin-left: 0;
	padding-left: 5px;
	list-style-type: none;
	font-family:"Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	font-size:.65em;
}
a.hyper2:link {
	color: #000000;
	text-decoration: none;
	}
a.hyper2:visited {
	text-decoration: none;
	color: #000000;
	}
a.hyper2:hover {
	text-decoration: none;
	color: #666666;
	}
a.hyper2:active {
	text-decoration: none;
	color: #000000;
	}
