/********************************************
	AUTHOR:  			Ravi Kandel
	COMPANY:			Nepal Media Network
	WEBSITE:   			http://www.nepalmedia.com/
	TEMPLATE NAME: 		High Himalayan Society
	VERSION:			1.0
	LAST MODIFIED:		July-15-2008
 *******************************************/ 



body{
	margin:0;
	padding:0;
	line-height: 1.5em;
	background-image: url(../images/page-bkg.jpg);
	background-repeat: repeat-x;
	background-color: #585858;
	font-family: Arial, Helvtica, sans-serif;
	font-size: 12px;
	margin-top: 15px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;	
	letter-spacing: 0em;
}

b{font-size: 110%;}
em{color: red;}
a{text-decoration: none;}
a:hover{text-decoration: underline;}
/*** LAYOUT **/

#maincontainer{
	margin: auto;
	width: expression(document.body.clientWidth < 757? "755px" : document.body.clientWidth > 902? "900px" : "auto");
	min-width:755px;
	max-width:900px;
}


#header {
	width: expression(document.body.clientWidth < 757? "755px" : document.body.clientWidth > 902? "900px" : "auto");
	min-width:755px;
	max-width:900px;
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	position: relative;
	margin: auto;
	padding-top: 25px;	
}

#contentwrapper{
	float: left;
	width: 100%;
	background: #FFFFFF url(../images/b-bg.jpg) left top repeat-y;
	overflow: hidden;
}

#leftcolumn{
	margin-right: 200px; 
	background-color: #FFFFFF;
	padding-top: 10px;	
}

#rightcolumn{
	float: left;
	width: 200px; 
	margin-left: -200px;
	background: #E7E7C7;
	padding-top: 10px;
}

#footer {
	width: expression(document.body.clientWidth < 757? "755px" : document.body.clientWidth > 902? "900px" : "auto");
	min-width:755px;
	max-width:900px;
	margin:auto;
	clear: both;
	border-top: 1px solid #cecece;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
	background: #381407;
	height: 35px;
	}
	
#footer .left{
	float: left;
	padding-left: 15px;
	text-align: left;
	font: 11px Arial, Verdana, Helvetica, sans-serif;	
	}

#footer .left a{
	color: #CFDBC7;
	text-decoration: none;
	}

#footer .left a:hover{
	color: #FFFFFF;
	text-decoration: underline;
	}	
	
#footer .right{
	float: right;
	text-align: right;
	padding-right: 15px;
	font: 11px Arial, Verdana, Helvetica, sans-serif;	
	}

.innertube{
	margin: 10px; 
	margin-top: 0;
	text-align:justify;
}

.innertube h1{
	margin-bottom: 10px;
	margin-top: 15px;
}

/**** top menu ***/
#menu {
		padding-right: 5px;
		height: 30px;
}

	
ul.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

ul.menu li {
	display: block;
	margin: 0px;
	padding: 0px;
	float: right;
	list-style-type: none;
	margin-right: 5px;
}

a.items-active {
	display: block;
	height: 14px;
	float: left;
	background-color: #202020;
	background-color: #030303;
	background-image: none;
	padding: 8px 9px 8px 9px;
	color: #FFFFFF;
	text-decoration: none;
}

a.items {
	display: block;
	height: 14px;
	float: left;
	background-color: #D8D8D8;
	background-image: url(../images/menu-off.jpg);
	padding: 8px 9px 8px 9px;
	color: #000000;
	text-decoration: none;
}

a.items:hover {
	display: block;
	height: 14px;
	float: left;
	background-color: #030303;
	background-image: none;
	padding: 8px 9px 8px 9px;
	color: #FFFFFF;
	text-decoration: none;
}


* Column left two boxes */

#box {
	width: 100%;
	position: relative;

}

.box1 {
	float: left;
	background-color: #E3F4FF;
	border: 1px solid #7EC6F6;
	width: 50%;
	margin: 20px 13px 15px 0;
}

