@charset "utf-8";
/* CSS Document */
body { 
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:12px; color:#6b6b6b; min-width:1000px;background:#eefcf3; margin:0; position:relative;
}
ul, li { 
	margin:0; padding:0; float:left; display:block; list-style:none;
}
a, a:hover { 
	text-decoration:none;
}
img { 
	border:0;
}
.sm { 
	background-image:url(../images/split_img.png); background-repeat:no-repeat; background-color:transparent;
}
.clear { 
	clear:both;
}
.fl { 
	float:left;
}
.fr { 
	float:right;
}
h1, h2, h3, h4, h5, h6 { 
	font-weight:normal;
}
h1 { 
	font-size:1.6em; color:#000;
}
h2 { 
	font-size:1.3em; color:#4a4934; padding-top:10px;
}
h3 { 
	font-size:1em; color:#FF9031;
}
h4 { 	
}
p { 
	font-size:1.1em; line-height:22px;
}

/*road block*/
.road_block_part { 
	width:100%; 
	height:100%;
	background: rgba(0, 0, 0, 0.8);
	position:fixed; 
	/*_position:absolute; */
	top:0%;
	left:0%; 
	z-index:9999999999; 
}
.road_block {  
	margin: 65px;
    padding: 15px 30px;
    position: relative;
    background: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    overflow-y: scroll !important;
    max-height: 545px !important;
}
.road_block h3 {
	margin:10px 0px;
	padding:0px;
	font-size:23px;
	text-align:center;
	font-weight:bold;
	color:#000;	
}
.road_block p {
	margin:0px 0px 8px 0px;
	padding:0px;
	font-size:13px;
	text-align:justify;
	line-height:20px;
}
.road_block b {
	font-size:11px;
}
.IAgree {
	width: 8%;
    position: relative;
    text-align: center;
    margin: 0px 45% 10px 45%;
}
.IAgree a {
	background:#000;
	color:#fff;
	font-size:18px;
	line-height:40px;
	font-weight:bold;
	text-decoration:none;
	display:block;	
	padding: 0px 15px;
}
.IAgree a:hover {
	text-decoration:none;
}
/*road block*/

