/*=========================
Cascading Style Sheets
for Which Property?

by Lochlan McBride
www.cstech.net.au
==========================*/

/*==General Styles==*/
body {
	margin:0;
	color:#fff;
	font:12px "Trebuchet MS",Helvetica,sans-serif;
	background:#015289;
}
body#internal, body#property, body#newsletter {
	color:#000;
}

h1, .h1 {
	margin:0;
	text-transform:uppercase;
	font-size:15px;
	font-weight:700;
	color:#005288;
}

h2 {
	margin:0;
	font-size:11px;
	font-weight:700;
	text-transform:uppercase;
	color:#005288;
}

h2.priceoptions {
	font-size:12px;
	margin-top:20px;
}

h3 {
	color:#727476;
	text-transform:capitalize;
	font-size:11px;
	font-weight:700;
	margin:0 0 1em;
}
h4 {
	margin:0;
	text-transform:capitalize;
	font-size:16px;
	color:#005288;
	margin:0 0 10px;
}
h5 {
	margin:0;
	color:#727476;
	font-size:14px;
	font-weight:100;
}
h6 {
	margin:0;
}
p {
	margin:0;
}
input, textarea, select {
	font:13px Verdana,Helvetica,sans-serif;
	width:200px;
}
a:link, a:visited {
	text-decoration:none;
	color:#015289;
}
a:hover {
	text-decoration:underline;
}
a:active {
	color:#DBB86D;
}
a img {
	border:none;
}
ol, ul {
	margin:0;
	padding:0;
}
ul li {
	list-style:none;
	background:url(../images/bullet.gif) no-repeat 0 6px;
	padding-left:16px;
}
ol li {
	list-style-position:inside;
}
ol.numlist li {
	list-style-position:inside;
	padding-left:16px;
}
.enquire {
	display:block;
	width:280px;
	height:44px;
	background:url(../images/enquire.jpg) no-repeat;
	margin:10px 0 0;
}
.enquire span {
	display:none;
}
.searchicon {
	display:block;
	width:280px;
	height:45px;
	background:url(../images/search.jpg) no-repeat;
	margin:10px 0 0;
}
.searchicon span {
	display:none;
}

/*==Navigation==*/
#cat_14623_divs div.catdiv14623 {
	margin-top:7px;
}
.catmain14623 {
	padding:0 0 0 11px;
}
.catdiv14623 td {
	background:url(../images/bg_submenu.png);
	vertical-align:middle;
}
table.catsub524784 td.catsub1524784 {
	background:#fff;
}

/*==Navigation New==*/
#cat_524784_divs div.catdiv524784 {
	margin-top:7px;
}
.catmain524784 {
	padding:0 0 0 11px;
}
.catdiv524784 td {
	background:url(../images/bg_submenu.png);
	vertical-align:middle;
}
table.catsub524784 td.catsub1524784 {
	background:#fff;
}

/*==Layout==*/
#shadow {
	width:972px;
	margin:0 auto;
	background:url(../images/bg-shadow-main.png) repeat-y;
}
#outter-wrap {
	width:960px;
	margin:0 auto;
}
#header {
	height:120px;
	background:url(../images/bg_header.jpg);
	padding:20px 0 0;
}
#header h1 {
	height:93px;
	margin:0 0 0 20px;
}
#header h1 a {
	width:300px;
	height:41px;
	background:url(../images/header-logo.gif);
	display:block;
}
#header h1 span {
	display:none;
}
#header table #language {
	width:300px;
	padding:0 0 0 20px;
}
#language .home {
	color:#fff;
	width:45px;
	font-size:8pt;
	margin-top:3px;
}
#header table #nav {
	width:640px;
}
#language a {
	display:block;
	height:21px;
	text-decoration:none;
	float:left;
}
#language a span {
	visibility:hidden;
}
#language .english {
	width:75px;
	background:url(../images/btn_english.png) no-repeat;
}
#language .chinese {
	width:47px;
	background:url(../images/btn_chinese.png) no-repeat;
}
#inner-wrap td {
	vertical-align:top;
}
#footer, .bottom_desc {
	font-size:11px;
	padding:50px 0;
	color:#fff;
	border-bottom:solid 2px #004E77;
} .bottom_desc {padding:20px 40px;margin:20px 0px;width:880px;float:left;clear:both;border:0px;}

#footer p {
	margin:0;
	text-align:center;
} .bottom_desc p {margin:0px;text-align:left;}