.box2 {
	float: left;
	background-color: #E6FCCB;
	border: 1px solid #9ECB64;
	width: 45%;
	margin: 20px 0 15px 0;
	font-family: Verdana, Arial, Helvetica;	
	text-align: justify;
	line-height: 1.6em;
}

.box1-in, .box2-in {
	margin: 0.3em 0.5em 1.2em 0.5em;
}


.box1 p {
	font-family: Verdana, Arial, Helvetica;	
	line-height: 1.3;
}
 .box2 p {
	font-family: Verdana, Arial, Helvetica;	
	line-height: 1.5;
}

.box1 p.more, {
	font-family: Verdana, Arial, Helvetica;		
	position: relative;
	top: 2px;
}

.box2 p.more, {
	position: relative;
	top: 2px;
}

.box1 p.more a, .box1 p.more a:visited {
	color: #005083;
}

.box2 p.more a, .box2 p.more a:visited {
	color: #2F6900;
}
#box h1{
	font-family:  Arial, Helvetica, Georgia, Verdana;	
	font-size: 14px;
}

/*** Right menu ***/
.rightmenu {
	list-style-type: none;
	margin: 0px 0;
	padding: 0;
	width: 100%;
	text-align: left;
	background-color: #ffeccc;
}

.rightmenu  li a{
	display: block;	
	font: normal 12px Arial, Verdana, Tahoma, Helvetica, sans-serif;
	border-bottom: 1px dotted #d2c2a9;
	background: #ffeccc url(../images/arrow.gif) left center no-repeat;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 18px;
	color: #100e0e;
}


* html .rightmenu  li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
	width: 89%;
}

.rightmenu  li a:visited{
	color: #372e20;
}

.rightmenu li a:hover{
	background: #2e2824 url(../images/arrow_1.gif) left center no-repeat;
	color: #FFFFFF;
}

.rightmenu li a:active{
	border: 0px;
	}


/*** Sub Menu  ***/
.submenu {
	list-style-type: none;
	margin: 0px 0;
	padding: 0;
	width: 100%;
}

.submenu  li a{
	display: block;	
	font: normal 12px  Arial, Verdana, Helvetica;
	background: #434b56 url(../images/arrow_1.gif) left center no-repeat;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 18px;
	color:#ebf2fc;
	border-bottom: 1px dotted #666d77;
}


* html .submenu  li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
	width: 90%;
}

.submenu  li a:visited, .submenu  li a:active{
	color: #ebedf0;
}

.submenu  li a:hover{
	background: #666d77 url(../images/submenu-hover.gif) left center no-repeat;
	color: #FFFFFF;
}

/* Submenu1*/

.submenu1 {
	list-style-type: none;
	margin: 0px 0;
	padding: 0;
	width: 100%;
}

.submenu1  li a{
	display: block;	
	font: normal 12px Arial, Verdana, Helvetica;
	background: #d6dce1 url(../images/submenu_arrow.gif) left center no-repeat;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 18px;
	color:#112231;
	border-bottom: 1px dotted #b2bdc6;
}


* html .submenu1  li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
	width: 88%;
}

.submenu1  li a:visited, .submenu1  li a:active{
	color: #2f4248;
}

.submenu1  li a:hover{
	background: #688093 url(../images/submenu-hover1.gif) left center no-repeat;
	color: #FFFFFF;
}



/*** My other css ***/
#navigator {
	height: 40px;
	background-color: rgb(59,59,59);
	padding: 0px 15px 0px 10px;
	font-size: 12px;
	color: #D8D8D8;
	position: relative;
}

div.navi {
  float: left; 
  padding: 0px 0px 0px 0px;
}

a.navia, a.navia:visited {
  display: block;
  background: url("../images/breadcrumb-arrow02.jpg") no-repeat top right;
  float: left;
  height: 28px;
  padding: 12px 20px 0px 10px;
  text-decoration: none;
  color: #7D7D7D;
}


