@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	width: 100%;
	/* [disabled]color:#5f5f5f; */
	font: normal 12px/1.8em Arial, Helvetica, sans-serif;
}
html, .main { padding:0; margin:0; background-color:#e9e9e9;}
.clr { clear:both; padding:0; margin:0; width:100%; font-size:0px; line-height:0px;}
h1 { color:#000; font:bold 17px Arial, Helvetica, sans-serif; color:#323a3f;}
h1 a, h1 a:hover { color:#fff; text-decoration:none;}
h1 span { color:#007236;}
h1 small { padding-left:38px; font:normal 13px/1.2em Arial, Helvetica, sans-serif;}
h2 { font:bold 24px Arial, Helvetica, sans-serif; color:#323a3f; padding:8px 0; margin:8px 0;}
p { margin:8px 0; padding:0 0 8px 0; font:normal 12px/1.8em Arial, Helvetica, sans-serif;}
a { color:#61a203; text-decoration:none;}

.header, .hbg, .content, .fbg, .footer { margin:0; padding:0;}
.hbg_resize, .content_resize, .fbg_resize { margin:0 auto; padding:24px 40px; width:890px; background-color:#fff; -moz-border-radius:10px;}

/* header */
.header {}
.header_resize { margin:0 auto; padding:0; width:900px;}
.header .logo {margin:0; padding:29px 0; width:auto; float:left;}
.header .menu ul { margin:0px 0 0 0; padding:0; float:left; width:auto; list-style:none;}
.header .menu ul li { margin:0; float:left;}
.header .menu ul li a {
	margin:0;
	padding:12px 8px;
	color:#06C;
	text-decoration:none;
	line-height:36px;
}
.header .menu ul li a span { margin:0; padding:12px 0 12px 10px;}
.header .menu ul li a:hover, .header .menu ul li.active a { color:#fff; background:url(images/menu_r.gif) no-repeat right top;}
.header .menu ul li a:hover span, .header .menu ul li.active a span { background:url(images/menu.gif) repeat-x top;}


.searchform
{
	float:right; font-weight:bold; font-size:18px; padding-top:20px;
	font-family:Vijaya;
	}


#cssmenu-top {
  background:#4cb6ea repeat-x top;
  margin: 0;
  width: auto;
  padding: 0;
  line-height: 1;
  display: block;
  position: relative;
  font-family: 'PT Sans', sans-serif;
}
#cssmenu-top ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
#cssmenu-top ul:after,
#cssmenu-top:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}

#cssmenu-top ul li {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}
#cssmenu-top ul li a {
  text-decoration: none;
  display: block;
  margin: 0;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu-top ul li ul {
  position: absolute;
  left: -9999px;
  top: auto;
}
#cssmenu-top ul li ul li {
  max-height: 0;
  position: absolute;
  -webkit-transition: max-height 0.4s ease-out;
  -moz-transition: max-height 0.4s ease-out;
  -ms-transition: max-height 0.4s ease-out;
  -o-transition: max-height 0.4s ease-out;
  transition: max-height 0.4s ease-out;
  background: #ffffff;
}
#cssmenu-top ul li ul li.has-sub:after {
  display: block;
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background: #000000;
  z-index: 1;
  top: 13px;
  right: 15px;
}
#cssmenu-top.align-right ul li ul li.has-sub:after {
  right: auto;
  left: 15px;
}
#cssmenu-top ul li ul li.has-sub:before {
  display: block;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  border: 3px solid transparent;
  border-left-color: #ffffff;
  z-index: 2;
  top: 15px;
  right: 15px;
}
#cssmenu-top.align-right ul li ul li.has-sub:before {
  right: auto;
  left: 15px;
  border-left-color: transparent;
  border-right-color: #ffffff;
}
#cssmenu-top ul li ul li a {
  font-size: 10px;
  font-weight: 400;
  text-transform: none;
  color: #000000;
  letter-spacing: 0;
  display: block;
  width: 170px;
  padding: 11px 10px 11px 20px;
}
#cssmenu-top ul li ul li:hover > a,
#cssmenu-top ul li ul li.active > a {
  color: #4cb6ea;
}
#cssmenu-top ul li ul li:hover:after,
#cssmenu-top ul li ul li.active:after {
  background: #4cb6ea;
}
#cssmenu-top ul li ul li:hover > ul {
  left: 100%;
  top: 0;
}
#cssmenu-top ul li ul li:hover > ul > li {
  max-height: 72px;
  position: relative;
}
#cssmenu-top > ul > li {
  float: left;
}
#cssmenu-top.align-center > ul > li {
  float: none;
  display: inline-block;
}
#cssmenu-top.align-center > ul {
  text-align: center;
}
#cssmenu-top.align-center ul ul {
  text-align: left;
}
#cssmenu-top.align-right > ul {
  float: right;
}
#cssmenu-top.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu-top.align-right ul ul li:hover > ul {
  right: 100%;
  left: auto;
}
#cssmenu-top.align-right ul ul li a {
  text-align: right;
}
#cssmenu-top > ul > li:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  z-index: 0;
  background: #ffffff;
  -webkit-transition: height .2s;
  -moz-transition: height .2s;
  -ms-transition: height .2s;
  -o-transition: height .2s;
  transition: height .2s;
}
#cssmenu-top > ul > li.has-sub > a {
  padding-right: 40px;
}
#cssmenu-top > ul > li.has-sub > a:after {
  display: block;
  content: "";
  background: #ffffff;
  height: 12px;
  width: 12px;
  position: absolute;
  border-radius: 13px;
  right: 14px;
  top: 16px;
}
#cssmenu-top > ul > li.has-sub > a:before {
  display: block;
  content: "";
  border: 4px solid transparent;
  border-top-color: #4cb6ea;
  z-index: 2;
  height: 0;
  width: 0;
  position: absolute;
  right: 16px;
  top: 21px;
}
#cssmenu-top > ul > li > a {
  color: #ffffff;
  padding: 15px 8px;
  font-weight: 70;
  letter-spacing: 1px;
  
  font-size: 12px;
  z-index: 2;
  position: relative;
}
#cssmenu-top > ul > li:hover:after,
#cssmenu-top > ul > li.active:after {
  height: 100%;
}
#cssmenu-top > ul > li:hover > a,
#cssmenu-top > ul > li.active > a {
  color: #000000;
}
#cssmenu-top > ul > li:hover > a:after,
#cssmenu-top > ul > li.active > a:after {
  background: #000000;
}
#cssmenu-top > ul > li:hover > a:before,
#cssmenu-top > ul > li.active > a:before {
  border-top-color: #ffffff;
}
#cssmenu-top > ul > li:hover > ul {
  left: 0;
}
#cssmenu-top > ul > li:hover > ul > li {
  max-height: 72px;
  position: relative;
}
#cssmenu-top #menu-button {
  display: none;
}
#cssmenu-top > ul > li > a {
  display: block;
}
#cssmenu-top > ul > li {
  width: auto;
}
#cssmenu-top > ul > li > ul {
  width: 170px;
  display: block;
}
#cssmenu-top > ul > li > ul > li {
  width: 170px;
  display: block;
}
@media all and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu-top > ul {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.35s ease-out;
    -moz-transition: max-height 0.35s ease-out;
    -ms-transition: max-height 0.35s ease-out;
    -o-transition: max-height 0.35s ease-out;
    transition: max-height 0.35s ease-out;
  }
  #cssmenu-top > ul > li > ul {
    width: 100%;
    display: block;
  }
  #cssmenu-top.align-right ul li a {
    text-align: left;
  }
  #cssmenu-top > ul > li > ul > li {
    width: 100%;
    display: block;
  }
  #cssmenu-top.align-right ul ul li a {
    text-align: left;
  }
  #cssmenu-top > ul > li > ul > li > a {
    width: 100%;
    display: block;
  }
  #cssmenu-top ul li ul li a {
    width: 100%;
  }
  #cssmenu-top.align-center > ul {
    text-align: left;
  }
  #cssmenu-top.align-center > ul > li {
    display: block;
  }
  #cssmenu-top > ul.open {
    max-height: 1000px;
    border-top: 1px solid rgba(110, 110, 110, 0.25);
  }
  #cssmenu-top ul {
    width: 100%;
  }
  #cssmenu-top ul > li {
    float: none;
    width: 100%;
  }
  #cssmenu-top ul li a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 12px 20px;
  }
  #cssmenu-top ul > li:after {
    display: none;
  }
  #cssmenu-top ul li.has-sub > a:after,
  #cssmenu-top ul li.has-sub > a:before,
  #cssmenu-top ul li ul li.has-sub:after,
  #cssmenu-top ul li ul li.has-sub:before {
    display: none;
  }
  #cssmenu-top ul li ul,
  #cssmenu-top ul li ul li ul,
  #cssmenu-top ul li ul li:hover > ul,
  #cssmenu-top.align-right ul li ul,
  #cssmenu-top.align-right ul li ul li ul,
  #cssmenu-top.align-right ul li ul li:hover > ul {
    left: 0;
    position: relative;
    right: auto;
  }
  #cssmenu-top ul li ul li,
  #cssmenu-top ul li:hover > ul > li {
    max-height: 999px;
    position: relative;
    background: none;
  }
  #cssmenu-top ul li ul li a {
    padding: 8px 20px 8px 35px;
    color: #ffffff;
  }
  #cssmenu-top ul li ul ul li a {
    padding: 8px 20px 8px 50px;
  }
  #cssmenu-top ul li ul li:hover > a {
    color: #000000;
  }
  #cssmenu-top #menu-button {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 15px 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    color: #ffffff;
    cursor: pointer;
  }
  #cssmenu-top #menu-button:after {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    right: 20px;
    top: 16px;
  }
  #cssmenu-top #menu-button:before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #ffffff;
    right: 20px;
    top: 26px;
  }
}

