@charset "utf-8";
/* CSS Document */

/*
Created by:
Anjan Shrestha
Design Lead,
YoungInnovations Pvt. Ltd.
http://yipl.com.np
*/


/*-- layout --*/
body
{
  background: #fff url('images/body-bg.png') repeat-x;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 100%;
  padding-top: 5px;
}

body.inner-page /*-- for inner pages --*/
{
  padding-top: 0;
  margin-top: 5px;
}

#container
{
  font-size: 0.75em; /* 16px x .75 = 12px */
  line-height: 1.333em; /* 12px x 1.333 = 16px */
  margin: 0 auto;
  padding-top: 6px;
  width: 960px;
}

.inner-page #container
{
  padding-top: 0;
}

#header
{
  padding: 0 20px;
  height: 129px;
}

#logo-box
{
  height: 129px;
  width: 363px;
  float: left;
}

#logo-box a
{
  background: url('images/logo.png') no-repeat;
  display: block;
  height: 129px;  
  text-indent: -9999px;
  width: 363px;
}

#login-box
{
  float: right;
  margin-right: 71px;
  width: 278px;
  color: #525252;
}

#header-pic
{
  background: url(images/header-pic-bg.png) no-repeat;
  width: 402px;
  height: 92px;
  display: block;
  float: right;
  padding: 0 29px 19px;
}

#navbar
{
  background: url('images/nav-bar-bg.png') no-repeat;
  height: 48px;
  text-align: center;
  width: 960px;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 1.166em; /*-- 12px x 1.166 = 14px --*/
  font-weight: bold;
}

body.inner-page #navbar
{
  background: url('images/nav-bar-bg-inner-page.png') no-repeat;
  height: 36px;
}

body.home #main-content
{
  background: #22c2fe url(images/body-main-content-bottom.png) no-repeat bottom;
  padding: 15px 0 25px 0;
}

body.home #main-content #left-side, body.home #main-content #right-side
{
  width: 480px;
}

body.home #main-content #left-side
{
  width: 440px;
  text-align: center;
  margin: 0 20px;
  color: #fff;
  float: left;
}
body.home #main-content #left-side1
{
  width: 920px;
  text-align: center;
  margin: 0 20px;
  color: #fff;
  font-size:12.0pt;
  float: left;
}

* html body.home #main-content #left-side
{
  margin: 0 10px; /*--- ie6 hack for adjusting margin after applying float --*/
}

body.home #main-content #right-side
{
  float: right;
}

#main
{
  width: 645px;
  float: left;
  margin-top: 31px;
  color: #01384d;
  padding-right: 55px;
}

#sidebar
{
  float: right;
  width: 188px;
  background: #f9f5d3 url(images/sidebar-bottom-bg.png) no-repeat bottom left;
  padding: 48px 16px 25px;
}

.blocks
{
  background: url(images/block-border.png) no-repeat bottom;
  padding-bottom: 35px;
}

#footer
{
  color: #a8a7a1;
  padding-top: 45px;
}

body.home #footer
{
  background: url(images/footer-home-bg.png) no-repeat left top;
}

/*--- html-elements --*/
h1
{
  font-size: 3.167em;
  font-weight: normal;
  margin-top: 11px;
}

body.home h1
{
  background: url(images/body-h1-bottom.png) no-repeat center bottom;
  height: 55px;
  line-height: 32px;
  margin-bottom: 0;
  margin-top: 0;
	width: 437px;
}

* html body.home h1
{
  
}

h2
{
  font-size: 1.583em; /*-- 12px x 1.583 = 19px --*/
}

h2 span
{
  font-size: 0.631em; /*-- 19px x 0.631 = 12px --*/
  font-weight: normal;
  color: #a29741;
}

#sidebar h2
{
  font-size: 1.333em; /*-- 12px x 1.333 = 16px --*/
  font-family: Arial, Helvetica, sans-serif;
}


ul
{
  list-style: none;
}

