* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	background-image: url(../images/body-bg.gif);
	background-repeat: repeat-x;
	background-color: #EBEBB7;
	margin: 0px;
	padding: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.clear {
	clear: both;
}
.hor-line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin-bottom: 10px;
}


#page-wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/page-wrapper-bg.gif);
	background-repeat: repeat-y;
}
#page-shadow-container {
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
}
#page-shadow-container .left-shadow {
	background-image: url(../images/shadow-left-repeat.gif);
	background-repeat: repeat-y;
}
#page-shadow-container .right-shadow {
	background-image: url(../images/shadow-right-repeat.gif);
	background-repeat: repeat-y;
}

#page-wrapper #page-header {
	height: 113px;
	background-image: url(../images/banner-top.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	position:relative;
}
#page-header .logo {
	width: 250px;
	height: 113px;
	float: left;
}
#page-header .main-nav {
	float: right;
	width: 740px;
	font-family: "Segoe UI", sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding-right: 10px;
	margin-top: 66px;
}
.main-nav ul {
	list-style-type: none;
	float: right;
}
.main-nav li {
	float: left;
	display: block;
}
.main-nav a {
	color: #333;
	text-decoration: none;
	padding-right: 13px;
	padding-left: 13px;
	display: block;
	text-align: center;
	line-height: 24px;
	padding-bottom: 2px;
	margin-right: 1px;
	margin-left: 1px;
}

.main-nav a#home:hover {
	background-image: url(../images/tab-home.gif);
	background-repeat: no-repeat;
	background-position: center 1px;
	color: #FFF;
}

.main-nav a#about-us:hover {
	background-image: url(../images/tab-about-us.gif);
	background-repeat: no-repeat;
	background-position: center 1px;
	color: #FFF;
}
.main-nav a#products:hover {
	background-image: url(../images/tab-products.gif);
	background-repeat: no-repeat;
	background-position: center 1px;
	color: #FFF;
}
.main-nav a#amenities:hover {
	background-image: url(../images/tab-amenities.gif);
	background-repeat: no-repeat;
	background-position: center 1px;
	color: #FFF;
}
.main-nav a#location:hover {
	background-image: url(../images/tab-location.gif);
	background-repeat: no-repeat;
	background-position: center 1px;
	color: #FFF;
}
.main-nav a#gallery:hover {
	background-image: url(../images/tab-gallery.gif);
	background-repeat: no-repeat;
	background-position: center 1px;
	color: #FFF;
}
.main-nav a#contact-us:hover {
	background-image: url(../images/tab-amenities.gif);
	background-repeat: no-repeat;
	background-position: center 1px;
	color: #FFF;
}
.main-nav a#mixed-tower:hover {
	background-image: url(../images/tab-mixed-tower.gif);
	background-repeat: no-repeat;
	background-position: center 1px;
	color: #FFF;
}
.main-nav a#home-active {
	background-image: url(../images/tab-home.gif);
	background-repeat: no-repeat;
	background-position: center 1px;
	color: #FFF;
}
.main-nav a#about-us-active {
	background-image: url(../images/tab-about-us.gif);
	background-repeat: no-repeat;
	background-position: center 1px;
	color: #FFF;
}
.main-nav a#products-active {
	background-image: url(../images/tab-products.gif);
	background-repeat: no-repeat;
	background-position: center 1px;
	color: #FFF;
}
.main-nav a#amenities-active {
	background-image: url(../images/tab-amenities.gif);
	background-repeat: no-repeat;
	background-position: center 1px;
	color: #FFF;
}
.main-nav a#location-active {
	background-image: url(../images/tab-location.gif);
	background-repeat: no-repeat;
	background-position: center 1px;
	color: #FFF;
}
.main-nav a#gallery-active {
	background-image: url(../images/tab-gallery.gif);
	background-repeat: no-repeat;
	background-position: center 1px;
	color: #FFF;
}
.main-nav a#contact-us-active {
	background-image: url(../images/tab-amenities.gif);
	background-repeat: no-repeat;
	background-position: center 1px;
	color: #FFF;
}
.main-nav a#mixed-tower-active {
	background-image: url(../images/tab-mixed-tower.gif);
	background-repeat: no-repeat;
	background-position: center 1px;
	color: #FFF;
}













#page-wrapper #page-banner {
	background-image: url(../images/banner-bg.gif);
	height: 330px;
}
#page-banner .banner-left {
	float: left;
	width: 230px;
	padding-left: 9px;
	padding-top: 10px;
}
.banner-left h2 {
	font-family: "Segoe UI", sans-serif;
	font-weight: bold;
	color: #FFF;
	font-size: 20px;
	margin-left: 10px;
	margin-bottom: 6px;
}
.banner-left .promotion-logo {
	background-image: url(../images/promotion-logo-bg.gif);
	background-repeat: no-repeat;
	height: 103px;
	margin-bottom: 10px;
	text-align: center;
	padding-top: 23px;
}
#page-banner .banner-right {
	float: right;
	width: 704px;
	background-image: url(../images/banner-bottom.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 330px;
	padding-left: 46px;
}
#page-body .left-column {
	float: left;
	width: 250px;
	padding-top: 20px;
}
#page-body h2 {
	font-family: "Segoe UI", sans-serif;
	color: #FFF;
	font-size: 18px;
}
.left-column h2 {
	background-image: url(../images/heading-bg.gif);
	height: 30px;
	background-repeat: no-repeat;
	padding-left: 10px;
	margin-bottom: 10px;
}
.left-column p {
	margin-left: 10px;
	margin-right: 20px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.left-column a {
	color: #333;
}
.left-column a:hover {
	color: #71730F;
	text-decoration: underline;
}
.location-map  {
	margin-bottom: 10px;
}
.location-map td {
	padding-bottom: 3px;
	padding-left: 6px;
}
.location-map img  {
	vertical-align: middle;
}
.location-map a {
	color: #333;
}

.left-column .download {
	font-size: 13px;
	line-height: 20px;
	color: #848711;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.left-column .download a {
	text-decoration: none;
	color: #666;
}
.left-column .download a:hover {
	text-decoration: underline;
	color: #838611;
}
.left-column .left-links ul {
	margin-left: 10px;
	list-style-type: none;
	font-size: 13px;
	padding-bottom: 10px;
	font-weight: bold;
	color: #666;
	font-family: "Segoe UI", sans-serif;
}
.left-links li {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	padding-left: 12px;
	background-position: 0px 4px;
	margin-bottom: 6px;
}
.left-column .left-links a {
	text-decoration: none;
	color: #666;
}
.left-column .left-links a:hover {
	text-decoration: underline;
	color: #838611;
}

#page-body .right-column  {
	float: right;
	width: 750px;
    min-height:540px;
	height:auto !important;
	height:540px;
}

