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

/* ############# body css begin ##############*/
body{
	background-position:center;
	text-align:center;
	margin:0px;
	font-size:100%;
	font-family:Arial, Helvetica, sans-serif;
}
/* ############# body css end ##############*/

/* ############# tag css begin ##############*/
p{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
h1{
	font-family:Arial, Helvetica, sans-serif;
	font-stretch:normal;
}
a{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#c61414;
}
a:hover{
	text-decoration:underline;
}
a img{
	border:none;
}
ul{
	list-style-type:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
/* ############# tag css end ##############*/


/* ############# main div begin ##############*/
#main-div{
	width:980px;
	height:auto;
	position:relative;
	text-align:left;
	margin:0px auto;
}
/* ############# main div end ##############*/

/* ############# header css begin ##############*/
#header{
	width:980px;
	height:96px;
	position:relative;
	text-align:left;
	background-image:url(../images/header-bg.jpg);
	background-repeat:repeat-x;
	background-position:left top;
}

#header-logo{
	width:286px;
	height:90px;
	position:relative;
	text-align:left;
	float:left;
	margin-top:6px;
}

#top-right-menu{
	width:200px;
	height:50px;
	position:relative;
	text-align:right;
	float:right;
	margin-top:30px;
}

#top-right-menu ul{
	width:200px;
	text-align:left;
	margin-left:-22px;
	list-style-type:none;
}

#top-right-menu li{
	display:inline;
}

#top-right-menu li a{
	color:#333534;
	padding-left:3px;
	padding-right:3px;
}
/* ############# header css end ##############*/


/* ############# content css begin ##############*/
#content{
	width:980px;
	height:auto;
	position:relative;
	text-align:left;
}
#content p{
	margin-top:8px;
	line-height:17px;
	font-size:12px;
	margin-bottom:0px;
}

#left-content{
	width:710px;
	height:auto;
	position:relative;
	text-align:left;
	float:left;
	margin-top:5px;
	margin-right:10px;
}
#residential{
	width:710px;
	height:auto;
	position:relative;
	text-align:left;
	float:left;
	margin-top:7px;
}
#residential-first{
	width:351px;
	height:127px;
	position:relative;
	text-align:left;
	float:left;
	margin-right:4px;
	background-color:#f8f7f7;
	border-style:solid;
	border-width:1px;
	border-color:#d3d3d3;
}

#residential-image{
	width:153px;
	height:107px;
	position:relative;
	text-align:left;
	padding:10px;
	float:left;
}
#residential-detail{
	width:175px;
	height:auto;
	margin-top:5px;
	position:relative;
	text-align:left;
	float:left;
}
#residential-title{
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #2e4472;
	padding-left: 5px;
	text-decoration: none;
}
#residential-title:hover{
	color: #666666;
}
#detail-text{
	font-size: 11px;
	color: #0b0b0b;
	text-align: left;
	padding-left:5px;
	line-height:15px;
}
#read-more{
	width:175px;
	height:auto;
	position:relative;
	text-align:right;
	margin-top:0px;
	margin-bottom:0px;
}
#read-more a{
	font-size:11px;
	color: #c30f10;
}
#read-more a:hover{
	color: #666666;
}
#residential-sec{
	width:351px;
	height:127px;
	position:relative;
	text-align:left;
	float:left;
	margin-right:0px;
	background-color:#f8f7f7;
	border-style:solid;
	border-width:1px;
	border-color:#d3d3d3;
}
#commercial-header{
	width:710px;
	height:35px;
	position:relative;
	text-align:left;
	margin-top:10px;
	float:left;
}

#right-content{
	width:260px;
	height:auto;
	position:relative;
	float:left;
	text-align:left;
	margin-top:5px;
	margin-bottom:10px;
	background-image:url(../images/right_contentImage.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
#right-content h1{
	font-size:20px;
	margin-top:8px;
	font-weight:normal;
	margin-bottom:0px;
	margin-left:12px;
	color:#c61414;
}
#right-form{
	width:240px;
	height:auto;
	position:relative;
	float:left;
	margin-top:7px;
	padding-left:15px;
	text-align:left;
}

#name-form{
	width:240px;
	height:auto;
	position:relative;
	text-align:left;
	float:left;
	margin-bottom:7px;
}
#name-text{
	width:240px;
	height:auto;
	position:relative;
	text-align:left;
	float:left;
	font-size:12px;
	font-weight:bold;
}
#name-input{
	width:240px;
	height:auto;
	position:relative;
	text-align:left;
	float:left;
	margin-top:3px;
}
#name-input input,#name-input textarea{
	width:235px;
	height:auto;
	position:relative;
	text-align:left;
	border-style:solid;
	border-width:1px;
	border-color:#7f9db9;
}
#country-code{
	width:80px;
	height:auto;
	position:relative;
	text-align:left;
	float:left;
	margin-right:5px;
}
#country-code select{
	width:80px;
	border-style:solid;
	border-width:1px;
	border-color:#7f9db9;
}
#country-mobile{
	width:150px;
	height:auto;
	position:relative;
	text-align:left;
	float:left;
}
#country-mobile input{
	width:150px;
}
.code-message{
	font-size: 10px;
	color: #999999;
	margin-left: 0px;
	margin-top: 0px;
}
/* ############# content css end ##############*/


