/*
PURPOSE:
	[1] Basic cascading stylesheet for ALL browsers
	[2] Contains only resets and global styles
	[3] MEDIA = SCREEN

REVISION HISTORY:
	October 12, 2010. v1.0. Under Construction.

STATUS OF THIS DOCUMENT:
	This is a working draft.

AUTHOR:
	Subodh Maharjan
	info@subodhmaharjan.com.np
	url: http://www.subodhmaharjan.com.np

LEGAL NOTICE:
	Distribution of this document is limited.
	Copyright (C)  Eversafe Nepal. 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;
}
a.readMore {
	float:right;
	font:11px Verdana, Geneva, sans-serif;
	color:#ED1002;
	text-decoration:none;
}
a.readMore:hover {
	text-decoration:underline;
}
div, img {
	behavior: url("iepngfix.htc");
}

.more
{
	color:#000;
}

.more:hover
{
	color:#000;
}

#breadcrumb{
	color:#000;
}

/******************* BODY *********************/
body{
font:11px/13px Verdana, Geneva, sans-serif;
color:#565656;
background:url(../images/body-bg.jpg) repeat-x;
}

p{
font:11px/13px Verdana, Arial, Helvetica, sans-serif;
text-align:justify;
color:#565656;
padding-top:10px;
}

h1{
font:bold 12px Arial, Helvetica, sans-serif;
color:#FFF;
float:left;
}

h2{
font:bold 12px Verdana, Arial, Helvetica, sans-serif;
color:#462C00;
}

h3{
font:bold 11px Verdana, Arial, Helvetica, sans-serif;
color:#373737;
}
/******************* wrapper *********************/
.wrapper{
	width:978px;
	margin:0px auto;
}


.productscroll{
	margin-top:5px;
}
.productscroll div{
	float:left;
	padding:5px;
}
.productscroll a{
	color:#67a7d3;
	text-decoration:none;
}

.productscroll a:hover{
	text-decoration:underline;
}
/************** header style ****************/
.header{
width:978px;
margin:0 auto;
}

.logo{
background:url(../images/logo.png) no-repeat;
height:81px;
width:476px;
margin-top:20px;
float:left;
}

.search{
float:right;
margin-top:20px;
}

.search table tr td input.txtbox{
background-color:#8DC7E8;
height:31px;
border:0px;
width:165px;
font-size:16px;
padding:0 5px;
}

.search table tr td input.btnSearch{
height:31px;
border:0px;
width:74px;
background:url(../images/btn-search.jpg) no-repeat;
cursor:pointer;
outline:none;
}

.anim-bnr{
/*margin-top:20px;*/
border-top:1px solid #FFF;
padding-top:10px;
}



/******************* menu style *********************/
.hdr-menu{
float:right;
margin-top:13px;
background-color:#016DB8;
width:978px;
height:41px;
}

.hdr-menu ul{
float:right;
}

.hdr-menu ul li{
float:left;
/* border-right:1px solid #fff; */
margin-top:11px;
}

.hdr-menu ul li ul li{
	margin-top:0;
}

.hdr-menu ul li a{ 
padding:4px 13px;
float:left;
text-decoration:none; 
color:#fff; 
font:12px Verdana, Arial, Helvetica, sans-serif;
text-transform:uppercase;

}

.hdr-menu ul li a:hover{ 
color:#000;
}

/******************* content wrapper style *********************/
.content-wrapper{
margin-top:17px;
padding-bottom:17px;

}

/******************* left content style *********************/
.left-content{
width:209px;
float:left;
margin-right:22px;
/*background-color:#F0F0F0;*/
background:url(../images/left-content-bg.png) repeat;
}

.left-content img{
margin-bottom:10px;
}

.box{
width:209px;
margin:0 auto;
padding-bottom:5px;
margin-bottom:10px;
}

.box-hdr{
background-color:#67A7D3;
height:35px;
text-align:center;
font:bold 14px Verdana, Arial, Helvetica, sans-serif;
color:#fff;
line-height:35px;
}

.box-content{
border-top:1px solid #FFF;
background-color:#F4F4F4;
}

.box-content img{
padding:0px;
}

.box-content ul{
margin:0 auto;
width:180px;
}

.box-content li{
/*padding:7px 0 7px 0;*/
border-bottom:1px solid #004385; 
}

.box-content li a{
font:11px Verdana, Arial, Helvetica, sans-serif;
background:url(../images/bull.jpg) 3px 7px no-repeat;
text-decoration:none;
/*padding:3px 0 0 15px;*/
color:#004385;
text-transform:uppercase;
padding-left:15px;
}

.box-content li a:hover{
/*color:#C05D11;*/
}

/******************* mid content style *********************/
.mid-content{
float:left;
width:525px;
}

.mid-box{
width:525px;
margin:0 auto;
padding-bottom:8px;
}

.mid-box-hdr{
font:21px Georgia, "Times New Roman", Times, serif;
color:#0D4E8C;
line-height:35px;
padding-left:15px;
}

.mid-box-content{
padding:10px 15px;
text-align:center;
}

.mid-box-content p{
color:#565656;
padding-top:0px;
}

.mid-box-content img{
float:left; 
border:3px solid #267C7D;
}

.mid-box-content p a{
text-decoration:none;
color:#565656;
float:right;
margin-top:10px;
font-weight:bold;
}

.mid-box-content p a:hover{
text-decoration:underline;
}

/******************* right content style *********************/
.right-content{
width:209px;
float:right;
background:url(../images/left-content-bg.png) repeat;
}

.news-content{
margin-top:2px;
padding-bottom:5px;
background-color:#F4F4F4;
}

.news{
padding:5px 7px;
}

.news h2{
font:bold 11px Verdana, Arial, Helvetica, sans-serif;
color:#000;
}

.news p{
font:10px/14px Verdana, Arial, Helvetica, sans-serif;
color:#000;
}

.box-content2{
border-top:1px solid #FFF;
background-color:#F4F4F4;
padding-bottom:10px;
}

.box-content2 img{
background-color:#DBDBDB;
padding:5px;
border:1px solid #808080;
margin-top:10px;
margin-left:40px;
}
/******************* footer style *********************/
.footer{
height:110px;
background-color:#589ECF;
margin-bottom:20px;
}

.footerMenu{
/*width:584px;*/
padding-top:20px;
text-align:center;
} 


.footerMenu ul{
text-align:center;
padding-bottom:12px;
}

.footerMenu ul li{
/*	float:left;*/
	display:inline;
	padding:0px 9px;
	text-align:center;
}
.footerMenu ul li a{
	color:#000;
	text-decoration:none;
/*	float:left;*/
/*	border-right:1px solid #395528; */
	padding-right:16px;
	font-weight:normal;
	font:11px Verdana, Arial, Helvetica, sans-serif;
}
.footerMenu a:hover{
	text-decoration:underline;	
}

.footerMenu p{
color:#000;
text-align:center;
font:10px/18px Verdana, Arial, Helvetica, sans-serif;
}

.footerMenu a{
text-decoration:none;
font-weight:bold;
color:#000000;
}

.footerMenu a:hover{
text-decoration:underline;
}





