@charset "utf-8";
/* CSS Document */
/****************************** Main Css ******************************/

html, body {border: 0; margin: 0; padding: 0; height: auto;}
body {	
	font: 11px arial, helvetica, sans-serif;
	color: #000; /*Font color*/
	background: #FFF url(../images/bg_main01.gif) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
	p {}
	p, ul, ol { margin: 0; padding: 0; }
	img, img a { border: none; }
	form { margin: 0; padding: 0; }
	
/************************* Global linking *************************/	
a:link {
	color:#316c83;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color:#316c83;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color:#333;
}
a:active {
	color:#316c83;
	font-weight: bold;
}

/*************************  Nav  *************************/
#main-nav{
	width:480px;
	height: 23px;
	float:left;
}

#main-nav li{
	width:120px;
	height: 23px;
	list-style:none;
	float:left;
}

#main-nav li a {
	display: block;
	height: 23px;
	text-indent: -9999px;
}	
		
#main-nav li a:focus {
	overflow:hidden;
}	

/************************* Wrapper Css *************************/	
#Wrapper {
	width: 954px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

/****************************** Header Css ******************************/
#header{
	width: 954px;
	height: 252px;
	float:left;
	padding-bottom:10px;
}

#logo{
	width: 196px;
	height: 252px;
	float:left;
	background: url(../images/home/bg01.gif) no-repeat;
}

#btn-main{
	width: 196px;
}

#btn-main ul{
	padding-top:20px;
	padding-bottom:69px;
}

#btn-main ul li{
	width:auto;
	float:left;
	list-style:none;
	display:block;
}

#btn-email{
	width: 170px;
	text-align:left;
	padding-left:14px;
}

#illustration{
	width: 758px;
	height: 252px;
	float:left;
}


/****************************** Content area Css ******************************/
#main-content {
	width: 652px;
	float:left;
	text-align:left;
}

#main-nav{
	width:652px;
	height: 23px;
	float:left;
}

#main-msg{
	width:652px;
	float:left;
	background: #427d93 url(../images/bg01.gif) repeat-x;
}

#main-msg-copy{
	width:612px;
	padding:20px;
	color:#FFFFFF;
}

#main-promotion{
	width:652px;
	float:left;
	background: #9cc9cf;
}

#main-panel{
	width:652px;
	height:353px;
	float:left;
	background: #9cc8d0 url(../images/home/bg02.gif) no-repeat bottom left;
}

/*** Flight ***/
#main-flight{
	width: 102px;
	float:left;
	padding-left:22px;
}

#main-flight ul{
}

#main-flight ul li{
	height: 20px;
	list-style:none;
	font-weight: bold;
	background: url(../images/home/bg_flight.gif) no-repeat;
	padding: 1px 0 1px 16px;
}

#main-flight ul li a{
	color:#316c83;
}

#main-flight ul li a:hover{
	text-decoration:underline;
	color:#1b4b61;
}

/*** Tour ***/
#main-tour{
	width: 243px;
	height:312px;
	float:left;
	background: url(../images/home/bg_tour.gif) no-repeat;
	padding-right:17px;
}

#main-tour-copy{
	width: 218px;
	display:block;
	padding:36px 0 6px 15px;
	float:left;
}

#main-tour-pic{
	width: 218px;
	float:left;
	padding:0 0 5px 15px;
}

#main-tour-pic ul li{
	width: 99px;
	float:left;
	display:block;
	list-style:none;
	padding-bottom:5px;
	padding-right: 10px;
}

.main-tour-pic-copy{
	width:99px;
	display:block;
	font-size:11px;
	background: url(../images/home/line01.gif) no-repeat bottom left;
	padding-bottom:3px;
}

.main-tour-place{
	width:60%;
	float:left;
}

.main-tour-price{
	width:35%;
	float:right;
	text-align:right;
	color:#860a42;
	font-weight: bold;
}

#main-tour-listing{
	width: 218px;
	padding:0 0 10px 15px;
	float:left;
}


/*** Booking ***/
#main-book{
	width: 244px;
	height:312px;
	float:left;
	background: url(../images/home/bg_book.gif) no-repeat;
}

#main-book ul{
	width: 215px;
	padding: 36px 0 0 15px;
}

#main-book ul li{
	list-style:none;
	display:block;
	background: url(../images/home/icon_pass.gif) no-repeat 0 2px;
	padding-left: 14px;
	padding-bottom: 5px;
}

/****************************** Right panel Css ******************************/
#right-panel {
	width: 302px;
	float:right;
}

#iframe{
	width: 302px;
	height: 532px;
	float:left;
	background-color:#fff;
	overflow-x:hidden;
	overflow-y:scroll;
	
}
/* rounded corner box
================================== */
.box-inner{
	width: 302px;
	height: 520px;
	background: url(../images/home/bg_airfaremain.gif) repeat-y bottom;
	}
.box-footer {
   width: 302px;
	height: 532px;
	float:left;
  background: url(../images/home/airfare_footer.gif) no-repeat bottom;
    }
.box {
   height: 72px;
   background: url(../images/home/airfare_natas.gif) no-repeat top;
 }
.box-inner p {
  padding:20px;
  margin:0px;
  display:block;
}

#boxprice {
  width: 275px;
  padding:13px 11px 0 15px  ;
   
 }

#boxprice ul {
  
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  }

#boxprice ul li {
  display:block;
  float: left;
  margin-bottom: 2px;
  padding:0 3px;
 
}
.tab-longtext {
   background-color:#FFCC33;
   font-weight:bold;
   text-align:left;
   vertical-align:middle;
   width: 70px;
}
.tab-text {
   background-color:#FFCC33;
   font-weight:bold;
   text-align:center;
   vertical-align:middle;
   width: 59px;
}
.countryname {
   text-align:left;
   width: 70px;
}
.normaltext {
   text-align:center;
   width: 59px;
}

#boxprice li a {
  text-decoration: none;
  float: left;
}

#boxprice ul a:hover {
  color: #333;
}





#blog{
	width: 302px;
	height:223px;
	float:left;
	background: url(../images/home/bg_blog.gif) no-repeat;
}

#blog-text{
	width: 70px;
	float:left;
	padding: 62px 0 0 17px;
}

#blog-img{
	width: 189px;
	float:right;
	padding: 65px 17px 0 0;
}


/****************************** Footer Css ******************************/
#footer{
	width: 954px;
	height: 30px;
}

#footercontent { 
  	float: left;
	width: 954px;
  	margin: 0;
  	padding: 0;
	color:#999999;
  	list-style: none;
}

#copyright {
  	float: left;
  	margin: 0;
  	padding: 7px 13px;
}
	
#policy {
  	float: right;
  	margin: 0;
  	padding: 7px 13px;
} 
	
/****************************** Clear float Css ******************************/	
#clear{
	clear:both;
}


