/* CSS Document */
body{
	margin:10px auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	background:#CC3300;
}
div#searchBox{
	background:url(../_imgs/search_bg.gif) no-repeat;
	height:201px;
	width:333px;
}

table#search{
	margin:10px;
}

table#search td{
	font-size:12px;
	color:#666666;
	padding-bottom:6px;
}

table#search input.txtbox, table#search select.txtbox{
	width:170px;
	padding:1px;
}

div#featuredTours{
	background:url(../_imgs/featured_tours_bg2.gif) no-repeat;
	height:201px;
	width:276px;
}

div#featuredTours a{
	color:#666666;
}

#content{
	padding-left:20px;
}

#content h1{
	color:#CC3300;
	font-size:22px;
	font-weight:normal;
	border-left:5px solid #CC6600; padding-left:7px;
	margin-top:10px;
}

#content h1 a{
	text-decoration:none;
}

#content h2{
	color:#000000;
	font-size:18px;
	font-weight:normal;
	background:url(../_imgs/h2_bg.gif) no-repeat left;
	height:28px;
	padding-left:28px;
	padding-top:5px;
}

#content h2 a{
	color:#000000;
	text-decoration:none;
}

#content a{
	color:#CC3300;
	font-weight:normal;
}

#content ul{
	line-height:22px;
}

#faq{
	padding-left:35px;
}

#faq a{
	color:#006699;
}

.trekkingTop{
	padding-top:15px;
}
.trekkingBottom{
	padding-bottom:15px;
	border-bottom:1px dotted #cccccc;
}
#bquote{
	padding:6px 6px 6px 25px;
	border-left:4px solid #FF9900;
	background-color:#f3f3f3;
	color:#FF3300;
	margin:13px 0;
	background:url(../_imgs/faq.gif) no-repeat #f3f3f3 5px 5px;
}

strong#day{
	/*background-color:#99CC33;*/
	background-color:#666666;
	color:#fff;
	padding:3px;
	margin-bottom:3px;
}
div#daywise{
	/*background-color:#FFFF99;*/
	background-color:#EBE7E7;
	padding:3px;
	padding-left:0;
	margin:0px;
}

form#booktour input.txtbox, form#booktour select.txtbox{
	width:250px;
	color:#333333;
	border:1px solid #718FAC;
	padding:2px;
}

form#booktour select.smlbox{
	width:80px;
	color:#333333;
	border:1px solid #718FAC;
	padding:2px;
}

form#booktour table tr td{
	padding-bottom:10px;
}

form#booktour strong{
	color:#185C9B;
	font-weight:normal;
}

div.error{
	color:#CC0000;
	background:#FFFF99;
	border-left:4px solid #FF0000;
	padding:10px 10px 10px 14px;
	margin-bottom:10px;
}

#footer{
border-top:1px dotted #999999; 
color:#996600;
}

#footer a{
color:#996600;
text-decoration:none;
}
nobr{
	font-weight:normal !important;
}