/* CSS Developed by Digital Max Solutions http://www.digital.com.np */

body {
	width:100%;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #4C4A53;
	line-height:13px;
}
.pageheight{
	width:auto;
	height:1150px;
	background:transparent top left;
}
/*-----------------------------------------------------------------------------------------------*/
a:link {
	font-size:10px;
	color:#828187;
	text-decoration:none;
}
a:active {
	font-size:10px;
	color:#4C4A53;
	text-decoration: none;
}

a:visited {
	font-size:10px;
	color:#828187;
	text-decoration:none;
}

a:hover {
	font-size:10px;
	color:#4C4A53;
	text-decoration:none;
}
img{
	border:none;
}
/*-----------------------------------------------------------------------------------------------*/
.mainmenu
{
	font-family:Verdana;
	font-size:10px;
	text-align:center;
	text-transform:uppercase;
}

.gap
{
	width:20px;
}
.submenu
{
	font-family: Verdana;
	font-size: 10px;
	text-align:center;
	text-transform:uppercase;
}
.headerborder{
	border-bottom: 1px solid #A6A8AE;
}
.heading{
	font-size:9px;
	font-weight:bold;
	color:#828187;
}
.txtgrey{
	font-weight:bold;
	color:#828187;
}
p{
	padding:9px 0px 0px 0px;
	margin:0px;
}

/*-----------------------------------------------------------------------------------------------*/
#menucontainer { margin-left: 0px; width:900px;  }

#menulist
{
	list-style: none;
	padding: 3px 0 3px 0px; 
	margin: 0;
	background-color:#828187;
	text-align:center;
}
#menulist a:link, #menulist a:visited
{
	color: #cdcbce;
	font-size:10px;
	text-decoration:none;
}

#menulist a:hover { 
	color: #fff;
	text-decoration:none; 
}
#menulist li
{
	display: inline;
	padding: 0;
	margin: 0;
}

#menulist li:before { content: "| "; color:#C5C1C4; }
#menulist li:first-child:before { content: ""; }

/*IE workaround*/
/*All IE browsers*/
* html #menulist li
{
	background-image: url(../images/menu_seperator.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 0 0.6em 0 0.8em;
	margin: 0 0.2em 0 -0.2em;
}

/*Win IE browsers - hide from Mac IE\*/
* html #menulist { height: 1%; 
	}

* html #menulist li
{
	display: block;
	float: left;
}
/*End hide*/
/*Mac IE 5*/
* html #menulist li:first-child { background-image: none; }

/*-----------------------------------------------------------------------------------------------*/
#nav {
	margin:0px 0 0px 0;
}
#nav {
	float:left; 
	width:900px; 
	height:25px;
	background-color:#fff; 
	position:relative;
}
#nav .select, #nav .current {
	margin:0; 
	padding:0; 
	list-style:none; 
	display:block;
}
#nav li {
	display:inline; 
	margin:0; 
	padding:0;
	height:auto;
}
#nav .select a,#nav .current a {
	display:block; 
	height:25px; 
	float:left;  
	padding:0 12px 0 0px;  
	text-decoration:none; 
	font-size:10px; 
	line-height:22px; 
	white-space:nowrap;
}
* html #nav .select a, * html #nav .current a {
	width:1px;
}
#nav .select a b, #nav .current a b { 
	height:100%; 
	display:block; 
	padding:0 0px 0 0px; 
	color:#85858E;
}
#nav .select a:hover, #nav .select li:hover a {
	border-color:#046; 
	cursor:pointer;
}
#nav .select a:hover b, #nav .select li:hover a b {
	border-color:#046; 
	color:#4E515E;
}
#nav .sub {
	display:none;
}
/* for IE5.5 and IE6 only */
#nav table {
	position:absolute; 
	border-collapse:collapse; 
	left:0; 
	top:0; 
	font-size:10px;	

}
#nav .current a { 
	border-color:#046;
}
#nav .current a  {
	color:#8AB07F;
}
#nav .select li a:hover .sub, #nav .select li:hover .sub {
	display:block; 
	position:absolute; 
	width:900px; 
	top:21px; 
	left:0;
	background-color:#85858E; 
	margin-top:1px; 
	padding:0; 
	z-index:100; 
	border-bottom:0px solid #fff;
}
/*----------------------------------------------------------------------*/
.page a:link {
	font-size:10px;
	color:#828187;
	text-decoration:none;
}
.page a:active {
	font-size:10px;
	color:#4C4A53;
	text-decoration: none;
}