/* search */
#formsearch { margin:0; padding:36px 0 0 0;}
#formsearch span { display:block; margin:7px 0 6px 0; padding:0 8px 0 11px !important; padding:0 4px 0 6px; float:right; width:170px; background:#fff url(images/search.gif) no-repeat top left;}
#formsearch input.editbox_search { margin:0; padding:6px 0; float:left; width:170px; height:12px; border:none; background:none; font:normal 13px/16px Arial, Helvetica, sans-serif; color:#a8acb2;}
#formsearch input.button_search { margin:7px 0 0 0; padding:0; border:none; float:right;}

/* hbg */
.hbg { padding:16px 0;}
.hbg_resize { padding-right:486px; width:444px; height:307px;}

/* content */
.content { padding-bottom:16px;}
.content .mainbar { margin:0; padding:0; float:left; width:620px;}
.content .mainbar .article, .content .sidebar .gadget { margin:0; padding:0 0 16px 0;}
.content .sidebar { margin:0; padding:0; float:right; width:240px;}
ul.sb_menu, ul.ex_menu { margin:0; padding:0; list-style:none;}
ul.sb_menu li, ul.ex_menu li { margin:0; padding:0; border-bottom:1px dashed #e9e5e5;}
ul.ex_menu li { color:#959595;}
ul.sb_menu li a, ul.ex_menu li a { margin:0; padding-left:24px; color:#5f5f5f; text-decoration:none; background:url(images/li.gif) no-repeat 0 0; line-height:1.8em;}
ul.sb_menu li a:hover, ul.ex_menu li a:hover { color:#61a203; font-weight:bold; background:url(images/li_active.gif) no-repeat 0 0;}
ul.sb_menu li { padding:4px 0;}
ul.ex_menu li { padding:8px 0;}
ul.sb_menu li a:hover { text-decoration:underline;}
ul.ex_menu li a:hover { text-decoration:none;}

/* subpages */
.content .mainbar .comment { margin:0; padding:16px 0 0 0;}
.content .mainbar .comment img.userpic { border:1px solid #dedede; margin:10px 16px 0 0; padding:0; float:left;}

/* fbg */
.fbg { margin:0; padding:0;}
.fbg_resize .col { margin:0; float:left;}
.fbg_resize .c1 { padding:0 16px 0 0; width:290px;}
.fbg_resize .c2 { padding:0 16px; width:600px;}
.fbg_resize .c3 { padding:0 0 0 16px; width:240px;}
.fbg_resize .c1 img { margin:8px 16px 16px 0; padding:0; float:left;}
.fbg_resize .c3 img { margin:4px; padding:0;}

/* footer */
.footer { margin:0; padding:0;}
.footer_resize { margin:0 auto; padding:8px 32px; width:962px;}
.footer_resize p.lf { width:auto; height:8px; text-align:center;}
ul.fmenu { margin:0px 55px; height:30px; padding:0; list-style:none;  width:auto;}
ul.fmenu li { margin:0; padding:0 8px; float:left;}
ul.fmenu li a { color:#5f5f5f; text-decoration:none;}
ul.fmenu li a:hover, ul.fmenu li.active a { color:#61a203;}
ul.fmenu li a:hover { text-decoration:underline;}

/* form */
form { margin:0; padding:0;}
ol { margin:0; padding:0; list-style:none;}
ol li { margin:0; padding:0; display:block; clear:both;}
ol li label { display:block; margin:0; padding:16px 0 0 0;}
ol li input.text { width:480px; border:1px solid #c0c0c0; margin:2px 0; padding:5px 2px; height:16px; background:#fff;}
ol li textarea { width:480px; border:1px solid #c0c0c0; margin:2px 0; padding:2px; background:#fff;}
ol li .send { margin:16px 0 0 0;}



.example-two a                               
{ 
	margin: 3px;
	 }
	 
.example-two img:hover
{ 
	outline: 1px solid #AECBEC;
	 }
	 .marquee-resale
	 {
	 	border-bottom:solid 1px #AAC8F9;
	 	padding-top:20px;
	 	}
		.testimonials
		{
			border-bottom:solid 1px #09F; width:600px;
			}
.box
{
	
	padding:10px; border:solid 1px #D4D9E8; border-radius:0.5em;-webkit-box-shadow: inset 0px 0px 14px -6px rgba(82,112,189,1);
-moz-box-shadow: inset 0px 0px 14px -6px rgba(82,112,189,1);
box-shadow: inset 0px 0px 14px -6px rgba(82,112,189,1); height:155px;


	}
	
.box b
{
	font-size:16px; color:#E1792D; font-family:Arial, Helvetica, sans-serif;
	
	}
	
	
	
	.call_number
	{
		font-family:"Times New Roman", Times, serif;
		font-size:20px;
		padding-top:10px;
		padding-right:40px;
		float:right;
		}
		
			.call_number p
	{
		font-family:"Times New Roman", Times, serif;
		font-size:20px;
		padding-top:10px;
		padding-right:40px;
		float:right;
		}	
	.price
	{
		font-family:"Times New Roman", Times, serif;
		font-size:16px;
		padding-top:5px;
		padding-right:20px;
	    font-weight:bold;
		float:right;
		
	
		}
		.phone_call
		{
			float:right;
			margin-left:140px;
			}
			.button-link {
   width:160px;
   cursor:pointer;
    background: #4479BA;
    color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.button-link:hover {
    background: #356094;
    border: solid 1px #2A4E77;
    text-decoration: none;
}
.button-link:active {
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    background: #2E5481;
    border: solid 1px #203E5F;
}


.menu_nav {
	margin:0 auto;
	padding:1px 0 0;
	height:56px;
	float:right;
	margin-left:20px;
	width:900px;
	
}
.menu_nav ul {
	list-style:none;
	padding:0 0 0 2px;
	height:56px;
	float:left;
}
.menu_nav ul li {
	margin:0;
	padding:0 0 0 6px;
	float:left;
}
.menu_nav ul li a {
	display:block;
	margin:0;
	padding:12px 0 0;
	width:100px;
	height:44px;
	font-size:13px;
	line-height:18px;
	font-weight:bold;
	color:#000;
	text-decoration:none;
	text-transform:none;
	text-align:center;
}
.menu_nav ul li.active a, .menu_nav ul li a:hover {
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
	background:url(images/menu_a.png) no-repeat center top;}
	
		.heading2
	{font-size:18px;  font-family:Georgia;  color:#FF5706;
		
		}
		
		
		.pdf_all {
	height: 30px;
	width: 100%;
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	margin-top: 10px;
	font-weight:300;
}
.pdf_all a {
	color: #000;
}
.pdf_firsttext {
	width: 70%;
	height: auto;
	float: left;
}
.artical p
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	}
	
	
		.property_detail
					{
						font-family:DejaVu Serif Condensed; font-size:18px; background:#E4E4E4; border-radius:0.3em; padding:10px;
						}




.comm-usp
{
	text-decoration:underline; color:#093; font-weight:bold; font-size:14px;
	}
	
	.maps p
	{
		padding-left:20px;
		 font-weight:bold;
		}
		
		.jaypee_detail td
{
	padding-left:10px;
	}
	
	
	
	div.scroll
{
width:850px;
height:600px;
overflow:scroll;
padding-left:10px;
}

.lease span
{
	font-size:18px; background-color:#096; color:#FFF; padding:3px;
	}
	
.nri li
{
	 list-style:none; width:800px; height:50px; background-repeat:no-repeat; padding-left:40px;
	}	
	

					
	.flow-chart
	{
		font-family:Vijaya; text-decoration:underline; font-weight:bold; font-size:18px; color:#FF5706;
		}
		
		.header4
		{
			background: -moz-linear-gradient(left,  rgba(32,50,163,1) 0%, rgba(125,185,232,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(32,50,163,1)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(32,50,163,1) 0%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(32,50,163,1) 0%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(32,50,163,1) 0%,rgba(125,185,232,0) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(32,50,163,1) 0%,rgba(125,185,232,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2032a3', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 */
; color:#FFF; font-size:16px; padding-left:10px; height:25px; padding-top:5px; font-family:Georgia;
			}
			
			.bullet-icon
			{
				background:url(images/bullet.png) no-repeat;
				width:30px;
				height:23px;
				}
				
				
				
				
				
				
.query-form {
	
    width: 270px;
margin-left:-15px;
    background: #EEE;
height:450px;
    font: 12px Georgia, "Times New Roman", Times, serif;
    color: #000;

 
}
.query-form h1 {
    font: 25px Georgia, "Times New Roman", Times, serif;
    padding: 0px 0px 10px 40px;
    display: block;
    border-bottom: 1px solid #DADADA;
    margin: -10px -30px 30px -30px;
    color: #888;
}
.query-form h1>span {
    display: block;
    font-size: 11px;
}
.query-form label {
    display: block;
    margin: 0px 0px 5px;
}
.query-form label>span {
    float: left;
    width: 100px;
    text-align: right;
    padding-right: 10px;
    margin-top: 5px;
    color: #888;
}
.query-form input[type="text"], .query-form input[type="mobile"], .query-form input[type="email"], .query-form textarea,.query-form select{
    border: 1px solid #DADADA;
    color: #888;
    height: 18px;
    margin-bottom: 10px;
    margin-right: 6px;
   
    outline: 0 none;
    padding: 3px 3px 3px 5px;
    width: 70%;
    font: normal 12px/12px Georgia, "Times New Roman", Times, serif;
}
.query-form select {

    appearance:none;
    -webkit-appearance:none; 
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width: 72%;
    height: 24px;
}
.query-form textarea{
    height:50px;
}
.query-form .button {
    background: #E48F8F;
    border: none;
    padding: 10px 25px 10px 25px;
    color: #FFF;
}
.query-form .button:hover {
    background: #CF7A7A
}



#cssmenu {
 
  width: auto;

}
#cssmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1;
  display: block;
  zoom: 1;
}
#cssmenu ul:after {
  content: ' ';
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
#cssmenu ul li {
  float: left;
  display: block;
  padding: 0;
  height:30px;
background:#9BC262;
margin-left:1px;

}
#cssmenu ul li a {
  color: #FFF;
  text-decoration: none;
  display: block;
  padding: 10px 15px;
  font-weight:normal;
 font-family:Arial, Helvetica, sans-serif;

  font-size:12px;
  position: relative;
  -webkit-transition: color .25s;
  -moz-transition: color .25s;
  -ms-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
  
}
#cssmenu ul li a:hover {
  color: #333333;
}
#cssmenu ul li a:hover:before {
  width: 100%;
}
#cssmenu ul li a:after {
  content: '';
  display: block;
  position: absolute;
  right: -3px;
  top: 19px;
  height: 6px;
  width: 6px;
  
  opacity: .5;
}
#cssmenu ul li a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: #004689;
  -webkit-transition: width .25s;
  -moz-transition: width .25s;
  -ms-transition: width .25s;
  -o-transition: width .25s;
  transition: width .25s;
}
#cssmenu ul li.last > a:after,
#cssmenu ul li:last-child > a:after {
  display: none;
}
#cssmenu ul li.active a {
  color: #333333;
}
#cssmenu ul li.active a:before {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #cssmenu ul li {
    float: none;
  }
  #cssmenu ul li a {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #cssmenu ul li a:after {
    display: none;
  }
  #cssmenu ul li a:before {
    height: 1px;
    background: #ffffff;
    width: 100%;
    opacity: .2;
  }
  #cssmenu ul li.last > a:before,
  #cssmenu ul li:last-child > a:before {
    display: none;
  }
}

