body {
   background : #ECD796;
   margin : 0;
}
.background {
	background-image:url(../../images/bg.gif);
	background-attachment:fixed;
	background-repeat:no-repeat;
	width:auto;
	height:auto;
}
#main {
    width : 1000px;
}

/* Splash */

#splash {
   width : 780px;
   height : 488px;
   background : url( "../../images/design/splash_bg.jpg" ) no-repeat;
}

#login {
   width : 102px;
   height : 126px;
   background-color : #BDBDBD;
   border : 1px solid #000;
   position : absolute;
   left : 348px;
   top : 315px;
   text-align : center;
}

#login table {
   font : 11px verdana, arial, helvetica sans-serif;
   color : #000;
}


/* Head */

#head {
   width : 1000px;
   height : 129px;
   background : url( "../../images/design/head_bg2.gif" ) no-repeat;
}

#headnav {   
   width : 700px;
   position : relative;
   left : 311px;
   top : 70px;
}

#headnav a {
   font : 11px verdana, arial, helvetica sans-serif;
   color : #000;
   text-decoration : none;
   padding : 0 0 0 55px;
}

#headnav a:hover {
   color : #D20000;
   text-decoration : underline;
}

/* LHS */

#lhs {
   position : relative;
   left : 4px;
   top : 0px;
   float : left;
}

#lhs .item {
   width : 117px;
   height : 19px;
   border : 1px solid #BFAD77;
   border-top : 0;
   background : url( "../../images/design/lhs_bg.gif" ) no-repeat;
   font : 11px verdana, arial, helvetica sans-serif;
   color : #000;
}

#lhs .item a.itemselected {
  
   background : #F2E4B9 url( "../../images/design/lhs_selected_bg.gif" ) no-repeat;
}
#lhs .item a.itemselected:hover {
  
   background : #F2E4B9 url( "../../images/design/lhs_selected_bg.gif" ) no-repeat;
   text-decoration : underline;
   color:#CC0000;

}
/*#lhs .tours {
   width : 90px;
   background : url( "../../images/design/lhs_tours.gif" ) no-repeat;
   font : 11px verdana, arial, helvetica sans-serif;
   color : #000;
   margin-top:4px;
   position:absolute;
}
#lhs .tours a{
	margin-left:-5px;
}
#lhs .tours a:hover{
	text-decoration:underline;
}
*/
#lhs .item a {
   /*height : 18px;*/
   color : #000;
   text-decoration : none;
   padding : 1px 0 0 22px;
   display : block;
   padding-top:2px;
   padding-bottom:2px;
   
}

#lhs .item a:hover {
   background : url( "../../images/design/lhs_bg.gif" ) no-repeat #F2E4B9;
   text-decoration : underline;
   color:#CC0000;
   
}

#lhs .itemselected a {
   height : 18px;
   color : #000;
   text-decoration : none;
   padding : 1px 0 0 22px;
   display : block;
}


/* Content */

#content {
   width : 840px;
   position : relative;
   float : right;
   border : 1px solid #BFAD77;
   border-top : 0;
   padding:0px 10px 0px 10px;

}

#contentnav {
   width : 620px;
   height : 43px;
   margin : 3px;
   border : 1px solid #BFAD77;

}

#contentnav .itemcountry {
   height : 41px;
   font : 24px georgia, times new roman, serif;
   color : #000;
   margin : 8px 6px 0 10px;
   float : left;
}

#contentnav .itemdecoration {
   width : 20px;
   height : 41px;
   background : url( "../../images/design/title_decoration.gif" ) no-repeat;
   float : left;
}

#contentnav .itemnav {
   font : 11px verdana, arial, helvetica, sans-serif;
   color : #000;
   margin : 16px 0 0 0;
   float : left;
}

#contentnav .itemnav a {
   text-decoration : none;
   color : #000;
}

#contentnav .itemnav a:hover {
   text-decoration : underline;
}

#contentnav .itemline {
   height : 22px;
   border-left : 1px solid #BFAD77;
   margin : 10px 9px 0 9px;
   float : left;
}

#contenttext {
   /*margin : 30px 20px 20px 270px;*/
   font : 11px/16px verdana, arial, helvetica, sans-serif;
   color : #000;
   padding: 0 2 2 2;
   z-index:3;
}

p.MsoNormal {
   /*margin : 30px 20px 20px 270px;*/
   font : 11px verdana;
   color : #ff000;
}

td {
   /*margin : 30px 20px 20px 270px;*/
   /*font-family: Verdana, Arial, Helvetica, sans-serif;  */
   /*font-size: 11px;*/
   font : 11px/16px verdana, arial, helvetica, sans-serif;   
   color : #ff000;
}

/* Title */
h3 {
   font : 13px verdana, arial, helvetica, sans-serif;
   font-weight : bold;
}

/* Forms */

form {
   margin : 0;
   padding : 0;
}

input {
   width : 90px;
}

