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

body
{
	font-family:helvetica,tahoma,verdana,sans-serif;
	font-size:12px;
	width:100%;
	margin:0;
	background: linear-gradient(#f9f9f9, #f9f9f9) repeat scroll 0 0 rgba(0, 0, 0, 0);
	overflow-x: hidden; 
}

#t
{
	width:290px;
	height:22px;
	padding-top:8px;
	//background-image:url(../image/buttionbg.png);
	background:#4AA02C;
	color:#FFF;
	text-align:center;
	//margin-left:3px;
	//margin-right:15px;
	//padding-left:15px;
}

.homelone
{
	width:290px;
	height:180px;
	float:left;
	margin-top:5px;
	margin-right:25px;
	line-height:15px;
	border:1px solid #CCCCCC;
	//padding-left:15px;
	//margin-bottom:5px;
	
}
.homelone ul
{
	padding:0;
}



#wrapper
{
	width:100%;
	margin:0 0 0 -1px;
}
/*Start Header*/

#header
{
	width:100%;
	 height:auto;
	 float:left;
	//border:3px solid #3B5998;
	 margin-bottom:0;
	 cursor:pointer;
}

/*Close Header*/

/*Start Navigation*/

#nav {
    float: left;
    height: 40px;
    width: 100%;
	margin:0;
	text-align:center;
	-moz-box-shadow: 0 1px 0 #FFF, 0 2px 0 #FFF;
    -webkit-box-shadow: 0 1px 0 #FFF, 0 2px 0 #FFF;
    box-shadow: 1px 1px 1px #FFF, 2px 2px 2px #FFF;
}

#menu{
	width:105%;
	height:30px;
	margin: 0;
	text-align:center;
	list-style: none;
	//background-image:url(../image/nav-bg.png);
	//-moz-border-radius: 50px;
	//border-radius: 0px;
	padding-top: 10px;
	background-color:#3B5998;
	//margin-right:-100px;
}

#menu li{
	float: left;
	padding: 0 0 15px 0;
	position: relative;
	color:#FFF;
}

#menu a{
	float: left;
	height: 35px;
	padding: 0 27px;
	color: #FFF;
	text-transform: uppercase;
	font: bold 12px/25px Arial, Helvetica;
	text-decoration: none;
	
}

#menu li:hover > a{
	color: #FFF;
}

*html #menu li a:hover{ /* IE6 */
	color: #fafafa;
}

#menu li:hover > ul{
	display: block;
}

/* Sub-menu */

#menu ul{
    list-style: none;
    margin: 5px 0 0 0;
    padding:0;    
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 99999;    
    background: #3B5998;
    background: -moz-linear-gradient(#3B5998, #3B5998);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #3B5998),color-stop(1, #3B5998));
    background: -webkit-linear-gradient(#3B5998, #3B5998);    
    background: -o-linear-gradient(#3B5998, #3B5998);	
    background: -ms-linear-gradient(#3B5998, #3B5998);	
    background: linear-gradient(#3B5998, #3B5998);	
    -moz-border-radius: 5px;
    border-radius: 5px;
	
}

#menu ul li{
    float: none;
    margin:0;
    padding:0;    
    display: block;  
    -moz-box-shadow: 0 1px 0 #FFF, 0 0px 0 #FFF;
    -webkit-box-shadow: 0 1px 0 #FFF, 0 0px 0 #FFF;
    box-shadow: 0 1px 0 #FFF, 0 0px 0 #FFF;
	//border:1px solid #FFF;
}

#menu ul li:last-child{   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;    
}

#menu ul a{    
    padding: 10px;
    height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
}

*html #menu ul a{ /* IE6 */   
	height: 10px;
	width: 150px;
}

*:first-child+html #menu ul a{ /* IE7 */    
	height: 10px;
	width: 150px;
}

