@charset "utf-8";

/* *************************Header************************************* */

*{ padding: 0; margin: 0; }
body {  font-family:"Times New Roman", Times, serif;  font-size: 1em; color:#666; font-style:italic; }
#wrapper {  margin: 0 auto;  width: 960px; }
#header { width: 960px; text-align:center; padding: 10px 0px 5px 0px;  height: auto;}
#subhead { padding-top: 10px; padding-bottom:10px; text-align:center; }
img {border: none;}


/* *************************Navigation Bar************************************* */

#navcontainer {  width: 960px; height:auto; margin-top:20px; padding-bottom: 40px; font-style:normal; text-align:left; overflow:hidden;  }
ul#navlist { margin-left: 0; padding-left: 0; }
#navlist li { float: left; /*display: inline;*/ list-style-type: none; width: 240px; overflow:hidden; }
#navlist a { padding: 3px 0px; } 
#cool { padding-top: 6px; padding-right: 20px; font-size: 0.8em; font-style:italic;  }
#navlist a:link, #navlist a:visited { color: #CCC; text-decoration: none; }
#navlist a:hover { color: #C90; text-decoration: none;   }
#navlist li a#current { color:#606062; border-bottom: 1px solid white; }

/* *************************Footer ************************************* */

#footer {  width: 960px; padding-top: 5px;  padding-bottom:50px; font-size: 0.7em;}
.footer_terms { width: 600px; text-align:right; float:right; padding-top:5px;}
.footer_copyright {width: 200px; text-align:left; float:left; padding-top:5px;}

/* *************************End ************************************* */


#vinodraj{ 
 width: 960px;
 height: 1200px;
 }
 
div.horizontal_scroller{
		position:relative;
		height:20px;
		width:100%;
		display:block;
		overflow:hidden;
	}
	div.scrollingtext{
		position:absolute;
		white-space:nowrap;
		font-size:16px;
		color:#000;
		text-shadow:0px 2px 1px #fff;
	}
	
	#purchase{margin-top:40px; height:24px; float:left; clear:both; width:900px;display:block; padding:0px 30px; clear:both;}
		#purchase.home{margin-top:4px; height:24px; width:960px;display:block; padding:5px 0 0 0; clear:both; background:#eee; border:1px solid #CCC; border-bottom:none;}




/*CHANGED BY JAGDISH PUROHIT ON 11-04-2023*/\
#navlist li a#current {  color: #2c2c2d !important; }
#navlist a:link, #navlist a:visited {   color: #757575 !important; }