@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background: #FFF url(../images/bg.gif) repeat-x top;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	}

h1 {
	margin: 0;
	padding: 0;
	height: 24px;
	width: auto;
	font-size: 16px;
	color: #ffffe6;
	}

h2 {
	margin: 0;
	padding: 0;
	}
	
h3 {
	margin: 0;
	padding: 0;
	}

:focus {
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: 0;
	}

/*--  NUMBER STYLE  --*/
.liststyle{
	width: 96%;
	height: auto;
	margin: 0 0 0 20px;
	padding: 0;
	}

.liststyle ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px;
	}

.liststyle ul li{
	padding-bottom: 2px; 
	color: #3a2e25;
	background: url(../images/arrow.gif) no-repeat center left; 
	display: block;
	padding: 4px 0;
	padding-left: 19px; 
	text-decoration: none;
	font-weight: normal;
	font-size: 13px;
	}
	
#wapper {
	width: 988px;
	height: auto;
	margin: 0 auto;
	padding: 0 6px 0 6px;
	overflow: hidden;
	}


#header {
	width: 988px;
	height: 234px;
	margin: 0;
	padding: 0;
	background: url(../images/headerbg.jpg) no-repeat;
	}

.topnav {
	display: block;
	float: right;
	width: 185px;
	height: 24px;
	margin: 14px 2px 0 0;
	padding: 0;
	font-size: 11px;
	color: #FFF;
	}

.topnav a {
	color: #FFF;
	margin: 0 2px 0 3px;
	padding: 0;
	text-decoration: none;
	}

.topnav a:cisited {
	color: #FFF;
	}

#topmenu {
	width: 988px;
	height: 36px;
	margin: 15px 0 0 0;
	padding: 0;
	background: url(../images/menuBg.gif) repeat-x;
	}
	
.menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: auto;
	position: relative;
	display: block;
	height: 36px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	background: transparent none;
	font-family: Helvetica,Arial,Verdana,sans-serif;
	}

.menu li {
	display: block;
	float: left;
	margin: 0;
	pading: 0;
	}

.menu li a {
	display: block;
	float: left;
	color: #FFF;
	text-decoration: none;
	padding: 12px 18px 0 18px;
	height: 24px;
	background: transparent url(../images/div.gif) no-repeat top right;
	}

.menu li a:hover {
	color: #000;
	background: transparent url(../images/activebg.gif) repeat-x top;
	}

.menu li a.current,.menu li a.current:hover {
	color: #000;
	background: transparent url(../images/activebg.gif) repeat-x top;
	}

#mainContent {
	width: 988px;
	height: auto;
	margin: 0;
	padding: 10px 0 0 0;
	background: url(../images/mainbg.gif) repeat-x top;
	overflow: hidden;
	}
	
#leftContent {
	display: block;
	float: left;
	width: 215px;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	}

#tripsearch {
	width: 215px;
	height: 212px;
	margin: 0;
	padding: 0;	
	}

.find{
	width: 205px;
	height: auto;
	margin: 0 5px 0 5px;	
	}

.find h2{
	color: #0065CC;
	font: bold 14px Arial, Helvetica, sans-serif;
	background: url(../images/find-icon.gif) 0 0 no-repeat;
	padding: 4px 0 0 30px;
	margin: 0;
	height: 22px;
	}

.keyfind {
	display: block;
	float: left;
	width: 200px;
	border: 1px solid #A6D7E9;
	background: #D5EFF8;
	margin-top: 7px;
	height: 24px;
	line-height: normal;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #0F8CBA;
	padding: 6px 0 0 4px;
	}

.selectfind {
	display: block;
	float: left;
	width: 200px;
	border: 1px solid #A6D7E9;
	background: #D5EFF8;
	margin-top: 7px;
	height: 24px;
	line-height: normal;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #0F8CBA;
	padding-left: 4px;
	}

.searchbut {
	float:right;
	width: 71px;
	height: 23px;
	padding: 0;
	margin-top:13px;
	}

/*--  MENU  --*/
.arrowlistmenu{
	width: 215px;
	height: auto;
	margin: 10px 0 10px 0;
	padding: 0;
	}

