@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:
	Febrary 2, 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) Cima Academics. 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;
}
hr {
	height:1px;
	width:500px;
	background:#fff;
	border:0;
	padding:0;
}
# {
 margin:0;
 padding:0;
}
fieldset, img {
	border:none;
	padding:0;
}
caption, th {
	text-align : left;
}
table {
	border-collapse : collapse;
	border-spacing : 0;
}
em {
	font-style : italic;
}
.CL {
	clear:left;
}
.CR {
	clear:right;
}
.CB {
	clear:both;
}
.list li {
	list-style:decimal;
	text-align:justify;
	margin-left:25px;
}
.list li ul li {
	list-style:lower-alpha;
	text-align:justify;
	margin-left:25px;
}
.wrapper {
	width:960px;
	margin:0 auto;	
}
a {
	text-decoration:none;
	color:#ff6803;
}
a:hover {
	text-decoration:underline;
}
/*******************BODY******************/
body {
	background:url(../images/body-bg.jpg) top repeat-x;
	font:11px Arial, Helvetica, sans-serif;
	color:#545454;
	text-align:justify;
}
/*******************BANNER******************/
.baNNer {
	height:134px;
	padding-top:21px;
	background:url(../images/banner.jpg) top left no-repeat;
}
.aniMATEbaNNer {
	width:454px;
	height:117px;
	float:right;
}
.topMenu {
	height:26px;
	background:#8DB980;
}
.topMenu ul {
	float:right;
	padding:5px 20px 0px 0px;
}
.topMenu ul li {
	float:left;	
	padding:0 10px;
	border-right:1px solid #ec1800;
}
.topMenu ul li a {
	float:left;	
	padding:0px 0 0 0;
	text-decoration:none;
	font:11px Verdana, Geneva, sans-serif;
	color:#ec1800;	
}
.topMenu ul li a:hover {	
	color:#fff;	
}

.TopMainBOX {
	background:url(../images/top-box-bg.jpg) repeat-x;
	height:217px;
}
.TOPBOx {
	float:left;
	width:210px;
	margin-left:24px;
}
.titlebox {
	font:13px Verdana, Geneva, sans-serif;
	text-transform:uppercase;
	color:#d20f00;
}
.BoxCONTAIN {
	height:117px;
	background:url(../images/box-bg.jpg) repeat-x;
	font:11px Verdana, Geneva, sans-serif;
	color:#6c4e0e;
}
.redmor {
	background:url(../images/box-readmore-bg.jpg) no-repeat;
	height:22px;
	width:210ox;
	text-align:center;
	padding-top:20px;	
}
.redmor a {
	text-decoration:none;
	text-align:center;
	color:#d6d6d6;
	text-transform:uppercase;
}
.redmor a:hover {
	color:#fff;
}

/*************Main Contain LeftPart*****************/
.LeftPart {
	padding:20px 0 0 0;
	width:750px;
	float:left;
	line-height:15px;
	font-size:12px;
}
/*************LeftPart*****************/
.LeftPart .conatinTITle {
	font:12px Verdana, Geneva, sans-serif;
	color:#d20f00;
	text-transform:uppercase;
	padding:0 0 10px 0;
}
.LeftPart a.READmore  {
	float:right;
	text-decoration:none;
	font:11px Verdana, Geneva, sans-serif;
	color:#ff6803;
}
.LeftPart a.READmore:hover  {
	text-decoration:underline;	
}
.LeftPart .bOx {
	float:left;
	width:240px;
	margin:20px 15px 0 0;
	background:#E0E0E0;
	height:170px;
}
.LeftPart .bOx .boxTiTle {
	font:bold 12px Verdana, Geneva, sans-serif;
	color:#fff;
	text-align:center;
	background:#1C7401; 
	padding:7px 0; 
	border-bottom:2px solid #fff;
}
.LeftPart .bOx .gallery {
	background:url(../images/gallery.jpg);
	width:240px;
	height:139px;
}

/*************RightPart****************/
.RightPart {
 	width:191px;
	float:right;
	padding-top:30px;	
}
.featuRED {
	height:22px;
	background:url(../images/featured-links.jpg) top left no-repeat;
	font:12px Verdana, Geneva, sans-serif;
	color:#d20f00;
	text-transform:uppercase;
	padding:6px 0 0 25px;
}
.RightPart .nav {
	padding:5px 0 0px 0;
	border-left:1px solid #E8E8E8;
	
}
.RightPart .nav ul {
	margin:0 0px 10px 15px;
	
}
.RightPart .nav ul li {
	height:18px;
	padding:6px 0 0 0;
	border-bottom:1px dashed #DBDBDB;
}
.RightPart .nav ul li a {
	text-decoration:none;
	padding:0 0 0 25px;
	background:url(../images/bull.jpg) left center no-repeat; 
	
	font:11px Verdana, Geneva, sans-serif;
	color:#565656;
}
.RightPart .nav ul li a:hover {
	background:url(../images/bull-hover.jpg) left center no-repeat; 
	color:#144F02;
}
.RightPart .nav .neWs a {
	background:url(../images/news-notices.jpg) no-repeat;
	display:block;
	text-align:center;
	height:45px;
	width:176px;
}
.RightPart .nav .neWs a:hover {	
	background:url(../images/news-notices-hover.jpg) no-repeat;
}
.RightPart .nav .downloAd a {
	background:url(../images/download.jpg) no-repeat;
	display:block;
	text-align:center;
	height:64px;
	width:175px;
}
.RightPart .nav .downloAd a:hover {
	background:url(../images/download-hover.jpg) no-repeat;
}
.RightPart .nav .services a {
	background:url(../images/services.jpg) no-repeat;
	display:block;
	text-align:center;
	height:51px;
	width:175px;
}
.RightPart .nav .services a:hover {
	background:url(../images/services-hover.jpg) no-repeat;
}
/**********************Footer*********************/
.footer {
	margin:20px 0 15px 0;
	height:68px;
	background:url(../images/footer-bg.jpg);	
}
.footer .TXT {
	text-align:right; 
	padding:10px 10px 0 0;
	font:10px Verdana, Geneva, sans-serif; 
	color:#fff;
	height:58px;
}
.footer a {
	text-decoration:none;
	font:Bold 10px Verdana, Geneva, sans-serif; 
	color:#fff;
}
.footer a:hover {
	text-decoration:underline;
}