/* ############# footer css begin ##############*/
#footer{
	width:980px;
	height:44px;
	position:relative;
	text-align:left;
	float:left;
	margin-top:8px;
	background-image:url(../images/footer-bg.jpg);
	background-position:left;
	background-repeat:repeat-x;
}

#footer-left-text{
	width:370px;
	height:auto;
	position:relative;
	text-align:left;
	float:left;
	color:#626469;
}
#footer-right-menu{
	width:450px;
	height:auto;
	position:relative;
	text-align:right;
	float:right;
}
#footer-right-menu ul{
	width:405px;
	height:auto;
	margin-top:11px;
	position:relative;
	text-align:right;
	color:#626469;
}
#footer-right-menu li{
	display:inline;
}
#footer-right-menu li a{
	color:#626469;
	padding-left:2px;
	padding-right:2px;
}
/* ############# footer css end ##############*/


#flash-banner{
	width:668px;
	height:301px;
	position:absolute;
	text-align:left;
}


/* ############# header-menu css begin ##############*/
#header_menu{
	float: left;
	top: auto;
	width: 980px;
	height: 38px;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial;
	margin-left: 0px;
	margin-top:0px;
	margin-bottom:0px;
	background-image:url(../images/menu-bg.jpg);
	background-position:left;
	background-repeat:repeat-x;
}
#headerMenu_ul{
	width:980px;
	height:auto;
	text-align:left;
	position:absolute;
	list-style-type:none;
	margin-left:-4px;
	padding-left:0px;
}
#headerMenu_li{
	width:auto;
	height:auto;
	position:relative;
	text-align:center;
	display:inline;
	padding-left:32px;
	padding-right:31px;
	top:-1px;
	padding-bottom:10px;
	color:#FFFFFF;
	background-image:url(../images/header_menuline.jpg);
	background-position:right 1px;
	background-repeat:no-repeat;
}
#headerMenu_lia{
	width:auto;
	height:auto;
	position:relative;
	text-align:center;
	display:inline;
	padding-left:27px;
	padding-right:28px;
	top:-1px;
	color:#FFFFFF;
}
#headerMenu_li a{
	width:auto;
	height:auto;
	color:#FFFFFF;
	text-decoration:none;
}
#headerMenu_li a:hover{
	color:#eb3535;
}
#headerMenu_lia a{
	width:auto;
	height:auto;
	color:#FFFFFF;
	text-decoration:none;
}
#headerMenu_lia a:hover{
	color:#eb3535;
}

/* ############# header-menu css end ##############*/

#heading{
	width:710px;
	height:35px;
	position:relative;
	text-align:left;
	float:left;
	margin-bottom:10px;
	background-image:url(../images/heading-bg.jpg);
	background-position:left;
	background-repeat:no-repeat;
}
#heading strong{
	margin-left:28px;
	font-size:13px;
	position:relative;
	top:14px;
	color:#012150;
}

#heading-invest{
	width:710px;
	height:35px;
	position:relative;
	text-align:left;
	float:left;
	margin-bottom:10px;
	background-image:url(../images/investment-heading.jpg);
	background-position:left;
	background-repeat:no-repeat;
}
#heading-invest strong{
	margin-left:24px;
	font-size:13px;
	position:relative;
	top:14px;
	color:#012150;
}
#left-content ul{
	margin-left:-20px;
	list-style-type:circle;
	margin-top:8px;
}
#left-content li{
	margin-bottom:2px;
}

#developers-list{
	width:710px;
	height:auto;
	position:relative;
	text-align:left;
	float:left;
}
#first-developers{
	width:190px;
	height:auto;
	position:relative;
	text-align:left;
	float:left;
	margin-bottom:20px;
	margin-right:69px;
}
#sec-developers{
	width:190px;
	height:auto;
	position:relative;
	text-align:left;
	float:left;
	margin-bottom:20px;
	margin-right:0px;
}
#developer-title{
	width:190px;
	height:auto;
	position:relative;
	text-align:center;
	font-weight:bold;
	margin-bottom:7px;
	color:#bd0704;
	font-size:12px;
}
#developer-image{
	width:190px;
	height:auto;
	position:relative;
	text-align:center;
}
.sitemap-ul{
	width:200px;
	height:auto;
	position:relative;
	text-align:left;
	float:left;
}
.sitemap-ul li{
	width:200px;
	height:auto;
	position:relative;
	text-align:left;
	padding-bottom:3px;
	padding-top:3px;
	border-bottom-color:#666666;
	border-bottom-style:dashed;
	border-bottom-width:1px;
}
.sitemap-ul li a{
	color:#bd0704;
	font-weight:bold;
}
.sitemap-ul li a:hover{
	color:#666666;
}

#right-add{
	position:relative;
	top:12px;
	float:left;
}

#contact-address{
	width:645px;
	height:285px;
	position:relative;
	text-align:left;
	margin:0px auto;
	margin-top:35px;
	background-image:url(../images/contact-us.jpg);
	background-position:left;
	background-repeat:no-repeat;
}

#contact-address h3{
	position:relative;
	top:67px;
	margin-left:70px;
	margin-bottom:0px;
}
#contact-address p{
	margin-top:70px;
	margin-left:70px;
	margin-bottom:0px;
}
