@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, header, article, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent;  }

table { font-size: 100%;  }

input, textarea, button, select {margin:0; padding:0; font-family:inherit; font-size:inherit; color:#444444; float:left;}

.select-common {border:1px solid #CCC; height:; color:#;}

ol, { list-style: none; }
body {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;  font-size:12px; line-height:20px; 
	font-family:open sans;
}
#main {
	float: left;
	width: 100%;
}
.tophead {
	background-color: #EFEFEF;
	float: left;
	height: 25px;
	width: 100%;
}
.lefttophead {
	float: left;
	height: 25px;
	width: 350px;
	font-size:11px;
	line-height:25px;
	color:#7C7C7C;

}
.rightophead {
	float: right;
	height: 25px;
	font-size:11px;
	line-height:25px;
	color:#CCCCCC;
	text-align:right;

}
.rightophead a {
	color: #EB7C20;
	text-decoration: none;
}
.rightophead a:hover {
	text-decoration: underline;
}
#header {
	float: left;
	height: 177px;
	width: 100%;
}
.logo {
	float: left;
	margin-top: 5px;
	width: 288px;
}
.lodoheadingsection {
	float: left;
	height: 85px;
	width: 200px;
	margin-top: 10px;
	margin-left: 5px;
}
.headeradd {
	float: left;
	height: 63px;
	width: 512px;
	margin-top: 25px;
	margin-left: 25px;
}
.headeradd1 {
	float: left;
	height: 63px;
	width: 230px;
	margin-top: 25px;
	margin-left: 45px;
	margin-right:5px;
}
.headeradd2 {
	float: left;
	height: 63px;
	margin-top: 25px;
}

.companydetails {
	float: right;
	height: 70px;
	width: 200px;
	margin-top: 20px;
	color: #999999;
	text-align: right;
	padding-top:4px;
}
.facebookbox {
	float: left;
	height: 25px;
	width: 150px;
	margin-top: 25px;
}
.isotextbox {
	color: #FA9D46;
	float: left;
	height: 15px;
	width: 100%;
	font-size: 11px;
}

#wrapper {
	margin: auto;
	width: 1036px;
}

