@charset "utf-8";
/* CSS Document */
body { 
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:12px; color:#6b6b6b; min-width:1000px;background:#e7e7e7; margin:0; position:relative; text-align:justify;
}

/*road block*/
.road_block_part { 
	width:100%; 
	height:100%;
	background: rgba(0, 0, 0, 0.8);
	position:fixed; 
	/*_position:absolute; */
	top: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;	
}
.road_block p {
	margin:0px 0px 8px 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*/

ul, li { 
	margin:0; padding:0; float:left; display:block; list-style:none;
}
a, a:hover { 
	text-decoration:none;
}
img { 
	border:0;
}
.img-responsive {
	width:100%;
}
.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:12px; line-height:22px;
}
.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:258px; float:left;
}
.grid_right {
	width:742px; float:right;
}
.header {
	min-width:1000px; width:100%; background:#4a4934;
}
.logo {
	padding:11px; text-align:center
}
.left_nav {
	padding:7px 14px 0px; background:#4a4934; min-height:355px; position:relative;
}
.left_nav ul {
	width:100%;
}
.left_nav ul li {
	border-bottom:1px solid #7a795e; width:100%; 
}
.left_nav ul li a {
	padding:8px 0 7px 15px; background:url(../images/a5.png) no-repeat 0px 12px; color:#c4c589; display:block
}
.left_nav ul li a:hover, .left_nav ul li a.active {
	background:url(../images/a5_hover.png) no-repeat 0px 12px; }
.amar_logo {
	padding:11px; text-align:center; position:absolute; bottom:0px; left:12%
}
.menu {
	height:52px; padding-bottom:6px; margin-top:25px; background:url(../images/menu_bg.jpg) repeat-x;
}
.menu ul li {
	border-right:1px solid #c6c785; float:left; text-transform:uppercase; font-weight:bold; font-size:1.2em;
}
.menu ul li a {
	padding:19px 19px 15px; border-right:1px solid #4a4934; color:#fff; display:block
}
.menu ul li a:hover, .menu ul li a.active {
	background:#565823;
}
.banner {
	width:742px; height:418px; 
}
.c_bg {
	background:url(../images/content_bg.jpg) repeat-y left #fff;
}
.customer-login {
	height:45px; background:#fff; text-align:center; padding-top:5px;
}
.enquiry_form {
	background:#c4c589; padding:5px 14px 15px; overflow:hidden; margin-top:16px
}
.enquiry_form h2 { 
	color:#000; text-align:center; padding:5px 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:#fff; 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;
}
#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;  margin:0; font-family:Arial, Helvetica, sans-serif; background:#fff; outline:none; float:left; margin:8px 0; 
}
#contact-form textarea {
	height:75px; border:0px; overflow:auto; font-size:15px; line-height:1.2em;  margin:10px 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:3% 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;  
}
.news_part {
	height:50px; background:#4a4934;
}
.news_title {
	width:160px; float:left; border-right:1px solid #000; color:#fff; font-size:1.5em; text-align:center; padding-top:13px; height:37px;
}
.news {
	width:550px; height:20px; padding:15px; color:#9ea059; border-left:1px solid #7c7b5e; float:left;  font-size: 11.5px;
}
.content {
	margin:8px; padding:10px; border:1px solid #f1f1f1; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -o-radius: 5px;
}
.content h1 {
	margin-top:0;
}
.content a {
	color:#6b6b6b;
}
.content ul {
	width:95%; padding-left:20px; padding-bottom:20px;
}
.content ul li {
	list-style:outside disc; width:100%; display:list-item; padding:5px 0;
}
.footer_part {
	width:100%; min-width:1000px; background:#c4c589; padding-top:1px;
}
.footer_part a {
	color:#4a4934;
}
.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;
}
.amenities {
	text-align:center; padding:10px;
}
.amenities img {
	background:#fbe7f3; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -o-radius: 5px; border:5px;
}
/*testimonials page*/
.testi_box { width:97.5%;  padding:1%; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius:5px; font-size:11px; position:relative; margin:0px 0 15px; min-height:120px; font-size:12px; line-height:20px; background: url(../images/tail-shadow.png) repeat-x 0 0;}
.testi_name { color:#7C7B5E; line-height:22px;}
.testi_name strong { font-size:13px;}
.testi_name span { color:#aaa; display:block;}
.testi_img_box { width:23%; float:left; padding:1% 2% 0 0; text-align:right;}
.testi_img { width:89px; margin-bottom:4px; position:relative;  float:right;}
.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; border:1px solid #9EA059; -webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px;}
.testi_con
{
	float:right; width:71%;  border-left:1px solid #F1F1F1; padding:0 0 0 3%;
}
/*testimonials page*/