.arrowlistmenu .headerbar{
	font: bold 14px Arial;
	color: #FFF;
	background: #002f5d url(../images/hdarrow.gif) no-repeat left;
	margin-bottom: 10px; 
	text-transform: uppercase;
	padding: 6px 0 6px 30px;
	}

.arrowlistmenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

.arrowlistmenu ul li{
	padding-bottom: 2px;
	background: url(../images/dot.gif) repeat-x bottom;
	}

.arrowlistmenu ul li a{
	color: #000;
	background: url(../images/arrow.gif) no-repeat center left; 
	display: block;
	padding: 4px 0;
	padding-left: 19px;
	text-decoration: none;
	font-weight: normal;

	font-size: 12px;
	}

.arrowlistmenu ul li a:visited{
	color: #000;
	}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #000;
	background-color: #eef6ff;
	}


.newsTitle{
	width: 163px;
	height: 24px;
	font: bold 14px Arial;
	color: #f75f13;
	background: url(../images/news-icon.gif) no-repeat left center;
	margin-bottom: 10px; 
	text-transform: uppercase;
	padding: 16px 0 0 52px;
	border-bottom: #CCC dotted 1px;
	}

.paymentTitle{
	width: 163px;
	height: 24px;
	font: bold 14px Arial;
	color: #f75f13;
	background: url(../images/payment.gif) no-repeat left center;
	margin-bottom: 10px; 
	text-transform: uppercase;
	padding: 16px 0 0 52px;
	border-bottom: #CCC dotted 1px;
	}

/*--  NEWS  --*/
.newsmenu {
	width: 215px;
	height: auto;
	margin: 10px 0 10px 0;
	padding: 0;
	}

.newsmenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

.newsmenu ul li{
	padding-bottom: 2px;
	}

.newsmenu ul li a {
	color: #000;
	display: block;
	padding: 4px 0;
	text-decoration: none;
	font-weight: normal;
	background-color: #F7F7F7;
	border: #E1E1E1 solid 1px;

	font-size: 12px;
	}

.newsmenu ul li a:visited{
	color: #000;
	}

.newsmenu ul li a:hover{
	color: #000;
	background-color: #EAEAEA;
	}

.newsblog {
	width: 205px;
	height: 63px; overflow:hidden;
	margin: 0;
	padding: 4px;
	}
	
.newsblog p {
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #000;
	font-weight: bold;
	text-align: justify;
	}

.newsDate {
	margin: 2px 0 0 1px;
	padding: 0; font-size:10px;
	font-weight: normal;
	}

.leftbox {
	width: 215px;
	height: auto;
	margin: 0 0 4px 0;
	padding: 0;	
	}

/*--  News Letter  --*/
/*--  E-NEWS LETTER  --*/
.newsLetter {
	width: 200px;
	height: 120px;
	padding: 5px;
	margin: 4px 0 4px 0;
	background: #E9E9E9;
	border: #C8C8C8 solid 1px;
	}

.newsletterTitle {
	width: 198px;
	height: 16px;
	color: #757575;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0 0 0;
	}

.textField {
	display: block;
	float: left;
	width: 175px;
	border: 1px solid #757575;
	background: #FFFFFF;
	margin-top: 7px;
	margin-left: 3px;
	height: 19px;
	line-height: 19px;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #757575;
	padding-left: 5px;
	}

.subscribeBtm {
	float: left;
	margin: 10px 0 2px 20px;
	padding: 0;
	}

#rightContent {
	display: block;
	float: left;
	width: 763px;
	height: auto;
	margin: 0 0 0 10px;
	padding: 0;
	overflow: hidden;
	}


#bigimg {
	width: 763px;
	height: 212px;
	padding: 0;
	margin: 0;
	}
	
#sitePage {
	width: 763px;
	height: auto;
	margin: 10px 0 0 0;
	padding: 0;
	}

#sitePage p {
	margin: 4px 0 4px 0;
	padding: 0;
	text-align: justify;
	}

.pageTitle{
	width: 100%;
	height: 16px;
	font: bold 14px Arial;
	color: #002f5d;
	background: url(../images/dot.gif) repeat-x bottom;
	margin-bottom: 10px; 
	text-transform: uppercase;
	padding: 6px 0 6px 0;
	}
	
.pageTitle span {
	color: #f75f13;
	}
	

