/********************************************
	AUTHOR:  			Ravi Kandel
	WEBSITE:   			http://www.nepalmedia.com/
	TEMPLATE NAME:		Himalayan River Fun
	VERSION:			1.0
 *******************************************/

/* Top elements */
* { margin:0; padding: 0; }

body {
	background-color: #3A3A3A;
	background: url(images/background.gif);
 	color: #303030; 
 	font: 75%/1.5  Verdana, 'Trebuchet MS', arial, sans-serif;
 	text-align: center; 
 	margin: 15px 15px 5px 15px;
}  

/* links */
a	{ 
	color: #72A545;
	background: inherit;
	text-decoration: none;
}
a:hover { 
	color: #006699;
	background: inherit; 	 
}
 
/* headers */
h1, h2, h3 {
	font-family: Helvetica, Arial, Verdana, 'Trebuchet MS', sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 1.35em;	
}
h2 {
	font-size: 1.3em;
	text-transform: uppercase;
	color: #339900;
}
h3 {
	font-size: 1.2em;
	color: #333;
	letter-spacing: 1px;
}

h1, h3, p { 
	padding: 0;
	margin: 10px 15px 5px 15px; 
	text-align:justify;
}

h2 { 
	padding: 0;
	margin: 10px 5px 5px 0px; 
}

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;	
	color: #333333;	
}
ul span, ol span {
	color: #666666;
}

/* images */
img {
	border: 0px solid #CCC;
}
img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}

.logo {
border: 0px;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #EAEAEA;  
  border-left: 5px solid #72A545;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}

.topinfo {
	margin-left: 15px;
 	padding: 0px 0px 0px 10px;  	
	border-left: 5px solid #72A545; 
	width: 90%;
}

/* form elements */

label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}

input {
	padding:3px;
	border:1px solid #000000;
	font: bold 11px Tahoma, Verdana, sans-serif;
	background:#fdffea;
}

textarea {
	width:250px;
	padding:4px;
	font: bold 11px Tahoma, Verdana, sans-serif;
	border:1px solid #000;
	display:block;
	background:#fdffea;
}
input.button { 
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #EAEAEA;
	padding: 2px 3px; 
	background: #CCC url("../images/buttonbg.gif") repeat-x left bottom; 
	color: #333;/* color: #339900; */
}

.tdpadding {
	font: normal 12px Arial, Helvetica, sans-serif;
	padding: 4px;
	margin: 0px;
	}
/*****************************
      LAYOUT 
******************************/
#wrap {
   margin: 0 auto ;
   padding:0;	
   text-align: left;
   background-color:#FFF;
	width: expression(document.body.clientWidth < 757? "755px" : document.body.clientWidth > 1002? "1000px" : "auto");
	min-width:755px;
	max-width:1000px;	
}
#content-wrap {
	clear:both;
   margin:0; padding:0;
	width: expression(document.body.clientWidth < 757? "755px" : document.body.clientWidth > 1002? "1000px" : "auto");
	min-width:755px;
	max-width:1000px;		
}

/* header */
#header {
	position: relative;
   clear:left;
   width: 100%;
	height: 200px; 
	margin: 0; padding: 0;
}
#header h1#logo-text {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 27px Helvetica, Arial, Sans-serif;
	letter-spacing: -1px;
	color: #1822AA;
	text-transform: none;
	
	/* change the values of top and right to adjust the position of the logo*/
	top: 45px; right: 25px;	
}
#header h2#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 11px Tahoma, Arial, Sans-serif;
	text-transform: none;
	color: #00224b;
	
	/* change the values of top and right to adjust the position of the slogan*/
	top: 75px; right:25px;		
}

/* menu tabs */
#header #header-tabs {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 25px;
   font: bold 1.1em Verdana, Tahoma, 'Trebuchet MS',  Sans-serif;  
} 
#header-tabs ul {		
	margin:0;
   padding:0px 0px 0px 1px;
   list-style:none;
}
#header-tabs li {
	display:inline;
   margin:0;
   padding:0;
}
#header-tabs a {
	float:left;
   background: url("images/tableft.gif") no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
#header-tabs a span {
	float:left;
   display:block;
   background: url("images/tabright.gif") no-repeat right top;
   padding:7px 15px 4px 8px;
   color: #CCC;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header-tabs a span {float:none;}
/* End IE5-Mac hack */
#header-tabs a:hover span {
	color:#FFF;
}
#header-tabs a:hover {
	background-position:0% -42px;
}
#header-tabs a:hover span { background-position: 100% -42px;}
#header-tabs #current a { background-position:0% -42px; }
#header-tabs #current a span { background-position:100% -42px; color: #FFF;}

/* main content */
#main {
	float: right;
	width: 75%;
	margin: 0; 
	padding: 0;
	background-color: inherit;
}

* html #main {
	float: right;
	width: 74%;
	margin: 0; 
	padding: 0;
	background-color: inherit;
}
#main h1 {
	padding: 8px 0 3px 25px;
	text-transform: none;
	background: url("images/arrow.gif") no-repeat 0% .7em;
	border-bottom: 2px solid #f2f2f2;	
	color: #005D77;	
}	

