<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: serif;
    vertical-align: baseline;
}

div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, abbr, acronym, address, code, del, dfn, em, img, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr {
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

blockquote, q {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    quotes: "" "";
}

blockquote:before, q:before, blockquote:after, q:after {
    content: "";
}


th, td, caption {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    text-align: left;
    font-weight: normal;
}


table {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    border-collapse: separate;
    border-spacing: 0;
    vertical-align: middle;
}

a img, img {
	border:0;
}

a:hover, a:visited, a:link, a:active{
	color:white;
	text-decoration:none;
}

body {
	text-align: center;
    background: #ffffff;
	font-size:13px;
	margin:0;
}

#container{
	width:980px;
	margin:0 auto;
	text-align: left;
}

#header{
	width:100%;
	height:450px;
	margin:0;
}

#logo{
	float:left;
	width:auto;
	margin:10px 0 20px 0;
}

#header_nav{
	color:white;
	position:relative;
	float:right;
}

#header_nav ul li{
	display:inline;
	list-style-type: none;
	margin:0;
	height:100px;
	padding:30px 20px 10px 20px;
	background-color:#afde27;
	border-right:1px solid #beef33;
	border-left:1px solid #95c312;
}

#myslidemenu{
	clear:both;
	width:100%;
	height:auto;
}

#content{
	width:100%;
	position:relative;
	clear:both;
}

#column1{
	width:205px;
	margin-right:25px;
	display:block;
	float:left;
}

#sale{
	background:url('../images/sale.jpg') no-repeat left top;
	padding-top:100px;
}

.sale_item, .lease_item{
	border:0;
	border-bottom:1px solid #e7e7e7;
	height:86px;
	width:100%;
	color:#ababab;
	padding:2px 0;
}

.item_title{
	font-weight:bold;
	color:#000000;
}

.sale_item p, .lease_item p{
margin:2px 4px;
}

.sale_item img, .lease_item img{
	position:relative;
	float:right;
	width:100px;
	height:76px;
}

.sale_item em{
	color:#e800cf;
}

.lease_item em{
	color:#00df1a;
}


#column2{
	width:205px;
	margin-right:25px;
	display:block;
	float:left;
}

#lease{
	background:url('../images/lease.jpg') no-repeat left top;
	padding-top:100px;
}

#trend{
	margin-top:30px;
	background:url('../images/trend.jpg') no-repeat left top;
	padding-top:100px;
}

#column3{
	width:500px;
	display:block;
	float:left;
}


#top_sales{
	background:url('../images/top_sales.jpg') no-repeat left top;
	padding-top:100px;
}

.top_sales_item
{
	width:100%;
	height:120px;
	border-bottom:1px solid #e7e7e7;
}

.top_sales_item p{
	margin:2px 4px;
}

.top_sales_item img{
	float:left;
	display:block;
	width:104px;
	padding:0 10px;
	height:100%;
}

.top_sales_info{
	display:block;
	float:left;
	width:106px;
	padding:0 10px;
	margin-top:30px;
}

.top_sales_stock{
	display:block;
	float:left;
	width:230px;
	height:100%;
}

.top_sales_stock img{
	width:133px;
	height:99px;
	padding:10px;
}

.sales_name,.sales_title{
	font-weight:bold;
	letter-spacing:1px;
}

#transaction{
	margin-top:30px;
	background:url('../images/transaction.jpg') no-repeat left top;
	padding-top:100px;
}

#manager{
	clear:both;
	width:100%;
	height:auto;
	position:relative;
	bottom:-5px;
}

#footer{
	clear:both;
	width:980px;
	height:200px;
	background:url('../images/footer_bg.jpg');
	color:#8b8b8b;
	padding:10px 0;
}

#footer th{
	font-weight:bold;
	color:#FFFFFF;
}

#footer table{
	width:95%;
	padding:7px;
	margin:5px 5px;
}

#branch{
	position:relative;
	float:left;
	display:block;
	width:730px;
}

#others{
	position:relative;
	float:right;
	display:block;
	width:250px;
}

#hkp{
	position:relative;
	float:right;
	margin:5px 15px;
}

#hkp img{
	vertical-align:bottom;
	margin:0 3px;
}

			/* Easy Slider */
				#slider{
				display:block;
				width:980px;
				height:216px;
				}
				#slider ul, #slider li{
					margin:0;
					padding:0;
					list-style:none;
					}
				#slider li{ 
					/* 
						define width and height of list item (slide)
						entire slider area will adjust according to the parameters provided here
					*/ 
					width:980px;
					height:216px;
					overflow:hidden; 
					}
				span#prevBtn{}
				span#nextBtn{}					

			/* // Easy Slider */

</pre></body></html>