@charset "utf-8";
/* CSS Document */
html {
	background:url(images/BG2.jpg) ;
	background-size:cover;
	
	
}
@face-face {
	font-family:mels;
	src:url(fonts/Insignia-LT-Std-Roman.ttf);
	font-family: OliJo;
	src: url(font/OliJo-Bold.ttf);
}
Body {
	/*background:url(images/bg.jpg) top no-repeat center;
background-size:contain;*/
	margin: 0px;
}
#container {
	width: 990px;
	position: relative;
	margin: 0px auto;
	font-family: "Tahoma", Geneva, sans-serif;
	font-size: 16px;
	background: #FFF;
	border: #CCC solid 1px;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
}
#header {
	height: 120px;
	position: relative;
}
#logo {
	position: relative;
	/*	bottom:0px;*/
	padding-top: 5px;
	float: left;/*		clear:right;*/
}
#header_Nav {
	position: relative;
	float: right;
	background: #CCC;
	width: 600px;
	height: 40px;
	margin-top: 55px;
	border-bottom: #e5e3e3 solid 5px;
	border-top: #e5e3e3 solid 5px;
	border-left: #e5e3e3 solid 5px;/*	clear:both;*/
	display: inline-block;
	font-family:mels;
	font-size:20px;
	text-align: center;
}
div.nav {
	position:relative;
	display: inline-block;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 0px;
	clear: both;
	height: 40px;
	margin-top:5px;
	
}
div.nav a{
	text-decoration:none;
	color:#000;
}
div.nav_currunt {
	position:relative;
	display: inline-block;
	padding-left: 8px;
	padding-right: 8px;
	background-color: #F00;
	height: 30px;

}
div.nav_currunt a{
	color:#FFF;
	text-decoration:none;
}
#social_header {
	position: absolute;
	left: 930px;
	top: 10px;
	height: 37px;
	width: 38px;
}
#Phone_header {
	position: absolute;
	left: 757px;
	top: 14px;
	height: 28px;
	width: 163px;
	font-size: 24px;
}
#slide {
	margin-top: 10px;
	height: 390px;
	/*background: #eae9e9;*/
	/*-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;*/
}
#body_text {
	padding: 5px;
	position: relative;
	min-height: 500px;
}
#footer {
	position: relative;
	height: 25px;
	font-size:12px;
}
@font-face {
	font-family: OliJo;
	src: url(font/OliJo-Bold.ttf);
}
#janadhi {
	float:right;
	padding-right:10px;
}
#copy {
	float:left;
	padding-left:10px;
}
.col-lg {
	width:33%;
	padding:5px;
	position:relative;
	clear:none;

}