/* RESET ALL BROWSER DEFAULTS */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}

/* LINE HEIGHT AND TYPOGRAPHY */
/* working with a 27 pixel grid */
/* total line height 27px, font-size 18px equivalent */
/* ems used for all vertical type measurements to keep the spacing constant, margins should be add up to the same as lineheight */

body { 
	font-size: 110%;
	font-family: Arial, Helvetica, sans-serif;
}
html>body {
	font-size: 18px;
}

.zh { /* for chinese text */
	font-family: "Arial Unicode MS", Verdana, sans-serif;
	font-weight: bold;
	color: #222;
}

p {
	font-size: 1em;
	line-height: 1.5em;
	margin: 0.75em 0;
}

h1 {
	font-size: 1.5em; /* 27px */
 	line-height: 1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0.75em 0 0.75em;
	
}

h1 {
	color: #EA5F00;
	font-size: 2em; /* 36px */
	letter-spacing: -0.03em;
 	line-height: 1em;
	font-weight: normal;
	font-family:  Arial, Helvetica, sans-serif;
	margin: 0.75em 0 0;
	clear: right;
}

h2,h3,h4,h5,h6 {
	font-size: 1.16em; /* 21px */
 	line-height: 1.285em;
	margin: 0.842em 0 0.442em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

dl,dt,dd,ul,ol,li,pre,blockquote,th,td {
	font-size: 1em;
	line-height: 1.5em;
}

#footer {
	font-size: 0.772em;
	font-weight: bold;
	text-transform: uppercase;
}

/* links */

a {
	color: #D65900;
}

a.jump-link {
	font-size: 0.777em;
}


/* navigation */
/* main navigation */
#header ul {
	height: 25px;
	float: left;
	display: inline;
	margin: 0;
}
#header ul li {
	text-align: center;
	float: left;
	display: inline;
	margin: 0 9px 0 0;
}
#header ul li a {
	font-size: 14px;
	line-height: 25px;
	color: #333;
	text-decoration: none;
	font-weight: bold;
	display: block;
	width: 100%;
	padding: 1px;
}
#header ul li a:hover, #header ul li a:active {
	background: #F3DC81;
	color: #333;
	border: 1px solid #F0D568;
	padding: 0;
}

/* widths of the links in the top navigation */
#header li#home {
	width: 60px;
}
#header li#find {
	width: 75px;
}
#header li#contact {
	width: 73px;
}
#header li#about {
	width: 85px;
}
#header li#menu {
	width: 60px;
}
#header li#catering {
	width: 80px;
}
#header li#photos {
	width: 71px;
	margin: 0;
}
#header li#lang {
	width: 51px;
	margin: 0;
}


/* footer navigation */
#copyright ul {
	display: inline;
	margin-left: 27px;
}
#copyright li {
	display: inline;
	
}

#copyright li a {
	text-decoration: none;
	color: #000;
	display: inline;
	margin-right: 15px;
}

/* layout */
html {
	height: 100%;
	margin-bottom:0.1em;
}
body {
	text-align: center;
	background: #F6E89C;
}

div#top {
	padding-top: 18px;
	background:	#FFF url(../img/page_bg.png) repeat-x top left;
}

div#wrap {
	margin: 0 auto;
	position: relative;
	width: 945px;
	text-align: left;
}

div#header {
	width: 942px;
	margin-top: 27px;
	float: left; 
	display: inline;
}

div#logo { /* send it to the right of the header */
	margin: 0px 5px 15px 0;
	display: block;
	float: right;
	position: relative;
}
div#tagline { 
	margin: 0 5px 0 9px;
	padding-top: 20px;
	display: block;
	clear: left; /* clear the floating navigation */
}

div#page {
	background: #FFF url(../img/content_top_bg.png) repeat-x top left;
	float: left;
	width: 100%;
	padding-bottom: 81px; 
}

div#page-intro {
	margin: 0 18px 54px 36px;
	padding-top: 41px;
}

div#content {
	margin-right: -361px;
	width: 100%;
	float: left;
	padding-top: 41px;
	clear: both;
}
div#main-content {
	margin-left: 36px;
	width: 540px;
}