#footer a, .bottom_desc a {
	color:#fff;
}
#affiliates, #team {
	width:100%;
}
#affiliates img, #team img {
	border-top:solid 1px #F0F0F0;
	border-left:solid 1px #F0F0F0;
	border-right:solid 1px #B6B6B6;
	border-bottom:solid 1px #C8C8C8;
}
#team td {
	padding-bottom:30px;
}

/*==Home==*/
#home #inner-wrap {
	position:relative;
	background:#005288;
}
#flash {
	height:300px;
	border-top:4px solid #fff;
	border-bottom:4px solid #fff;
}
#featured {
	position:absolute;
	top:-64px;
	right:103px;
	width:536px;
}
#featured .box {
	width:126px;
	height:128px;
	border:2px solid #fff;
	margin:0 4px 5px 0;
	float:left;
	background:#B2B2B2;
}
#featured .image {
	height:110px;
	width:126px;
	float:none;
	margin:0;
}
#featured .image img {
	width:126px;
	height:110px;
}
#featured .text {
	height:20px;
	line-height:20px;
	background:#fff;
	font-size:11px;
	color:#005288;
	padding:0 4px;
	font-weight:700;
}
#content {
	padding:100px 0 0 20px;
	width:567px;
	text-align:justify;
}
#content a:link, #content a:visited {
	color:#fff;
	text-decoration:underline;
}
#content a:hover {
	text-decoration:none;
	color:#ccc;
}

/* Newhomepage */
#newfeatured {
	position:absolute;
	top:-50px;
	right:103px;
	width:670px;
}
#newfeatured .box {
	width:130px;
	/* height:128px; */
	/* border:2px solid #fff; */
	/* background:#B2B2B2; */
	height:200px; 
	margin:0 4px 5px 0;
	float:left;
	background:#FFFFFF;
}
#newfeatured .image {
	/* height:110px;
	width:126px; */
	height:125px;
	width:130px;
	float:none;
	margin:0;
}
#newfeatured .image img {
	/* width:126px;
	height:110px; */
	height:125px;
	width:130px;
}
#newfeatured .imagesearch {
	height:52px;
	width:130px;
	float:none;
	margin:0;
}
#newfeatured .imagesearch img {
	height:52px;
	width:130px;
}
#newfeatured .text {
	line-height:12px;
	background:#fff;
	font-size:10px;
	color:#000000;
	padding:0 10px;
}
#newfeatured .text a {
	color:#005288;
	line-height:15px;
}
#newfeatured .text strong {
	color:#005288;
}
#newcontent {
	/* padding:100px 0 0 20px;
	width:567px; */
	padding:170px 0 0 40px;
	width:722px;
	text-align:justify;
}
#newcontent a:link, #newcontent a:visited {
	color:#fff;
	text-decoration:underline;
}
#newcontent a:hover {
	text-decoration:none;
	color:#ccc;
}

/* Search From Start*/
form#homesearch{
	font:10px "Trebuchet MS",Helvetica,sans-serif;
}
form#homesearch select{
	font:10px "Trebuchet MS",Helvetica,sans-serif;
}
form#homesearch select.cat_dropdown_big{
	height:18px;
	width:114px;
	background:#E0E1E0;
	border: 1px #C6C6C6 solid;
}
form#homesearch select.cat_dropdown_small{
	font-size:9px;
	height:18px;
	width:55px;
	background:#E0E1E0;
	border: 1px #C6C6C6 solid;
}


/* Search From End */

/*==Internal==*/
#inner-wrap {
	background:#fff;
}
#internal #inner-wrap {
	padding:30px 0 30px 20px;
	min-height:600px;
}
#image {
	height:150px;
	border-top:4px solid #fff;
	border-bottom:4px solid #fff;
}
table#main {
	background:#fff;
	color:#000;
}
table#main td {
	vertical-align:top;
	font:11px "Trebuchet MS",Helvetica,sans-serif;
	line-height:18px;
}