a.navia:hover {
  color: rgb(255,255,255);
}

span.navia {
  display: block;
  float: left;
  height: 28px;
  padding: 10px 20px 0px 10px;
  text-decoration: none;
  color: #EEEEEE;
  font-weight: bold;
}

a.breadcum{
  display: block;
  background: url("../images/breadcrumb-arrow02.jpg") no-repeat top right;
  float: left;
  height: 40px;
  padding: 0px 20px 0px 10px;
}

.innertube h1{
	font-family:  Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #660000;
}

.package p{
	font-family: Verdana, Arial, Helvetica;
	font-size:12px;
	width: auto;
	clear: left;
	left: auto;
	right: auto;
	margin: 0;
	padding: 2px;
	border-bottom: 1px dashed #CCCCCC;
	height: 15%;
	vertical-align: top;
}

.package .day{
	font-weight: normal;
	font-size: 11px;
	float: right;
	margin-right: 5px; 
	width: 20%;
	text-align: right;
}

.royalty p{
	font-family: Arial, Verdana, Helvetica;
	font-size:12px;
	width: auto;
	clear: left;
	left: auto;
	right: auto;
	margin: 0;
	padding: 2px;
	border-bottom: 1px dashed #CCCCCC;
	height: 5%;
	vertical-align: top;
}

* html .royalty p{
	font-family: Arial, Verdana, Helvetica;
	font-size:12px;
	width: auto;
	clear: left;
	left: auto;
	right: auto;
	margin: 0;
	padding: 2px;
	border-bottom: 1px dashed #CCCCCC;
	height: 1%;
	vertical-align: top;
	}

.royalty .day{
	font-weight: normal;
	font-size: 11px;
	float: right;
	margin-right: 5px; 
	width: 30%;
	text-align: center;
}

.helipackage p{
	font-family: Arial, Verdana, Helvetica;
	font-size:12px;
	width: auto;
	clear: left;
	left: auto;
	right: auto;
	margin: 0;
	padding: 2px;
	border-bottom: 1px dashed #CCCCCC;
	height: 5%;
	vertical-align: top;
	
	}
	
* html .helipackage p{
	font-family: Arial, Verdana, Helvetica;
	font-size:12px;
	width: auto;
	clear: left;
	left: auto;
	right: auto;
	margin: 0;
	padding: 2px;
	border-bottom: 1px dashed #CCCCCC;
	height: 1%;
	vertical-align: top;
	}
	
.helipackage .cost{
	font-weight: normal;
	font-size: 11px;
	float: right;
	margin-right: 5px; 
	width: 30%;
	text-align: center;
}

.leftimg{
	border: 1px solid #DDDDDD;
	background-color: #EEEEEE;
	padding: 4px;
	margin-right: 10px;
	margin-bottom: 5px;
	float: left;
}
	
.rightimg{
	border: 1px solid #DDDDDD;
	background-color: #EEEEEE;
	padding: 4px;
	margin-left: 10px;
	margin-bottom: 5px;
	float: right;
}

.imgright{
	border: 1px solid #DDDDDD;
	background-color: #EEEEEE;
	padding: 4px;
	margin-left: 10px;
	margin-bottom: 5px;
	float: right;
}

.noborder {
	border: 0px;
	}

.probox{
	position: inherit;
	padding: 2px;
	width: 96%;
	min-height: 90px;
	height: auto;
	border-bottom: 1px solid #abb3c0;
}

.probox .more{
	text-align: right;
	padding: 5px;
}

.probox .title{
	font-size: 14px;
	margin-bottom: 5px;
	margin-top: 15px;
}

/*** Bot Menu  ***/
a.boldbuttons{
	background: transparent url('../images/roundedge-gray-left.gif') no-repeat top left;
	display: block;
	float: left;
	font: bold 13px Arial; /* Change 13px as desired */
	line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
	height: 30px; /* Height of button background height */
	padding-left: 8px; /* Width of left menu image */
	text-decoration: none;

}