div#other-content {
	float: right;
	width: 330px;
	padding-top: 23px;
	margin-top: 14px;
	margin-right: 18px;
	display: inline;
}
div#footer {
	clear: both;
	background: #F6E89C url("../img/footer_bg.gif") repeat-x;
	padding-top: 27px;
	padding-bottom: 54px;
	text-align: center;
}
div#copyright {
	text-align: left;
	width: 873px;
	margin: 0 auto;
}

/* maps */
div.map-row {
	font-size: 0.776em
}
div.map-row p {
	margin-left: 10px;
}
div.map-row div {
	width: 200px;
	margin-right: 20px;
	float: left;
	display: inline;
}

/* page dividing */
/* it's not quite even but it looks right on screen */
.third {
	width: 276px;
	margin: 0 9px 0 0;
	float: left;
	display: inline;
	clear: right;
}

.mid { /* middle of the third */
	margin: 0 19px 0 20px;
	width: 265px;
}

.last { /* last of the third */
	margin: 0 0 0 16px;
}
	
	
/* MISC */

.halal { /* emphasise the 'food' is halal text wherever it appears */
	font-weight: bold;
	color: #EA5F00;
	text-align: left;
	display: block;
}
.halal b {
	display: block;
	font-size: 1.3em;
	padding: 20px 0 0 0;
}

div.tbj {
	margin: 1.5em 0;
}

.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}
.clearleft {
	clear: left;
	height: 0px;
	overflow: hidden;
}


.right {
	float: right;
}
img.right, div.right {
	margin: 0 0 0 1.5em;
}

.border {
	border: 3px solid #F6E89C;
}
img.border {
	padding: 1px;
	background: #EDD693;
}

.caption {
	font-size: 0.777em;
	text-align: right;
	width: 324px;
	margin: 0.25em 0 1.25em;
}

.margintop {
	margin: 18px 0;
}

.center {
	text-align: center;
}

.center img {
	border: 2px solid #F0D568;
}

.plain {
	font-size: 0.772em;
}

p.plain em {
	font-weight: bold;
	text-transform: uppercase;
}

.indent {
	margin-left: 1em;
}

dl {
	float: left;
	display: inline;
	margin: 1.5em 9px 0.3em 18px;
	background: #F6E89C;
	width: 194px;
	padding: 18px 18px 0;;
	font-size: 1em;
	color: #333;
	border: 2px solid #F0D568;
}

dt {
	line-height: 1em;
	font-weight: bold;
	color: #EA5F00;
	margin: 0.25em 0 0.75em;
	text-align: center;
}

dd {
	line-height: 1.5em;
	font-size: 0.777em;
}
dd p {
	margin: 0 0 1.5em;
}
/* list of menu items */
div.menu-list {
	background: #F6E89C;
	padding: 4.5px 18px 18px;
	margin: 18px 0 0;
}
div.menu-list h3 {
	font-weight: bold;
	color: #EA5F00;
	font-size:1em;
	text-align: center;
}
div.menu-list p.plain {
	margin: 0.75em 0;
}
div.menu-list p {
	font-size: 0.772em;
	margin: 0;
}
div.menu-list p span {
	display: block;
	float: left;
	width: 40px;
}

.third-wrap {
	width: 783px;
	margin: 0 0 1.5em 36px;
}

/* THUMBNAILS FOR PICS */
div.thumbnails {
	font-size: 0.777em;
	clear: right;
}

div.thumbnails ul {
	border: 2px solid #F0D568;
	background: #F6E89C;
	min-height: 104px;
	margin: 0 0 1em 0;
	padding: 10px 0 0 0;
	float: left;
	width: 414px;	
}


div.thumbnails ul li {
	float: left;
	display: inline;
	margin: 0 0 0px 10px;

}
	
div.thumbnails ul li img {
	width: 120px;
	height: 90px;
	display: block;
	border: 2px solid #F0D666;
	margin-bottom: 10px; /* put the margin on the bottom of the img so IE won't collapse it */
}

/* STYLED LISTS */
ul.small, ul.links {
	margin-bottom: 18px;
}
ul.small li, ul.links li {
	font-size: 0.777em;
}
ul.small li span { /* regular indent */
	float: left;
	display: block;
	width: 80px;
}
ul.links {
	color: #333;
}

	
/* FORMS */
/* put the form inputs/selects/etc in ol / li */

