/* CSS Document */








/*------------------------------------------------------------*/

#whiteSpace {
	width: 955px;
	margin: 0 auto;
	height: 24px;
	min-height: 24px;
	background-color: #ffffff;
	padding-top: 0px;

}

/* Main Navigation bar.
------------------------------------------------------------*/
#main-nav {
top:0;
left:0;
width:955px;
height:39px;
position:relative;
background-color:#fff;
margin:0 0 0 0px
}

#main-nav ul {
padding:0;
width:955px;
margin:0;
}

#main-nav li {
float:left;
list-style-type:none;
}

#main-nav a {
width:136px;
height:39px;
display:block;
margin-top:0px;
text-decoration:none;
background-repeat:no-repeat;
background-position:top left;
}

#main-nav a span {
left:-1000em;
position:absolute;
}

#main-nav .home a {background-image:url(../images/navbuttons_7/home.gif);}
#main-nav .masterplan a {background-image:url(../images/navbuttons_7/masterplan.gif);}
#main-nav .nowleasing a {background-image:url(../images/navbuttons_7/nowleasing.gif);}
#main-nav .comingsoon a {background-image:url(../images/navbuttons_7/comingsoon.gif);}
#main-nav .nowtrading a {background-image:url(../images/navbuttons_7/nowtrading.gif);}
#main-nav .location a {background-image:url(../images/navbuttons_7/location.gif);}
#main-nav .contactus a {background-image:url(../images/navbuttons_7/contactus.gif);}


#main-nav a:hover {
background-position:top right;
}

#main-nav a.current,
#main-nav a:hover.current {
background-position:bottom left;
}




* /*sets border, padding and margin to 0 for all values*/
{
	padding: 0;
	margin: 0;
	border: 0;
}


html, body {
height: 100%;
min-height: 100%; height: 100%;
background-color: #5B1416;
background-image: url(../images/stripebkg.gif);
margin:0;
padding:0;
color: #666666;
font-family: Helvetica, Arial, Tahoma, sans-serif;
font-size: 90%;
line-height: 1.6em;
}

/*link styles*****************************************************************************************************/

a:link {text-decoration: none;color: #3366CC;font-weight: normal}
a:visited {text-decoration: none;color: #3366CC;font-weight: normal} 
a:hover {text-decoration: underline;color: #6699CC;font-weight: normal}
a:active {text-decoration: none;color: #6699CC;font-weight: normal}


/****************************************************************************************************************/



.clear { clear: both; }

*/
.bodyMain {
	color: #666666;
}

.bodySmall2 {
	color: #A9060C;
	font-size: 0.9em;
	font-weight:bold;
	
	}


.bodyList {
	color: #666666;
	line-height: 2.5em;
}


.bodyStrong {
	font-weight: bold;
	color: #333333;
	line-height: 1.6em;
}

.bodyStrongTable {
	font-weight: bold;
	color: #333333;
	line-height: 1.3em;
}

.bodyStrongTable-ltgrey {
	font-weight: bold;
	color: #666666;
	line-height: 1.2em;
}

.bodyBold {
	font-weight: bold;
	color: #333333;
	line-height: 1.6em;
}


.bodyBoldRed {
	color: #C10D13;
	font-weight:bold;
}


.bodyMainOrange {
	font-weight:bold;
	color: #996633;
}

.bodyMainYellow {
	font-weight:bold;
	color: #EEA509;
}

.bodyMainGreen {
	font-weight:bold;
	color: #81BB2E;
}


	
.pgraph {
line-height: 1.6em;
}


/**/
.bodySmall {
	font-size:80%;
	color: #333333;
	line-height:130%;
	margin-top:3px;

	}

#bodySmallBox{
	width: auto;
	position: relative;
	padding:3px 2px 0 2px;
}

#body-images{
	width: 210px;
	height: 170px;
	float: right;
	position: relative;
	padding:4px 4px 2px 4px;
	background-color:#E0DDDC;
	border:1px solid;
	border-color:#999999;

/*	padding-bottom:10px;*/
	}


/**/


/******** bulleted lists BODY *********/



ul{
	line-height: 2.2em;
	min-height: 2.2em;
	}

li{
	background-repeat: no-repeat;
	padding-left: 0;
	}

.listLeft {
	list-style-image: url(../images/bulletsquare_red.gif);
	margin-left: 30px;
}

.listBody {
	list-style-image: url(../images/bulletsquare_red.gif); 
	margin-left: 32px;


	}

/******** bulleted lists *********/





/*
.listBodyBlue {
	list-style-image: url(../images/bulletBlue.gif); 
	margin-left: 22px;
	}
	
.listBodyPink {
	list-style-image: url(../images/bulletPink.gif); 
	margin-left: 22px;
	}
	
.listBodyGreen {
	list-style-image: url(../images/bulletGreen.gif); 
	margin-left: 22px;
	}
	
.listBodyYellow {
	list-style-image: url(../images/bulletYellow.gif); 
	margin-left: 22px;
	}
	
.listBodyGrey {
	list-style-image: url(../images/bulletGrey.gif); 
	margin-left: 22px;
	}






/*******************************/




h6 a {
	color: #666666;
	font-family: Lucida Grande, Verdana, Arial, Tahoma, sans-serif;
	/*line-height: 2em;*/
	letter-spacing: 0.035em;
	font-weight: bold;
	font-size: 1.3em;
	padding: 5px 0 5px 0;
}



.bodyLinks a {
	color: #666666;
	font-family: Lucida Grande, Verdana, Arial, Tahoma, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	letter-spacing: 0.035em;
	padding: 5px 0 5px 0;
}





.footerText {
	color: #fff;
	font-family: Lucida Grande, Verdana, Arial, Tahoma, sans-serif;
	font-size: 0.8em;
			}

.footerSpace {
	/*color: transparent;*/

	  	filter:alpha(opacity=100);   /* Internet Explorer       */
	   	-moz-opacity:0.0;           /* Mozilla 1.6 and below   */
   		opacity: 0.0;               /* newer Mozilla and CSS-3 */

	font-family: Lucida Grande, Verdana, Arial, Tahoma, sans-serif;
	font-size: 0.9em;
	line-height: 1.7em;
	letter-spacing: 1.7em;
	text-indent: 185px;
	position: relative;
}



/* ---------- PURPLE FOOTER ----------*/

#purple {
right:0;
color:#7e7e7e;
position:relative;
text-align:right;
padding: .6em 1.5em 0 0;

}

#purple p {
font-family: Arial, San serif;
font-size:88%;
margin: .2em 0 0 0;
}