#menu ul a:hover{
        background: #637BAD;
	background: -moz-linear-gradient(#637BAD,  #637BAD);	
	background: -webkit-gradient(linear, left top, left bottom, from(#637BAD), to(#637BAD));
	background: -webkit-linear-gradient(#637BAD,  #637BAD);
	background: -o-linear-gradient(#637BAD,  #637BAD);
	background: -ms-linear-gradient(#637BAD,  #637BAD);
	background: linear-gradient(#637BAD,  #637BAD);
}

#menu ul li:first-child a{
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

#menu ul li:first-child a:after{
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #3B5998;
}

#menu ul li:first-child a:hover:after{
    border-bottom-color: #637BAD; 
}

#menu ul li:last-child a{
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

/* Clear floated elements */
#menu:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html #menu             { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */
/*Close Navigation*/

/*Start Contains*/
#contain
{
	width:100%;
	float:left;
	//border:1px solid red;
}
#scrollnews
{
	width:100%;
	float:left;
	//color:#C30000;
	//font-weight:700;
	height:20px;
	padding-top:1px;
	margin-bottom:5px;
	
}
.scrollcontain
{
	color:#FF6464;
	font-weight:700;
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-size:20px;
}
.left
{
	width:22%;
	height:auto;
	float:left;
	//border:1px solid red;
	margin-top:10px;
	margin-right:15px;
}

.propertysearch
{
	width:275px;
	height:auto;
	float:left;
	//margin-top:10px;
	margin-left:8px;
	margin-right:5px;
	margin-bottom:10px;
	//border:2px solid #000000;
	background-color:#FFF;
	//border-radius:5px;
	/*-webkit-boder-radius:15px;
	-moz-border-radius:15px;*/
	-moz-box-shadow: 0 0 2px 2px #555;
	-webkit-box-shadow: 0 0 2px 2px #555;
	box-shadow: 0 0 2px 2px #555;
	font-family:Verdana, Geneva, sans-serif;
}
.propertysearch .heading4{
color:#929292; font-size:14px; font-weight:bolder; font-family:Arial,'Times New HelveticaRoman',Times,serif;
padding-left:2px;
}
.propertysearch .selectbox{
background:#F5F5F5;
   width: 140px;
   font-size: 13px;
   padding-top: 2px;
   margin-top:10px;
   border:0;
   font-family:Arial;
   border-radius: 0;
   height: 23px;
   color:#929292;
   font-weight:400;
  }

.projectinquiry
{
	width:270px;
	height:auto;
	float:left;
	margin-top:10px;
	margin-left:5px;
	margin-right:1px;
	margin-bottom:10px;
	border:2px solid #EEEEEE;
	border-radius:5px;
	-webkit-boder-radius:15px;
	-moz-border-radius:15px;
	background:#EEEEEE;
}
.projectinquiry .heading{
color:#4AA02C; font-size:13px; font-weight:bold;
}
.heading{
/*color:#4AA02C;
 font-size:13px;
  font-weight:bold;
  text-align:left;*/
  color:#929292; font-size:14px; font-weight:bolder; font-family:Arial,'Times New HelveticaRoman',Times,serif;
	padding:15px 0;
}
.button
{	
	width:275px;
	height:25px;
	float:left;
	//margin-top:5px;
	margin-bottom:10px;
	padding-top:5px;
	//margin-left:35px;
	//border-radius:5px;
	/*-webkit-boder-radius:5px;
	-moz-border-radius:5px;*/
	//background-image:url(../image/buttionbg.png);
	background-color:#4AA02C;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	
}

.button a:hover
{
	color:#000;
}
.latest
{	
	
	width:100%;
	height:20px;
	float:left;
	margin-top:15px;
	//margin-bottom:10px;
	padding-top:5px;
	//margin-left:35px;
	//border-radius:5px;
	/*-webkit-boder-radius:5px;
	-moz-border-radius:5px;*/
	//background-image:url(../image/buttionbg.png);
	background-color:#4AA02C;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	font-size:13px;
	
	
}
.latest1
{	
	
	width:100%;
	height:20px;
	float:left;
	//margin-top:15px;
	//margin-bottom:10px;
	padding:5px 0;
	//margin-left:35px;
	//border-radius:5px;
	/*-webkit-boder-radius:5px;
	-moz-border-radius:5px;*/
	//background-image:url(../image/buttionbg.png);
	background-color:#4AA02C;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	font-size:13px;
	text-transform:capitalize;
	
	
}

.contacttxt p {
	
color:#666666; 
font-size:12px;	
margin-left:15px;	
	
}

p
{
	color:#585858;
	font-family:Verdana, Geneva, sans-serif;
	line-height:28px;
	text-align:justify;
	
}
.tab1{
color:#585858;
	font-family:Verdana, Geneva, sans-serif;
	line-height:20px;
	text-align:justify;
	
}
.tab3{
color:#585858;
	font-family:Verdana, Geneva, sans-serif;
	line-height:20px;
	text-align:left;
	word-spacing:5px;
	
}
.tab2{
color:#4AA02C;
	font-family:Verdana, Geneva, sans-serif;
	line-height:20px;
	text-align:justify;
	padding-bottom:20%;
}
.font{
	color:#0a9928;
	float:left;
	margin-left:10px;
	margin-top:3px;
	margin-right:10px;
	font-style:normal;
	font-size:14px;
}


.option
{
	width:120px;
	height:20px;
	margin-top:10px;
	margin-left:3px;
}
.option select
{
	margin-bottom:15px;
}

button
{
	/*min-width:90px;
	height:30px;
	color:#FFF;
	text-align:center;
	margin:5px;
	background-color:#060;
	border-radius:15px;
	-webkit-boder-radius:15px;
	-moz-border-radius:15px;
	border:1px solid red;*/
	cursor:pointer; /*forces the cursor to change to a hand when the button is hovered*/
padding:5px 25px; /*add some padding to the inside of the button*/
background:#4AA02C; /*the colour of the button*/#
border:1px solid #4AA02C; /*required or the default border for the browser will appear*/
/*give the button curved corners, alter the size as required*/

//border-radius:5px;
/*give the button a drop shadow*/
//-webkit-box-shadow: 0 0 4px rgba(0,0,0, .75);
//-moz-box-shadow: 0 0 4px rgba(0,0,0, .75);
//box-shadow: 0 0 4px rgba(0,0,0, .75);
/*style the text*/
color:#f3f3f3;
font-size:1.1em;
margin:10px 0;
font-family:Arial, Helvetica, sans-serif;
font-weight:700;
}
button:hover
{
	color:#FAFAFA;
	background:#04B404;
	//border:1px solid #04B404; /*required or the default border for the browser will appear*/

}
.forbutton
{
	/*min-width:90px;
	height:30px;
	color:#FFF;
	text-align:center;
	margin:5px;
	background-color:#060;
	border-radius:15px;
	-webkit-boder-radius:15px;
	-moz-border-radius:15px;
	border:1px solid red;*/
	cursor:pointer; /*forces the cursor to change to a hand when the button is hovered*/
padding:8px 25px; /*add some padding to the inside of the button*/
background:#4AA02C; /*the colour of the button*/#
border:1px solid #4AA02C; /*required or the default border for the browser will appear*/
/*give the button curved corners, alter the size as required*/

//border-radius:5px;
/*give the button a drop shadow*/
//-webkit-box-shadow: 0 0 4px rgba(0,0,0, .75);
//-moz-box-shadow: 0 0 4px rgba(0,0,0, .75);
//box-shadow: 0 0 4px rgba(0,0,0, .75);
/*style the text*/
color:#f3f3f3;
font-size:1.1em;
margin:10px 0;
font-family:Arial, Helvetica, sans-serif;
font-weight:700;
}
.forbutton:hover
{
	color:#FAFAFA;
	background:#04B404;
	//border:1px solid #04B404; /*required or the default border for the browser will appear*/

}

.view
{
	/*min-width:90px;
	height:30px;
	color:#FFF;
	text-align:center;
	margin:5px;
	background-color:#060;
	border-radius:15px;
	-webkit-boder-radius:15px;
	-moz-border-radius:15px;
	border:1px solid red;*/
	cursor:pointer; /*forces the cursor to change to a hand when the button is hovered*/
padding:5px 25px; /*add some padding to the inside of the button*/
background:#4AA02C; /*the colour of the button*/#
border:1px solid #4AA02C; /*required or the default border for the browser will appear*/
/*give the button curved corners, alter the size as required*/

//border-radius:5px;
/*give the button a drop shadow*/
//-webkit-box-shadow: 0 0 4px rgba(0,0,0, .75);
//-moz-box-shadow: 0 0 4px rgba(0,0,0, .75);
//box-shadow: 0 0 4px rgba(0,0,0, .75);
/*style the text*/
color:#f3f3f3;
font-size:1.1em;
margin:10px 0;
font-family:Arial, Helvetica, sans-serif;
font-weight:700;

}

.view:hover
{
	color:#FAFAFA;
	background:#04B404;
	border:1px solid #04B404; /*required or the default border for the browser will appear*/

}
.forgot
{
	min-width:100px;
	height:50px;
	color:#FFF;
	text-align:center;
	margin:5px;
	padding:5px;
	background-color:#060;
	border-radius:25px;
	-webkit-boder-radius:15px;
	-moz-border-radius:25px;
	box-shadow:#333 inset;
	border:2px solid #CCC;
}
.forgot:hover
{
	min-width:90px;
	height:30px;
	color:#FFF;
	text-align:center;
	margin:5px;
	background-color:#0072BC;
	border-radius:15px;
	-webkit-boder-radius:15px;
	-moz-border-radius:15px;	
	
}
.about
{
	width:76%;
	height:auto;
	float:left;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	color:#666;
	//margin-left:5px;
	//padding-right:10px;
	//margin-right:5px;
	margin-top:10px;
	margin-bottom:10px;
	line-height:140%;
	text-align:justify;
	//border:1px solid red;
	}
.about1
{
	width:76%;
	height:auto;
	float:left;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	color:#666;
	//margin-left:5px;
	//padding-right:10px;
	//margin-right:5px;
	margin-top:10px;
	margin-bottom:10px;
	line-height:140%;
	//text-align:justify;
	//border:1px solid red;
	}	
	
.innerpage
{
	float: none;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
	margin-bottom: 10px;
	line-height: 140%;
	text-align: justify;
	}
	
.innerpage a:link
{
	color:#000000;
	font-size:13px;
	font:bold;
	text-decoration:none;
}
.innerpage a:hover
{
	color:#09F;
}
.line
{
	height: 1px;
	width: 100%;
	background-color:#666; opacity:0.2;
	border: 1px solid #CCC;
	margin-bottom: 5px;
	margin-top: -5px;
	border-radius: 1px;
	
	
}
h2
{
	margin:7px;
	color:#060;
	font-size:18px;
}
h1
{
	color:#333333;
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;	
}
h1.header2  {
	
color:#FFF;
 font-weight:bold; 
 text-align:center; 
 border:1px solid;border-radius:10px; 
 background:#244558;
  padding:5px 0;
   margin-top:-6px;
   height:22px;
	

}
.header2  {
	
color:#FFF;
 font-weight:bold; 
 text-align:center; 
 border:1px solid;border-radius:11px; 
 background:#244558;
 
   
}
#addright
{
	width:355px;
	height:420px;
	float:left;
	margin-bottom:20px;
	//margin-top:-2px;
	/*-webkit-boder-radius:15px;
	-moz-border-radius:15px;
	-moz-box-shadow: 0 0 5px 5px #888;
	-webkit-box-shadow: 0 0 5px 5px#888;*/
	//box-shadow: 0 0 3px 3px #555;
	
}

#addleft
{
	width:278px;
	height:347px;
	float:left;
	
	//border:2px solid #0a9928;
}
#addleft_home
{
	margin-top:5px;
	width:275px;
	height:340px;
	float:left;
	/*-webkit-boder-radius:15px;
	-moz-border-radius:15px;
	-moz-box-shadow: 0 0 5px 5px #888;
	-webkit-box-shadow: 0 0 5px 5px#888;*/
	//box-shadow: 0 0 3px 3px #555;
	//border:2px solid #0a9928;
	//margin-left:-50px;
}
#feedback
{
	height:auto;
	float:left;
	//border:1px solid red;
	width:100%;		
}

.slider {
  width: 1024px; /* Update to your slider width */
  height: 300px; /* Update to your slider height */
  position: relative;
  overflow: hidden;
  margin:0;
  padding-top:-30px;
}

.slider li {
  display: none;
  list-style:none;
  position: absolute; 
  top: 0; 
  left: 0; 
}

.slider img{
	
	 display: block;

}

.smallslider {
  width: 275px; /* Update to your slider width */
  height: 340px; /* Update to your slider height */
  position: relative;
  overflow: hidden;
  margin:0;
}

.smallslider li {
  display: none;
  list-style:none;
  position: absolute; 
  margin-left:-33px;
}

.smallslider img{
	
	 display: block;

}
#projectleft
{
	width:723px;
	height:300px;
	//float:left;
}
.projectslider {
  width: 1024px; /* Update to your slider width */
  height: 300px; /* Update to your slider height */
  position: relative;
  overflow: hidden;
  margin:0;
}
.remarcproject{
color:#4AA02C; padding:5px 0; font-size:14px; font-weight:bolder; font-family:Arial, Helvetica, sans-serif;
padding-left:20px;
}

.projectslider li {
  display: none;
  list-style:none;
  position: absolute; 
  margin-left:-40px;
}

.projectslider img{
	
	 display: block;

}

#tabcontain
{
	width:76%;
	//padding:5px;
	float:left;
	//margin-right:15px;
	//margin-top: 15px;
	//border-radius:15px;
	padding-bottom:10px;
	//box-shadow:1px 6px 15px #233645;
	//-webkit-boder-radius:15px;
	//-moz-border-radius:15px;
	//-webkit-boder-radius:15px;
	//-moz-border-radius:15px;
	//-moz-box-shadow: 0 0 5px 5px #888;
	//-webkit-box-shadow: 0 0 5px 5px#888;
	//border:1px solid red;
	

}
#regTable input[type=text]{
	width:295px;
	
}
#propertyList
{

	padding:5px;
	margin-right:5px;
	margin-top: 10px;
	border:2px solid #0a9928;
	border-radius:15px;
	-webkit-boder-radius:15px;
	-moz-border-radius:15px;

}
#propertyList1
{

	padding:0 0 10px 0;
	margin-right:10px;
	margin-left:10px;
	margin-top: 10px; 
	//border:2px solid #0a9928;
	//border-radius:15px;
	//-webkit-boder-radius:15px;
	//-moz-border-radius:15px;
	//-webkit-boder-radius:15px;
	//-moz-border-radius:15px;
	-moz-box-shadow: 0 0 3px 3px #888;
	-webkit-box-shadow: 0 0 5px 5px#888;
	box-shadow: 0 0 3px 3px #555;
	
	

}
#secandteb
{
	width:740px;
	padding:5px;
	float:right;
	margin-top:10px;
	//border:2px solid #0a9928;
	border-radius:15px;
	-webkit-boder-radius:15px;
	-moz-border-radius:15px;
	-webkit-boder-radius:15px;
	-moz-border-radius:15px;
	-moz-box-shadow: 0 0 5px 5px #888;
	-webkit-box-shadow: 0 0 5px 5px#888;
	box-shadow: 0 0 3px 3px #555;
	}


.project
{
	width:100%;
	height:auto;
	float:left;

}
.lastcontain
{
	width:1048px;
	height:auto;
	float:left;
	margin-top:3px;
	border:2px solid #060;
	border-radius:15px;
	-webkit-boder-radius:15px;
	-moz-border-radius:15px;
}

.allproject
{
	width:300px;
	height:210px;
	float:left;
	margin-left:19px;
	margin-right:30px;
	margin-top:5px;
}
.image
{
	width:300px;
	height:100px;
	text-align:justify;
}

	

/*Close Contains*/
/*Start Footer*/
#footer
{
	width:100%;
	height:65px;
	float:left;
	font-size:12px;
	margin-top:10px;
	padding-top:10px;
	background-color:#3B5998;
}
#footer li
{
	display:inline;
	margin:0px;
	padding-left:5px;
	color:#FFF;
}
#footer li a
{
	text-decoration: none;
	color:#FFF;	
}
#footer ul
{
	margin-left:0px;
	padding:0px;
}.face
{
	width:400px;
	height:20px;
	float:right;
	margin-top:-25px;
	margin-right:10px
	
	
}
.icon
{
	width:19px;
	height:20px;
	float:right;
	margin-top:0px;
	margin-right:10px;
	cursor:pointer;
}

.radio
{
	width:10px;
	height:10px;
	margin:5;
	padding:0;
	background-color:#030;
}
td
{
	font-size:12px;
	height:25px;
}
.td
{
	width:300px;
	height:20px;
	border:1px solid #929292;
}
.td1
{
	width:300px;
	height:90px;
	border:1px solid #929292;
}
table
{
	margin-bottom:0px;
	font-size:14px;
}
/*Close Footer*/


/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}

.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}



/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}