form {
	width: 540px;
	margin: 18px 0;
	font-size: 0.777em;
}
form div.notes {
	width: 162px;
	float: right;
	border: 1px solid #000;
	padding: 0 9px;
	font-size: 0.772em;
	margin: 0;
	display: inline;
	background: #F6E89C;
	border: 2px solid #F0D568;
}
form div.notes h3 {
	line-height: 1em;
	font-weight: bold;
	color: #EA5F00;
	margin: 0.5em 0 0;
	text-align: center;
}

form ol {
	width: 345px;
	border-top: 1px solid #F6E89C;
}
form ol li {
	clear: left;
	padding: 9px 0 9px;
	border-bottom: 1px solid #F6E89C;
	
}
form fieldset {
	clear: both;
	padding: 0;
}
form fieldset legend {
	font-weight: bold;
	color: #EA5F00;
	padding: 9px 0;
}
form label {
	float: left;
	display: block;
	width: 140px;
	padding-right: 18px;
}

/* standard width of form elements */
form input, form select, form textarea {
	width: 180px;
	line-height: 22px;
	height: auto;
	border: 2px solid #DDD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.875em;
}
/* select input different width */
form select {
	width: 183px;
}
/* textarea */
form textarea {
	overflow: visible;
	height: 80px;
	line-height: 1.2em;
}

/* checkbox input different width */
form input.checkradio {
	width: 14px;
	float: left;
	clear: left;
	margin: 4px 0 0 9px;
	border: none;
}
/* label for checkbox is on the right-hand side */
form label.forCheckRadio {
	float: left;
	width: 300px;
	padding: 0 0 0 18px;
}
/* put a clear after the checkradio label to force the next line */
form ol li br {
	clear: left;
}
/* submit button */
form input.button {
	width: 140px;
	clear: left;
	float: none;
	text-align: center;
	height: 30px;
	text-transform: uppercase;
	margin: 48px 0 0;
	border-width: 2px;
	border-style: solid;
	border-top-color: #BBB;
	border-left-color: #BBB;
	border-right-color: #666;
	border-bottom-color: #666;
}
/* required fields */
form ol li.required input, form ol li.required select, form ol li.required textarea {
	border-color: #CCC;	
}
form ol li.required label {
	font-weight: bold;
}
/* missed fields */
form ol li.missed {
	background: #F6E89C;
}	
form ol li.missed input, form ol li.missed select, form ol li.missed textarea {
	border-color: #EA5F00;	
}
form ol li.missed label {
	font-weight: bold;
	padding-left: 9px;
	width: 131px;
}
form ol li.missed label.forCheckRadio {
	padding-left: 18px;
	width: 300px;
	border: none;	
}
/* hide the spam trap field and label */
form ol li span {
	display: none;
	visibility: hidden;
}
/* hidden inputs no height */
form ol li input.hideInput {
	display: none;
	visibility: hidden;
	height: 0px;
}


/* printing a message */
div.message {
	font-size: 0.777em;
	padding: 9px;
	background: #F6E89C;
	border: 2px solid #333;
}
div.message h3 {
	font-weight: bold;
	line-height: 1em;
	margin: 5px 0 0 0;
	color: #EA5F00;
}

/* promotional message for right column */
div.promo {
	width: 324px;
	margin: 21px 0;
}
div.promo h2 {
	font-weight: bold;
	line-height: 1em;
	margin: 5px 0 0 0;
	color: #EA5F00;
}
div.promo p {
	margin: 0 0;
	font-size: 0.772em;
}
div.promo strong {
	font-weight: bold;
}
/* TESTIMONIALS AND AWARDS */
div#testimonials {
	padding-top: 62px;
}
div#testimonials div.tbj {
	margin-top: 0;
}
div#testimonials p {
	font-size: 0.772em;
}
div#testimonials p.small {
	font-size: 0.6em;
}
div.food-pic-med {
	width: 252px;
	text-align: right;
}
div.food-pic-med .caption {
	width: 252px;
	text-align:right;
	font-size: 0.6em;
}