#packages {
	width: 550px;
	height: 145px;
	border: #e2effd solid 1px;
	background-color: #f2f7fc;
	margin-bottom: 4px;
	text-align: left;
	}

#fixpackages {
	width: 550px;
	height: 145px;
	border: #c1fad8 solid 1px;
	background-color: #ebfcf2;
	margin-bottom: 4px;
	text-align: left;
	}

.packagesbox {
	width: 550px;
	height: 110px;
	margin: 0;
	padding: 0;
	}

.packagesImg {
	display: block;
	float: left;
	width: 180px;
	height: 100px;
	padding: 2px 2px 2px 5px;
	margin: 5px 0 0 0;
	}

.packagesCont {
	display: block;
	float: left;
	width: 360px;
	height: 110px;
	padding: 0;
	margin: 0;
	}

.packagesName {
	width: 350px;
	height: 16px; overflow:hidden;
	padding: 5px;
	margin: 0;
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #002f5d;
	}

.aboutPackages {
	width: 350px;
	height: 80px;
	padding: 5px;
	margin: 0;
	font-family: Verdana;
	font-size: 11px;
	color: #000;
	text-align: justify;
	}

.catBlog {
	clear: both;
	width: 540px;
	height: 24px;
	margin: 2px 0 0 0;
	padding: 0 4px 0 4px;
	}

.catBlog a {
	color: #002f5d;
	text-decoration: none;
	font-size:10px;
	}
	
.catBlog a:visited {
	color: #002f5d;
	text-decoration: none;
	font-size:10px;
	}
	
.catBlog a:hover {
	color: #002f5d;
	text-decoration: underline;
	font-size:10px;
	}

.catgrade {
	display: block;
	float: left;
	width: 110px;
	height: 20px;
	margin: 0 9px 0 0;
	padding: 4px 0 0 0;
	color: #002f5d;
	font-size: 10px;
	overflow:hidden;
	}

.catday {
	display: block;
	float: left;
	width: 90px;
	height: 20px;
	margin: 0 9px 0 0;
	padding: 4px 0 0 0;
	color: #002f5d;
	font-size: 10px;
	overflow:hidden;
	}

.cattype {
	display: block;
	float: left;
	width: 110px;
	height: 20px;
	margin: 0 9px 0 0;
	padding: 4px 0 0 0;
	color: #002f5d;
	font-size: 10px;
	overflow:hidden;
	}

.catcost {
	display: block;
	float: left;
	width: 100px;
	height: 18px; overflow:hidden;
	margin: 0 9px 0 0;
	padding: 4px 0 0 0;
	color: #002f5d;
	font-size: 10px;
	overflow:hidden;
	}

.catdet {
	display: block;
	float: left;
	width: 94px;
	height: 20px;
	margin: 0;
	padding: 4px 0 0 0;
	color: #002f5d;
	font-size: 10px;
	overflow:hidden;
	}


.packagesTitle{
	width: 510px;
	height: 24px;
	font: bold 14px Arial;
	color: #002f5d;
	background: url(../images/travel-bag.gif) no-repeat left center;
	margin-bottom: 10px; 
	text-transform: uppercase;
	padding: 16px 0 0 42px;
	border-bottom: #CCC dotted 1px;
	}

.departureTitle{
	width: 500px;
	height: 24px;
	font: bold 14px Arial;
	color: #0e813c;
	background: url(../images/departure-icon.gif) no-repeat left center;
	margin-bottom: 10px; 
	text-transform: uppercase;
	padding: 16px 0 0 52px;
	border-bottom: #CCC dotted 1px;
	}


.popitle{
	width: 158px;
	height: 24px;
	font: bold 14px Arial;
	color: #f75f13;
	background: url(../images/packages.gif) no-repeat left center;
	margin-bottom: 6px; 
	text-transform: uppercase;
	padding: 16px 0 0 42px;
	border-bottom: #CCC dotted 1px;
	}


.outboundTitle{
	width: 164px;
	height: 24px;
	font: bold 14px Arial;
	color: #2d1414;
	background: url(../images/bond-icon.gif) no-repeat left center;
	margin-bottom: 6px; 
	text-transform: uppercase;
	padding: 16px 0 0 34px;
	border-bottom: #CCC dotted 1px;
	}

