@charset "utf-8";
/*
Restaurant Ah Koong Sdn. Bhd | www.ahkoong.com
v.0.1a, version date: 23 Dec 2009.

Cobweb Sdn Bhd <http://www.cobweb.com.my/>
Designer : Bryan Ngiam <mailto:bryan_ck@hotmail.com>
Thanks for looking at my source codes!! 
*/

* {	margin: 0; padding: 0; }
img, div { behavior: url("styles/iepngfix.htc"); }
img { border: 0; }

html 	{
	height: 100%;
	}
		
body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	*font-size: 12px;
	line-height: 1.5;
	color: #444;
	text-align: center;
	}
	
h1 { font-size: 2em; }
h2 { font-size: 1.833em; }	
h3 { font-size: 1.5em; }	
h4 { font-size: 1.25em; }	
h5 { font-size: 1.917em; }
h6 { font-size: 0.833em; }		

a:link, a:active, a:visited {	color: #aa0022;	text-decoration: none; }	
a:hover {	color: #000;	text-decoration: underline;	}
p { padding: 5px 0 10px; }

.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.border { border: 8px solid #FFFFFF; margin: 0 12px 5px 0; }

/* ================================================== */
#wrapper {
	width: 880px;
	margin: 0 auto;
	text-align: left;
	}

#header {
	width: 880px;
	margin: 0 auto;
	padding-top: 10px;
	}
	
#logo {
	background: url(../images/logo.png) no-repeat 0 0;
	width: 200px;
	height: 120px;
	}
	
#logo a {
	display: block;
	width: 200px;
	height: 120px;
	}
	
/* ================================================== */

#nava {
	position: relative; 
	width: 660px;
	margin-top: 80px;
	}

#nava ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;	
	font-weight: bold;
	line-height: 1.8;
	list-style: none;
	display: inline;
	position: absolute; 
	top: 0;
	right: 0;
	z-index: 100;
	}

#nava a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 0 2px;
	}
	
#nava ul li {	
	margin: 0 10px; 
	float: left;
	}
	
#nava #box {
	position: absolute; 
	left: 0; 
	top: 0; 
	z-index: 50;
	background: url(../images/tail.gif) no-repeat right center; 
	padding-right: 8px;
	margin-left: -10px;
	}

#nava #box .head {
	background: url(../images/head.gif) no-repeat 0 0; 
	height: 28px;
	padding-left: 10px;
	}


/* ================================================== */

.text h2 {
	font: bold 2em Tahoma, Geneva, sans-serif;
	color: #f0eee2; 
	padding: 30px 0 0 0; 
	text-align: center;
	}

/* ================================================== */
.gallery {
	width: 780px;
	height: 350px;
	margin: 0 auto;
	}

#slider {
	list-style: none;
	}

#slider ul, #slider li {
	width: 780px;
	height: 350px;
	overflow: hidden;
	list-style: none;
	margin: 0 auto;
	}

#prevBtn, #nextBtn, #prevBtn a, #nextBtn a { display: block; width: 28px; height: 28px; }

#prevBtn {
	overflow: hidden;
	position: absolute;
	left: -45px !important;
	top: -200px;
	}
	
#nextBtn {
	overflow: hidden;
	position: absolute;
	left: 795px !important;
	top: -200px; }
	
#prevBtn a {
	background: url(../images/arrow_l.png) no-repeat 0 0;
	}
	
#nextBtn a {
	background: url(../images/arrow_r.png) no-repeat 0 0;
	}
	
p#controls {
	position: relative;
	}
	
	*html #prevBtn, *html #nextBtn {
	top: -210px;
	}
	
*html #prevBtn a {
	background: url(../images/arrow_l.gif) no-repeat 0 0;
	}
	
*html #nextBtn a {
	background: url(../images/arrow_r.gif) no-repeat 0 0;
	}

/* ================================================== */

#containedbox {
	padding: 0 20px;
	}
	
#containedbox h2 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	border-bottom: 1px #d7d7d7 solid;
	line-height: 2;
	margin-bottom: 10px;
	}
	
#containedbox .product img {
	border: 1px solid #ccc;
	}

#containedbox table.form {
	margin: 0 0;
	font-weight: bold;
	}

#containedbox .form td {
	padding: 3px;
	}

#containedbox .form td input, #containedbox .form td textarea {
	font: normal 12px Arial, Helvetica, sans-serif;
	padding: 2px;
	border: 1px #ccc solid;
	color: #444;
	}
	
#stName, #stCompanyName, #stState, #stCountry, #stPhone, #stHP, #stFax, #stEmail	{
	width: 140px;
	}

#stAddress, #stbMessage {
	width: 395px;
	}
	
#containedbox .form td #radio {
	width: auto;
	border: 0;
	}
	
#containedbox .form td #submit {
	width: auto;
	border: 0;
	padding: 2px 10px;
	background-color: #4b7521;
	cursor: pointer;
	color: #FFFFFF;
	}
	
	
/* ================================================== */
	
#footer {
	font-size: 0.9em;
	text-align: center;
	padding: 20px;
	border-top: 1px #d7d7d7 solid;
	margin: 20px auto 0;
	}
	
#footer ul {
	list-style-type: none;
	margin: 10px 0 0 0;
	overflow: hidden;
	}
	
#footer li {
	background: url(../images/img-line.gif) no-repeat left top;
	display: inline;
	margin: 0 2px 0 -2px;
	padding: 0 2px 0 5px;
	}
	
#footer li a:link, #footer li a:visited {
	font-size: 1.2em;
	padding: 0 8px;
	}
	
#footer .first {
	background: none;
	}