/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: 5px;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding:3px;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
	cursor: text;
}
.ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	//padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
	color: #222222;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	color: #212121;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 10px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
	border-radius: 8px;
}

#sub li
{
	display:block;
	list-style:none;
	float:left;
}


.case { padding: 0 0 0px 0;}
.case h3 { padding: 0 0 20px 15px; background: url(images/border.png) repeat-x 0 bottom; font-style: italic; font-family: georgia, serif; }

.row { padding: 20px 0 23px 0; background: url(images/border.png) repeat-x 0 bottom; width: 980px; overflow: hidden; }
.last-row { background: none; }
.row ul { display: block; position: relative; }
.row ul li { float: left; display: inline; width: 232px; height: 266px; padding: 0 19px 0 0; }

.product { width: 240px; height: 252px; padding: 14px 14px 0 16px; display: block; font-size: 14px; line-height: 18px; color: #2f3032; //font-family: georgia, serif; 
}
.product { //font-style: italic; }
.product img { padding: 0 0 10px 0; position: relative; margin-left: -2px; 
	
}
.mainblock
{
	background:#F0F0F0; 
	padding:8px 0px 0px 2px;
	color: #2BD5B4;
	
	height:250px;
}
.product.hover .mainblock
{
	//background:#FFF; 
	//padding:5px 0px 5px 7px;
	//color: #65F9EE;
}
.productinfo{
	
	text-align:center; 
	text-transform:capitalize;
	font-weight:bold; 
	font-family: arial, sans-serif;
	color:#4AA02C;
	padding-top:5px;
}
.productinfo .buy-text
{ 
	font-size: 15px; 
	padding-bottom:1px;
}
.model1
{ 
	text-align:center; 
	text-transform:capitalize;
	font-weight:bold; 
	font-family: arial, sans-serif;
	font-size: 16px; 
	padding-bottom:1px;
	background:#4AA02C;
	color:#FFF;
	padding:5px;
}
.productinfo .dollar 
{ 
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bolder; 
	
}

.productinfo .order { display: block; }
.productinfo .number { font-family: arial, sans-serif; font-style: normal; }

.productinfo .price { font-size: 30px; line-height: 20px; float: right; display: inline; font-style: normal; color: #1898d6; font-weight: bold; }
.product .sub-text { font-size: 20px; line-height: 20px; vertical-align: super; }

.product:hover,
.product.hover { background-image:url(images/bg.jpg);  }
//.product.hover .model { font-weight: bold; }
//.product.hover .buy-text { color: #ff7800; }

.products-slider {   height: 320px; position: relative; }
.slider-holder,
.slider-holder .jcarousel-clip,
.slider-holder ul,
.slider-holder ul li { height: 320px; overflow: hidden; position: relative; }
.slider-holder ul li { float: left; display: inline; width: 245px; z-index: 5; }

.products-slider .nav a { position: absolute; top: 134px; width: 45px; height: 45px; font-size: 0; line-height: 0; text-indent: -4000px; z-index: 10; text-decoration:none; }
.products-slider .nav a.prev { background: url(../images/prev-nav1.png) no-repeat 0 0; left: -15px; }
.products-slider .nav a.next { background: url(../images/next-nav1.png) no-repeat 0 0; right: -14px; }

#vpb_pop_up_background
{
	display:none;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	border:1px solid #cecece;
	position:fixed;
	z-index:99999999;
}


/*Sign Up Box*/
#vpb_signup_pop_up_box
{
	display:none;
	//width:280px;
	border: solid 1px #000;
	background-color: #FFF;
	box-shadow: 0 0 20px #000;
	-moz-box-shadow: 0 0 20px #000;
	-webkit-box-shadow: 0 0 20px #000;
	-webkit-border-radius: 15px;-moz-border-radius: 15px;border-radius: 15px;
	padding:15px 12px 12px 12px;
	//padding-left:5px;
	//padding-right:5px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	top: 20%; 
	right: 30%; 
	position:fixed;
	z-index:9999999999;
}
#vpb_view_pop_up_box
{
	display:none;
	//width:330px;
	border: solid 1px #000;
	background-color: #FFF;
	box-shadow: 0 0 20px #000;
	-moz-box-shadow: 0 0 20px #000;
	-webkit-box-shadow: 0 0 20px #000;
	-webkit-border-radius: 15px;-moz-border-radius: 15px;border-radius: 15px;
	padding:10px;
	padding-left:20px;
	padding-right:20px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	top: 20%; 
	right: 30%; 
	position:fixed;
	z-index:9999999999;
}
/*Login Box*/
#vpb_login_pop_up_box
{
	display:none;
	width:310px;
	border: solid 1px #000;
	background-color: #FFF;
	box-shadow: 0 0 20px #000;
	-moz-box-shadow: 0 0 20px #000;
	-webkit-box-shadow: 0 0 20px #000;
	-webkit-border-radius: 15px;-moz-border-radius: 15px;border-radius: 15px;
	padding:20px;
	padding-left:40px;
	padding-right:20px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	top: 20%; 
	right: 30%; 
	position:fixed;
	z-index:9999999999;
}


/*Textarea Boxes and Input Boxes Style*/
.vpb_textAreaBoxInputs {min-width:260px; width:auto;height:30px;font-family:Verdana, Geneva, sans-serif; font-size:12px;padding:7px; padding-left:10px; padding-right:10px;border: 1px solid #6CF;outline:none;border-radius: 2px;-moz-border-radius: 2px;-webkit-border-radius:2px; line-height:20px;}
.vpb_textAreaBoxInputs:focus {outline:none;border: 1px solid #6CF;box-shadow: 0 0 10px #6AB5FF;-moz-box-shadow: 0 0 10px #6AB5FF;-webkit-box-shadow: 0 0 10px #6AB5FF;}



/*Vasplus Button*/
.vpb_general_button 
{
 background-color: #7fbf4d;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7fbf4d), color-stop(100%, #63a62f));
  background-image: -webkit-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: -moz-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: -ms-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: -o-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: linear-gradient(top, #7fbf4d, #63a62f);
  border: 2px solid #63a62f;box-shadow: 0 2px 3px #666666;-moz-box-shadow: 0 2px 3px #666666;-webkit-box-shadow: 0 2px 3px #666666;
  -webkit-border-radius: 8px;-moz-border-radius: 8px;border-radius: 8px;
  color: #fff;
  font-family:Verdana, Geneva, sans-serif;
  font-size:14px;
  text-align: center;
  text-shadow: 0 -1px 0 #4c9021;
  min-width: 70px;
  width: auto;
  padding:9px;
  padding-left:13px; padding-right:13px;padding-bottom:7px;
  text-decoration:none;
  float:left;
  margin-right:30px;
}
.vpb_general_button:hover 
{
    background-color: #76b347;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #76b347), color-stop(100%, #5e9e2e));
    background-image: -webkit-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -moz-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -ms-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -o-linear-gradient(top, #76b347, #5e9e2e);
    background-image: linear-gradient(top, #76b347, #5e9e2e);
    box-shadow: 0 2px 3px #666666;
	-moz-box-shadow: 0 2px 3px #666666;
	-webkit-box-shadow: 0 2px 3px #666666;
	-webkit-border-radius: 8px;-moz-border-radius: 8px;border-radius: 8px;
    cursor: pointer; 
}


.newfeedback{
	width:100%;
	min-height:280px;
	margin-top:1035px;
	padding-top:10px;
	padding-bottom:10px;
	border:1px solid #ccc;
	background-color:#888;
	-moz-box-shadow:    inset 0 1px 10px #000000;
   -webkit-box-shadow: inset 0 1px 10px #000000;
   box-shadow:         inset 0 1px 10px #000000;
  
}
.news{
	width:44%;
	min-height:260px;
	margin-left:15px;
	float:left;
	padding:10px 5px 10px 5px;
	background-color:#FFF;
	border:1px solid #ccc;
	-moz-box-shadow:    3px 3px 5px 6px #666;
  -webkit-box-shadow: 3px 3px 5px 6px #666;
  box-shadow:         3px 3px 5px 6px #666;
}
.feedback{
	width:44%;
	min-height:260px;
	margin-left:75px;
	float:left;
	padding:10px 5px 10px 5px;
	background-color:#FFF;
	border:1px solid #ccc;
	-moz-box-shadow:    3px 3px 5px 6px #666;
  -webkit-box-shadow: 3px 3px 5px 6px #666;
  box-shadow:         3px 3px 5px 6px #666;
}

.projectDetail{
color:#333;
margin-top:10px;
padding:10px;
font-size:14px;
	
}

.projectDetail .header{
	padding:5px;
	background-color:#ccc;
	-moz-box-shadow:    1px 2px 3px #666;
  -webkit-box-shadow: 1px 2px 3px #666;
  box-shadow:         1px 2px 3px #666;
	
	}

.projectDetail strong{
	color:#244558;
	font-size:15px;
	margin-left:5px;
	padding-left:10px;
	font-family:"Times New Roman", Times, serif;
	
}


.projectDetail .details{
	margin-top:30px;
	padding:5px;
	background-color:#CCCCCC;
	-moz-box-shadow:    1px 2px 3px #666;
  -webkit-box-shadow: 1px 2px 3px #666;
  box-shadow:         1px 2px 3px #666;
	
	}
	
	.projectDetail h3{
		color:#069;
		text-align:center;
		font-family:"Times New Roman", Times, serif;
		}
.whatsappbtn {
    background: url(../images/whatsapp-ico.png) no-repeat;
    width: 40px;
    height: 46px;
    position: fixed;
    right: 0;
    top: 49%;
    z-index: 250;
}
.whatsappbtn a {
    display: block;
    width: 100%;
    height: 100%;
}
.panel.datagrid {
    overflow-x: auto;
}