@import url("menu.css");

@font-face {  
	  font-family: "TMS"; 
	  font-weight: normal; 
	  src: url(TMS.eot); /* IE */  
	  src: local("TMS"), url(TMS.ttf) format("truetype"); /* non-IE */  
}
 
@font-face {  
	  font-family: "Tccm"; 
	  font-weight: 400; 
	  src: url(TCCM.eot); /* IE */  
	  src: local("Tccm"), url(TCCM.ttf) format("truetype"); /* non-IE */  
} 

body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.png);
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	text-align: justify;
}

::selection {
   background: #f28909;
   color:#333;
}

::-moz-selection {
   background: #f28909;
   color:#333;
}
a {
   outline: 0;
}

.homeBody{
	background-image: url(../images/homeBg.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.innerBody{
	background-image: url(../images/mainBg.png);
	background-repeat:repeat;
	background-position: left top;
}
.main{
	width:980px;
	margin:0 auto;
}
.header{
	float:left;
	width:100%;
	background-image: url(../images/topLine.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 18px;
}
.logo{
	float:left;
	width:20%;
}
.menu{
	float:left;
	width:80%;
}
.banner{
	float:left;
	width:100%;
}
.welcome{
	margin-top:15px;
	float:left;
	width:100%;
	background-image: url(../images/welcomeBottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color:#1C5824;
	padding-bottom:35px;
	padding-top:15px;
	color:#FFFFFF;
}
.welcome p{
	letter-spacing: 0.5px;
}
.welcome h1,.welcome h2{
	font-size: 15pt;
	display: inline;
	font-family: tccm;
	font-weight: normal;
}
.welcomeContent1{
   float:left;
	width:40%;	
	padding-left:2%;
	padding-right:2%;
	border-right:solid 1px #FFFFFF;
}
.welcomeContent2{
    float:left;
	width:20%;
	padding-left:2%;
	padding-right:2%;
	border-right:solid 1px #FFFFFF;
}
.welcomeContent3{
    float:left;
	width:27%;
	padding-left:2%;
	padding-right:2%;
}
.welcomeContent1,.welcomeContent2,.welcomeContent3{
	height: 145px;
}
.welcomeContent2 ul{
	padding:10px 0px 0px 0px;
	margin:0;
}
.welcomeContent2 ul li{
	margin: 0;
	list-style: none;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.welcomeContent2 ul li a{
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
	color: #FFF;
}
.welcomeContent2 ul li a:hover{
	text-decoration:underline;
}

.welcomeContent3 ul{
	padding:10px 0px 0px 0px;
	margin:0;
}
.welcomeContent3 ul li{
	margin: 0;
	list-style: none;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.welcomeContent3 ul li span{
	font-family: tccm;
	font-size: 17px;
	text-align: right;
	font-weight: normal;
	color: #E5E5E5;
}
.welcomeContent3 ul li a{
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
	color: #FFF;
}
.welcomeContent3 ul li a:hover{
	text-decoration:underline;
}
.more{
	font-family: Arial, Helvetica, sans-serif;
	float: right;
}
.more a{
	font-weight: bold;
	font-size: 11px;
	color: #FFF;
	text-align: right;
	letter-spacing: 3px;
	text-decoration: none;
}
.more a:hover{
	text-decoration: underline;
}

.moreG{
	font-family: Arial, Helvetica, sans-serif;
	float: right;
}
.moreG a{
	font-weight: bold;
	font-size: 11px;
	color: #1b5628;
	text-align: right;
	letter-spacing: 3px;
	text-decoration: none;
}
.moreG a:hover{
	text-decoration: underline;
}

.homeOngoing{
	margin-top:15px;
	float:left;
	width:100%;
	margin-bottom: 15px;
}
.homeOngoingLeft{
	float: left;
	width: 42%;
	padding-right: 2%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #1b5628;	
}
.homeOngoingRight{
	float: left;
	width: 55.8%;
}
.headingBg{
	padding:5px 0px 5px 0px;
}
.heading{
	color:#1C5824;
	display:inline;
	font-size:15px;
}
.homeOngoingRight ul{
	padding:0;
	margin:0;
}
.homeOngoingRight ul li{
	padding: 10px;
	margin: 0;
	float: right;
	list-style: none;
	margin-right: 2px;
	height: 120px;
	width: 84px;
	cursor: pointer;
}
.homeOngoingRight ul li a{
	display:block;
	width:100%;
	height:100%;
	font-size:13px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	text-align:right;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: right 38px;
}
.homeOngoingRight ul li:hover{
	background-color:#ccc;
}
.homeOngoingRight ul .red{
	background-color:#DA530F;
}
.homeOngoingRight ul .blue{
	background-color:#0EA3CE;
}
.homeOngoingRight ul .yellow{
	background-color:#CDA91D;
}
.homeOngoingRight ul .green{
	background-color:#11A25D;
}
.homeOngoingRight ul .brown{
	background-color:#6B410F;
}
.homeProject{
	background-color:#F28909;	
	float:left;
	width:100%;
	margin-top:0px;
	padding:10px 0px;
	color:#FFFFFF;
}
.homeProjectLeft{
	float: left;
	width: 42%;
	padding-left: 2%;
	border-right: solid 1px #FFFFFF;
}
.homeProjectLeftCntnt{
	float: left;
	width: 100%;
	height: auto;
}
.homeProjectLeftCntntLine{
	float: left;
	width: 100%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	height: 20px;
}
.homeProjectRight{
	float: left;
	width: 55%;
}
.homeProjectRight h2{
	display: inline;
	padding-bottom: 8px;
	font-size: 15pt;
	font-family: tccm;
	font-weight: normal;
	float: left;
	width: 100%;
	margin: 0px;
	padding-left: 15px;
}
.homeProjectLeft h2{
	display: inline;
	padding-bottom: 8px;
	font-size: 15pt;
	font-family: tccm;
	font-weight: normal;
	float: left;
	width: 100%;
	margin: 0px;
	padding-left: 15px;
}
.homeProjectLeft ul{
	margin: 0px;
	float: left;
	width: 50%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.homeProjectLeft ul li{
	list-style-type: none;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: TMS;
	font-size: 11px;
}
.homeProjectLeft ul li a{
	font-family: TMS;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	text-align: left;
	text-decoration: none;
}
.homeProjectLeft ul li a:hover{
	text-decoration: underline;
	color: #ffc073;
}
.projImg{
	float: left;
	padding-left: 18px;
	text-align: center;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.projImgNidhi{
	float: left;
	text-align: center;
	padding-right: 25px;
	padding-left: 15px;
	padding-bottom: 3px;
}
.projImgHlineN{
	text-align: center;
	float: left;
	width: 50%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	margin-top: 5px;
	padding-top: 5px;
}
.projImgHlineN span{
	color:#1C5824;
}
.projImgHlineN strong{
	font-weight:bold;
	font-size:13px;
}

.projImgHline{
	text-align: center;
	float: left;
	width: 36%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.projImgHline span{
	color:#1C5824;
}
.projImgHline strong{
	font-weight:bold;
	font-size:13px;
}

.footerBg{
	background-image: url(../images/footerBg.png);
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
	width: 100%;
	color: #FFF;
}
.footerBgInside{
	width:980px;
	margin:0 auto;
}
.footer{
	float:left;
	width:100%;
	margin:10px 0px;
	color: #153E17;
}
.footerLeft{
	float:left;
	width:60%;
}
.footerRight{
	float:right;
	width:40%;
	text-align:right;
}
.footerLeft ul{
	padding:0;
	margin:0;
}
.footerLeft ul li{
	padding-right:10px;
	float:left;
	list-style:none;
}
.footerLeft ul li a{
	color: #153E17;
	text-transform: uppercase;
	font-size:11px;
	text-decoration:none;
}
.footerLeft ul li a:hover{
	text-decoration:underline;
}
.innerBanner{
	float:left;
	width:100%;
}
.innerContent{
	float:left;
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
	margin-bottom:20px;
}
.innerContentLeft{
	float:left;
	width:200px;
	margin-right:20px;
	background-color:#1C5824;
	padding-bottom:100%;
	margin-bottom:-100%;
	background-image: url(../images/leftMenuBg.png);
	background-repeat: repeat-y;
	background-position: right top;
}
.innerContentLeftBottom{
	position: absolute;
	bottom: 0;
	
}
.innerContentRight{
	float: left;
	width: 760px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #745200;
	font-size: 12px;
}
.headingBgInner{
	background-color:#B07D2A;
	padding:5px;
	margin-top:15px;
}
.headingBgInner h1{
	display:inline;
	color:#FFFFFF;
	font-size: 15pt;
	font-family: tccm;
	font-weight: normal;
}
.innerLeftMenu ul{
	margin: 0px 0px 35px 0px;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 0px;
	min-height:220px;
}
.innerLeftMenu ul li{
	padding-top: 0px;
	text-align: right;
	list-style: none;
}

.innerLeftMenu ul li a{
	color: #FFFFFF;
	font-size: 13pt;
	font-family: tccm;
	text-decoration: none;
	display: block;
	padding: 5px 15px 5px 0px;
}
.innerLeftMenu ul li .selected{
	background-image: url(../images/leftMenuArrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
.innerLeftMenu ul li a:hover{
	text-decoration: none;
	color: #000;
	background-color: #FFF;
}
.testimonialBg{
	color: #896221;
	padding: 0px;
	background-color: #e8e8e8;
	margin-bottom: 25px;
	margin-top: 25px;
	border: 1px solid #CECECE;
	font-weight: bold;
}
.testimonialBg div{
	padding: 8px;
	background-image: url(../images/testimonialBG.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.testimonialBg div p{
	text-align: left;
	padding-left: 520px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	color: #895301;
	font-weight: normal;
}
.projectContent{
	float:left;
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
	margin-bottom:20px;
	margin-top:20px;
}
.projectContentLeft{
	float:left;
	width:200px;
	background-color:#1C5824;
	padding-bottom:100%;
	margin-bottom:-100%;
	background-repeat: repeat-y;
	background-position: right top;
}
.projectContentLeftBottom{
	position: absolute;
	bottom: 0;
	
}
.projectContentRight{
	float:left;
	width:780px;
	background-image: url(../images/projectRightBg.png);
	background-repeat: repeat-y;
	background-position: right top;
	padding:0;
	margin:0;
	background-color:#FFFFFF;
}
.projectContentRightBg{
	background-image: url(../images/projectTopBg.png);
	background-position: right top;
	background-repeat:no-repeat;
	top: 0;
	padding:15px 30px 35px 15px;
	min-height:450px;
}
.projectContentRightBootomBg{
	position: absolute;
	bottom: 0;	
}
.projectContentRightBg ul{
	padding:10px 0px 0px 20px;
	margin:0;
}
.projectContentRightBg ul li{
	padding:3px 0px;
	margin:0;
	font-size: 12px;
}
.projectLeftMenu ul{
	padding:10px 0px;
	margin:0;	
}
.projectLeftMenu ul li{
	text-align:right;
	list-style:none;
	width:100%;
	display:block;
}

.projectLeftMenu ul li a{
	color:#FFFFFF;
	font-size: 15pt;
	font-family: tccm;
	text-decoration:none;
	display:block;
	padding:5px 15px 5px 0px;
}
.ui-tabs-selected a{
	background-color:#FFFFFF;
	color:#1C5824!important;
	background-image: url(../images/projectMenu.png);
	background-repeat: no-repeat;
	background-position: 70px center;
	display:block;
}
.ui-tab-line{
	background-image: url(../images/v-line.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 10px;
	padding-bottom: 10px;
}
.ui-tab-bottom{
	padding-bottom: 10px;
}
.projectLeftMenu ul li a:hover{
	background-image: url(../images/projectMenu.png);
	;
	background-repeat: no-repeat;
	background-position: 70px center;
	background-color: #d07e01;
	color: #FFFFFF;
}
.projectHeadingBg{
	background-color:#B07D2A;
	padding:5px;
}
.projectHeadingBg h1{
	display:inline;
	color:#FFFFFF;
	font-size: 15pt;
	font-family: tccm;
	font-weight: normal;
}
.email1c {
	padding: 5px;
	color: #000000;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	
}
.email1{
	padding: 5px;
	
	
}
.contact{
	float: left;
	width: 49%;
	padding-right: 2%;
	}
	
.address{
	float: left;
	width: 49%;
	}
	
.completedPrjct{
	width: 30%;
	float: left;
	margin-right: 3%;
	margin-bottom: 15px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #1C5824;
	text-align: left;
	color: #745200;
	margin-top: 0px;
	font-weight: bold;
}
.line{
	float: left;
	width: 100%;
	background-image: url(../images/line.png);
	background-repeat: repeat-x;
	background-position: left center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.mark{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.newsBg{
	float: left;
	width: 97%;
	background-color: #E5E5E5;
	margin-top: 15px;
	margin-bottom: 10px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #D0B080;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #D0B080;
}
.moreimg{
	float: right;
}
.newsBg div{
	float: left;
	width: 26%;
	padding-top: 5px;
}
.newsBg h2{
	font-weight: bold;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #745200;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding-top: 0px;
}
.enquiryForm{
	background-color: #E5E5E5;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D0B080;
	border-bottom-color: #D0B080;
	margin-top: 20px;
	padding: 10px;
}
#msg {display:none; position:absolute; z-index:200; background:url(../images/msg_arrow.gif) left center no-repeat; padding-left:7px}


#msgcontent {
	display:block;
	background:#E9BEDD;
	border:2px solid #924949;
	border-left:none;
	padding:5px;
	min-width:100px;
	max-width:150px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
}
.subAmenities{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #B07D2A;
	font-weight: bold;
	font-size: 13px;
	line-height: 20px;
}
 .siteMap{
               margin:0px;
               padding:0px;
       }
.siteMap li{
       padding-top: 3px;
       padding-bottom: 3px;
       padding-left: 20px;
       list-style-position: inside;
       list-style-image:url(../images/site-map.png)        
               
       }
.siteMap li a{
	font-family: Arial, Helvetica, sans-serif;
	color: #013650;
	text-decoration: none;
}        
.siteMap li a:hover{
       text-decoration:underline;
       
}
.ongoingBG{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #b07d2a;
	float: left;
	width: 100%;
	margin-top: 12px;
	margin-bottom: 12px;
}
.ongoingLeftImg{
	width: 40%;
	float: left;
}
.ongoingLeftCntr{
	float: left;
	width: 60%;
	text-align: left;
	padding-top: 5px;
	line-height: 18px;
	height: 210px;
}
.ongoingLeftCntr h2{
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-family: tccm;
	font-size: 15pt;
	font-weight: normal;
}
.ongoingLeftCntr p{
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
}


.ongoingMoreImg{
	float: right;
	padding-top: 10px;
	
}
.floorPlanBox{
	float: left;
	background-image: url(../images/floor-plan-thumb.jpg);
	background-repeat: no-repeat;
	width: 190px;
	height: 85px;
	text-align: center;
	margin-right: 50px;
	padding-top: 45px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 40px;
}

.floorPlanBox a{
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	color: #123100;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
}
.floorPlanBox a:hover{
	font-size: 16px;
}
.Cp{
	background-color: #E5E5E5;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D0B080;
	border-bottom-color: #D0B080;
	margin-bottom: 20px;
	padding: 10px;
}
.vt{
	margin-top: 3px;
	background-image: url(../images/projectMenuBg.jpg);
	background-repeat: repeat-y;
	background-position: right center;
	padding-top: 3px;
	padding-bottom: 14px;
	padding-right: 0px;
	text-align: right;
	font-family: tccm;
	display: block;
}
.vt a{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 15pt;
	display: block;
	font-weight: normal;
	font-family: tccm;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.vt a:hover{
	text-decoration: none;
	background-image: url(../images/projectMenu.png);
	background-repeat: no-repeat;
	background-position: 65px center;
	background-color: #d07e01;
}
.fp-thumb{float:left;width:30%; margin:10px}
.fp-thumb img{border:1px solid #999;}.fp-thumb img:hover{opacity:0.7;}