#purple a {
color:#7e7e7e;
text-decoration:none;
}

#purple a:hover {
color:#007e93;
}




/*#container {
	width:955px;
	margin: 0 auto 0 auto;
	background-color:#fff;
}
*/
/**/
/**/
/**/
/**/

#aboutHKG {
width: auto;
	background-color: #FFFFFF;
	height: auto;
	vertical-align: bottom;
	float: left;
	position: relative;
	text-align: center;
	color: #FFFFFF;
	padding-left:8px;
	
	}




#container {
	width: 955px;
	margin: 0 auto 0 auto; /*** Centers the design ***/
	
	background: url("../images/2column-greyleft-bg.gif") repeat-y; /*** This is our faux columns ***/
	background-color:#000;
	text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
}

#container_s {
	width: 974px;
	margin: 0 auto 0 auto; /*** Centers the design ***/
	background-color:#000;
	background: url("../images/shadow5B1416.gif") repeat-y; /*** This is our faux columns ***/

}


#content {
	width:955px;
	margin: 0 auto 0 auto;
	background: url("../images/2column-greyleft-bg.gif") repeat-y; /*** This is our faux columns ***/
	background-color:#fff;
	font-size: 1em;
	padding-top:20px;
	
	}




#whiteSpace {
	width:955px;
	margin: 0 auto 0 auto;
	height:20px;
	min-height:20px;
	background: url("../images/2column-greyleft-bg.gif") repeat-y; /*** This is our faux columns ***/

}


#whiteSpaceBottom {
	width:955px;
	margin: 0 auto 0 auto;
	height: 30px;	
	min-height:30px;
}


/**************************
HEADER
**************************/
#header {
	width: 955px;
	margin: 0 auto 0 auto;
	height: 100px;
	background-color: #AA9F9E;
	padding-top: 10px;
	min-height:110px;
}


/**************************
NAV STRIP
**************************/
#navStrip {
	width: 955px;
	background: #ccc;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}


/**************************
FOOTER
**************************/
#footer {
	width: 955px;
	height: 39px; 
	margin: 0 auto 0 auto;
	background: url("../images/footer.gif");
  	background-color:;
	text-align: left;
	vertical-align: middle;	
	padding: 0 0 0 0;
}


/**************************
IMAGE PANEL
**************************/
#imagePanel {
	width: 955px;
	margin: 0 auto;
	height:305px;
/*	height: 214px;**/
	background-color: #ffffff;
	padding-top: 0px;
}


/* Slide Show.
------------------------------------------------------------------------------*/
#crossfade-container {
margin:0;
width:955px;
height:319px;
position:relative;
background-color:#000000;
border-top:1px #625857 solid;
}

#crossfade-container  .fade-box {
top:0;
left:0;
margin:0;
width: 955px;
height: 319px;
position: absolute;
}

#box-1 {
}

#box-2 {
}