.placesection {
	float: left;
	width: 1024px;
	margin:auto;
	border:solid 1px #e3e3e3;
	font-size: 11px;
	padding: 5px;
	line-height: 18px;
	color:#666;
	border-top:none;
}
.placesection a{ text-decoration:none; color:#0088cc;}
.placesection a:hover{ text-decoration:underline;}

.navigation {
	float: left;
	height: 35px;
	width: 100%; background:url(../images/menu-bg.jpg) left top repeat-x #DE751A;
	margin-top: 8px;
	border-radius:5px 5px 0px 0px;
	border:solid 1px #db690d;
}
.navigation  ul {
  text-align: left;
  display: inline;
  list-style: none;
}
.navigation  ul li { float:left; position:relative;

}
.navigation  ul li span{ width:1px; height:30px; float:left; background:url(../images/sap.png) left top no-repeat;}
.navigation  ul li a {
	text-decoration:none;
	font-size:14px;
  display: inline-block;
  position: relative;
  padding: 8px 9px;
  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;
  color:#fff;
}
.navigation  ul li a:hover {
}
.navigation  ul li ul {
  padding: 0;
  position: absolute;
  top:36px;
  left: 0;
  width: 150px;
  -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;
}
.navigation  ul li ul li { 
  background: #1a4267; 
  display: block; width:100%; 
  color: #fff; 
  text-shadow: 0 -1px 0 #000;
}
.navigation  ul li ul li:hover { background: #3e89cf; }
.navigation  ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}

.bannersection {
	float: left;
	height: 420px;
	width: 100%;

}
.bannerleft {
	float: left;
	height: 300px;
	width: 562px;
	margin-top:10px;
}
.bannerright {
	float: left;
	height: 320px;
	width: 400px;
	margin-left:10px;
	margin-top:-90px;
}

.innerbanner {
	height: 310px;
	width: 1053px;
	background:#c4a904;
	margin-top:95px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.bannerheading {
	float: left;
	height: 30px;
	width: 420px;
	font-size: 20px;
	font-weight: lighter;
	color: #FFF;
	text-align: center;
	background-image: url(../images/launches-bg.png);
	background-repeat: no-repeat;
}
.bannerleftheading h1{
	font-size: 32px;
	font-weight: lighter;
	color: #FFF;
	float: left;
	width: 600px;
	margin-top:10px;
	margin-left:15px;
}
.formsection {
	float: left;
	height: 230px;margin-top:15px;
	width: 100%;
	magin-top:15px;
}

.properties select {
	font-size:14px;
	background:none;
    color:#888;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
	font-weight:300;
}

.properties select option{ background:#EAEAEA;}

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {padding-right:18px}
}

label {position:relative}
.submit input{ background-color:#DC7317; background-image:-moz-linear-gradient(#E88F3A, #D46100); background-image:-webkit-linear-gradient(#E88F3A, #D46100);	background-repeat: no-repeat; border-radius:5px; cursor:pointer;
	float: left;
	height: 45px;
	width: 316px;
	font-size: 27px;
	color: #f6f6f6;
	text-align: center;
	text-transform: uppercase;
	line-height: 50px;
	font-weight: lighter;
	margin-top: 10px;
	border:none;
	}
.container {
	float: left;
	width: 100%;
}
	
.premiaadd {
	float: left;
	height: 58px;
	width: 1032px;
	margin-top:20px;
}
.leftpannel {
	background-color: #f0f0f0;
	float: left;
	width: 178px;
	margin-top: 20px;
	border: 1px solid #ccc;
}
.leftpannelheading {
	background-color: #007fb8;
	float: left;
	height: 30px;
	width: 100%;
	line-height: 30px;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
}
.addbox {
	float: left;
	
	width: 164px;
	margin-left: 7px;
	margin-top: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 2px;padding-bottom: 11px;
}
.addimage {
	float: left;
	
	width: 164px;
}
.addtext {
	float: left;
	height: 30px;
	width: 100%;
	font-size: 11px;
	text-align: center;
	color: #0081BA;
	margin-top: 5px;
}
.addtext a {
	color: #0081BA;
	text-decoration: none;
}
.addtext a:hover {
	text-decoration: underline;
}

.rightpannel {
	float: left;
	width: 840px;
	margin-left: 15px;
	margin-top: 20px;
}
.projectfocusheading {
	float: left;
	
	width: 100%;
	font-size: 22px;
	text-align: center;
	line-height: 30px;
	color: #414141;
	margin-bottom:10px;
	font-weight: bold;
}
.projectcontent {
	float: left;
	height: 75px;
	width: 270px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 10px;
	margin-top:10px;
	margin-left: 15px;
}
.icon_new
{
	position: absolute;
	right:-1px;
	top:-8px;
}
.projecthead {
	background-image: url(../images/projecthead-bg.jpg);
	background-repeat: repeat-x;
	float: left;
	height: 23px;
	width: 100%;text-indent:8px;
	font-size: 13px;
	color: #333;
	line-height: 23px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	position: relative;
}
.projecthead a {
	text-decoration:none;
	color:#333333;
	}
.projecthead a:hover {
	color:#DC3500;
	}

.projecthead1 {
	background-color:#FFD5BB;
	float: left;
	height: 23px;
	width: 100%;
	font-size: 14px;
	color: #333;
	line-height: 23px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.projecthead1 a {
	color: #333333;
	text-decoration: none;
}

.bestresalesection {
	float: left;
	width: 555px;
	margin-top:10px;
}
.hotdealspannel {
	float: left;
	
	width: 182px;
	margin-top: 10px;
}
.apartmentspecification {
	float: left;
	padding:0px 5px 7px;
	width: 175px;
	border: 1px solid #DCDCDC;
	background-color: #f5f5f5;
}
.appartmentheading {
	text-align: center;
	float: left;
	width: 180px;
	color: #E35A00;
	font-size: 13px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	line-height: 20px;
	margin-top:5px;
	text-transform:capitalize;
}
.appartmentheading a {
	color: #E35A00;
	text-decoration: none;
}
.appartmentheading a:hover {
	text-decoration:underline;
}
.appartment-star-section {
	float: left;
	height: 15px;
	width: auto;
	margin-top:8px;
	margin-right:5px;
	margin-left:55px;
}
.appartment-star-image {
	float: left;
	height: 13px;
	width: 14px;
}

.appartment-price {
	width:100%;
	text-align:center;
	float: left;
    font-size:14px;
	color:#328FBF;
	margin-top:5px;
}

.appartmenttext {
	float: left;
	width: 175px;
	font-size: 12px;
	text-align: center;
	padding-top: 5px;
}
.appartmenttext span a {
	color: #328FBF;
	text-decoration: none;
}
.appartmenttext span a:hover {
	text-decoration:underline;
}
.hotdealsbox {
	float: left;
	height: 29px;
	width: 100%;
	line-height:22px;
	margin-bottom:4px;
	font-size:16px;
	font-weight: bold;
	color: #000;
	text-align: center;
}
.noidafloors {
	float: left;
	margin-bottom:2px;
	width: 358px;
	margin-left: 15px;
}
.bhkheading {
	background-color: #f0f0f0;
	float: left;
	text-transform:capitalize;
	
	width: 348px;
	font-size: 12px;
	line-height: 20px;
	padding:5px 5px 5px 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.bhkheading a {
	color: #333;
	text-decoration: none;
}
.bhkheading a:hover {
	color:#DC3500;
}

.sizebox {
	line-height: 26px;
	float: left;
	
	width: 348px;
	padding-left: 10px;
	font-size: 12px;
}
.sizebox span a {
	color: #328fbf;
	text-decoration: none;
}
.sizebox span a:hover {
	text-decoration:underline;
}

.bestresaleheading {
	background-image: url(../images/best-resale-bg.jpg);
	background-repeat: repeat-x;
	float: left;
	height: 30px;
	width: 545px;
	color: #E35A00;
	padding-top: 8px;
	font-size:18px;
	padding-left: 10px;
}
.upcomingheading {
	background-image: url(../images/best-resale-bg.jpg);
	background-repeat: repeat-x;
	float: left;
	height: 36px;
	width: 264px;
	color: #E35A00;
	line-height:36px;
	text-align:center;
	margin-left: 15px;
	text-transform: uppercase;
}
.pavilioncourt {
	float: left;
	width: 264px;
	margin-left: 15px;
	margin-top: 10px;
}
.projectlowercontent {
	float: left;
	
	width: 100%;
	font-size:12px;
	line-height:22px;
	color: #666;
}
.projectlowercontent a {
	color: #666666;
	text-decoration: none;
}
.projectlowercontent a:hover {
	text-decoration: underline;
}

.projectsection{
	background-image: url(../images/project-tabbg.jpg);
	background-repeat: repeat-x;
	float: left;
	height: 61px;
	width: 840px;
	margin-bottom:15px;
}
.projecttabheading {
	float: left;
	height: 50px;
	width: 200px;
	margin-top:5px;
	background-color:#fff;
	text-transform:uppercase;
	text-align:center;
	font-size:20px;
	color:#e35a00;
	padding:10px;
	margin-left:20px;
}

.projecttab {
	float: left;
	height: 61px;
	width: 800px;
}
.projecttab ul {
	margin:0px; padding:0px; list-style-type:none; float:left; margin-right:20px;
}
.projecttab li {display:block; float:left; margin:5px 2px; width:auto;}
.projecttab li a { color:#5E5E5E;	text-decoration:none;  float:left;  text-align:center;  font-size:15px; color:#5E5E5E; padding:10px 20px; text-transform:uppercase;
}

.projecttab li a:hover  {
	background-color:#FFF; color:#DC3500;}
.projecttab li.selected a { background-color:#FFF; color:#DC3500; display:block; font-weight:500;}

p{ font-size:11px; line-height:18px;}
.companylogosection {
	float: left;
	height: 50px;
	width: 1036px;
	margin-top:25px;
}

.propertynews-box-main {
	float: left;
	margin-top:10px;
	width: 646px;
}
.propertynews {
	background-color: #eeeeee;
	float: left;
	height: 30px;
	margin-top:10px;
	width: 100%;
}
.property-news { width:auto; float:left; height:29px; background:#fff; margin:15px 0;}
.property-news .hd-file { width:auto; float:left; height:29px; background:url(../images/property-bg.jpg) left center repeat-x; padding:0 15px; line-height:29px; font-size:11px; color:#004694; text-transform:uppercase; font-weight:600;}
.news{ width:100%; float:left; margin-top:0px; margin-bottom:15px;}
.news .heading{ float:left; padding:5px 0px; color:#3094c1; font-size:14px; background-color:#efefef; }

#footer {
	float: left;
	width: 100%;
	padding-top: 30px;
	background:#f8f8f8 url(../images/footer.png) left bottom no-repeat;

}
.whychooseheading {
	float: left;
	height: 50px;
	width: 100%;
	color:#e35a00;
	font-size: 14px;
	text-transform: uppercase;
}
.whychoosetext {
	float: left;
	width: 250px;
	font-size: 11px;
	line-height: 18px;
}

.whychoosebox {
	float: left;
	height: 190px;
	width: 260px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ededed;
}
.inputdiv {
	float: left;
	height: 35px;
	width: 180px;
	margin-top: 8px;
}
.inputdiv input[type="text"]{
    
    padding: 3px;   
    border: 1px solid #cacaca;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-k-border-radius:3px;
	color:#999;
	font-size:11px;
}
.sendbtn {
	float: right;
	height: 59px;
	width: 52px;
	margin-top: 10px;
	margin-right: 20px;
}
.whychoosebox input[type="submit"]{float: left;
	float: right;
	height: 59px;
	width: 52px;
	margin-top: 10px;
	margin-right: 20px;
	background-image: url(../images/send-btn.jpg);
	background-repeat: no-repeat;
	border:0px; cursor: pointer;

	}

.contactboxsection {
	float: left;
	height: 210px;
	width: 480px;
	margin-left: 10px;
}
.socialsection {
	float: left;
	height: 35px;
	width: 100%;
}
.contactsupport {
	float: left;
	height: 170px;
	width: 225px;
	font-size: 12px;
	line-height: 24px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ededed;
}
.contactsupport a{ color:#E35A00;}
.icons{ float:left; width:27px; height:24px;}
.lowerfooter {
	float: left;
	width: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	margin-top: 10px;
	margin-bottom:10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.lowerfooter ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 11px;
	height: 30px;
	width: auto;
}
.lowerfooter ul li {
	height: 20px;
	width:49%; float:left;
}
.lowerfooter ul li a {
	color: #515151; width:100%; 
	text-decoration: none;
}
.lowerfooter ul li a:hover {
	text-decoration: underline;
}

.corporatelinksection {
	float: left;
	height: 150px;
	width: 250px;
}
.corporateheading {
	float: left;
	height: 25px;
	width: 210px;
	text-transform: uppercase;
	font-size: 13px;
}
.corporatetabs {
	float: left;
	height: 120px;
	width:100%;
	color: #666;
}
.propertylinksection {
	float: left;
	height: 150px;
	width: 360px;
}
.propertyheading {
	float: left;
	height: 25px;
	width: 200px;
	font-size: 13px;
	text-transform: uppercase;
}
.propertytabs {
	float: left;
	height: 120px;
	width: 180px;
}
.trademarksection {
	float: left;
	height: 25px;
	width: 100%;
}
.lefttrademarksection {
	float: left;
	height: 20px;
	width: 750px;
	font-size: 11px;
	color: #666;
}
.rightrademarksection {
	float: right;
	height: 20px;
	width: 200px;
	font-size: 11px;
	text-align: right;
	color: #666;
}
.rightrademarksection a {
	color: #666;
}






.properties {
	background-image: url(../images/properties.png);
	background-repeat: no-repeat;
	float: left;
	height: 33px;
	width: 372px;
	padding-top:13px;
	padding-left:50px;
}
.locationbox {
	float: left;
	width: 184px;
}
.locationheading {
	float: left;
	height: 25px;
	width: 100%;
	font-size: 13px;
	color: #fee7d3;
	line-height: 25px;
}
.locationbg {
	background-image: url(../images/location-bg.png);
	background-repeat: no-repeat;
	float: left;
	height: 33px;
	width: 134px;
	padding-top: 13px;
	padding-left: 50px;
}
.locationbg select {
	font-size:14px;
	background:none;
    color:#888;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
	font-weight:300;
}
.locationbg select option{ background:#EAEAEA;}


.budgetbox {
	float: left;
	width: 112px;
	margin-left:6px;
}
.budgetheading {
	float: left;
	height: 25px;
	width: 100%;
	font-size: 13px;
	color: #fee7d3;
	line-height: 25px;
}
.budgetbg {
	background-image: url(../images/min-price.png);
	background-repeat: no-repeat;
	float: left;
	height: 33px;
	width: 62px;
	padding-top: 13px;
	padding-left: 50px;
}
.budgetbg select {
	font-size:14px;
	background:none;
    color:#888;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
	font-weight:300; width:53px;
}
.budgetbg select option{ background:#EAEAEA;}


.formtbtn {	float: left;width: 115px; border:solid 1px #A08601; margin-right:22px; border-bottom:none;}
.formtbtn ul { list-style:none;}
.formtbtn li { width:100%; border-bottom:1px solid #A08601; float:left; position:relative; }
.formtbtn li a {color:#fee7d3;	text-decoration:none; font-size:15px; display:block;  font-family:'Open Sans'; font-weight:300; padding:12px 8px;}
.formtbtn li span{ position:absolute; right:-23px;}

.formtbtn li a:hover  {
background-color:#E17D23; color:#fff;}
.formtbtn li.selected a { background: url(../images/selected-arrow.png) right top no-repeat;color:#fff; position:relative; width:116px;}

.rightform {
	float: left;
	height: 230px;
	width: 420px;
}
.slide-area { width:440px; height:336px; float:left; background:#fff; border-radius:10px; margin:44px 10px 46px; padding:10px 10px 0 10px;}

#carousel {
	margin: 0 auto;
	width: 367px;
	height: 330px;
	padding: 0;
}
#carousel ul {
	list-style: none;
	width: 1500px;
	margin: 0;
	padding: 0;
	position: relative;
}
#carousel li {
	display: inline;
	float: left;
}
#carousel li img {
	width: 440px;
	height: 301px;
}
.textholder {
	text-align: left;
	font-size: small; color:#fff; font-family:'Open Sans'; font-size:16px; font-weight:bold;
	padding: 6px;
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
}
.textholder span{ font-family:'Open Sans'; font-weight:normal; font-size:12px;}
.thumb{}

.insidemenu {
	background-color:#eeeeee;
	background-image:-moz-linear-gradient(#eeeeee, #dcdcdc);
	background-image:-webkit-linear-gradient(#eeeeee, #dcdcdc);
	float: left;
	height: 50px;
	width: 100%;
	font-size: 13px;
	color: #5c5c5c;
	margin-bottom:15px;
}
#insidemenuinner {
	margin: auto;
	width: 1036px;
	margin-top:15px;
}

#insidemenuinner a {
	color: #5c5c5c;
	text-decoration: none;
}
.insidepegemenu {
	float: left;
	height: auto;
	width: auto;
}
.insidemenusocialsection {
	float: right;
	height: 35px;
	width: 280px;
}
.insideleftpannel {
	float: left;
	width: 180px;
}
.leftmenubox {
	background-color: #f4f4f4;
	float: left;
	width: 178px;
	border:solid 1px #e8e8e8;
}
.leftmenuheading {
	float: left;
	height: 31px;
	width: 168px;
	background-image: url(../images/leftmenu-heading.png);
	background-repeat: repeat-x;
	color: #f6f6f6;
	font-size: 14px;
	line-height: 31px;
	padding-left: 10px;
}
.leftmenu {
	float: left;
	width: 178px;
}
.leftmenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 11px;
	width: auto;
	margin-left:10px;
}
.leftmenu ul li {
	height: 20px;
	width: auto;
    height: 22px;
	line-height:22px;

}
.leftmenu ul li a {
	color: #242424;
	text-decoration: none;
}
.leftmenu ul li a:hover {
	text-decoration: underline;
}

.usefullresource-pannel {
	float: left;
	width: 840px;
	margin-bottom:15px; margin-top:10px;
}
.builders-section {
	float: left;
	height: 135px;
	width: 202px; margin:6px 4px;
}
.builders-logo {
	float: left;
	height: 100px;
	width: 200px;
	border: 1px solid #CCC;
}
.builders-logo a:hover {
	float: left;
	height: 100px;
	width: 200px;
	border: 1px solid #CCC;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
}

.builders-text {
	float: left;
	height: 30px;
	line-height: 30px;
	width: 200px;
	text-align: center;
	color: #328FBF;
	font-size: 14px;

}
.builders-text a {
	text-decoration:none;
	color:#000;
}
.builders-text a:hover {
	color:#DC3500;
}
.builders-details-image {
	float: left;
	height: 100px;
	width: 200px;
	border: 1px solid #CCC;
	margin-top:10px;
}
.builders-details-text {
	float: left;
	width: 622px;
	margin-top:10px;
	margin-left:15px;
	font-size:12px;
	line-height:20px;
}
.group-projects-box {
	float: left;
	width: 410px;
	border: 1px solid #d5d5d5;
	margin-top:20px;
	padding:2px;
}
.group-projects-box:hover { box-shadow:-1px -1px 7px #D5D5D5; border:1px solid #b2b2b2;}

.supertechecovillage-new {
	float: left;
	width: 100%;
	height:200px;
}
.supertechecoheading-new {
	float: left;
	width: 400px;
	height:29px;
	background-image: url(../images/supertechhead-bg.png);
	background-repeat: repeat-x;
	color: #0081ba;
	font-size: 15px;
	padding-left: 10px;
	line-height: 29px;
}
.supertechecoheading-new a {
	color: #0081BA;
	text-decoration: none;
}
.supertechecoheading-new a:hover {
	color:#DC3500;
}

.supertechecocontent-new {
	float: left;
	width: 405px;
	margin-top:10px;
	margin-left:6px;
	font-size: 15px;
	margin-bottom:10px;
}
.supertechecoimage-new {
	float: left;
	width: 173px;
	
	border:solid 1px #d7d7d7;
	
}
.supertechecospecification-new {
	float: left;
	width: 210px;
	height:120px;
	margin-left:17px;
}

.insiderightpannel {
	float: left;
	width: 840px;
	margin-left:15px;
	margin-bottom:15px;
}
.insiderightpannelcontent {
	float: left;
	width: 840px;
	margin-top:15px;
	font-size:12px;
	line-height:20px;
}

p{  font-size:12px; line-height:20px; margin-top:5px; font-weight:normal;}
h1{float:left;width: 100%;font-size:18px; color: #e75c00;font-family:open sans; font-weight:400;}

.insideheading {
	float: left;
	height: 36px;
	width: 830px;
	margin-top: 10px;
	background-image: url(../images/inside-headingbg.png);
	background-repeat: repeat-x;
	font-size: 14px;
	color: #0f75aa;
	line-height: 36px;
	padding-left: 10px;
}
.postrequiresection {
	float:left;	width:178px;
	margin-top:15px;
}
.postrequiresection input[type="submit"]{float: left;
	height: 20px;
	width: 60px;
	line-height: 20px;
	text-align: center;
	margin-top: 10px;
	border:1px solid #616261;
	font-size:11px;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	color: #FFFFFF;
 background-color: #3b3738; background-image: -webkit-gradient(linear, left top, left bottom, from(#3b3738), to(#3b3535));
 background-image: -webkit-linear-gradient(top, #3b3738, #3b3535);
 background-image: -moz-linear-gradient(top, #3b3738, #3b3535);
 background-image: -ms-linear-gradient(top, #3b3738, #3b3535);
 background-image: -o-linear-gradient(top, #3b3738, #3b3535);
 background-image: linear-gradient(to bottom, #3b3738, #3b3535);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3b3738, endColorstr=#3b3535); cursor: pointer;}
.postrequiresection p {
	width:100%; float:left; margin-top:5px; font-size:11px; line-height:14px; font-weight:normal; text-align:justify; color:#333333;
}
h3{float:left;width: 100%;font-size:15px;color: #007cb9; font-family:open sans; font-weight:400;}
.formbox {
	float:left;	height:35px; width:100%; margin-top:4px;
}
.postrequiresection input[type="text"]{
    
    padding: 4px;   
    border: 1px solid #cacaca;
	font-size:11px;
	color:#000;
}
.submitbutton {
	float: left;
	height: 20px;
	width: 60px;
	line-height: 20px;
	text-align: center;
	margin-top: 10px;
	border:1px solid #616261;
	font-size:11px;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	color: #FFFFFF;
 background-color: #3b3738; background-image: -webkit-gradient(linear, left top, left bottom, from(#3b3738), to(#3b3535));
 background-image: -webkit-linear-gradient(top, #3b3738, #3b3535);
 background-image: -moz-linear-gradient(top, #3b3738, #3b3535);
 background-image: -ms-linear-gradient(top, #3b3738, #3b3535);
 background-image: -o-linear-gradient(top, #3b3738, #3b3535);
 background-image: linear-gradient(to bottom, #3b3738, #3b3535);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3b3738, endColorstr=#3b3535);
}
.submitbutton a{
	color:#FFFFFF;	text-decoration:none;
}

.palavaadd {
	float: left;
	
	width: 160px;
	margin-top: 15px;
	margin-left: 10px;
}
.primeviewadd {
	float: left;
	
	width: 176px;
	margin-top: 15px;
}
.primeviewadd img{height:100%;}
.logix-citycenter {
	float: left;
	margin-bottom:10px;
	width: 175px;
}
.logix-citycenter img{height: 100%;}
.monarch-add {
	float: left;
	height: 236px;
	width: 175px;
	margin-top:15px;
}
.propertynewssection {
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-bottom:15px;
	border-bottom:dashed 1px #CCC;
}
.propertynewssection h1 a {
	color: #0081BA;
	text-decoration: none;
}
.propertynewssection h1 a:hover {
	text-decoration:underline;
}

.propertynewssection img {
	float: left;
	height: 87px;
	width: 140px;
}
.propertynewssection p {
	float: left;
	width: 690px;;
	margin-left:10px;
}
.propertynewssection h1 {
	float: left;
	width: 100%;
	margin-left:10px;
	font-size:14px; color:#0081ba;
	height:30px;
	margin-left:0px;
}
.previousnextsection {
	float: left;
	height: 30px;
	width: 100%;
	margin-top: 10px;
}
.previousnextsection ul {
	margin:0px; padding:0px; list-style-type:none; float:left; margin-right:20px;
}
.previousnextsection li {display:block; float:left; padding:3px 8px; border:solid 1px #CCC; margin-left:10px; width:auto;
	background-color:#fefefe;
	background-image:-moz-linear-gradient(#fefefe, #f0f0f0);
	background-image:-webkit-linear-gradient(#fefefe, #f0f0f0);

}
.previousnextsection li a {
	font-weight:lighter; color:#5E5E5E;	text-decoration:none; width:100%; float:left;  text-align:center;  font-size:11px; color:#5E5E5E; 
}

.previousnextsection li a:hover  {
    color:#DC3500;}
.previousnextsection li.selected { border:solid 1px #E35A00;}
.previousnextsection li.selected a { color:#E35A00;}

.propertyleftpannel {
	float: left;
	width: 253px;
}
.realestatebox {
	background-color: #f4f4f4;
	float: left;
	height: 450px;
	width: 251px;
	border:solid 1px #e7e7e7;
}
.realestateheading {
	float: left;
	height: 50px;
	width: 241px;
	font-size:20px;
	color:#e75c00;
	font-weight:lighter;
	padding-left:10px;
	padding-top:10px;
	border-bottom:solid 1px #e7e7e7;
}
.realestatetab {
	float: left;
	height: 32px;
	width: 241px;
	font-size:20px;
	color:#e75c00;
	font-weight:lighter;
	padding-left:10px;
	padding-top:10px;
	background-color:#e6e6e6;
	margin-top:2px;
}
.realestatetab ul {
	margin:0px; padding:0px; list-style-type:none; float:left;
}
.realestatetab li {display:block; float:left; width:auto; margin-right:20px; }
.realestatetab li a {
	font-weight:normal; color:#0f70a1; text-transform:capitalize;	text-decoration:none; width:100%; float:left;  text-align:center;  font-size:17px; color:#5E5E5E; padding:6px;
}

.realestatetab li a:hover  {
	background-color:#f4f4f4; color:#DC3500;}
.realestatetab li.selected a { background-color:#f4f4f4; color:#0f70a1; display:block;}
.mainallproperty {
	float: left;
	height: 330px;
	width: 245px;
}

.allproperty {
	float: left;
	height: 55px;
	width: 241px;
	margin-top: 10px;
}
.allpropertytext {
	float: left;
	height: 20px;
	width: 231px;
	font-size:13px;
	margin-left:10px;
	color:#2f2f2f;
	margin-bottom:4px;
}
.allpropertyselectbox {
	float: left;
	height: 35px;
	width: 231px;
	font-size:13px;
	margin-left:10px;
}
.allpropertyselectbox select {
	font-size:14px;
	background:none;
    color:#888;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
	font-weight:300;
		background-color:#ffffff;
	background-image:-moz-linear-gradient(#ffffff, #efefef);
	background-image:-webkit-linear-gradient(#ffffff, #efefef);
	border:solid 1px #d8d8d8;
	padding:5px;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	-k-border-radius:2px;


}

.properties select option{ background:#EAEAEA;}

.hotpropertiesbox {
	background-color: #ffffff;
	float: left;	
	width: 251px;
	border:solid 1px #e7e7e7;
	margin-top:15px;
}
.hotpropertiesheading {
	float: left;
	height: 50px;
	width: 241px;
	font-size:15px;
	color:#d76300;
	font-weight:normal;
	padding-left:10px;
	padding-top:10px;
	background-color:#f5f5f5;
}
.hotpropertiestab {
	float: left;
	height: 32px;
	width: 241px;
	font-size:20px;
	color:#e75c00;
	font-weight:lighter;
	padding-left:10px;
	margin-top:-20px;
}
.hotpropertiestab ul {
	margin:0px; padding:0px; list-style-type:none; float:left;
}
.hotpropertiestab li {display:block; float:left; width:auto;}
.hotpropertiestab li a {
	font-weight:lighter; color:#0f70a1;	text-decoration:none; width:100%; float:left;  text-align:center;  font-size:17px; color:#5E5E5E; padding:5px 10px;
}

.hotpropertiestab li a:hover  {
	background-color:#f4f4f4; color:#DC3500;}
.hotpropertiestab li.selected a { background-color:#ffffff; color:#333333; display:block; font-size:13px; text-transform:capitalize;}
.resalecontentbox {
	background-color: #f7f7f7;
	float: left;
	width: 241px;
	margin-left: 5px;
	margin-bottom:6px;
	padding-bottom:7px;
	border-radius:5px;
}
.resaleimage {
	float: left;
	height: 50px;
	width: 75px;
	margin-top: 8px;
	margin-left: 7px;
}
.resaletext {
	float: left;
	width: 140px;
	margin-top: 8px;
	margin-left: 7px;
	font-size:11px;
	line-height:18px;
	color:#333333;
}
.resaletext a {
	color: #000;
	text-decoration: none;
}
.resaletext a:hover {
	text-decoration:underline;
}

.resaleprice {
	float: left;
	width: 227px;
	margin-top: 8px;
	margin-left: 7px;
	font-size:13px;
	line-height:18px;
	color:#333333;
	border-top:solid 1px #d3d3d3;
	padding-top:5px;
}
.resaleprice span a {
	color: #0081ba;
	text-decoration: none;
}
.getpoweradd{ float:left; width:253px; margin-top:15px;}
.getpoweradd img{height: 100%;}
.propertycenterpannel {
	float: left;
	width: 574px;
	 margin-left:15px;
}
.residentialprojecthead h1 {
	font-size: 22px;
	color: #262525;
	float: left;
	padding-bottom: 10px;
	width: 100%;
}
.searchresulttext {
	float: left;
	height: 27px;
	width: 564px;
	background-image: url(../images/search-result.jpg);
	background-repeat: repeat-x;
	font-size: 11px;
	line-height: 27px;
	padding-left: 10px;
}
.supertechbox {
	float: left;
	width: 552px;
	border: 1px solid #e7e7e7;
	margin-top:5px;
	padding:10px;
}
.supertechecovillage {
	float: left;
	width: 552px;
	margin-bottom:12px;
	padding-bottom:12px;
}

.supertechecovillage:hover {box-shadow:-1px -1px 7px #D5D5D5; border:1px solid b2b2b2; }
.supertechecoheading {
	float: left;
	width: 542px;
	height:29px;
	background-image: url(../images/supertechhead-bg.png);
	background-repeat: repeat-x;
	color: #0081ba;
	font-size: 15px;
	padding-left: 10px;
	line-height: 29px;
}
.supertechecoheading a {
	color: #0081BA;
	text-decoration: none;
}
.supertechecoheading a:hover {
	color:#DC3500;
}

.supertechecocontent {
	float: left;
	width: 552px;
	margin-top:10px;
	height:125px;
	font-size: 15px;
}
 .supertechecologo {
	float: left;
	width: 130px;
	height:90px;
	margin-left:9px;
	background:#fff url(../images/project-listing-logo-bg.png) no-repeat;
}
.supertechecologo img{ width:103px; margin-left:5px; margin-top:5px; height:59px;}
.supertechecoimage {
	float: left;
	width: 173px;
	height:110px;
	border:solid 1px #d7d7d7;
	padding:5px;
	margin-left:3px;
}
.supertechecospecification {
	float: left;
	width: 210px;
	height:120px;
	margin-left:10px;
}
.supertechecospecificationtext {
	float: left;
	width: 210px;
	height:55px;
	font-size:12px;
	line-height:22px;
}
.supertechecoprice {
	float: left;
	width: 207px;
	height:46px;
	margin-top:20px;
	background-image: url(../images/supertech-pricebg.png);
	background-repeat: repeat-x;
	border-top:dashed 1px #ebebeb;
	border-bottom:dashed 1px #ebebeb;

}
.supertechrupees {
	float: left;
	width: 25px;
	height:35px;
	margin-top:8px;
	margin-left:10px;
	background-image: url(../images/rupees.png);
	background-repeat: no-repeat;
}
.supertechrupeestext {
	float: left;
	width: 150px;
	height:35px;
	margin-top:5px;
	margin-left:10px;
	font-size:11px;
}
.moredetailsbox {
	float: left;
	width: 528px;
	height:15px;
	margin-top:5px;
	margin-left:13px;
	font-size:11px;
	background: url(../images/more-details-box.png) left 4px repeat-x;

}
.moredetailstext {
	float: left;
	width: 90px;
	height:15px;
	font-size:11px;
	background: url(../images/more-detail-icon.png) left 3px no-repeat;
	color:#0081ba;
	padding-left:12px;
	background-color:#FFF;
}
.moredetailstext a {
	color:#0081ba;
}


.propertyrightpannel {
	float: left;
	width: 179px;
	margin-left:15px;
}
.property-aboutright {
	float: right;
	width: 180px;
	margin-left:15px;
}
.property-aboutleft {
	float: left;
	width: 180px;
}
.property-aboutcenter {
	float: left;
	width: 646px;
	margin-left:15px;
}
.property-aboutcenter p{ width:100%; float:left; font-size:12px; line-height:20px; margin-top:5px; font-weight:normal;}

h1{float:left; width:100%;font-size:18px; color: #e75c00;font-family:open sans; font-weight:400;}

.property-newsbox{ width:205px;  float:left; margin-top:15px; margin-left:15px;}
.property-newsborderbox{ width:197px; float:left; border:solid
3px #e7e7e7;
}
.property-newsbox h1{ float:left; width:177px; font-size:13px; margin-left:7px; margin-top:5px; color:#303030;}
.property-newsbox h1 a{ text-decoration:none; color:#303030;}
.property-newsbox h1 a:hover{ text-decoration:underline; color:#303030;}

.property-newsbox h2{ float:left; width:177px; font-size:11px; margin-left:7px; margin-top:10px; color:#0088cc; text-transform:uppercase; background:url(../images/knowmore-bg.png) no-repeat;}
.property-newsbox h2 a{ text-decoration:none; color:#0088cc; text-transform:uppercase;}
.property-newsbox h2 a:hover{ text-decoration:underline; color:#0088cc;}

.property-newsbox img{ float:left; width:182px; height:78px; margin-left:7px; margin-top:10px;}
.property-newsbox p{ width:177px; float:left; margin-top:10px; margin-left:7px; font-size:11px; line-height:17px; color:#666666;}


.aboutus-insideheading {
	float: left;
	height: 36px;
	width: 636px;
	margin-top: 10px;
	background-image: url(../images/inside-headingbg.png);
	background-repeat: repeat-x;
	font-size: 14px;
	color: #0f75aa;
	line-height: 36px;
	padding-left: 10px;
}

.projectpostrequire {
	float:left;	width:158px;
		background-color: #f4f4f4;
	float: left;
	
	width: 158px;
	border:solid 1px #e7e7e7;
		padding:10px;
}
.projectpostrequire input[type="submit"]{float: right;
	height: 30px;
	width: 70px;
	line-height: 20px;
	text-align: center;
	margin-top: 10px;
	border:1px solid #616261;
	font-size:12px;
	text-transform:uppercase;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	color: #FFFFFF;
 background-color: #3b3738; background-image: -webkit-gradient(linear, left top, left bottom, from(#3b3738), to(#3b3535));
 background-image: -webkit-linear-gradient(top, #3b3738, #3b3535);
 background-image: -moz-linear-gradient(top, #3b3738, #3b3535);
 background-image: -ms-linear-gradient(top, #3b3738, #3b3535);
 background-image: -o-linear-gradient(top, #3b3738, #3b3535);
 background-image: linear-gradient(to bottom, #3b3738, #3b3535);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3b3738, endColorstr=#3b3535); cursor: pointer;}

.projectpostrequire p {
	width:100%; float:left; font-size:11px; line-height:15px; font-weight:normal; text-align:justify; color:#686868;
}
h3{float:left;width: 100%;font-size:16px;color: #0081ba; font-family:open sans; font-weight:400;}
.enquiredetails {
	float: left;
	height: 45px;
	width: 155px;
	margin-top:10px;
}
.enquiredetailstext {
	float: left;
	height: 20px;
	width: 155px;
	font-size:11px;
	color:#2f2f2f;
}
.enquiredetailsinputbox {
	float: left;
	height: 35px;
	width: 155px;
	font-size:13px;
}
.enquiredetails input[type="text"]{
    
    border: 1px solid #cacaca;
	font-size:11px;
	color:#000;
}
.enquiredetails select {
	font-size:14px;
	background:none;
    color:#888;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
	font-weight:300;
		background-color:#ffffff;
	border:solid 1px #b8b8b8;
}

.enquiredetails select option{ background:#ffffff;}

.enquiredetails textarea{
    border: 1px solid #cacaca;
}

.luxuryadd {
	float: left;
	
	width: 179px;
	margin-top: 15px;
}
.luxuryadd img{height: 100%;}

.resalesection {
	float: left;
	width: 570px;
}
.resaleheading {
	float: left;
	height: 35px;
	width: 100%;
	color: #0c0c0c;
	background-image: url(../images/resale-bg.png);
	background-repeat: no-repeat;
	font-size: 18px;
}
.appartmentsection {
	float: left;
	padding-bottom:10px;
	width: 568px;
	border: 1px solid #e2e2e2;
}
.appartmentsection:hover {box-shadow:-1px -1px 7px #D5D5D5; border:1px solid b2b2b2; background-color:#fafafa;}

.appartment-star-section-insidepage {
	float: right;
	height: 15px;
	width: auto;
	margin-top:8px;
	margin-right:5px;
}

.appartmentsheading-outer {
	height: 35px;
	width: 550px;
	margin-left: 10px;
	float: left;
	font-size: 15px;
	margin-top: 5px;
	color:#0081ba;

}
.appartmentsheading {
	height: 35px;
	width: 450px;
	float: left;
	font-size: 15px;
	color:#0081ba;
}
.appartmentsheading a {
	color: #0081BA;
	text-decoration: none;
}
.appartmentsheading a:hover {
	text-decoration:underline;
}

.pricesection {
	float: left;
	width: 205px;
	margin-left: 10px;
	font-size: 12px;
	line-height: 22px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #000;
	margin-bottom:10px;
}
.prpertiesfeatures-propertlisting {
	float: left;
	width: 140px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 10px;
	line-height: 18px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #000;
}
.prpertiesfeatures {
	float: left;
	
	width: 480px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 10px;
	line-height: 18px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #000;
}
.prpertiesfeatures ul li {
	float: left;
	width: 33%;
}
.resaleimagebox {
	float: right;
	height: 140px;
	width: 178px;
	margin-right: 10px;
}
.image {
	float: left;
	height: 104px;
	width: 173px;
	border: 1px solid #CCC;
	padding-top: 3px;
	padding-left: 3px;
}
.enquirebtn {
	background-image: url(../images/enquire-bg.png);
	background-repeat: no-repeat;
	float: left;
	height: 19px;
	width: 80px;
	margin-top: 10px;
	margin-left: 2px;
	font-size: 11px;
	color: #232121;
	text-align: center;
	border:1px solid #d2d2d2;
}
.enquirebtn a {
	color: #232121;
	text-decoration: none;
}
.mainpropertiesdetailspannel {
	float: left;
	width: 768px;
	margin-left:15px;

}

.propertiesdetailspannel {
	float: left;
	width: 766px;
	border:solid 1px #CCC;
	margin-top:10px;
	padding-bottom:15px;
}
.bhkimage {
	float: left;
	height: 297px;
	width: 756px;
	margin-top: 5px;
	margin-left: 5px;
}
.propertydiscriptionheading {
	float: left;
	width: 746px;
	margin-top:20px;
	margin-left:10px;
	font-size:13px;
	color:#424242;
	background-image: url(../images/propert-discription.png);
	background-repeat: no-repeat;

}

.propertiesdetailscontent {
	float: left;
	width: 746px;
	margin-top:10px;
	margin-left:10px;
	font-size:11px;
	line-height:19px;
}
.inn-right { width:200px; float:left;}
.form-sec { width:239px; float:left; background:#f7f7f7; padding:10px 8px;}
.form-sec.fr-f { float:right;}

.form-sec .intrested { width:100%; float:left; color:#232323; font-size:16px; text-transform:uppercase; font-weight:lighter;}
.form-sec .intrested span { width:100%; float:left; border:1px scroll #297008; font-size:23px; color:#fff; font-family:'Open Sans Condensed';
background-color:#4b4b4b; height:39px; line-height:39px; margin-top:6px; text-indent:5px;}

.form-sec .intrested samp { width:100%; float:left; border:1px scroll #297008; font-size:25px; color:#fff; font-family:'Open Sans Condensed'; background:url(../images/intrested-bg.jpg) left center repeat-x; height:39px; line-height:39px; margin-top:6px; text-indent:15px;}


.form-sec .disc-form { width:100%; float:left; padding-bottom:5px; background:url(../images/phone-icon-big.jpg) scroll 0px 30px no-repeat; font:600 13px 'Open Sans'; margin-top:7px;}
.form-sec .disc-form .customer { width:76%; float:left; font:600 12px 'Open Sans'; margin:10px 0 0 46px;}
.form-sec .disc-form .customer span { width:100%; float:left; margin:0px 0 0 0px; font-size:16px; color:#0081ba; font-weight:lighter;}
.form-sec hr { width:100%; float:left; border-bottom:1px solid #fbfbfb; border-top:1px solid #d7d7d7; border-right:none; border-left:none;}
.form-sec samp { width:100%; float:left; font:600 12px 'Open Sans'; margin-bottom:10px;}
.form-sec table { float:left;}
.form-sec label { width:93px; border:1px solid #dfdfdf; height:27px; float:right; background:url(../images/input-bg.jpg) left center repeat-x; line-height:27px; text-indent:5px; font-size:11px;}
.form-sec input[type="text"] { width:135px; border:1px solid #dfdfdf; height:27px; float:left; margin:0; padding:0; border-left:none; padding:0 4px; font-size:11px; color:#777777; border-radius:0px;}
.form-sec.nf input[type="text"] { width:168px;}
.form-sec select { width:145px; border:1px solid #dfdfdf; height:29px; float:left; margin:0; padding:0; border-left:none; padding:2px 4px; font-size:11px;}
.form-sec input[type="submit"] { width:85px; border:none; height:31px; float:right; background:url(../images/submit.jpg) left center repeat-x; font:18px/31px; font-weight:lighter; margin:0; padding:0; color:#fff; cursor:pointer; margin-top:10px;}

.testimonial { width:194px; float:left; border:2px solid #dcdcdc; padding:1px; padding-bottom:15px;}
.testimonial.pd-n {padding-bottom:0px;}
.t-heading { width:100%; float:left; height:35px; background:url(../images/head-bg.jpg) left top repeat-x; font:600 13px/30px 'Open Sans'; text-indent:10px;}
.testimo-slide { width:95%; float:left; margin:5px 0 0 5px; font:12px/18px 'Open Sans'; color:#4c4c4c;}
.testimo-slide.tac1 { text-align:center;}
.testimo-slide .read { width:100%; float:left; margin-top:4px; text-align:right;}
.testimo-slide .read a { font:600 12px/18px 'Open Sans'; text-decoration:underline;}
.testimo-slide .read a:hover {text-decoration:none;}
.propertydetailsboking {
	background-image: url(../images/property-details-bg.png);
	background-repeat: no-repeat;
	height: 58px;
	width: 146px;
	position: fixed;
	right: 0px;
	top: 320px;
	color: #FFF;
	padding-top: 20px;
	text-align: center;
	font-size: 14px;
}

.wd100-fl{ width:100%; float:left;}

.address {
	float: left;
	width: 450px;
	font-size: 14px;
	margin-top: 30px;
}
.addressheader {
	font-size: 16px;
	color: #038DBA;
	float: left;
	height: 25px;
	width: 440px;
	font-weight: normal;
}
.addressarea {
	float: left;
	width: 440px;
	line-height: 25px;
	color: #333;
	margin-top:5px;
	font-size:12px;
}
.addressarea a {
	color: #900;
	text-decoration: none;
}
.addressarea a:hover {
	color: #038DBA;
	text-decoration: underline;
}
.contactus-form {
	float:left;	width:230px; margin-top:10px; 
}
.contactus-form p {
	width:100%; float:left; margin-top:5px; font-size:11px; line-height:18px; font-weight:normal; text-align:justify;
}
h3{float:left;width: 100%;font-size:16px;color: #038DBA; font-family:open sans; font-weight:400;}
.contact-formbox {
	float:left;	height:35px; width:100%; margin-top:4px;
}
.contactus-form input[type="text"]{
    padding: 3px;   
    border: 1px solid #cacaca;
	font-size:12px;
    background: -moz-linear-gradient(center top , #FFFFFF,  #EEEEEE 1px, #FFFFFF 20px);    
    background: -webkit-gradient(linear, left top, left 20, from(#FFFFFF), color-stop(5%, #EEEEEE) to(#FFFFFF));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FBFBFB', endColorstr='#FFFFFF');
}
.contactus-form input[type="submit"]{
	float: right;
	height: 30px;
	width: 100px;
	margin-right:5px;
	line-height: 30px;
	text-align: center;
	margin-top: 10px;
	border:1px solid #616261;
	font-size:14px;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	color: #FFFFFF;
	cursor:pointer;
	background-color: #7d7e7d; background-image: -webkit-gradient(linear, left top, left bottom, from(#7d7e7d), to(#0e0e0e));
	background-image: -webkit-linear-gradient(top, #7d7e7d, #0e0e0e);
	background-image: -moz-linear-gradient(top, #7d7e7d, #0e0e0e);
	background-image: -ms-linear-gradient(top, #7d7e7d, #0e0e0e);
	background-image: -o-linear-gradient(top, #7d7e7d, #0e0e0e);
	background-image: linear-gradient(to bottom, #7d7e7d, #0e0e0e);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#7d7e7d, endColorstr=#0e0e0e);
	}

.wd100-fl
{
	width: 100%;
	float: left;
}

.inside_loader{margin-left: 100px;margin-top: 80px; }
.index_loader{margin-left: 100px;margin-top: 60px; }
.index_loader_city{margin-left: 400px;margin-top: 60px; padding-bottom: 50px; }