.overlay { 
	background:url(../images/overlay.png) repeat; display:none; position:fixed; z-index:100; width:100%; height:100%;
}
.layout {	

}
.wrapper { 
	width:1000px; margin:auto;
}
.grid_left {
	width:320px; float:left;
}
.grid_right {
	width:675px; float:right;
}
.menu_part {
	width:100%; min-width:1000px; background:url(../images/menu_bg.jpg) repeat-x; border-bottom:1px solid #fff;
}
.menu {
	width:1000px; height:48px; margin:0 auto;
}
.menu ul li {
	text-transform:uppercase; font-weight:bold; font-size:1em; background:url(../images/menu_border.jpg) no-repeat right center; text-shadow: #fff 0px 1px 1px;
}
.menu ul li a {
	padding:15px 20px 0px; height:33px; color:#fff; display:block; color:#8f8f8f; background-image:url(../images/menu_arrow.png); background-position:center 33px; background-repeat:no-repeat; -webkit-transition: background-position 300ms ease-out;  -moz-transition: background-position 300ms ease-out; -o-transition: background-position 300ms ease-out;  transition: background-position 300ms ease-out;
} 
.menu ul li a:hover, .menu ul li a.active {
	color:#185d30; background-position:center 8px;
}
.header {
	width:100%; min-width:1000px; background:url(../images/header.jpg) bottom repeat-x #e9e9e9; padding-top:10px;
}
.logo_part {
	padding:0 15px 15px 10px; overflow:hidden;
}
.logo {
	padding-right:30px; background:url(../images/logo_border.jpg) no-repeat right center; float:left;
}
.slogans {
	padding-top:25px; float:right;
}
.enquiry_part {
	border:1px solid #004418; -webkit-border-radius: 10px; -moz-border-radius: 10px; -o-border-radius: 10px; border-radius:10px; -moz-box-shadow: 3px 2px 2px rgba(50, 50, 50, 0.55);  -webkit-box-shadow: 3px 2px 2px rgba(50, 50, 50, 0.55); -o-box-shadow: 3px 2px 2px rgba(50, 50, 50, 0.55);  box-shadow: 3px 2px 2px rgba(50, 50, 50, 0.55);
}
.enquiry_form {
	background:#00812d url(../images/form_bg.jpg) repeat-x center; border:1px solid #2aba5c; padding:5px 20px 10px; overflow:hidden; -webkit-border-radius: 10px; -moz-border-radius: 10px; -o-border-radius: 10px; border-radius:10px;
}
.enquiry_form h2 { 
	color:#fff; text-align:center; padding:0px; font-size:1.8em; font-weight:bold; text-transform:uppercase; text-shadow: rgba(0,0,0,0.5) 0px 1px 1px;  margin:0 0 5px;
}
.button {
	display:inline-block; width:102px; height:32px; font-size:14px; color:#000; line-height:34px; font-size:1.5em; padding:0;  background:url(../images/button.png) no-repeat; cursor:pointer; border:0px; 
}
.button:hover {
	background:url(../images/button_hover.png) no-repeat; color:#fff;
}
#contact-form {
	margin:auto;
}
#contact-form label {
	display:block; 	
}
#contact-form span { 
	float:left; color:#ff0000;
}
#contact-form input {
	border:0px; font-size:14px; line-height:1.2em;  font-family:Arial, Helvetica, sans-serif; background:#fff; outline:none; float:left; margin:5px 0; 
}
#contact-form textarea {
	height:60px; border:0px; overflow:auto; font-size:15px; line-height:1.2em;  margin:5px 0; font-family:Arial, Helvetica, sans-serif; background:#fff; outline:none; float:left; margin:7px 0; 
}
.aligncenter { 
	padding-top:10px; text-align:center; 
}
#contact-form input, #contact-form textarea { 
	-webkit-transition: box-shadow 300ms ease-out;  -moz-transition: box-shadow 300ms ease-out; -o-transition: box-shadow 300ms ease-out;  transition: box-shadow 300ms ease-out;  color:#999; width:94%; padding:2.5% 3%;
}
#contact-form input:focus, #contact-form textarea:focus { 
	-moz-box-shadow: 0px 0px 5px #fff000;  -webkit-box-shadow: 0px 0px 5px #fff000;  box-shadow: 0px 0px 5px #fff000; -o-shadow: 0px 0px 5px #fff000;  
}
.banner {
	width:675px; height:325px; padding-top:7px;
}
.banner_bottom {
	height:42px; padding:7px 15px 0; text-align:center; color:#fff; line-height:1.6em
}
.banner_bottom span {
	text-transform:uppercase;
}
.banner_bottom a {
	color:#fff000;
}
.c_bg {
	padding-top:15px;
}
.left_nav {
	padding:10px 20px 124px; margin-bottom:15px; background:#ebebeb;  position:relative; -webkit-border-radius: 10px; -moz-border-radius: 10px; -o-border-radius: 10px; border-radius:10px; border:1px solid #dcdcdc;
}
.left_nav h2 { 
	color:#185d30; padding:0px; font-size:1.8em; font-weight:bold; text-transform:uppercase; text-shadow: rgba(255,255,255,0.5) 0px 1px 1px;  margin:0 0 5px;
}
.left_nav ul {
	width:100%;
}
.left_nav ul li {
	background:url(../images/left_nav_border.jpg) repeat-x bottom; width:100%; text-transform:uppercase;
}
.left_nav ul li a {
	padding:10px 0 7px 25px; background:url(../images/a5.png) no-repeat 8px 12px; color:#000; display:block
}
.left_nav ul li a:hover {
	background:url(../images/a5_hover.png) no-repeat 8px 12px; font-weight:bold;
}
.amar_logo {
	padding:11px; text-align:center; position:absolute; bottom:0px; left:19%
}
.our_location {
	padding:10px 20px 0px; text-align:justify;
}
.our_location h2 { 
	color:#0000; padding:0px; font-size:1.8em; font-weight:bold; text-transform:uppercase; text-shadow: rgba(255,255,255,0.5) 0px 1px 1px;  margin:0 0 5px;
}
.content {
	margin:0 0px 10px 0; padding:10px; border:1px solid #f1f1f1; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -o-radius: 5px; background:#fff; min-height:400px;
}
.content h1 {
	margin-top:0;
}
.content a {
	color:#6b6b6b;
}
.content ul {
	width:100%; padding-bottom:20px;
}
.content ul li {
	padding:8px 0 0px 25px; background:url(../images/a5.png) no-repeat 8px 12px; color:#000; display:block; float:none;
}
.highlight_box {
	width:32%; float:left; margin-right:1.3%; margin-top:5px; overflow:hidden;
}
.highlight_title {
	padding:7px 7px 7px 10px; background:#e5e5e5; color:#185d30; font-size:1.3em; text-transform:uppercase; margin-bottom:10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -o-border-radius: 10px; border-radius:10px;
}
.footer_part {
	width:100%; min-width:1000px; background:#185d30; padding-top:1px; color:#fff;
}
.footer_part a {
	color:#d6d6d6;
}
.footer_part a:hover {
	text-decoration:underline;
}
.copyright {
	padding:15px 0; text-align:center;
}
.footer_link {
	padding:15px 10px;
}
.palmslideenquiry {
	position:fixed; right:0; top:0;
}
.location {
	text-align:center; padding:10px;
}
.location img {
	background:#eefcf3; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -o-radius: 5px; padding:5px; width:625px;
}

/*testimonials page*/
.testi_box { 
	width:78.5%; background:#f4f4f4; border:1px solid #e3e3e3; padding:1% 1% 1% 20%; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius:5px; font-size:11px; position:relative; margin:0px 0 15px; min-height:120px; color:#747573; font-size:12px; line-height:20px; text-align:justify;
}
.testi_name { 
	color:#234904; line-height:22px;
}
.testi_name strong { 
	color:#234904; font-size:13px;
}
.testi_name span { 
	color:#ffa500; display:block;
}
.testi_img_box { 
	width:115px; position:absolute; top:25px; left:8px;
}
.testi_img { 
	width:89px; background:#3b6c13; margin-bottom:1px; position:relative; padding:8px; -webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px;}
.testi_img_bottom { 
	width:115px; height:15px; background:url(../images/testi_img_bottom.png) center top no-repeat;
}
.testi_img img { 
	width:73px; height:73px; padding:8px; background:#fff;
}
/*testimonials page*/
/*floor plan*/
.floor_box { 
	width:206px; margin:0px 35px 20px; float:left;
}
.floor_img { 
	width:206px;  background:url(../images/view-bottom.png) no-repeat bottom center; padding-bottom:10px; 
}
.floor_img img { 
	width:200px; height:150px; padding:2px; border:1px solid #d8d8d8; background:url(../images/loading.gif) no-repeat 50% 50% #ebebeb;
}
.floor_text { 
	font-size:12px; font-weight:bold; color:#828282; text-align:center; line-height:22px;
}
.floor_text a { 
	color:#828282;
}
/*floor plan*/