@charset "utf-8";

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td { 
	margin:0;
	padding:0;
}
p{
	padding:6px 0px 6px 0px;
	margin:0px;
	line-height:17px;
	text-shadow:1px 0px 1px #999;
}
img{
	border:0;
}
body{
	text-align: justify;
	margin: 0px;
	padding: 0px;
	outline:none;
	font-family: Tahoma;
	color:#421C33;
	font-size:12px;
	font-weight:normal;
	background-color:#C69E08;	
}﻿
.headerContent,.mainContent,.footerContent,.banner{
	float:left;
	width:100%;
}
.headerContent{
	background-image: url(../images/homeBg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 94px;
}
.mainContent{
	background-image: url(../images/bodyBg.jpg);
	background-repeat: repeat;
	background-position: left top;
	height:100%;
	padding-bottom:18px;
}
.header,.main,.footer{
	margin:0 auto;
	width:980px;
}
.main{
	margin-bottom:10px;
}
.headerLeft{
	float:left;
	width:30%;
	padding-top:8px;
}
.headerRight{
	float:right;
	width:70%;
	margin-top: 51px;
	text-align:right;
}
.topMenu{
	float:left;
	color:#FFCB05;
	width:100%;
	padding-top:5px;
	font-size:15px;
}
.topMenu a{
	color:#5B2F48;
	text-decoration:none;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
}
.topMenu a:hover{
	text-decoration: none;
	color:#FFF;
}
.banner{
	width:100%;
	float:left;
	
}
.homeBg{
	background-image: url(../images/homeBg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color:#572D45;
}
.homeContent{
	float:left;
	width:100%;
	margin-top:15px;
}
.homeContentLeft{
	float:left;
	width:65%;
}
.homeContentRight{
	float:left;
	width:32%;
	margin-left:3%;
}
.welcome{
	float:left;
	width:100%;
}
.homeContent h1{
	font-size:16px;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	text-shadow:1px 1px 1px #ccc;
}
.homeContent h2{
	font-size:14px;
	display:block;
	background-color:#401D31;
	color:#FFFFFF;
	padding:4px 5px;
}
.homeContentRight ul{
	margin-bottom:5px;
}
.homeContentRight ul li{
	padding: 10px 0px;
	list-style:none;
	text-shadow:1px 0px 1px #999;
	display:table;
}
.highLighttext{
	font-weight:bold;
	text-align:right;
}
.homeBox{
	float:left;
	width:100%;
}
.homeBox .first{
	margin-left:0px;
}
.homeBoxText{
	float:left;
	width:30%;
	margin-left:5%;
	color:#ffffff;
}
.homeBoxText h2{
	font-size:15px;
	color:#FFFFFF;
	font-weight:bold;
	padding:26px 0px 16px 90px;
	background-image: url(../images/arrow1.png);
	background-repeat: no-repeat;
	background-position: 74px 28px;
	text-shadow:0px 1px 1px #ccc;
}
#topMenu ul {
  text-align: left;
  display: inline;
  margin: 0;
  padding: 10px 4px 12px 0;
  list-style: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
#topMenu ul li {
  font: bold 12px/18px sans-serif;
  display: inline-block;
  color:#5B2F48;
  margin-right: -4px;
  position: relative;
  padding: 10px 10px;
  background: #f2f2f2;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  text-transform:uppercase;
}
#topMenu ul li:hover {
  background: #371B2B;
  color: #FFFFFF !important;
}
#topMenu ul li ul {
  padding: 0;
  position: absolute;
  top: 38px;
  left: 0;
  width: 200px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
  text-transform:none;
  z-index:1001;
}
#topMenu ul li ul li { 
  background: #5B2F48; 
  display: block; 
  color: #fff;
  text-shadow: 0 -1px 0 #000;
}
#topMenu ul li ul li a{ color:#ffffff;}
#topMenu ul li ul li:hover { background: #371B2B;color:#ffffff; }
#topMenu ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}
/* menu end*/
.footerContent{
    border-top:solid 10px #371B2B;
	background-color:#5B2F48;
}
.footerLink{
	width:100%;
	float:left;
	padding-top:20px;
	color:#FFFFFF;
	background-image: url(../images/footerBg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height:100px;
	text-align:center;
}
.footerLink ul{
	padding-top: 33px;
	display: inline-block;
}
.footerLink ul li{
	padding:0px 10px;
	float:left;
	list-style:none;
	border-right:solid 1px #5D2F49;
}
.footerLink ul li a{
	color:#5D2F49;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}
.footerLink ul li a:hover{
	text-decoration:underline;
}
.footerLink .last{
	border-right:none;
}
.copy{
	padding:130px 0px 10px 0px;
	text-align:center;
	color:#FFCB05;
	
}
.innerContent{
	float:left;
	width:100%;
}
.innerLeft{
	float:left;
	width:20%;
	margin-top:12px;
}
.innerRight{
	float:left;
	width:77%;
	margin-left:3%;
	margin-top:12px;
	font-size:12px;
}
.innerRight h1{
	font-size:18px;
	margin-bottom:8px;
	padding:3px 3px;
	border-top-width: 1px;
	border-top-color: #F4D666;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;	
	border-bottom-color: #F4D666;
	background-color: #B9A148;
}
.leftMenu ul {
    margin: 0; 
    padding: 0;
    list-style-type: none;
}

.leftMenu ul li a {
    text-decoration: none;
    color: white; 
    padding: 10.5px 11px;
    background-color: #3F3E3E;
    display:block;
	border-bottom:solid 1px #CCCCCC;
	font-weight:bold;
	font-size:13px;
}
 
.leftMenu ul li a:visited {
    color: white;
}
 
.leftMenu ul li a:hover, .leftMenu ul li .current {
    color: white;
    background-color:#582C45;
}

.projectContent{
	width:100%;
	float:left;
}
.projectContentLeft{
	width: 169px;
	float: left;
	background-color: #c5b7bf;
	color:5b2f48 !important;
}
.projectContentRight{
	border-top: 1px solid #F2F2F2;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    float: left;
    width: 780px;
	padding:15px;
	background-color:#FFFFFF;
	min-height:400px;
}
.projectContentRight h1{
	padding-bottom:6px;
}
.projectContentRight h2{
	font-size:14px;
	color:#666666;
	padding-bottom:6px;
}
.projectMenu ul{
	list-style-type: none;
	margin-bottom: 20px;
	padding: 0;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 20px;
}
.projectMenu ul li.first{
	border-top: 0px;
}
.projectMenu ul li.last{
	border-bottom: 0px;
}

.projectMenu ul li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5b2f48;
}

.projectMenu ul li a{
	font-size: 13px;
	color: #5b2f48;
	text-decoration: none;
	font-weight: bold;
	display: block;
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 15px;
	text-align: right;
}
.projectMenu ul li a:hover{
	background-color: #fff;
	color: #342e0a!important;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #342e0a;
	padding-top: 2px;
	padding-bottom: 5px;
}
.projectList{
	margin: 0px;
	padding: 0px;
	}
.projectList li{
	padding-left: 15px;
	padding-bottom: 6px;
	list-style-image: url(../images/project-icon.png);
	}
.prosubHead{
	font-weight: bold;
	font-size: 12px;
	padding-top: 5px;
	text-decoration: underline;
	}
.projectHeading {
	font-size: 16px;
	color: #032141;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000;
}
.projectHeading span{
	font-size: 12px;
}
.ui-tabs-selected a{
	background-color: #3f3e3e;
	color: #fff!important;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #342e0a;
	padding-top: 2px!important;
	padding-bottom: 5px!important;
}
.enquiryForm{
	background-color: #EAEBCB;
	border-top-width: 6px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #a1a33e;
	border-bottom-color: #a1a33e;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-top: 5px;
	margin-top: 20px;
}
.projectList{
	margin: 0px;
	padding: 0px;
	}
.projectList li{
	padding-left: 15px;
	padding-bottom: 6px;
	list-style-image: url(../images/project-icon.png);
	}
	
	.email1c {
	padding: 8px;
	color: #000000;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
}
.email1{
	padding: 5px;
}
.emailText{
		padding: 2px;
		border: 1px solid #cca30a;
		font-size: 11px;
		color: #333333;
}

.enquiryForm{
	background-color: #f6f8bb;
	border-top-width: 6px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #5b2f48;
	border-bottom-color: #5b2f48;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-top: 5px;
	margin-top: 20px;
}

.ongoingBox{
	float: left;
	width: 97%;
	padding: 10px;
	margin-bottom: 15px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #5b2f48;
	margin-top: 10px;
	background-color:#f9fac8;
}

.projectBox{
	float: left;
	width: 97%;
	padding: 10px;
	margin-bottom: 15px;
	margin-top: 10px;
	background-color: #f9fac8;
	-moz-box-shadow: 2px 10px 10px 0px #775e03;
	-webkit-box-shadow: 2px 10px 10px 0px #775e03;
	box-shadow: 2px 10px 10px 0px #775e03;
	border: 1px solid #5b2f48;
}

.projectBoxLeft{
	float: left;
	width: 35%;
}
.projectBoxRight{
	float: left;
	width: 65%;
}
.projectBox h2{
	color: #040404;
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #8d7103;	
} 
.projectBox p{
	color: #000000;
	
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
}
.projectDetail{
	float:right;
	}
	
#contactLeft{
	
	float: left;
	width: 44%;
	position: relative;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-bottom: 10px;
	padding-left:4%;
	background-image: url(../images/contact-div.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
input{
	width: 240px;
	height: 25px;
	padding: 6px;
	border: #eaeaea 1px solid;
	border-bottom: #eaeaea 2px solid;
	border-right: #eaeaea 2px solid;
}
.sub{
	background-image:url(../images/submit_bg_gif.gif);
	border:none;
	width:120px;
	padding:2px 13px 5px 8px;
	cursor:pointer;
	color:#FFFFFF;
	height: 21px;
}

#contactLeft span{color:#FF0000;}
#contactLeft h1{
	font-size: 14px;
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 2px solid #a48205;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding:4px;
	
}
#contactLeft h4{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0px;
}
#form-message{width:250px; height:50px; padding:6px; border:#eaeaea 1px solid; border-bottom:#eaeaea 2px solid; border-right:#eaeaea 2px solid;}
.contact{
	width:98%;
	border-top: 1px solid #F2F2F2;
	
	float: left;
	
	padding-right: 1%x;
	position: relative;
	background: #ecd88e;
	border: 4px solid #a48205;
	color: #5b3c14;
	
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 1%;
	margin-bottom: 10px;}

