body, div, ul, ol, li, th, h1 {
	margin:0;
	padding:0;
}
ol, ul {
	list-style:none;
}
a {
	text-decoration: none;
}
a:focus {
	outline: 0;
}
/*-- Bottom Toolbar --*/

div#toolbar, div#toolbarbut {
	position: fixed; /* set fixed position for the bar */
	bottom: 0px;
	right: 0px;
	z-index: 9999; /* keep the bar on top  */
	height: 36px;
	background:url(../images-main/toolbar_bg.png) repeat;
}
div#toolbar {
	width:930px;
	margin: 0px auto; /* centered toolbar */
	left: 0px;
}
div#toolbarbut { /* div for the 'hide status' */
	width: 118px;
	height: 35px;
	margin-right: 5%;
	display: none;
}
span.showbar a { /* show button */
	padding: 5px;
	font-size: 14px;
	color: #989898;
}
.leftside {
	float: left;
	position:relative;
	padding:2px 3px; 
}

.rightside {
	float: right;
	position:relative;
}


/*-- Right Side --*/

span.downarr { /* hide button */
	float: right;
	border-left: 1px solid #a4a4a4;
}
span.downarr a {
	display: block;
	width: 36px;
	height: 26px;
	padding: 25px 0 0 10px;
	background: url(../images/downarrow.png) no-repeat 5px 7px;
}
span.menu_title {
	padding:0;
	float:left;
	margin:2px;	
	width:149px;
	height:36px;
}
span.menu_title a {
	line-height: 36px;
	width:149px;
	height:36px;
	display:block;
	background:url(../images/abhipray.jpg) no-repeat center top;
}
span.menu_title a:hover {
	line-height: 36px;
	width:149px;
	height:36px;
	display:block;
	background:url(../images/abhipray.jpg) no-repeat center bottom;
}
.quickmenu {
	position: absolute; /* important */
	top: -400px;
	right: 48px;
	width: 292px;
	height: 400px;
	padding:0;
	background:url(../images/abhipray_bg.jpg) no-repeat center bottom;
  display: none; /* important */
}
.quickmenu ul {
	margin:75px 21px 30px 21px;
	width: 250px;
	height: 275px;
	overflow:auto;
}
.quickmenu ul li {
	 border-bottom: 1px dotted #CBB37B;
    color: #3d3321;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-style: italic;
    line-height: 16px;
    margin: 10px 3px;
    padding: 0 0 10px;

}

.quickmenu ul li strong {
	 font-weight:bold;
	 display:block;
	 margin-top:10px;
}
.quickmenu ul li a {
	font-size: 12px;
	color: #3d3321;
	display: block;
}
.quickmenu ul li a:hover {
	color: #666;
}
span.menu_title1 {
	padding:0;
	margin:2px;
	float:left;
	width:137px;
	height:28px;
}
span.menu_title1 a {
	background:url(../images/aundhkar.jpg) no-repeat center top;
	line-height:28px;
	width:137px;
	height:28px;
	display:block;
}
span.menu_title1 a:hover {
	background:url(../images/aundhkar.jpg) no-repeat center bottom;
}
.quickmenu1 {
	position: absolute; /* important */
	top: -500px;
	left:0px;
	width: 292px;
	height: 500px;
	background: #fffdf3;
	/* CSS3 end */
  display: none; /* important */
}
.quickmenu1 ul {
	padding-top:0;
}
.quickmenu1 ul li {
	padding: 0;
	margin: 0;
}
.quickmenu1 ul li a {
	font-size: 18px;
	color: #989898;
	display: block;
}
.quickmenu1 ul li a:hover {
	color: #666;
}
