.no-js #loader { display: none;  }

.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(images/Preloader1.gif) center no-repeat #fff;
}

.hovereffect:hover
{
	color:#bdbdbd;
}

.mailtoid:hover{
	text-decoration: underline;
}

a.back-to-top {
	display: none;
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 20px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.navhover:hover{
		color:#01579b;
}