
/* Layout */
html, body, #container { height: 100%; margin: 0; padding: 0; }
body > #container { height: auto; min-height: 100%; }
#content { padding-bottom: 1px; }
#footer { clear: both; position: relative; z-index: 10; height: 1px; margin-top: -1px; }

/* Theme */
body { font: .75em/normal "Lucida Sans", "Lucida Grande", sans-serif; }
a, a:link, a:visited { color: #c6762f; text-decoration: underoline; }
a:hover, a:focus {  }
p { margin-bottom: 1em; }
#about { padding: 50px; }
#footer { color: white; font-size: 200%; text-align: center; line-height: 1px; }


body{
background-color: #FFFFFF;
font-family: arial,sans-serif;
font-size: 10pt;
color: #333333;
background-position:center,middle;
background-repeat:repeat-none;
scrollbar-face-color: #125D9D;
scrollbar-shadow-color: #000000;
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color: #ffffff;
scrollbar-width: 9;
scrollbar-height: 9;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: ##000000;
scrollbar-arrow-color: #ffffff;
 }
 input {
    border: 1px solid white; 
    padding: 5px;
    background: rgb(200,200,200);
    margin: 0 0 5px 0;
}
select {
    border: 1px solid white; 
    padding: 5px;
    background: rgb(200,200,200);
    margin: 0 0 5px 0;
}

img.border{border:3px solid #125D9D;}
 
a:link{	color: #000000; text-decoration: none;	}
a:active{	color: #125D9D; text-decoration: none;	}
a:visited{	color: #000000; text-decoration: none;	}
a:hover{	color: #125D9D; text-decoration: none; cursor: hand;	}
 
p.footer{color:#000000;font-size: 10pt;font-weight: bold;}
a.footer:link{	color: #000; text-decoration: none;font-size: 10pt;font-weight: bold;	}
a.footer:active{	color: #000; text-decoration: none;font-size: 10pt;font-weight: bold;	}
a.footer:visited{	color: #000; text-decoration: none;font-size: 10pt;font-weight: bold;	}
a.footer:hover{	color: #000; text-decoration: none; cursor: hand;font-size: 10pt;font-weight: bold;	}

p.top{color:#125D9D;font-size: 10pt;}
a.top:link{	color: #125D9D; text-decoration: none;font-size: 8pt;	}
a.top:active{	color: #000000; text-decoration: none;font-size: 8pt;	}
a.top:visited{	color: #125D9D; text-decoration: none;font-size: 8pt;	}
a.top:hover{	color: #000000; text-decoration: none; cursor: hand;font-size: 8pt;	}


h1 { font-size: 18pt; font-weight: 100;color:#125D9D;text-decoration: none;font-family:  'Century Gothic', sans-serif;margin-top:0px;margin-bottom:0px;padding: 0;margin:0;display:inline;}
h1.bold { font-size: 18pt; font-weight: bold;color:#125D9D;text-decoration: none;font-family:  'Century Gothic', sans-serif;margin-top:0px;margin-bottom:0px;padding: 0;margin:0;display:inline;}
h2 { font-size: 14pt; font-weight: bold;color:#125D9D;text-decoration: none;font-family:  'Century Gothic', sans-serif;margin-top:0px;margin-bottom:0px;;padding: 0;margin:0;display:inline;}
h3 { font-size: 12pt; font-weight: bold;color:#125D9D;text-decoration: none;font-family:  'Century Gothic', sans-serif;margin-top:0px;margin-bottom:0px;}
hr{ color: #555555; background-color: #555555;height: 1px;}
h4 { font-size: 18pt; font-weight: bold;color:#125D9D;text-decoration: none;font-family:  'Century Gothic', sans-serif;margin-top:0px;margin-bottom:0px;}
h6 { font-size: 8pt }


  /* --- NAVIGATIONAL MENU FUNCTION --- */
.folder-top { display: block; }
.folder-sub { display: none; }
.folder-closed { display: none !important; }

.folder-top { display: block; }
.folder-sub { display: none; }
.folder-closed { display: none !important; }


#NavigationMenuWrapper ul { list-style:none; padding:0px; margin:0px; margin-left:0px;}
#NavigationMenuWrapper ul li { float:left; height:33px; padding:0px; margin:0px; font-size:14px; text-decoration:none; font-family:Arial, Helvetica, sans-serif, Calibri; color:#A79378; text-align:center; background-position:top; background-repeat:no-repeat; line-height:33px; }
#NavigationMenuWrapper ul li a { color:#73ED2A; display:block; text-align:center; text-decoration:none; }
#NavigationMenuWrapper ul li a:hover {  color:#FFFFFF; display:block; text-align:center; text-decoration:none; }

#NavigationMenuWrapper ul li ul { display:none; color:#0B0; font-size:14px; width:150px; margin-left:-5px;z-index: 200000;}
#NavigationMenuWrapper ul li:hover ul { display:block; position:absolute; margin-top:0px;}
#NavigationMenuWrapper ul li:hover ul li { display:block; float:none; margin-left:0px; width:150px; height:24px; line-height:24px; background-position:bottom; background-repeat:none; text-align:center; }
#NavigationMenuWrapper ul li:hover ul li a {color:#73ED2A; font-size:14px; display:block; padding-left:5px; line-height:24px; text-align:left; }
#NavigationMenuWrapper ul li:hover ul li a:hover { color:#FFFFFF; font-size:14px; display:block; padding-left:5px; line-height:24px; text-align:left; }
.wrapper--main {
  
  padding: 0px 0px;
}
.carousel-container {
  height: 340px;
  width: 1029px;
  margin-bottom: 25px;
  /*box-shadow: 0 5px 5px #999;*/
}
.carousel-container .carousel {
  position: relative;
  overflow: hidden;
  height: 340px;
  width: 1029px;
}
.carousel-container .carousel .slide {
  position: absolute;
  z-index: 0;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
}
.carousel-container .carousel .active {
  z-index: 1;
  opacity: 1;
  
}

.carousel-container .carousel-nav-container {
  position: absolute;
  z-index: 2;
  background: #00567D url(http://dcnserver.ath.cx/sites/kingstravel.com.au/images/menuback.jpg) repeat-x;
  background-color: #0aa29e;
  background-image: -moz-linear-gradient(top, #0274A6, #00567D);
  background-image: -ms-linear-gradient(top, #0274A6, #00567D);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0274A6), to(#00567D));
  background-image: -webkit-linear-gradient(top, #0274A6, #00567D);
  background-image: -o-linear-gradient(top, #0274A6, #00567D);
  background-image: linear-gradient(top, #0274A6, #00567D);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0274A6', endColorstr='#00567D', GradientType=0);
}
.carousel-container .carousel-nav {
  margin: 0;
  padding: 0;
}
.carousel-container .carousel-nav-container.vertical {
  height: 100%;
  top: 0;
  right: 0;
  width: 272px;
}
.carousel-container .carousel-nav-container.vertical .carousel-nav {
  border-bottom: 0px solid #003249;
}
.carousel-container .carousel-nav-container.vertical .carousel-nav li {
  text-transform: uppercase;
  font-family: ''Century Gothic'';
  line-height: 1.1em;
  list-style: none;
  border-bottom: 1px solid #003249;
}
.carousel-container .carousel-nav-container.vertical .carousel-nav li:first-child {
  border-top: none;
}
.carousel-container .carousel-nav-container.vertical .carousel-nav li a {
  display: block;
  padding: 8px 8px 6px;
  color: #fff;
  text-decoration: none;
}
.carousel-container .carousel-nav-container.vertical .carousel-nav li a:hover,
.carousel-container .carousel-nav-container.vertical .carousel-nav li a:focus {
  background: #53B743;
}
.carousel-container .carousel-nav-container.vertical .carousel-nav .active {
  background: #53B743;
}
.carousel-container .carousel-nav-container.horizontal {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
}
.carousel-container .carousel-nav-container.horizontal .carousel-nav li {
  float: left;
  list-style: none;
  text-align: center;
  text-transform: uppercase;
}
.carousel-container .carousel-nav-container.horizontal .carousel-nav li:hover,
.carousel-container .carousel-nav-container.horizontal .carousel-nav li:focus {
  text-decoration: underline;
}
.carousel-container .carousel-nav-container.horizontal .carousel-nav li a {
  display: block;
  height: 40px;
  padding: 12px 0 0;
  width: 320px;
  color: #fff;
}
.carousel-container .carousel-nav-container.horizontal .carousel-nav li a:hover,
.carousel-container .carousel-nav-container.horizontal .carousel-nav li a:focus {
  text-decoration: none;
}
.carousel-container .carousel-nav-container.horizontal .carousel-nav .active {
  background: #00567D url(http://dcnserver.ath.cx/sites/kingstravel.com.au/images/menuback.jp) repeat-x;
}