/* CSS for Sherpa Treking Service */

body{
	margin:0px;
	padding:0px;
	font: 11px Verdana, Arial, Tahoma;
}
#mainimage{
	background: url(../images/main_image.gif) no-repeat top;
	width:780px;
	height:347px;
}
#tripimage{
	background: url(../images/trip_page_header.gif) no-repeat top;
	width:780px;
	height:107px;
}
.pagegradleft{
	background: url(../images/page_grad_left.gif) repeat-y top right;
	width:7px;
}
.pagegradright{
	background: url(../images/page_grad_right.gif) repeat-y top left;
	width:10px;
}
#content{
	color:#555555;
	margin:0px;
	padding:0px;
	line-height: 18px;
}
#content ul {
	padding:0p 0px 0px 10px;
	margin:0px;
}
#content ul li{
	list-style: outside url(../images/bullet_normal.gif);
	padding:0px;
	margin:0px;
}
#mainmenu1{
	height:24px;
	background: url(../images/menu_bg_top.gif) repeat-y top;
	font:14px Arial, Verdana, Tahoma;
	color:#004B7E;
	font-weight:bold;
}
#mainmenu1 td{
	padding:0px 8px 0px 8px;
}
#mainmenu1 a{
}
#mainmenu2{
	height:28px;
	background: url(../images/menu_bg_bot.gif) repeat-y top;
	font:14px Arial, Verdana, Tahoma;
	font-weight:bold;
}
#mainmenu2 a{
	color:#4C89B2;
}
#mainmenu2 a:hover{
	color:#058DEA;
}

a{
	color:#004B7E;
	text-decoration:none;
}
a:hover{
	color:#058DEA;
	text-decoration: underline;
}
h1{
	font: 15px Georgia, "Times New Roman", Times, serif;
	color:#CE5C08;
	font-weight:bold;
	margin:0px;
	padding-bottom:5px;
}
.fontday{
	padding:0px;
	margin:0px;
	font: 11px Verdana, Arial, Tahoma;
	font-weight:bold;
	color:#7DA833;
	line-height: 18px;
}
.font24, .font24 a{
	font:24px Arial, verdana, tahoma;
	font-weight:bold;
	color: #878787;
}
.font24 a:hover{
	color: #058DEA;
	text-decoration:none;
}
.font16, .font16 a {
	font:16px Arial, verdana, tahoma;
	font-weight:bold;
	color: #A0A0A0;
}
.font16 a:hover {
	color: #058DEA;
	text-decoration:none;
}
.txtsmall{
	font-size:10px;
	color:#B5B5B5;
}
a.txtsmall{
	font-size:10px;
	color:#B5B5B5;
	text-decoration: none;
}
a.txtsmall:hover{
	color:#058DEA;
	text-decoration: underline;
}
#shortitinerary{
	background-color:#F5FBFF;
}
#shortitinerary th{
	background-color:#BEDDF1;
	height:28px;
	color:#555555;
	padding:5px;
}
#shortitinerary td{
	padding:5px;
}
.borderleft{
	border-left:1px solid #BEDDF1;
}
.borderlefthead{
	border-left:1px solid #8FB9D4;
}
.alternate{
	background-color:#DEEFFA;
}
#footer{
	border-top:1px dashed #DADADA;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font:11px/20px Verdana, Arial, Tahoma;
	color:#A2A2A2;
}
#footer a{
	color:#A2A2A2;
	text-decoration: none;
}
#footer a:hover{
	color:#A2A2A2;
	text-decoration:underline;
}