html, body {
	font-size: 12px;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: "Arial";
}
body {
	background-color: #430000;
}
#container {
	width: 910px;
	padding-left: 15px;
	padding-right: 15px;

	margin: 0px auto; /* center, not in IE5 */
	background-color: #840a0a;
	
/*	border-left: 1px solid #f79e42;
	border-right: 1px solid #f79e42;*/
}
#header {
	position: relative;
	width: 910px;
	height: 120px;
}
#logo {
	float: left;
}
#logo_text {
	text-align: center;
	position: absolute;
	top: 10px;
	left: 10px;
}
#nav {
	width: 910px;
	height: 35px;
}
#nav_container {
	background: none;
}
#main_nav {
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	height: 25px;
	margin-top: 10px;
	float: left;
	width: 510px;
	overflow: hidden;
}
#login_form {
	font-size: 10px;
	float: left;
}
#login_links {
	line-height: 20px;
}
#login_form a {
	font-size: 10px;
}
#login_form input {
	font-size: 10px;
}
.nav_tab {
	height: 25px;
	overflow: hidden;
	background: #430000;
	float: left;
	margin-right: 5px;
}
.nav_tab a, .nav_tab a:link, .nav_tab a:visited, .nav_tab a:hover {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	height: 15px;
	padding: 8px;
}
.nav_tab_selected {
	height: 25px;
	overflow: hidden;
	background: #FFFFFF;
	float: left;
	margin-right: 5px;
}
.nav_tab_selected a, .nav_tab_selected a:link, .nav_tab_selected a:visited, .nav_tab_selected a:hover {
	color: #8c1a1a;
	font-weight: bold;
	font-size: 12px;
	height: 15px;
	padding: 8px;
}
.nav_tab_special {
	height: 25px;
	overflow: hidden;
	background: #deb407;
	float: left;
	margin-right: 5px;
}
.nav_tab_special a, .nav_tab_special a:link, .nav_tab_special a:visited, .nav_tab_special a:hover {
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	height: 15px;
	padding: 8px;
}
.nav_tab_corner_container {
	float: left;
	height: 4px;
	text-align: left;
	clear: both;
}
#content {
	width: 910px;
	text-align: left;
	background-color: #FFFFFF;
/*	background-image: url('../../../images/localthaifood/content_trc.png'); */
	background-position: top right;
	background-repeat: no-repeat;
}
#content_corner_container {
	float: left;
	height: 5px;
	width: 5px;
	text-align: left;
}
.area_title {
	background-image: url('../../../images/localthaifood/box_title_bg.png');
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 18px;
	color: #deb407;
	height: 25px;
	width: 219px;
	padding-top: 5px;
	padding-left: 10px;
	margin-bottom: 10px;
}
.area_title span.first_word {
	color: #FFFFFF;
}
#footer {
	width: 890px;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #d5d5d5;
	background-color: #FFFFFF;
	text-align: center;
	color: #000000;
}
#bc_nav {
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
#print_section {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
a {
	color: #9d3935;
	font-weight: normal;
	text-decoration: none;
}
a:link, a:visited, a:hover, .link_color {
	color: #9d3935;
}
#event_fader {
	width: 100%;
	background-color: #000000;
	color: #FFFFFF;
	border-bottom: 1px solid #222222;
}
.success {
	color: #99FF99;
}
.error {
	color: #FF4444;
}
.notice {
	color: #FFFFFF;
	font-style: italic;
}
td img {
	vertical-align: bottom;
}
.note {
	font-size: 1em;
	font-weight: bold;
}
.small_note {
	font-size: .8em;
}
.note input {
	font-size: .8em;
}
td {
	vertical-align: top;
}
/* Give a border and pointer cursor so it looks like a button */
.buttonize {
	border: 1px solid #c9c7ba;
	background-color: #f4f4f4;
	cursor: pointer;
	text-align: center;
	font-size: 1em;
	color: #000000;
	font-weight: normal;
	padding: 1px 7px;
}
img.buttonize {
	padding: 0px;
	vertical-align: bottom;
}
input {
/*	font-size: .85em;*/
}
input[type="image"] {
	border: none;
}
/* Give a pointer cursor so it looks clickable */
.clickable {
	cursor: pointer;
}
.expander ul {
	margin: 0px;
}
.expander li {
	list-style: none;
}
#map {
	border: 1px solid #c9c7ba;
}
#map_button {
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #FFFF99;
}
#map_container {
}
.menu_item_container {

}

/* search box */
.idle_text {
	color: #777777;
}
.active_text {
	color: #000000;
}
/* end search box */
