

.styleup {top:0px; left:auto; right:auto; border-color:#FFFFFF;}
.style1 {color: #000000; font-size: 10px; font-weight: bold;  bottom:0px;}
.style4 {font-size: 10px; font-family: Geneva, Arial, Helvetica, sans-serif; text-align:center; bottom:0px; margin-bottom:0px; }
.style10 {font-family: Geneva, Arial, Helvetica, sans-serif;}
.style11 {font-size: 12px;}
.style12 {font-size: 12px;}
.style13 {font-family: Arial, Helvetica, sans-serif;}
.style14 {font-family: "Times New Roman", Times, serif;}
.style15 {font-family: "Courier New", Courier, mono;}
.style19 {font-family: "Times New Roman", Times, serif; font-size: 11px; }
.stylepeak {font-family: "segoe UI"; font-size: 10px; text-align:left;}
.stylepeakmanderin {font-family: "segoe UI"; font-size: 12px; right: auto;}
.stylepeakenglish {font-family: "segoe UI"; font-size: 12px; left: auto;}
.stylehead {background-color:#FDB74D; width:118px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px;}
.styleinside {font-size: 12px; text-align:center; background-color:#FFF5E8; width:52px;}
.stylearea {font-size: 12px; text-align:left;}
.stylearea2 {font-size: 12px; text-align:left; background-color:#FFD6A4}
.styletitle {font-size: 10px; text-align:center; background-color:#FDC673; width:52px; font-family: Georgia, "Times New Roman", Times, serif}
.stylehead2 {background-color:#FDB74D; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px;}
.styleflash {width:left; height:40%; position:static}
.styletour {background-color:#FFFFFF; text-align:center; }
h2 {color: #000000; text-align:left}
.styletourinside {font-size: 12px; text-align:center; background-color:#FFF5E8;}
.styletourhead {font-size: 12px; text-align:left;}
.styleinside2 {font-size: 12px; text-align:left; background-color:#FFF5E8; width:52px;}
.styleinside3 {font-size: 11px; text-align:center; background-color:#FFF5E8; color:#009900;}
.styleinside4 {font-size: 11px; text-align:center; background-color:#FFF5E8; color:#FF0000;}
.stylemessage {color: #FF0000; font-size: 12px;}
.stylechange {background-color:#FFFFFF; width:160px;}
.styleterm {font-size: 12px; text-align:left; text-decoration:underline; font-weight:bold;}
.stylehead3 {background-color:#FDB74D; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; text-align:left;}
.styleavailable {color:#006633;}
.stylealign {text-align:left;}
.stylebutton {text-align:right;}
.stylebutton2 {text-align:left;}
.styleboard {border-color:#FFFFFF; position:fixed; right:0px; top:15%;}
.styletable {left:0px; width:75%;}
.styleimage {left:10px; float:left;}
.styleimage2 {right:10px; float:right;}
.styleflashtour {padding: 0 300px; margin-left:0px;}
.styleindextable {text-align:left; font-size:18px; font:Arial; font-weight:bold;}
.styleindextour {text-align: right;}
.styledeparture {font-family: "segoe UI"; font-size: 12px;}
.styleright {text-align:right;}
.stylepromotetour {font-weight:900;}
.sytleprice {text-decoration:blink;}
#left {float:left; width:310px; margin-left:3px;}
#wrapper {

	width:510px; 
	float:left;
	margin-left:3px;
}
.styleindex {padding-left:350px;}
#footer {clear:both;}

.styleadvertisement {border:0; background-image:url(image/australiabg.jpg); width:500px; height:200px;}

#contactUs { float:left; width:300px;}
#map { width:400px; float:right; }
.cTitle { font-weight:bold;}
.cHead {font:Arial, Helvetica, sans-serif; size:40; font-weight:bolder;}










ul.topnav {
	list-style: none;
	padding: 0px 0px;	
	margin: 0;
	float: left;
	font-size: 1.2em;

}
ul.topnav li {
	float: left;
	margin: 0;	
	padding: 0 15px 0 0;
	position:relative; /*--Declare X and Y axis base--*/
}
ul.topnav li a{
	padding: 10px 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
}

ul.topnav li span { /*--Drop down trigger styles--*/
	width: 120px;
	height: 80px;
	float: left;
	background: url(image/button.png) no-repeat center top;
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position:relative; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 35px;
	background: #fff;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 300px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #111;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #252525; /*--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: 300px;
}
html ul.topnav li ul.subnav li a {
	float: center;
	width: 300px;
	height: 300px;
	background: #fff;
	padding-left: 0px;
}