@charset "utf-8";
/* CSS Document */
#Mainheadbg{
	width: 1000px;
	margin:auto;
	position: absolute;
	height: 185px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	z-index: 2000;
	 background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#Callnow {
	/* [disabled]background-color: #FFF; */
	display: block;
	height: 35px;
	width: 260px;
	position: absolute;
	right:3%;
	top:3px;
	text-align: right;
}
#Callnow p {
	font-size: 24px;
	color: #ba7700;
	line-height: 35px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.9);
}



#MenuBox {
	display: block;
	float: left;
	margin-top:40px;
	height: 145px;
	width: 1000px;
	z-index:700px;
}
#Menubg
{	width:1000px;
	height:85px;
	background: url(../../images/menubg.png) bottom center no-repeat;}
ul {
    margin: 0;
    padding: 0;
}
ul.menu {
	width:410px;
	height: 85px;
	float:left;
	list-style-type: none;
	position: relative;
	
}

ul.menu li {
	list-style: none;
	float:left;
	height: 50px;
	text-align: center;
	margin: 0px 18px 0px 42px;
    }
 
ul.menu li a {
	/*	color:#FFBD59;*/
	color:#000;
	text-decoration:none;
	padding: 0px 10px 0 10px;
	margin:25px 0px 0px 0px;
	text-align: center;
	line-height: 40px;
	position: relative;
	display: block;
	outline: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	/*text-shadow: 0 0 1px rgba(255,255,255,0.3);*/
	font-size: 14px;

  }
ul.menu li a.active
{ 	
	color: #ba7700;
	content: '•';

}

#Logo {
	display: block;
	float: left;
	height: 180px;
	width: 180px;
	position:absolute;
	top:0px;
	left:410px;
	z-index:1000;
}
  
/*Header section Ends Here*/



.menu a {
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}

.menu a::before{
	position: absolute;
	top: 40%;
	left: 50%;
	color: transparent;
	content: '•';
	text-shadow: 0 0 transparent;
	font-size: 1.2em;
	-webkit-transition: text-shadow 0.3s, color 0.3s;
	-moz-transition: text-shadow 0.3s, color 0.3s;
	transition: text-shadow 0.3s, color 0.3s;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	pointer-events: none;
}

.menu a:hover::before,
.menu a:focus::before {
	color: #F60;
	text-shadow: 10px 0 #F60, -10px 0 #F60;
}

.menu a:hover,
.menu a:focus {
	color: #ba7700;
}



@-webkit-keyframes wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }

  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }

  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }

  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }

  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }

  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}

@keyframes wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    -ms-transform: skew(-12deg);
    transform: skew(-12deg);
  }

  33.3% {
    -webkit-transform: skew(10deg);
    -ms-transform: skew(10deg);
    transform: skew(10deg);
  }

  49.95% {
    -webkit-transform: skew(-6deg);
    -ms-transform: skew(-6deg);
    transform: skew(-6deg);
  }

  66.6% {
    -webkit-transform: skew(4deg);
    -ms-transform: skew(4deg);
    transform: skew(4deg);
  }

  83.25% {
    -webkit-transform: skew(-2deg);
    -ms-transform: skew(-2deg);
    transform: skew(-2deg);
  }

  100% {
    -webkit-transform: skew(0);
    -ms-transform: skew(0);
    transform: skew(0);
  }
}

.wobble-top {
  display: inline-block;
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.wobble-top:hover {
  -webkit-animation-name: wobble-top;
  animation-name: wobble-top;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