.suggestedTitle{
	width: 162px;
	height: 24px;
	font: bold 14px Arial;
	color: #f55c55;
	background: url(../images/suggested-icon.gif) no-repeat left center;
	margin-bottom: 6px; 
	text-transform: uppercase;
	padding: 16px 0 0 38px;
	border-bottom: #CCC dotted 1px;
	}

.trelpop {
	margin: 10px 0 0 0;
	padding: 0;
	}

.popTreks {
	width: 200px;
	height: auto;
	margin: 0;
	padding: 0;
	}
	
.somediv{
	width: 190px;
	height: 64px;
	clear: left;
	margin: 2px 0 4px 0;
	padding: 4px;
	border: 1px solid #fce8d3;
	background-color: #fff3e7;
	}

.somediv .floatbox{
	float: left;
	width: 70px;
	height: 60px; overflow:hidden;
	padding: 2px 2px 0 2px;
	}

* html .somediv p{ /* IE 3px jog hack*/
	height: 1%;
	}

.somediv p{
	margin-top: 0;
	margin-left: 50px;
	color: #155aaf;
	font-size: 11px;
	}

/*--  Special Package  --*/
.spsomediv{
	width: 190px;
	height: 64px;
	clear: left;
	margin: 2px 0 4px 0;
	padding: 4px;
	border: 1px solid #fce2e2;
	background-color: #fef4f4;
	}

.spsomediv .floatbox{
	float: left;
	width: 70px;
	height: 60px;
	padding: 2px 2px 0 2px;
	}

* html .spsomediv p{ /* IE 3px jog hack*/
	height: 1%;
	}

.spsomediv p{
	margin-top: 0;
	margin-left: 50px;
	color: #155aaf;
	font-size: 11px;
	}
	
/*--  Outbound Packages  --*/
.outsomediv{
	width: 190px;
	height: 64px;
	clear: left;
	margin: 2px 0 4px 0;
	padding: 4px;
	border: 1px solid #f9ebde;
	background-color: #f8eee6;
	}

.outsomediv .floatbox{
	float: left;
	width: 70px;
	height: 60px;
	padding: 2px 2px 0 2px;
	}

* html .outsomediv p{ /* IE 3px jog hack*/
	height: 1%;
	}

.outsomediv p{
	margin-top: 0;
	margin-left: 50px;
	color: #155aaf;
	font-size: 11px;
	}	

#mainPage {
	width: 763px;
	height: auto;
	margin: 10px 0 0 0;
	padding: 0;	
	}
	
#page {
	display: block;
	float: left;
	width: 552px;
	height: auto;
	margin: 0;
	padding: 0;
	}

#page p {
	margin: 4px 0 4px 0;
	padding: 0;
	text-align: justify;
	}

#pageRight {
	display: block;
	float: left;
	width: 200px;
	height: auto;
	margin: 0 0 0 10px;
	padding: 0;
	}
	
/*--  Footer  --*/
#footerWrap {
	clear: both;
	width: 100%;
	height: 270px;
	margin: 10px 0 0 0;
	padding: 0;
	background: url(../images/fbg.jpg) repeat-x top;
	}
	
#footer {
	width: 988px;
	height: 270px;
	margin: 0 auto;
	padding: 0;	
	}
	
#footerMenu {
	width: 988px;
	height: 26px;
	margin: 0;
	padding: 2px 0 0 0;	
	}
	
/*--  Footer Menu  --*/
.fmenu {
	padding: 4px 0 0 4px;
	margin: 0;
	}

.fmenu li {
	list-style: none;
	display: inline;
	margin: 0;
	}

.fmenu li a {
	text-decoration: none;
	padding: 4px 0 0 0;
	margin-right: 8px;
	border-bottom: none;
	font: normal 11px Verdana;
	color: #FFF;
	}

.fmenu li a:link, .fmenu li a:visited {
	color: #FFF;
	}

.fmenu li a:hover {
	color: #fff;
	f
	}

#footerblog {
	width: 988px;
	height: 200px;
	margin: 10px 0 0 0;
	padding: 0;	
	}

.footerBox {
	display: block;
	float: left;
	width: 316px;
	height: 200px;
	margin: 0 20px 0 0;
	padding: 0;
	}