/****** TEXT STYLES DEFINITIONS *****************************************/

.text 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;  
	font-size: 11px;
	color: #000;
}

.title 
{
	font-weight: bold; font-size: 24px; 
	color: #cc0000; 
	font-family: 'times new roman', times, serif; 
	background-color: #cccc99
}

.msg,.wrong  
{
	font-family: verdana, Arial, Helvetica, sans-serif; 
	font-style: italic;
	font-size: 11px;
}


/****** TABLE STYLES DEFINITIONS *****************************************/
.tbl
{
	background-color: #DC8;
}
.tblhead 
{
	font-size: 11px;
	padding-right: 4px; 
	padding-left: 4px; 
	padding-bottom: 1px; 
	padding-top: 1px; 
	background-color: #DC8;
	color: #000;
	font-weight: bold;
	font-family: verdana, Arial, Helvetica, sans-serif;
}
.tblhead a,.tblhead a:visited, .tblhead a:hover {
	font-size: 11px;
	font-family: verdana, Arial, Helvetica, sans-serif;
	color: #000; 
	text-decoration: none
}

.tbltext 
{
	padding-right: 4px; 
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 4px; 
	padding-bottom: 1px; 
	padding-top: 1px; 
	background-color: #ECD796;
	color: #000000;
}


/****** LINK STYLES DEFINITIONS *****************************************/
a 
{ 
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;   
	color: #000; 
} 

a:hover 
{ 
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;   
	color:  #D20000; 
	text-decoration: none;
} 

/****** OTHER STYLES DEFINITIONS *****************************************/
hr 
{
	color: #cc0000;
	width: 90%;
}

.button
{
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: bold;
}

a.button:link,a.button:visited,a.button:active 
{
	display: block;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-top: 2px;
	padding-right: 2px;
	text-decoration: none;
	width: 95%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CCCC99;
	background-color: #CC0000;
	border-bottom : 1px dashed #CCCC99;
}
a.button:hover
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-top: 2px;
	padding-right: 2px;
	text-decoration:none;
	font-size: 11px;
	font-weight: bold;
	color:#CC0000;
	width: 95%;
	background-color: #FFFFFF;
}

.frm0 
{ 
	font-family: Verdana, Arial, Helvetica, sans-serifs; 
	font-size: 11px; 
	width:100px;
}
.frm1 
{ 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	width:150px;
}

.frm2
{ 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	width:200px;
}
.frm3
{ 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	width:550px;
}
input, select {
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

.tours {
	background-color: #F2E4B9;
	position:absolute;
	border:1px solid #BFAD77;
	width:150px;
	height:auto;
	margin-left:118px;
	clear:left;
	z-index:50;
	margin-top:-21px;
	visibility: hidden;	
}

.tourslink{
	text-decoration:none;
	padding-bottom:5px;
	display:block;
	z-index:50;
	padding:1px 10px 5px 10px;
	
}

.tourslink:hover{
	background-color: #dfc87e;
	z-index:50;
	
}

.intinHdrShdw{
	position: absolute; 
	left: 12px; 
	top: 180px; 
	width: 800px; 
	height:220px;
	
}

.intinHdrImg{
	position: absolute;
	left: 72px;
	top: 186px;
	width: 675px;
	height: 200px;
	border : thin solid #000000;
	}

.itinHdrCap{
	position: absolute; 
	left: 0px; 
	top: 152px; 
	width: 655px; 
	height: 48px; 
	background-image: url(http://d961763.i98.quadrahosting.com.au/images/editor_images/bg_33_black.png); 
	padding-left:10px; 
	padding-right:10px; 
	color:#ffffff; 
	font-size: smaller; 
	font-style:italic;
	font-weight : bold;
}

.results {
	background-color : #DDA520;
}

.results_title {
	font-weight : bold;
}

.inputsrc{
	width:119px;
	height : 20px;
	font :  11px verdana, arial, helvetica sans-serif;
	background-color : #F2E4B9;
	border : thin solid #BFAD77;
}

.textsrc{
	width:119px;
	font:10px/14px verdana, arial, helvetica, sans-serif;
	color:#000;
	margin-top:2px; 
	margin-left:5px;
}

/****** FOR SIDE GALLERY IMAGES **********/
#content2 {
   width : 840px;
  /* position : relative;*/
   float : right;
   border : 1px solid #BFAD77;
   border-top : 0;
   padding:0px 0px 0px 10px;
}
#contenttext2 {
   /*margin : 30px 20px 20px 270px;*/
   font : 11px/16px verdana, arial, helvetica, sans-serif;
   color : #000;
   padding: 0 2 2 2;
   width: 700px;
   float:left;
}
#contentimg {
	width: 120px;
	float:right;
	}
	
.hotelinfo {
   font : 12px/14px arial, helvetica, sans-serif;
   color : #000;
   padding : 0 15px 0 15px;
}

.hotel_moreinfo {
	color: #cf0314;
	text-decoration : underline;
}