#box-3 {
}

/************************************************************************************************************************************************/
/************************************** DROPDOWNS - CSS  NAV INFO *************************************************************************/
/*****************************************************************************************************************************************/


#nav, #nav ul {
	float: left;
	width: 955px;
	list-style: none;
	line-height: 2;
	background: #483F3D;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 0 0 0 0;


	z-index:1000; /*  THESE 2 LINES are important so the layering/stacking functions properly in IE !!!!!  otherwise the dropdown menus appear to drop down UNDERNEATH the page title div */
	position: relative; /* the "relative" value is crucial for this to work in IE */
}

#nav a {
	text-align: center;
	display: block;
	width: auto;
	color: #fff; 
	font-weight: bold;
	text-decoration: none;
	margin: 0 0 0 0;
	padding: 0.3em 50px 0 49px;
}

#nav li {
	float: left;
	position: relative;
	width: auto;
	height:32px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#nav li ul {
	position: absolute;
	left: -999em;
	width: auto;
	font-weight: normal;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#nav li li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: autox;
}

#nav li ul a {
	width: auto;}


/*2ND-LEVEL MENU STARTING LOCATION*/
#nav li ul ul {
	margin: -2.5em 0 0 auto;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

/***** BELOW: hover colour of the menu items ********/

#nav li:hover, #nav li.sfhover {
	background: #625857;
}

/************************************************************************************************************************************************/
/************************************** OTHER  *************************************************************************/
/*****************************************************************************************************************************************/



#left-column-text{
	width: 210px;
	height: auto;
	vertical-align: top;
	float: left;
	position: relative;
	padding-bottom:10px;
	}

#page-heading-box{
	width: 600px;
	height: auto;
	vertical-align: top;
	padding-left:22px;
	float: left;
	background: url("../images/div-bkg-stripe.gif") repeat-y;
	z-index:900; /*  THESE 2 LINES are important so the layering/stacking functions properly in IE !!!!!  otherwise the dropdown menus appear to drop down UNDERNEATH the page title div */
	position: relative; /* the "relative" value is crucial for this to work in IE */
}


/************************************************************************************************************************************************/
/************************************** NEW 3 COLUMN ARRANGEMENT*************************************************************************/
/*****************************************************************************************************************************************/


/* Left Space.
------------------------------------------------------------------------------*/
#leftSpace {
	float:left;
	width:205px;
	padding-right:14px;
	padding-left:0px;
	margin-top:0.7em;
	height: 23px;
}

/* Primary.
------------------------------------------------------------------------------*/
#primary {
float:left;
width:186px;
/*padding-right:40px;*/
padding-left:15px;
margin-top:0em;
font-size: 1em;
}
/*#primary {
float:left;
width:205px;
height:100%;
padding-right:15px;
padding-left:15px;
margin-top:0em;

((( THE ABOVE IS KRISTIAN'S ORIGINAL CSS )))

}
*/


/* total width 235px  */

#primary .pgraph {
}


/* Secondary.
------------------------------------------------------------------------------*/



#secondary {

	/*background-color:#FFFF00;*/

	float:left;
	margin-top: 0em;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 65px;
	width: 630px;
	
/*	border-color: #BCD369;
	border-width: 0px 1px 0px 1px;
*/
	border-style: none dotted none dotted;
}

/* total width 561px  */




/* IE5.x/Win hacks */
#primary {
width: 205px;
voice-family: "\"}\"";
voice-family: inherit;
width: 205px;
height: 600px;
}

#secondary {
voice-family: inherit; 
width: 630px;
}



/************ LEFT LINKS HOVER ********************************************************************************************************************************************************************************************************************************/

#links ul {
        list-style-type: none;
        width: 210px;
} 

#links li {
        /*border: 1px dotted #999;*/
        border-width: 1px 0;
        margin: 2px 0;
}

#links li a { 
        color: #483F3D;
        display: block;
        font: bold 95% Arial, Helvetica, sans-serif;
        padding: 5px;
        text-decoration: none;
        background: #AA9F9E;

}

 * html #links li a {  /* make hover effect work in IE */
        background: #AA9F9E;
		width: 210px;
}

#links li a:hover {
        background: #BBB2B1; 
/*        background: #D91E25; */

}

#links a em { 
        color: #fff;
        display: block;
        font: normal 80% Verdana, Helvetica, sans-serif;
        line-height: 125%; 
}

#links a span {
        color: #125F15;
        font: normal 70% Verdana, Helvetica, sans-serif;
        line-height: 150%;
}

/*********************************/


/********************************************************************************************
WYSIWYG styles
********************************************************************************************/
#secondary ul li {
	list-style-image: url(/images/bulletsquare_red.gif);
	margin-left: 32px;
}