/*==Product Page==*/
#property #inner-wrap {
	padding:0;
}
.productTable .image {
	float:left;
	margin:0 10px;
	width:211px;
	height:100px;
}
.productTable .image img {
	float:left;
	height:100px;
	width:100px;
	border-top:solid 1px #C3C3C3;
	border-left:solid 1px #C3C3C3;
	border-right:solid 1px #787878;
	border-bottom:solid 1px #787878;
}
.spacer {
	float:left;
	width:4px;
}
.property-container {
	float:left;
	width:545px;
}
.productTable {
	border-collapse:collapse;
	margin-top:1px;
}
.productTable td {
	padding:0;
}
#banner {
	width:960px;
	margin:4px 0 30px;
}
#banner img {
	border-bottom:solid 1px #ccc;
	border-right:solid 1px #ccc;
}
table#main table {
	margin-top:10px;
}
table#main table td {
	padding-right:10px;
}
table#main table img {
	padding:0;
}
.shop-product-small {
	height:100px;
	padding:10px 0;
	border-top:solid 1px #c0c0c0;
	margin:2px 0;
	width:960px;
	background:url(../images/bottom-shadow.png) repeat-x 0 -1px;
}
.shop-product-small h1 a {
	color:#005288;
}
.shop-product-large #main h2 {
	margin:5px 0 0;
}
.shop-product-large #right ul {
	padding:0;
	margin:10px;
}
.shop-product-large #left ul {
	border-top:solid 1px #727476;
	border-bottom:solid 1px #727476;
	padding:15px 0;
	margin:12px 0;
}
.shop-product-large li {
	line-height:17px;
}
table#main #left {
	width:305px;
	padding:0 0 0 11px;
}
table#main #right {
	width:450px;
	padding:0 0 0 20px;
}
.shop-product-large table#main #left {
	background:url(../images/left-shadow-top.png) no-repeat 0 0;
	padding:7px 0 0 0; /*ie6 only*/
}
html>body .shop-product-large table#main #left {
	padding:4px 0 0 0; /*the rest*/
}
.shop-product-large table#main #left div div {
	width:280px;
	margin:0 11px;
}
.shadow-repeat {
	background:url(../images/left-shadow-repeat.png) repeat-y 0 0;
	padding:0 0 3px;
}
.shadow-repeat table td {
	text-align:left;
}
.shadow-bottom {
	background:url(../images/left-shadow-bottom.png) no-repeat 0 bottom;
	height:10px;
	line-height:10px;
}
.logo {
	border-bottom:solid 1px #c0c0c0;
	border-right:solid 1px #c0c0c0;
}
.main-wrap {
	padding-left:20px;
}
div.pagination {
	text-align:right;
	margin:0 90px 0;
	color:#ccc;
	font-size:12px;
}
div.pagination a {
	text-transform:lowercase;
	color:#005288;
}

table td.productItemNotFound{
	height:90px;
	width:630px;
	background:url(../images/noresult.jpg) no-repeat;
	text-indent:-500px;
}

/* newsletter */
#newsletter #inner-wrap {
	padding:0;
}
.newsletterTable .image {
	float:left;
	margin:0 10px;
	width:111px;
	height:100px;
}
.newsletterTable .image img {
	float:left;
	height:100px;
	width:100px;
	border-top:solid 1px #C3C3C3;
	border-left:solid 1px #C3C3C3;
	border-right:solid 1px #787878;
	border-bottom:solid 1px #787878;
}
.newsletter-container {
	float:left;
	width:545px;
}
.newsletterTable {
	border-collapse:collapse;
	margin-top:1px;
}
.newsletterTable td {
	padding:0;
}

.newsletter-small {
	height:100px;
	padding:10px 0;
	border-top:solid 1px #c0c0c0;
	margin:2px 0;
	width:960px;
	background:url(../images/bottom-shadow.png) repeat-x 0 -1px;
}
.newsletter-small h1 a {
	color:#005288;
}

form .cat_button{
	width:55px;
	height:21px;
	font-size:10px;
}

form .cat_checkbox{
	width:16px;
	height:12px;
}

form .cat_radio{
	width:16px;
	height:12px;
}
.newh1 {
color:#FFFFFF;
font-size:14px;
font-weight:100;
margin:0;
text-align:justify;
font-family:"Trebuchet MS",Helvetica,sans-serif;
font-size:14px;
font-size-adjust:none;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
text-transform:none;
}
.h3replc {
color:#FFFFFF;
font-family:"Trebuchet MS",Helvetica,sans-serif;
font-size:12px;
font-size-adjust:none;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
}
.newh1header {
color:#005288;
font-size:15px;
font-weight:700;
margin:0;
text-transform:uppercase;
}
.greyContent {
color:#727476;
font-size:14px;
font-weight:100;
margin:0;
}
.abouth2 {
color:#005288;
font-size:11px;
font-weight:700;
margin:0;
text-transform:uppercase;
}
.purchh2 {
color:#005288;
font-size:11px;
font-weight:700;
margin:0;
text-transform:uppercase;
}

#header .forz a {
	width:300px;
	height:41px;
	background:url(../images/header-logo.gif) no-repeat;
	display:block;
	height:93px;
	margin:0 0 0 20px;
}
.nodisp {
z-index:100;
}