* html body #page-body .right-column  {

}
.right-column h2 {
	background-image: url(../images/main-heading-bg.gif);
	background-repeat: no-repeat;
	height: 50px;
	padding-left: 46px;
}
.right-column h3 {
	font-size: 17px;
	margin-bottom: 10px;
	font-family: "Segoe UI", sans-serif;
}
.right-column  h4 {
	font-size: 15px;
	color: #444;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 12px;
	margin-bottom: 4px;
	font-family: "Segoe UI", sans-serif;
}
.right-column h4 a {
	color: #444;
	margin-bottom: 10px;
	display: block;
	width: 200px;
}
.right-column h4 a:hover {
	color: #71730F;
}

.right-column h5 {
	font-size: 13px;
	font-weight: bold;
}



.right-column .products {
	width: 710px;
	margin-left: 30px;
}
.products td {
	width: 50%;
	text-align: left;
	vertical-align: top;
	padding-left: 23px;
	padding-bottom: 20px;
}
.products .product-title {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin-top: 2px;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-left: 6px;
}
.products .product-view-more {
	margin-right: 36px;
	margin-left: 6px;
	text-align: right;
}
.product-info {
	padding-left: 30px;

}
.product-info .product-plans {
	margin-bottom: 16px;
}
.product-info .product-plans td{
	text-align: left;
	vertical-align: top;
	padding-left: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	width: 310px;
	padding-right: 20px;
}
.product-info  img {
	border: 3px solid #999;
}
.product-info .zoom {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.product-info .zoom img {
	vertical-align: middle;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.zoom a {
	color: #333;
}
.product-info .flat-plan table{
	width: 100%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.product-info .flat-plan td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	font-size: 13px;
	width: 50%;
}
.product-info .flat-plan a {
	color: #6D700E;
	font-weight: bold;
}

.product-info .specifications {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.product-info .specifications table {
	margin-bottom: 10px;
	margin-left: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	width: 98%;
}

.specifications td {
	padding-bottom: 5px;
	vertical-align: top;
}
.right-column .contents {
	margin-left: 30px;
	padding-left: 20px;
	font-size: 12px;
	padding-right: 20px;
	padding-bottom: 10px;
}
.contents p {
	margin-bottom: 10px;
	line-height: 15px;
}
.contents ul.list {
	margin-left: 20px;
	margin-bottom: 10px;
}
.contents ol.list {
	margin-left: 20px;
	margin-bottom: 10px;
}
.contents .list li {
	margin-bottom: 3px;
}
.contents p a {
	color: #71730F;
}


.contents .after-h4 {
	margin-left: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 10px;
}
.contents .gallery {
	margin-bottom: 10px;
}
.gallery img {
	background-image: url(../images/gallery-image-bg.jpg);
	background-repeat: no-repeat;
	width: 158px;
	height: 106px;
	padding-top: 1px;
	padding-right: 1px;
	padding-left: 1px;
	padding-bottom: 23px;
}
.gallery td {
	padding-bottom: 16px;
}
.disclaimer {
	font-size: 10px;
	color: #666;
}










#page-wrapper #page-footer {
	background-image: url(../images/footer-bg.gif);
	background-repeat: repeat-y;
	padding-bottom: 10px;
	color: #333;
}
#page-footer .inner-footer {
	background-image: url(../images/footer-top-bg.gif);
	background-repeat: no-repeat;
}
.inner-footer .copy-right {
	width: 240px;
	padding-left: 10px;
	font-size: 11px;
	float: left;
	margin-top: 21px;
	padding-top: 6px;
}
.inner-footer .footer-links {
	width: 700px;
	float: right;
	padding-top: 6px;
	text-align: right;
	padding-right: 10px;
	padding-bottom: 6px;
}
.inner-footer .footer-links a {
	color: #333;
	text-decoration: none;
	margin-right: 3px;
	margin-left: 3px;
}
.inner-footer .footer-links a:hover {
	text-decoration: underline;
}
#page-footer .powered {
	padding-top: 6px;
	font-size: 11px;
	padding-right: 16px;
}
.powered a {
	color: #666;
	text-decoration: none;
}
.powered a:hover {
	text-decoration: underline;
}
.powered img {
	vertical-align: middle;
	margin-left: 3px;
}
.inner-footer .right-footer {
	float: right;
	width: 670px;
}
.new-launch-banner {
	position: absolute;
	top: 10px;
	margin-left: 298px;
}


table.form {
	border-collapse:collapse;
}
table.form td {
	font-size: 14px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
	vertical-align: top;
}
input.formfield, select.formfield, textarea.formfield {
	border: 1px solid #990;
	width: 300px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	padding: 5px;
}