a:link.boldbuttons, a:visited.boldbuttons, a:hover.boldbuttons, a:active.boldbuttons{
color: white; /*button text color*/
}

a.boldbuttons span{
	background: transparent url('../images/roundedge-gray-right.gif') no-repeat top right;
	display: block;
	padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
}

a:hover.boldbuttons{ /* Hover state CSS */
text-decoration: underline;
}


.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}


/***Inside Menu Menu Title***/
.inmenutitle {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color:#FFFFFF;
	vertical-align: middle;
	padding-bottom: 3px;
	padding-top:3px;
	padding-left: 10px;
	background: #46433c;
	}
	

/*** in menu ***/

.inmenu {
	list-style-type: none;
	margin: 0px 0;
	padding: 0;
	width: 100%;
	text-align: left;
	background-color: #ffeccc;
}

.inmenu  li a{
	display: block;	
	font: normal 11px Tahoma, Arial, Verdana, Helvetica, sans-serif;
	border-bottom: 1px dotted #b0b0aa;
	background: #d1d1ca url(../images/arrow.gif) left center no-repeat;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 18px;
	color: #100e0e;
}


* html .inmenu  li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
	width: 89%;
}

.inmenu  li a:visited{
	color: #372e20;
}

.inmenu li a:hover{
	background: #4b4b3c url(../images/arrow_1.gif) left center no-repeat;
	color: #FFFFFF;
}

.inmenu li a:active{
	border: 0px;
	}

/* Title */
.title {
	font: bold 14px Arial, Helvetica, 'Trebuchet MS', sans-serif;
	color: #2e6609;
	border-bottom: 1px solid #bfbfb2;
	padding: 2px 0px 3px 2px;
	}

.formbox{
	width: auto;
	padding: 10px;
	border: 1px solid #e0e0d0;
	background-color:#fbfbf6; 	
}

.formbox p{
	font-family: Arial, Verdana, Helvetica;
	font-size:12px;
	width: auto;
	clear: left;
	right: auto;
	margin: auto;
	padding: 5px 2px 5px 2px;
	border-bottom: 1px dashed #CCCCCC;
	height: 5%;

}
* html .formbox p{
	font-family: Arial, Verdana, Helvetica;
	font-size:12px;
	width: auto;
	clear: left;
	right: auto;
	margin: auto;
	padding: 5px 2px 5px 2px;
	border-bottom: 1px dashed #CCCCCC;
	height: 1%;

}

.formbox .writespace{
	font-weight: bold;
	font-size: 12px;
	float: left;
	margin-left: 5px; 
	width: 25%;
	text-align: left;
}


/* li menu bold */
.menubold {
	font: bold 12px Arial, Helvetica, sans-serif, Arial;
	line-height: 1.7;
	}

.subtitle {
	font: bold 14px 'Trebuchet MS', "Lucida Sans Unicode", sans-serif, Arial;	
	color: #a71f00;
	margin-bottom: 2px;
	text-align: left;
	}
	
.star {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	}
	
.paddingtd {
	padding: 3px;
	border: 1px solid #EEEEEE;
	font: normal 12px Arial, Helvetica, sans-serif;
	}
	
/* Hotel Box */

#hotelbox {
	width: 100%;
	position: relative;

}

.hotelbox1 {
	float: left;
	border: 1px solid #f0efee;
	width: 45%;
	margin: 10px 15px 10px 0;
	font-family: Arial, Verdana, Helvetica;	
	padding: 8px;
	vertical-align: top;
}

.hotelbox2 {
	float: left;
	border: 1px solid #f0efee;
	width: 47%;
	margin: 10px 0 5px 0;
	font-family: Arial, Verdana, Helvetica;	
	text-align: justify;
	line-height: 1.6em;
	padding: 8px;
	vertical-align: top;
}

.justify {
	text-align: justify;
	}