/* sidebar */
#sidebar {
	float: left;
	width: 25%;
	height: 100%;
	margin: 0 0 10px 0; padding: 0;
	background-color: inherit;	
}
#sidebar h1 {
	padding: 8px 0px 3px 25px;
	background: url("images/square_arrow.gif") no-repeat 0% .7em;
	text-transform: none;	
	color: #6800B7;
}

#sidebar ul.sidemenu {
	list-style:none;
	margin:10px 15px;
	padding:0;		
}
#sidebar ul.sidemenu li {
	margin-bottom:1px;
	border: 1px solid #f2f2f2;
}
#sidebar ul.sidemenu a {
	display: block;
	font-weight: bold;
	color: #0143A7;
	text-decoration:none;	
	padding: 2px 5px 2px 10px;
	background: #f2f2f2;
	border-left: 5px solid #CCC;	
	
	min-height: 18px;	
}

* html body #sidebar ul.sidemenu a { height: 18px; }

#sidebar ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;
	background: #dededb;
	color: #339900;
	border-left:5px solid #72A545;
}




#sidebar ul.bigmenu {
	list-style:none;
	margin:10px 15px;
	padding:0;		
}
#sidebar ul.bigmenu li {
	margin-bottom:1px;
	border: 1px solid #f2f2f2;
}
#sidebar ul.bigmenu a {
	display: block;
	font-weight: bold;
	color: #0143A7;
	text-decoration:none;	
	padding: 5px 7px 5px 7px;
	background: #f2f2f2;
	border-left: 5px solid #ff8200;	
	min-height: 18px;	
}

* html body #sidebar ul.bigmenu a { height: 18px; }

#sidebar ul.bigmenu a:hover {
	padding: 5px 7px 5px 7px;
	background: #dae5d7 url("images/adventure.jpg") repeat-x right bottom; 
	color: #339900;
	border-left:5px solid #72A545;
}

#sidebar ul.bigmenu .fixed {
	padding: 5px 7px 5px 7px;
	background: #FFFF99 url("images/adventure.jpg") repeat-x right bottom; 
	color: #0000FF;
	border-left:5px solid #72A545;
	font-family:Helvetica, Arial, Verdana;
	font-size: 14px;
}



/* footer */
#footer { 
	clear: both;
	height: 70px;
	color: #FFFFFF;
	background: #676767;
	margin: 0;	
	padding: 0px 0px 10px 0px;
	font-size: 95%;			
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #FFF; 
}
#footer #footer-left {
	width: 58%;
	float: left;
	text-align: left;
	margin: 0; padding: 10px;
}
#footer #footer-right {
	width: 35%;
	float: right;
	text-align: right;
	margin: 0; padding: 10px;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* additional classes */
.clear {	clear:both;	} 
.hide  { display: none; }
.gray  { color: #CCCCCC; }
.green { color: #076900; }

.comments { 
	color: #333; 
	background: #e4f9f0;
	text-align: left; 
	border-top: 1px dashed #bcddcf;
	border-bottom: 1px dashed #bcddcf; 
	padding: 5px 0;
	margin-top: 20px;
	padding: 5px;
}

.testibox{
border: 1px solid #DDDDDD;
padding: 5px;
}

.bottompic {
	background: #dae5d7 url("images/left-photo.jpg") no-repeat left top; 
	height: 120px;
	border: 0px;
}

/**** Box ***/
.container{
border: 1px solid #b8b8b8;
margin-bottom: 1em;
width: 100%;
}

.container .innerdiv{
background: transparent url(images/brcorner.gif) bottom right no-repeat;
position: relative;
left: 2px;
top: 2px;
padding: 1px 10px 15px 7px;
text-align:justify;
}

.container .title {
font-family: Helvetica, Arial, Verdana;
font-size: 14px;
font-weight: bold;
padding: 8px 0 3px 20px;
text-transform: none;
background: url("images/square.gif") no-repeat 0% .7em;
}


/*** Search Box ***/
.searchbox{ 
padding: 2px 10px 2px 0px;
margin: 0px 0px 0px 15px;
background: #a2d4ff url("images/scorner.gif") no-repeat left bottom; 
}

#addressbox{ 
margin: 0px;
padding: 5px;
border-top: 1px dotted #AAAAAA;
background: #EFEFEF;
font-family:Tahoma, Arial, Helvetica;
color: #000000;
text-align:center;
}

.leftimg{
padding-right: 5px;
padding-top: 5px;
border:0px;
}

.rightimg{
padding-left: 5px;
padding-top: 5px;
border:0px;
}

/*** Bottons ***/

a.boldbuttons{
background: transparent url('images/roundedge-green-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-green-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: 90%;
margin-left: 15px;
}

.botline {
border-bottom: 1px dotted #333333;
padding-top: 5px;
}


.rowline{
border-bottom: 1px solid #dddddd;
padding: 2px;
font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
}


.toprow{
padding: 4px;
background-color: #999999;
color: #000000;
}