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

::-webkit-scrollbar {
    width: 4px;
  
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
  
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background:#CCC;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2); 
   
}
::-webkit-scrollbar-thumb:window-inactive {
	background:#909090; 
}
body {
	margin:0;
	padding:0;
	background-color:#FFF;
	user-select:none;
	-webkit-user-select:none;
	-o-user-select:none;
	-msie-user-select:none;           
	-moz-user-select:none;
}
.antispam{
display:none !important;
}

a{
	text-decoration:none;
}
.clear{
	clear:both;
}
h1 {
	margin:0;
	padding:0;
	font-weight:normal;
	color:#f7f7f7;
}
h3 {
	margin:0;
	padding:0;
	font-weight:normal;
	margin-top:12px;
	color:#f7f7f7;
}

.stretch {
    width:100%;
    height:100%;
}

#background {
    width: 100%; 
    height: 100%; 
    position: absolute; 
    left: 0px; 
    top: 0px; 
    z-index: 0;
}
#body-wrapper {
 width: 100%; 
    height: 100%; 
    position: absolute; 
    left: 0px; 
    top: 0px;

    z-index:1;
}
#logo-box {
	width:450px;
	height:232px;
	background-image:url(images/logo-box.png);
	background-repeat:no-repeat;
	left:0px;
	z-index:5;
}
#kun-logo {
	width:191px;
	height:233px;
	float:left;
}
#kun-logo:hover{
	opacity:0.6;
}
#abhikram-logo {
	width:189px;
	height:67px;
	float:left;
	margin-top:90px;
	margin-left:20px;
}
#abhikram-logo:hover{
	opacity:0.6;
}
#shah-logo {
	width:153px;
	height:233px;
	float:left;
	margin-left:10px;
}
#content-mask
{
	position:absolute;
	bottom:200px;
}
#text {
	width:640px;
	left:10px;
	height:150px;
	padding-left:35px;
	padding-right:10px;
	font-family:Georgia;
	color:#666666;
	font-size:0.8em;
	line-height:170%;
	z-index:4;
}
#text-content{
	height:140px;
	margin-top:-15px;
	overflow:auto;
	padding-right:15px;
}
#footer {
	width:300px;
	float:right;
	text-align:right;
	padding-right:15px;
	padding-bottom:4px;
	color:#666;
	font-family:Georgia;
	font-size:0.8em;
}
#footer a {
	color:#666;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
#footer-left {
	width:400px;
	float:left;
	text-align:left;
	padding-left:15px;
	padding-bottom:4px;
	color:#666;
	font-family:Georgia;
	font-size:0.8em;
}
#footer-area{
	height:25px;
	position:absolute;
	width:100%;
	bottom:0;
	padding-top:5px;
	background-color:#c6c6c6;
}
#shah-box {
	height:73px;
	width:145px;
	position:absolute;
	bottom:30px;
	right:0px;
}
#abhi-body {
	width:850px;
	height:447px;
	position:absolute;
	left:50%;
	margin-left:-425px;
	top:40%;
	margin-top:-216px;
}
#abhi-content-body {
	width:850px;
	height:356px;
		background-color:#363636;
	opacity:0.9;

}
#abhi-inquiryform {
	width:300px;
	height:325px;
	margin:25px 0px;
        margin-top:10px;
	padding:0px 25px;
        overflow:auto;
	float:right;
	color:#f7f7f7;
	font-family:Georgia;
	border-left:solid 1px #4b4b4b;
}
#abhi-about-text {
	width:445px;
	height:316px;
	margin:25px 0px;
	padding:0px 25px;
	float:left;
	color:#f7f7f7;
	font-family:Georgia;
	font-size:0.85em;

}
#abhi-shah-logo{
	width:88px;
	height:80px;
	position:absolute;
	bottom:35px;
	padding-top:5px;
	padding-left:10px;
	padding-right:5px;
	padding-bottom:5px;
	background-color:#F5F5F5;
	border-radius:0 5px 5px 0;
	box-shadow:0 0 3px #bcbcbc;

}
#abhi-logo {
	width:428px;
	height:81px;
	float:right;
	margin-right:214px;
}
#reach-us-left{
	height:23px;
	width:400px;
	float:left;
	text-align:left;
	margin-left:25px;
	padding-top:7px;
}
#reach-us-left a{
	color:#333;
	opacity:0.6;
}
#reach-us-left a:hover{
	color:#333;
	opacity:1;
}
#main-menu{
	width:100%;
	height:30px;
	background-color:#d9d9d9;
	box-shadow: 0 0 3px #7e7e7e;
}
.inquiryform-taglline {
	font-size:0.7em;
}
#contact-details-right{
	width:300px;
	height:30px;
	font-size:0.9em;
	color:#EEEEEE;
	position:relative;
	z-index:10;
	font-style:italic;
	margin-top:25px;
	text-align:left;
}

#contact-details-right a{
	color:#EEE;
	text-decoration:none;
}
#contact-details-right a:hover{

	color:#BBB;
	text-decoration:underline;
}

