@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #666666;
	font-size: 14px;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	background: #FFFFFF url(../images/background_s.jpg) top left repeat-x;
}

#wrapper {
	/*width: 100%;*/
	background: url(../images/background.jpg) top left no-repeat;
}

#header {
	height: 116px;
}

#header img {
	margin-top: 20px;
	border: 0;
}

#content {
	position: relative;
	background: url(../images/left_bg.jpg) top left repeat-y;
}

#main {
	position: relative;
	background: url(../images/visitmalaysia.jpg) bottom left no-repeat;
}

#main_content {
	position: relative;
	margin-left: 270px;
}

#lefter {
	position: absolute;
	padding: 0;
	left: 0;
	top: 0;
	width: 270px;
	z-index: 1;
}

#lefter ul {
	list-style: none;
	width: 200px;
	border-top: 1px solid #cccccc;
	margin-top: 20px;
	margin-left: 43px;
	font-size: 18px;
}

#lefter ul li {
	height: 36px;
	border-bottom: 1px solid #cccccc;
}

#lefter ul li a {
	display: block;
	width: 170px;
	height: 28px;
	padding-top: 8px;
	padding-left: 30px;
	text-decoration: none;
	color: #7e852a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#lefter ul li a:hover {
	background-color: #eeeeee;
}

#foot_menu {
	clear: both;
	overflow: hidden;
	background-color: #666666;
	height: 46px;
	color: #FFFFFF;
	font-size: 16px;
}

#foot_menu ul {
	list-style: none;
}

#foot_menu ul li {
	float: left;
	padding-top: 12px;
}

#foot_menu ul li a {
	color: #FFFFFF;
	text-decoration: none;
}

#copyright {
	overflow: hidden;
	background-color: #eeeeee;
	height: 19px;
	font-size: 12px;
}

#copyright a {
	color: #666666;
	text-decoration: none;
}

#copyright a:hover {
	text-decoration: underline;
}

#top_content {
	margin-left: 10px;
	width: 710px;
}

#menu {
	list-style: none;
	height: 64px;
	border-bottom: #666666 3px solid;
}

#menu li {
	float: left;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 35px;
	padding-bottom: 12px;
}

#menu li a {
	text-decoration: none;
	color: #000000;
}

#menu li a:hover {
	text-decoration: underline;
}

#table_container {
	clear: both;
	margin-top: 15px;
	width: 700px;
}

#top_links {
	position: absolute;
	top: 0;
	left: 880px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	font-family: Times New Roman;
}

#top_links a {
	text-decoration: none;
	color: #ffffff;
}

h2 {
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	font-family: Times New Roman;
}

#whatnew {
	border-left: 4px #b8c422 solid;
	padding-left: 10px;
	margin-bottom: 12px;
}

#specialoffer {
	border-left: 4px #e60011 solid;
	padding-left: 10px;
	margin-bottom: 12px;
}

#contact {
	margin-top: 25px;
	margin-left: 43px;
	width: 200px;
}

#contact dt {
	color: #2489B0;
	font-weight: bold;
	margin-top: 12px;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 3px;
	border-bottom: #666666 2px solid;
	background-color: #eeeeee;
}

#contact dd {
	padding-left: 15px;
	padding-top: 3px;
}