.table-format {margin:5px 0 25px 0; padding:0;}
.table-format td {vertical-align: top; border-bottom: 1px solid #a3a3a3; text-align:justify; color:#222; font-size: 12px; padding:5px 0px; line-height:16px;}
.table-format td a{color:#000; font-size: 12px;}
.table-format td a:hover{color:#0195db;}
.table-head{vertical-align: top; font-size: 14px !important; font-weight: 700 !important; color: #ccc !important; background:#3e3e3e; padding:5px 0 5px 5px !important;}
.table-format td strong{font-weight:700;}
.table-format td span{color:#e60e0e; padding-left:4px;}


.backcolor
					{
						background-color:#C0C0C0;
						}
						.head
						{
							background-color:#2C5858; color:#FFF; height:40px; font-weight:bold; text-align:center;
							}
							
							
							 /* About Us CSS */



#blueblock{
width: 200px;
font-size: 90%;

color: #333;
float:left;
}



* html #blueblock{ /*IE 6 only */
w\idth: 147px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}

#blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#blueblock li {
border-bottom: 1px solid #FFF;
margin: 0;
}

#blueblock li a{
display: block;
padding: 5px 5px 5px 8px;
border-left: 10px solid #004588;
border-right: 10px solid #165A9B;
background-color: #00A651;
color: #fff;
font-size:14px; color:#FFF; font-family:Hobo Std;
text-decoration: none;
width: 100%;

}

html>body #blueblock li a{ /*Non IE6 width*/
width: auto;
}