ul.nav-links li
{
  display: inline;
}

#sidebar ul
{
  padding-left: 0;
  margin-left: 0;
}

#sidebar ul li
{
  float: left;
  margin-bottom: 4px;
}

#sidebar ul li.odd
{
  margin-right: 7px;
} 

#sidebar ul li img.ad
{
  border: 8px solid #fff;
}

label.password
{
  margin-right: 6px;
}

#login-box input.submit
{
  background: #909090;
  border: none;
  color: #fff;
}

#login-box div.password
{
  margin-top: 4px;
}

body.home #navbar ul
{
  margin: 0;
  padding-top: 12px;
  padding-left: 0;
}

body.inner-page #navbar ul
{
  margin: 0;
  padding-top: 5px;
  padding-left: 0;
}

#navbar ul li
{
  margin-right: 23px;
}

#navbar ul li.last
{
  margin-right: 0;
}

#navbar ul li a
{
  color: #fff;
  text-decoration: none;
  letter-spacing: -1px;
}

#navbar ul li a:hover, #navbar ul li a.active
{
  color: #000;
}
/*
body.home #main-content p
{
  margin: 0;
	width: 434px;
}
*/
.inner-page #main-content
{
  padding: 0 20px;
}

a.more-link
{
  width: 91px;
  height: 17px;
  display: block;
  background: #035f81;
  padding: 5px 10px;
  color: #fff;
  margin: 10px auto;
  font-weight: bold;
}

a.han-membership-ad
{
  width: 440px;
  height: 123px;
  display: block;
  background: url(images/han-membership-ad.png) no-repeat;
  text-indent: -9999px;
}

/*--- other styles ---*/
.top-cap
{
  font-size: 1.5em;
}

.clear-both
{
  clear: both;
}

img.slider
{
  border: 13px solid #fff;
}

.inner-page img.slider
{
  border: 8px solid #fff;
  border-top: none;
}

#image-slider
{
  position: relative;
}

#welcome
{
  position: absolute;
  left: 0;
  color: #fff;
  top: 0;

}

.welcome-to, .h-a-n
{
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  z-index: 10;
}

.welcome-to
{
  font-size: 2.5em;
  top: 120px;
  left: 41px;
  height: 50px;
  line-height: 26px;
}

.h-a-n
{
  top: 192px;
  left: 56px;
  height: 50px;
  line-height: 29px;
}

.welcome-to-bg, .h-a-n-bg
{
  height: 61px;
  width: 441px;
  position: absolute;
  left: 13px;
  background: #000;
  z-index: 9;
}

.welcome-to-bg
{
  top: 99px;
  opacity: 0.25;
  filter:alpha(opacity=25);
}

.h-a-n-bg
{
  top: 174px;
  opacity: 0.75;
  filter: alpha(opacity=75);
}

span.hotel, span.of
{
  font-size: 2.0em;
}

span.association
{
  font-size: 3.166em;
}

span.nepal
{
  font-size: 2.833em;
}

/*-- search form--*/
input.search-input
{
  background: #fff url(images/search-icon.png) no-repeat right top;
  border: 3px solid #c0bda4;
  height: 22px;
  padding-right: 30px;
  padding-top: 2px;
  width: 152px;
}

.choices
{  
  margin-top: 10px;
}

.clear-both
{
  clear: both;
}
.headingback
{
	
	margin-left:15px; 
}
.heading
{
	font-family: 'Univers Condensed'; 
	font-size:16px;
	font-weight:bold;
	width:605px;
	background:url(images/headerbgg.gif) no-repeat;
	height:25px;
	margin:0px 0 0 0;
	padding:0;
	color:#FFFFFF;
	
}
.paragraph{  text-align:justify; margin-right:30px; margin-left:15px;color:#333333;}
.paragraph li
{
	font-size:12px;
	line-height:18px;
	list-style:none;
	font-style:normal;
	color:#333333;
	
}
.paragraph ul li
{
	list-style-type:circle;
	
}
