body:before {
          content: "";
          position: fixed;
          top: -10px;
          left: 0;
          width: 100%;
          height: 10px;
		  -ms-box-shadow: 0px 0px 5px rgba(0,0,0,.8);
          -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.8);
              -moz-box-shadow: 0px 0px 5px rgba(0,0,0,.8);
                         box-shadow: 0px 0px 5px rgba(0,0,0,.8);

          z-index: 9999;
}
body {
	background-color: #e2e2e2;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
a { 
	text-decoration: underline; 
	 -ms-transition: color 100ms ease-in 50ms;
	 -webkit-transition: color 100ms ease-in 50ms;
    -moz-transition: color 100ms ease-in 50ms;
    -o-transition: color 100ms ease-in 50ms;
    transition: color 100ms ease-in 50ms;
} 
a:hover {
	text-decoration: none;
}
.clear {
	clear: both;
}
.zindex {
	z-index: 990;
}

#main-box {
	max-width: 982px;
	width: 100%;
	height: auto;
	background: #ffffff;
	margin: auto;
	-ms-box-shadow: 0 5px 5px rgba(0,0,0,.5); -webkit-box-shadow: 0 5px 5px rgba(0,0,0,.5); -moz-box-shadow: 0 5px 5px rgba(0,0,0,.5); -o-box-shadow: 0 5px 5px rgba(0,0,0,.5); box-shadow: 0 5px 5px rgba(0,0,0,.5);
}
/*-------------------------------------------------------------------------------------------------------------------- */
#header {
	height: 45px;
	max-width: 982px;
	width: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	position: relative;
	z-index: 998;
	margin: auto;
}

.fixed {
	position:fixed;
}
/*--------------------------------------------------------------------*/
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
/* --------------------top nev Part------------------ */
#top-nav-content {
	max-width: 982px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/nav-bg.gif);
	background-position: center top;
	background-repeat: repeat-x;
	z-index: 999;
}
#top-nav-bg{
	
}
#logo {
	max-width: 492px;
	max-height: 104px;
	float: left;
}
#menu {
	width: 653px;
	height: 77px;
	float: left;
}
.space30px {
	height: 30px;
}
ol {
	list-style-image: url('../images/dot.gif');
	margin-left: -27px;
	margin-top: -8px;
	margin-bottom: -5px;
}
/*-------------------------------------------- Landscape portrait tablet --------------------------------------------------------*/

@media screen and (max-width: 800px) { /* max-width: 680px */

#top-nav-bg {
	height: 55px;
}
.space30px {
	height: 20px;
}
}
@media screen and (max-width: 240px) {
#header {
	display: none;
}
}

/*
Author: Alpesh Panchal
Author Email: alpesh88ww@gmail.com
*/
