@charset "utf-8";
/* CSS Document */
/*
PURPOSE:
	[1] Basic cascading stylesheet for ALL browsers
	[2] Contains only resets and global styles
	[3] MEDIA = SCREEN

REVISION HISTORY:
	April 05, 2010. v1.0. Under Construction.

STATUS OF THIS DOCUMENT:
	This is a working draft.

AUTHOR:
	Sovit Ranjitkar
	email@sovitranjitkar.com.np
	url: http://www.sovitranjitkar.com.np

LEGAL NOTICE:
	Distribution of this document is limited.
	Copyright (C) Badshah International. All Rights Reserved.
*/

/*
==================================
KILL THE DEFAULTS AND GLOBALIZE
==================================
*/

html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input {
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, th {
	font-weight : normal;
	font-style : normal;
}
ul, ol, li {
	list-style : none;
	margin:0px;
}
fieldset, img {
	border:none;
	padding:0;
}
caption, th {
	text-align : left;
}
table {
	border-collapse : collapse;
	border-spacing : 0;
}
em {
	color : #cbcbcb;
	font-style : italic;
}
.CL {
	clear:left;
}
.CR {
	clear:right;
}
.CB {
	clear:both;
}
.list li {
	list-style:decimal;
	text-align:justify;
	margin-left:20px;
}
.list li ul li {
	list-style:lower-alpha;
	text-align:justify;
	margin-left:20px;
}
.wrapper {
	width:960px;
	margin:0 auto;
}
body {
	background:url(../images/body-bg.jpg) repeat-x;
	font:11px Verdana, Geneva, sans-serif;
	color:#4e4e4e;
}
a{
	text-decoration:none;
	color:#0071be;
}
a:hover{
	text-decoration:underline;
}
/*******************BANNER*******************/
.BannER {
	height:140px;
	background:url(../images/title-head.jpg) top left no-repeat;
	padding-bottom:3px;
}
.ANIbann {
	float:right;
	width:550px;
	margin:8px 10px 0 0;
}
/**************TOP NAVIGATION****************/
.topNAV {
	height:27px;
	background-color:#009933;
	border:1px solid #004518;
	margin-bottom:3px;
	text-align:center;
}
.topNAV ul {
	text-align:center;
	padding:5px 0 0 0;
	height:20px;
}
.topNAV:hover {
	background:#006621;
}
.topNAV ul li {	
	display:inline;
}
.topNAV ul li a {
	text-decoration:none;
	padding:2px 8px;
	border-right:1px solid #fff;
	font:12px Verdana, Geneva, sans-serif;
	color:#fff;
}
.topNAV ul li a:hover {	
	color:#1ABA00;
}

/*****************Left Part******************/
.LEFTpart {
	width:213px;
	float:left;
}
.LEFTpart .language {
	border:1px solid #007138;		
	height:28px;
	text-transform:uppercase;
}
.LEFTpart .language .left {
	font:bold 11px Verdana, Geneva, sans-serif;
	color:#00481c;
	float:left;
	padding-left:2px;	
}
.headtext {
	background-color:#768D0E;
	height:22px;
	margin-top:3px;
	padding-top:8px;
	border-bottom:1px solid #fff;
	text-align:center;
	font:bold 11px Verdana, Geneva, sans-serif;
	color:#fff;
}
.lFTcontain {
	background-color:#D7E49E;
	padding:4px;
}
.lFTcontain input {
	border:1px solid #768D0E;
	background-color:#E8F0C8;
	font:bold 11px Verdana, Geneva, sans-serif;
	color:#fff;
	padding:2px 0;
	margin:0px;
}
ul.news li {
	padding:0 0px 0 15px;
	background:url(../images/bull-green.jpg) 0px 3px no-repeat;
	text-align:justify;
}
ul.news li a {
	text-decoration:none;
	color:#0071be;
	font:bold 11px Verdana, Geneva, sans-serif;
}
ul.news li a:hover {
	text-decoration:underline;	
}
/*****************Right Part*****************/
.RIGHTpart {
	width:729px;
	float:right;
}
.RITpart {
	width:183px;
	float:right;
}
ul.RIGHTLinks {
	padding-right:10px;	
}
ul.RIGHTLinks li {
	text-align:right;
	height:21px;
	border-bottom:1px dashed #C4C4C4;
	padding-top:4px;
	
}
ul.RIGHTLinks li a {
	padding-right:30px;
	text-decoration:none;
	font:11px Verdana, Geneva, sans-serif;
	color:#494949;	
	background:url(../images/bull.jpg) right center no-repeat;
}
ul.RIGHTLinks li a:hover {
	color:#768D0E;
	background:url(../images/bull-hover.jpg) right center no-repeat;
}
.RIGHTpart ul li a{
	text-decoration:none;
	color:#4e4e4e;	
}

.RIGHTpart ul li a:hover{
	text-decoration:underline;
}

/******************MIDDLE PART********************/
.MIDDLEpart {
	width:508px;
	float:left;
	padding:10px;
	background-color:#F1F6DE;
	text-align:justify;
}
.containTitle {
	font:bold 13px Verdana, Geneva, sans-serif;
	color:#4e4e4e;
	padding:5px 0 3px 0;
}
a.readmore {
	float:right;
	text-decoration:none;
	font:11px Verdana, Geneva, sans-serif;
	color:#4e4e4e;
}
a.readmore:hover {
	text-decoration:underline;
}
.view {
	height:20px;
	background:url(../images/view-bg.jpg) center repeat-x;
}
.view a {
	font:bold 11px Verdana, Geneva, sans-serif;
	color:#0071BE;
	text-decoration:none;
	width:50px; 
	margin:0 auto; 
	background-color:#F1F6DE; 
	padding:0 15px;
	text-align:center;
}
.view a:hover {
	color:#EA7C03;
}
.bottomBOX {
	width:165px;
	float:left;
	margin-right:6px;
	text-align:center;
}
.bottomBOX a {
	font:bold 11px Verdana, Geneva, sans-serif;
	color:#0071BE;
	text-decoration:none;	
}
.bottomBOX a:hover {
	color:#EA7C03;
}

.breadcrumb{
	padding-bottom:5px;
}

/******************Footer********************/
.FoOTer {
	margin-top:10px;
	height:110px;
	background-color:#768D0E;
	text-align:center;
	font:10px Verdana, Geneva, sans-serif;
	color:#fff;
}
.FoOTer a {
	text-decoration:none;
	color:#fff;
}
.FoOTer a:hover {
	text-decoration:underline;
}
.FoOTer ul {
	text-align:center;
	padding:5px 0 0 0;
}
.FoOTer ul li {	
	display:inline;
}
.FoOTer ul li a {
	text-decoration:none;
	padding:0px 8px 0px 8px;
	border-right:1px solid #fff;
	font:10px Verdana, Geneva, sans-serif;
	color:#fff;
}
.FoOTer ul li a:hover {	
	text-decoration:underline;
}