.page a:visited {
	font-size:10px;
	color:#4C4A53;
	text-decoration:none;
}

.page a:hover {
	font-size:10px;
	color:#4C4A53;
	text-decoration:none;
}
/*----------------------------------------------------------------------------------*/
.recp_boldtext01{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#4C4A53;
	font-weight:bold;
	line-height:12px;
}
/*----------------------------------------------------------------------------------*/
.sidemenu {
	z-index:1000;
	font-size:90%;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#828187;
	width:200px;
	}

/* remove all the bullets, borders and padding from the default list styling */
.sidemenu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	width:90px;
}
/* hack for IE5.5 */
* html .sidemenu ul {margin-left:-16px; margin-left:0;}
/* position relative so that you can position the sub levels */
.sidemenu li {
	position:relative;
	height:15px;
	margin:0px;
	padding:0px;
	color:#000;
}

/* get rid of the table */
.sidemenu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.sidemenu a, .sidemenu a:visited {
	display:block; 
	text-decoration:none;
	height:12px;
	line-height:12px;
	width:100px;
	color:#828187;
	text-indent:0px;
}
#sidemenucurrent {
	color:#8AB07F;
}
/* hack for IE5.5 */
* html .sidemenu a, * html .sidemenu a:visited {
	background-color:#fff;
	width:90px;
}
/* style the link hover */
* html .sidemenu a:hover {
	background-color:#fefefe;
	color:#4C4A53;
}

.sidemenu :hover > a {
	color:#4C4A53; 
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.sidemenu ul ul {
	visibility:hidden;
	position:absolute;
	top:0;
	left:89px;
	z-index:0;
	height:18px;
}
.sidemenu ul ul li{
	height:12px;
}

/* make the second level visible when hover on first level list OR link */
.sidemenu ul li:hover ul,
.sidemenu ul a:hover ul {
	visibility:visible;
}
/*-----------------------side menu--------------------*/

.textbox{
	height:15px;
	width:143px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:0;
	margin:0;
	border:1px solid #4C4A53;

}
.submit{
	height:15px;
	width:50px;
	background:url(../images/search.gif) no-repeat;
	padding:0;
	border:1px solid #B5C7A7;
}
/*-----------------------------------------------------------------------------------------------*/
#footer{
	font-size:9px;
	font-weight:normal;
	color:#4E515E;
}
#footer a{
	text-decoration:underline;
}
#footer a:hover{
	text-decoration:none;
}

/*-----------------------------------------------------------------------------------------------*/
.starter_recep_h1{
	font-weight:bold;
	color:#89A674;
}
.starter_recep_date{
font-size:8px;
}
.starter_recep_back{
font-size:9px;
}
.starter_recep_red{
	font-size:9px;
	color:#DA3F34;
}
.recptablink a:link{
	color:#B5C7A7;
}
.recptablink a:visited{
	color:#B5C7A7;
}
.recptablink a:hover{
	color:#8AA775;
}

/*--------------------------------------------------*/

.recpindexlinlkdiv{
	color:#828187;
	height:auto;
	clear:both;
	font-weight:bold;
	}


#indexlist {
	margin:0;
	padding:0;
	color:#828187;
	list-style:none;
	list-style-type:none;
}
#indexlist ul li{
	margin:0;
	padding:0;
	color:#828187;
	list-style:none;
	list-style-type:none;
}

.normaltxt{
	font-weight:normal;
}

.normaltxt a{
	font-weight:normal;
	text-decoration: none;
	color:#828187;
	outline:none;
}
.normaltxt a:visited{
	font-weight:normal;
	text-decoration: none;
	color:#828187;
}
.normaltxt a:hover{
	font-weight:normal;
	text-decoration:none;
	color:#4C4A53;
}