#contactRight{
	float: left;
	width: 46%;
	
	padding-right: 4%;
	position: relative;
	
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 0px;
	
	
	margin-bottom: 10px;
}
.contactMiddle{
	float:left;
	margin-left:3%;
	width:4%;
	height:3px;
	
	}
#contactRight h1{
	font-size: 14px;
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;
	padding:4px;
	margin: 0px 0 15px 0;
	border-bottom: 2px solid #a48205;
}
#contactRight h4{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0px;
}
#brdr{
	height: 2px;
	background: #a48205;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 13px;
	margin-left: 0;
}

.floorPlanBox{
	float:left;
	background-image: url(../images/floor-plan.png);
	background-repeat: no-repeat;
	width:211px;
	height:131px;
	text-align:center;
	margin-right:30px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.floorPlanBox a{
	font-weight:bold;
	text-decoration:none;
	font-size:16px;
	color:#003592;
}
.floorPlanBox a:hover{
	font-size:18px;
}
.projectList1{
	margin: 0px;
	padding: 0px 0px 0px 40px;
	}
.projectList1 li{
	padding-left: 10px;
	padding-bottom: 6px;
	list-style-image: url(../images/project-icon.png);
	}
.newsHead{
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5B2F48;
	padding:5px 0px 5px 0px;
}