#blueblock li a:hover{
border-left: 10px solid #05994D;
border-right: 10px solid #1CB566;
background-color:#004689;
color: #fff;
}


.text-style p
{font-family:DejaVu Serif; font-size:14px;
	}
	
	.header-about
	{
		margin-left:300px; font-family:'Modern No. 20'; text-transform:uppercase; margin-top:50px; color:#3152B5; font-size:22px;
		}
		
		
		
		.inventory-box
{
	
	padding:10px; border:solid 1px #D4D9E8; border-radius:0.5em;
	
-webkit-box-shadow: 0px 3px 15px -2px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 3px 15px -2px rgba(0,0,0,0.75);
box-shadow: 0px 3px 15px -2px rgba(0,0,0,0.75);
background: #deefff; /* Old browsers */
background: -moz-linear-gradient(top,  #deefff 0%, #98bede 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#deefff), color-stop(100%,#98bede)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #deefff 0%,#98bede 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #deefff 0%,#98bede 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #deefff 0%,#98bede 100%); /* IE10+ */
background: linear-gradient(to bottom,  #deefff 0%,#98bede 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#deefff', endColorstr='#98bede',GradientType=0 ); /* IE6-9 */

	}
	
	
	
		.inventory-box span
{
	
float:left;-webkit-box-shadow: 0px 5px 11px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 5px 11px 0px rgba(0,0,0,0.75);
box-shadow: 0px 5px 11px 0px rgba(0,0,0,0.75);
	}	

		.inventory-box a
{
	
color:#FF8040;
	}	

		.inventory-box2
{
	
padding:10px; border:solid 1px #D4D9E8; border-radius:0.5em;
-webkit-box-shadow: 0px 3px 15px -2px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 3px 15px -2px rgba(0,0,0,0.75);
box-shadow: 0px 3px 15px -2px rgba(0,0,0,0.75);
background: #feffff; /* Old browsers */
background: -moz-linear-gradient(top,  #feffff 0%, #d2ebf9 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feffff), color-stop(100%,#d2ebf9)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #feffff 0%,#d2ebf9 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #feffff 0%,#d2ebf9 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #feffff 0%,#d2ebf9 100%); /* IE10+ */
background: linear-gradient(to bottom,  #feffff 0%,#d2ebf9 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#d2ebf9',GradientType=0 ); /* IE6-9 */


	}
	.industrial-shed-box
	{
			padding:10px; border:solid 1px #D4D9E8; border-radius:0.2em;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9fe0f9+0,bfe8f9+67,9fd8ef+68,9fd8ef+68,2ab0ed+100 */
background: #9fe0f9; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #9fe0f9 0%, #bfe8f9 67%, #9fd8ef 68%, #9fd8ef 68%, #2ab0ed 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#9fe0f9), color-stop(67%,#bfe8f9), color-stop(68%,#9fd8ef), color-stop(68%,#9fd8ef), color-stop(100%,#2ab0ed)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  #9fe0f9 0%,#bfe8f9 67%,#9fd8ef 68%,#9fd8ef 68%,#2ab0ed 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  #9fe0f9 0%,#bfe8f9 67%,#9fd8ef 68%,#9fd8ef 68%,#2ab0ed 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  #9fe0f9 0%,#bfe8f9 67%,#9fd8ef 68%,#9fd8ef 68%,#2ab0ed 100%); /* IE10+ */
background: linear-gradient(135deg,  #9fe0f9 0%,#bfe8f9 67%,#9fd8ef 68%,#9fd8ef 68%,#2ab0ed 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9fe0f9', endColorstr='#2ab0ed',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

		}
	
	
		.inventory-box2 span
{
	
float:left;-webkit-box-shadow: 0px 5px 11px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 5px 11px 0px rgba(0,0,0,0.75);
box-shadow: 0px 5px 11px 0px rgba(0,0,0,0.75);
	}	

		.inventory-box2 a
{
	
color:#FF8040;
	}	
	
	
	
	
			.inventory-box3
{
	
	padding:10px; border:solid 1px #D4D9E8; border-radius:0.5em;
	
	
-webkit-box-shadow: 0px 3px 9px -3px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 3px 9px -3px rgba(0,0,0,0.75);
box-shadow: 0px 3px 9px -3px rgba(0,0,0,0.75);
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */



	}
	
	
	
		.inventory-box3 span
{
	
float:left;-webkit-box-shadow: 0px 5px 11px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 5px 11px 0px rgba(0,0,0,0.75);
box-shadow: 0px 5px 11px 0px rgba(0,0,0,0.75);
	}	

		.inventory-box3 a
{
	
color:#FF8040;
	}	
	
	
	.box-shadow
	{
		float:left;
		-webkit-box-shadow: 0px 5px 11px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 5px 11px 0px rgba(0,0,0,0.75);
         box-shadow: 0px 5px 11px 0px rgba(0,0,0,0.75);
		}
		
.CSSTableGenerator {
	margin:0px;padding:0px;
	width:100%;
	box-shadow: 10px 10px 5px #888888;
	border:1px solid #ffffff;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.CSSTableGenerator table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.CSSTableGenerator tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.CSSTableGenerator table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.CSSTableGenerator table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.CSSTableGenerator tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.CSSTableGenerator tr:hover td{
	
}
.CSSTableGenerator tr:nth-child(odd){ background-color:#aad4ff; }
.CSSTableGenerator tr:nth-child(even)    { background-color:#d3e9ff; }.CSSTableGenerator td{
	vertical-align:middle;
	
	
	border:1px solid #ffffff;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:14px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.CSSTableGenerator tr:last-child td{
	border-width:0px 1px 0px 0px;
}.CSSTableGenerator tr td:last-child{
	border-width:0px 0px 1px 0px;
}.CSSTableGenerator tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.CSSTableGenerator tr:first-child td{
		background:-o-linear-gradient(bottom, #0057af 5%, #0057af 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0057af), color-stop(1, #0057af) );
	background:-moz-linear-gradient( center top, #0057af 5%, #0057af 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#0057af", endColorstr="#0057af");	background: -o-linear-gradient(top,#0057af,0057af);

	background-color:#0057af;
	border:0px solid #ffffff;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
.CSSTableGenerator tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #0057af 5%, #0057af 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0057af), color-stop(1, #0057af) );
	background:-moz-linear-gradient( center top, #0057af 5%, #0057af 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#0057af", endColorstr="#0057af");	background: -o-linear-gradient(top,#0057af,0057af);

	background-color:#0057af;
}
.CSSTableGenerator tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.CSSTableGenerator tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}


.keyword span
{
	background-color:#06C;
	color:#FFF;
	padding:7px;
	border-radius:0.3em;
	}
	
	
		
	.clr2
	{
		width:600px;
		height:20px;
		}
		
		
		.sitemap th
		{
			font-size:14px;
			font-family:Tahoma, Geneva, sans-serif;
			}
			
			.sitemap-face a
			{
				color:#666;
				font-weight:normal;
				}			
			.sitemap-face a:hover
			{
				text-decoration:underline;
				}
				
				.clr-line
				{
				 float:left; border-left:solid 1px #B0D5E9; width:30px; height:170px;
				}
				
				
				.fotter-head b
				{
					font-size:13px;
					color:#FF5809;
					text-decoration:underline;
					}
					
			.fotter-head a
				{
					color:#000
					}
					
					.footer2 b
					{
						font-size:14px;
						color:#03C;
						}
						

							
							
							.readytomove a
							{
								color:#000;
								}
								
								
		.shadow-banner
{
	
-webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.75);
box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.75);
}												
								
.slider-resi
{
	 margin:0 auto; padding:24px 40px; width:890px;  height:310px; background-color:#fff; -moz-border-radius:10px;
}