.footerBox p {
	margin: 4px 0 4px 0;
	padding: 0;
	color: #f4e9c9;
	text-align: center;
	}

.footerBox1 {
	display: block;
	float: left;
	width: 315px;
	height: 200px;
	margin: 0;
	padding: 0;
	}

.testMore {
	margin: 0 0 0 190px;
	padding: 0;
	width: 124px;
	height: 36px;
	}

.footerboxTitle {
	width: 308px;
	height: 24px;
	margin: 0 0 0 4px;
	padding: 0;
	background: url(../images/bdr.jpg) no-repeat bottom;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	}

.supportTitle {
	width: 200px;
	height: 24px;
	margin: 20px 0 0 58px;
	padding: 0;
	background: url(../images/support-trans.png) no-repeat left center;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	}

.markTitle {
	width: 230px;
	height: 24px;
	margin: 20px 0 0 58px;
	padding: 0;
	background: url(../images/mark-trans.png) no-repeat left center;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	}


#footerBtm {
	width: 988px;
	height: 19px;
	margin: 4px 0 0 0;
	padding: 5px 0 0 0;
	background: url(../images/diver.jpg) no-repeat center top;
	color: #FFF;
	font-size: 11px;
	}
	
.copy {
	display: block;
	float: left;
	width: 400px;
	height: 14px;
	margin: 0;
	padding: 4px 0 0 0;
	}	
	
.design {
	display: block;
	float: right;
	width: 400px;
	height: 14px;
	margin: 0;
	padding: 4px 0 0 0;
	text-align: right;
	}
	
.design a {
	color: #F5F5F5;
	text-decoration: none;
	}	
	
/*--  Inner Page  --*/
.infomenu{
	width: 200px;
	height: auto;
	margin: 0 0 10px 0;
	padding: 0;
	}

.infomenu .headerbar{
	font: bold 14px Arial;
	color: #FFF;
	background: #f75f13 url(../images/orgarrow.gif) no-repeat left;
	margin-bottom: 10px; 
	text-transform: uppercase;
	padding: 6px 0 6px 30px;
	}

.infomenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

.infomenu ul li{
	padding-bottom: 2px;
	background: url(../images/dot.gif) repeat-x bottom;
	}

.infomenu ul li a{
	color: #000;
	background: url(../images/infoarrow.gif) no-repeat center left; 
	display: block;
	padding: 4px 0;
	padding-left: 19px;
	text-decoration: none;
	font-weight: normal;

	font-size: 12px;
	}

.infomenu ul li a:visited{
	color: #000;
	}

.infomenu ul li a:hover{ /*hover state CSS*/
	color: #000;
	background-color: #fae5db;
	}
	
.packagesTitle{
	width: 510px;
	height: 24px;
	font: bold 14px Arial;
	color: #002f5d;
	background: url(../images/inarrow.gif) no-repeat left center;
	margin-bottom: 10px; 
	text-transform: uppercase;
	padding: 6px 0 0 42px;
	border-bottom: #CCC dotted 1px;
	}

.inpageTitle{
	width: 100%;
	height: 16px;
	font: bold 12px Arial;
	color: #002f5d;
	background: url(../images/dot.gif) repeat-x bottom;
	margin-bottom: 10px; 
	text-transform: uppercase;
	padding: 6px 0 6px 0;
	}
	
.inpageTitle span {
	color: #f75f13;
	}

.innerimg {
	width: 550px;
	height: 200px;
	padding: 0;
	margin: 0 0 10px 0;
	}
	
/*--  NAVIGATION  --*/
.btmNav {
	width: 520px;
	height: 38px;
	margin: 0; clear:both;
	padding: 4px 0 0 0;
	background: url(../images/dot.gif) repeat-x top;
	}

.hbuttons a {
	display: block;
	text-decoration: none;
	font:  bold 12px Arial;
	width: 100px;
	height: 20px;
	float: right;
	display: inline;
	margin: 10px 8px 4px 8px;
	background-color: #002f5d;
	padding-top: 3px;
	text-align:center;
	color: #FFF;
	}

.hbuttons a:hover {
	background-color: #0a57a2;
	text-decoration: underline;
	}
	
.hbuttons a:visited {
	color: #FFF;
	}
	
