body {
    background: #fbfbfb;
    color: #666666;
    font-family: Verdana, Helvetica, sans-serif;
    margin: 0 auto;
    width: 840px;
}

a {
    color: #f00;
    text-decoration: none;
}

a:visited {
    color: #f00;
}

a:hover {
	color: #666666;
	text-decoration: underline;
}

a.tree-here {
	color: #999999;	
	font-weight: bold;
}

a.tree-here:hover {
	color: #999999;		
	text-decoration: underline;
	background: #ffffff;
}

img {
    border: none;
    display: block;
}

img.floatCenter {
    display: block;
    margin-left: auto;
    margin-right: auto; 
}

table {
    border-collapse: collapse;
    width: 100%;
}

table, table td, table th {
    border: 1px solid #ffffff;
    padding: 5px;
	text-align: left;
}

table .title, table td.title {
	color: #ffffff;
	font-weight: bold;
}

form {
    background: none;
    border: none;
    margin: 0 auto;
    padding: 14px;
    width: 500px;
}

form fieldset {
    border: none;
}

form h2 {
	font-size: 1.0em;
    font-weight: bold;
}

form input, form textarea, form select {
	margin: 5px 5px 5px 5px;
	padding: 2px; 
	border: 1px solid #999999; 
	border-top-color: #999999; 
	border-left-color: #999999;
}

form label {
    display: block;
    float: left;
    margin: 5px 5px 5px 5px;
	padding-top: 2px;
	text-align: left;
    width: 180px;
} 

form legend {
	font-weight: bold;
	background: #999999;
	color: #ffffff;
	padding: 5px 5px 5px;
}

form p {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

#header {
	background: #fbfbfb url("./../images/layout/header-bg.jpg") repeat-x; 
	width: 840px;
	height: 140px;
	padding-top: 10px;
}

#menu {
    background: #fbfbfb;
    height: 38px;
	width: 654px;
	margin: 0 auto;
}

#menu #jsddm {
    margin: 0;
    padding: 0;
	position: relative;
    z-index: 2;
}

#menu #jsddm li {
    list-style: none;
    float: left;
    font: 10px Verdana, Helvetica, sans-serif;
}

#menu #jsddm li a {
	color: #444444;
	display: block;
	font-weight: normal;
	height: 20px;
	padding-top: 8px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	width: 109px;
}

#menu #jsddm li a:hover {
    color: #f00;
    background: none;
}

#menu #jsddm li ul {
    margin: 0;
    padding: 0;
    position: absolute;
    visibility: hidden;
	text-align: center;
}

#menu #jsddm li ul li {
    border-right: none;
    display: inline;
    float: none;
}

#menu #jsddm li ul li a {
    background: #050505 url("./media/images/menu/submenu-bg.jpg") repeat-x;
    color: #444444;
    min-width: 120px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 8px;
    width: 180px;
	height: 20px;
	text-transform: none;
	text-align: left;
}

#menu #jsddm li ul li a:hover {
    background: #050505 url("./media/images/menu/submenu-bg.jpg") repeat-x;
    color: #f00;
	text-decoration: underline;
}

#menu_1 {
	background: url("./../images/menu/wonglung-home.jpg") no-repeat;
	width: 109px;
	height: 38px;
}

#menu_2 {
	background: url("./../images/menu/about-us.jpg") no-repeat;
	width: 109px;
	height: 38px;
}

#menu_3 {
	background: url("./../images/menu/products.jpg") no-repeat;
	width: 109px;
	height: 38px;
}

#menu_4 {
	background: url("./../images/menu/events.jpg") no-repeat;
	width: 109px;
	height: 38px;
}

#menu_5 {
	background: url("./../images/menu/contact-us.jpg") no-repeat;
	width: 109px;
	height: 38px;
}

#menu_6 {
	background: url("./../images/menu/online-sales-enquiry.jpg") no-repeat;
	width: 109px;
	height: 38px;
}

#banner .column-three .left, #banner .column-three .right {
    float: left;
    width: 270px;
}

#banner .column-three .middle {
	float: left;
    width: 270px;
}

#banner .column-three .middle, #banner .column-three .right {
    margin-left: 13px;
}

#banner .column-three .left, #banner .column-three .middle, #banner .column-three .right {
    margin-top: 8px;
}

#banner img {
    border: 2px solid #999999;
}

#breadcrumb {
    font: 11px Arial, Helvetica, sans-serif;
    background-image:url("../images/breadcrumbs/bc_bg.gif");
    background-repeat:repeat-x;
	height:30px;
    line-height:30px;
    color:#888;
    border:solid 1px #cacaca;
    width:100%;
    overflow:hidden;
    margin:0px;
    padding:0px;
}

#breadcrumb li {
    list-style-type:none;
    padding-left:10px;
	display:inline-block;
	float:left;
}

#breadcrumb a {
	display:inline-block;
    background-image:url("../images/breadcrumbs/bc_separator.gif"); 
    background-repeat:no-repeat; 
    background-position:right;
    padding-right: 15px;
    text-decoration: none;
    color:#333333;
	outline:none;
}

.home {
    border:none;
    margin: 7px 0px;
}

#breadcrumb a:hover {
	color:#35acc5;
}

#page {
	float: left;
	width: 840px;
	background: #fbfbfb;
	padding-top: 10px;
	padding-left: 0px;	
}

#content {
	float: left;
	background: #fbfbfb;
	border: none;	
	width: 557px;	
    font-size: 0.7em;	
}

#content h1 {
    font-size: 1.0em;
	text-align: left;
}

#sidebar {
	float: right;
	width: 275px;
	background: #fbfbfb;
    font-size: 0.7em;
}

#sidebar h1 {
    font-size: 1.0em;
	text-align: left;
}

#tree {
	color: #999999;
}

#footer {
    color: #999999;
    font-size: 0.6em;
    text-align: center;
	float: left;
}


.column-two .left, .column-two .right {
    float: left;
	margin-bottom: 5px;
}

.column-two .left {
	width: 552px;
}

.column-two .right {
    margin-left: 0px;
    width: 250px;	
}

.error {
    color: #f00;
}

.textbox {
	background: #e6e8e7;
    border: 2px solid #999999;
    padding: 10px 12px;
	margin-bottom: 10px;
}

.tree-here {
	font-size: 0.9em;
	font-weight: bold;
}

.more {
	color: #f00;
	text-align: right;
}

.textred {
	color: #f00;	
}

.thumbnail {
    float: left;
    margin: 0 4px 10px 10px;
    text-align: center;
    width: 160px;
}

.thumbnail img {
    border: 1px solid black;
    height: 120px;
    width: 160px;
}

.filler-small {
    clear: both;
    height: 1px;
}

