@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:
	January 10, 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
	cell no: +977-9803265569, +977-9841634484

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

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

table td img 
	{
	behavior:url("iepngfix.htc"); 
	}

body {
    margin:0;
	padding:0;
	border:0;
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#fff;
	background:url(../images/banner-bg.jpg) top repeat-x;
	background-color:#F7FFE7;
}

.list li
	{
	list-style:decimal;
	text-align:justify;
	margin-left:20px;
	}
.smallredtext {
    font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#155EB7;
}	
.bluebargradient {
    background:url(../images/blue_bar_gradient.gif) repeat-x;
}
.lwrbluebargradient {
    background:url(../images/lower_blue_bar_gra.gif);
}
.listmenu {
    font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#ED8A3B;
}
.menupartition {
    background:url(../images/menu_partition.gif) bottom no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#ED8A3B;
}
h1 {
    font-family:Arial, Helvetica, sans-serif;
	color:#495A0D;
	font-size:12px;
}
ul             {
    padding:0px;
	margin:0px;
	border:0px;
	margin-left:14px;
	text-align:justify;
}
li             {
    padding:0px;
	margin:0px;
	border:0px;
	list-style:disc;
}
.pressrelese a {
 	text-decoration:none;
	font:13px Verdana, Geneva, sans-serif;
	color:#fff;
}
.pressrelese a:hover {
 	text-decoration:underline;	
}
.subtitle {
    font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#495A0D;
	font-weight:bold;
}	
.mainheading {
    font-family:Tahoma, Verdana, Arial;
	font-size:16px;
	color:#A3CBFC;
	font-weight:bold;
}
.mainheadingR {
    font-family:Tahoma, Verdana, Arial;
	font-size:16px;
	color:#155EB7;
	font-weight:bold;
}
.footer {
    font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#7A9226;
	text-decoration:none;
	border-top:1px #DEE9C0 solid;
	
}			
.content_box_gradient {
    background:url(../images/content_box_gradient.gif) repeat-x;
}
.greenbargradient {
    background:url(../images/title-bg.png) repeat-x;
}
.contenttopgradient        {
    background:url(../images/top-bar-bg.png) bottom repeat-x;
}	
.inputboxtext {
    font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	color:#F7FFE7;
}	
.supportedbytext        {
    font-family:"Trebuchet MS";
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	color:#3D738D;
}
.paddingleftthreepixel            {
    padding-left:5px;
}		
		
/*-------------------------------------------------------------------------------------------------------------
Link Section
--------------------------------------------------------------------------------------------------------------*/
a          {
     color:#000000;
	 text-decoration:none;
}
a:hover      {
          text-decoration:underline;
}		  	 
a.manNav {
	width:84px;
	height:40px;
	display:block;
	background:url(../images/nav_bg.gif) no-repeat -1 right;
	text-align:center;
	line-height:38px;
	text-decoration:none;
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	color:#FFFFFF;
	text-transform:uppercase;
}	

a.manNav:hover  {
	background:url(../images/nav_bg.gif) no-repeat;
}
a.manNavunique {
	width:94px;
	height:40px;
	display:block;
	background:url(../images/nav_bg.gif) no-repeat -1 right;
	text-align:center;
	line-height:38px;
	text-decoration:none;
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	color:#FFFFFF;
	text-transform:uppercase;
}	

a.manNavunique:hover {
	background:url(../images/new_menu_hover_image.gif) no-repeat;
}
a.listmenulink {
    font-family:"Trebuchet MS";
	font-size:16px;
	color:#30A532;
	text-decoration:none;
}	
 
a.listmenulink:hover {
    text-decoration:underline;
	color:#155EB7;
	} 
a.smalllinks {
    font-family:Tahoma, Verdana, Arial;
	font-size:16px;
	color:#FFFFFF;
	text-decoration:none;
}
a.smalllinks:hover {
    color:#7A9226;
}
a.radiant {
    font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-decoration:none;
}	
a.radiant:hover {
    color:#CC3333;
}	
a.mainmenu        {

	display:block;
	height:27px;
	padding:6px 14px 0px 14px;
    text-decoration:none;
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	color:#FFFFFF;
	text-transform:uppercase;
	
}
a.mainmenu:hover         {
    background:url(../images/menu_hover_repeat.jpg) top repeat-x;
	color:#2A2A2A;
}	
    				 	

  
