/* --- Font Size Conversion Table From Base 16px --- */
/* ---  9px = 57% --- */
/* --- 10px = 63% --- */
/* --- 11px = 69% --- */
/* --- 12px = 75% --- */
/* --- 13px = 82% --- */
/* --- 14px = 88% --- */
/* --- 15px = 94% --- */
/* --- 16px = 100% --- */
/* --- 18px = 113% --- */
/* --- 20px = 125% --- */
/* --- 24px = 150% --- */



/* ----- IDS ----- */

/* NB --- do NOT style base HTML tags
body{}
*/

#bodyContainer { 
	text-align:center;
	background:#7c7c7c;
	padding:14px 0;
	font:62.5% Arial, Helvetica, sans-serif;
	/*font-family: Arial, Helvetica, sans-serif;
	font-size:62.5%;*/
	height:100%;
}	
#container {
	margin:0 auto;
	text-align:left;
	width:900px;
	font-size: 1.2em;
	background: #FFF url(/images/lhcol-red-repeat.gif) repeat-y;
}
.skip{display:none;}
/* 1. header */
#header{
	width:100%; 
	background:#fafafa url(/images/bg-header.gif) repeat-x 0 100%;
	padding:19px 0 3px;
}
#header:after{
	content:"";
	display:block;
	clear:both;
}
.panel{
	height:1%;
}
.panel:after{
	content:"";
	display:block;
	clear:both;
}
.logo{
	width:150px;
	height:105px;
	overflow:hidden;
	background:url(/images/logo.gif) no-repeat;
	text-indent:-9999px;
	margin:0;
	float:left;
}
.logo a{
	display:block;
	height:100%;
}
#header .ads{
	float:right;
	margin:0 30px 0 26px;
	display:inline;
}
#logotypeBox {
	padding:0 0 0 41px;
	width:150px;
	float:left;
}
#searchBox {
	float:right;
	width:200px;
}
/* 2. navigation */
#navigation {
	clear:right;
	float:right; 
	padding:21px 0 0;
	width:692px;
}
#nav{
	font-size:1.1em;
	float:left;
}
#nav li{
	float:left;
	position:relative;
}
#nav li a{
	float:left;
	background:url(/images/bg-nav.gif) no-repeat;
	text-decoration:none;
	color:#666;
}
#nav li a span{
	float:left;
	height:24px;
	background:url(/images/bg-nav-r.gif) no-repeat 100% 0;
	padding:12px 0 0;
	text-align:center;
	cursor:pointer;
	width: 95px;
}
#nav li a:hover,
#nav li.active a{
	background:url(/images/bg-nav-hover.gif) no-repeat;
	color:#fff;
}

#nav .drop {
	position: absolute;
	left: -2px;
	top: 33px;
	z-index: 999;
	width: 265px;
	height:1%;
	display:none;
}

/* using display:none above to avoid scroll bars */

#nav li a:hover span,
#nav li.active a span{background:url(/images/bg-nav-hover-r.gif) no-repeat 100% 0;}
#nav li:hover,
#nav li.sfHover { position:relative; }
#nav li:hover .drop,
#nav li.sfHover .drop { display:block;}
/*
#nav li:hover .drop li:hover .drop,
#nav li.sfHover .drop li.sfHover .drop,
#nav li:hover .drop li:hover .drop li:hover .drop,
#nav li.sfHover .drop li.sfHover .drop li.sfHover .drop { }
*/
#nav li:hover .drop .drop,
#nav li.sfHover .drop .drop,
#nav li:hover .drop li:hover .drop .drop,
#nav li.sfHover .drop li.sfHover .drop .drop { display:none; }

#nav .drop .drop {
	top: -9999px;
}
#nav .right-side .drop {
	left: auto;
	right: 0;
}
#nav .drop .drop-inner {
	float: left;
	position: relative;
}
#nav .drop .col {
	float: left;
	margin:0 0 0;
}
#nav .drop ul {
	padding: 0;
	margin:-5px -11px -6px -12px;
	list-style: none;
}
#nav .drop ul li {
	float: none;
	background:none;
	font-size: 0em;  
	line-height: 0em;
	margin: 0 0 -1px 0;
	display:block;
}
#nav .drop ul li a,
#nav .drop ul li:hover a,
#nav .drop ul li.sfHover a{
	text-indent:0;
	float:none;
	display:block;
	height:auto;
	color: #000;
	font-size:11px;
	padding:5px 10px 7px 31px;
	line-height:13px;
	position:relative;
	background:#FFF url(/images/bullet.gif) no-repeat 18px 5px;
}
/*
#nav .drop ul li a span,
#nav .drop ul li:hover a span,
#nav .drop ul li.sfHover a span{
	display:block;
	text-indent:0;
	height:auto;
	position:relative;
	float:none;
	text-align:left;
}
*/
#nav .drop ul li a:hover,
#nav .drop ul li:hover a,
#nav .drop ul li.sfHover a,
#nav .drop ul li:hover li a:hover,
#nav .drop ul li.hover li a:hover {background:#e3e3e3 url(/images/bullet-hover.gif) no-repeat 18px 5px;}

.pointer { display: none; }
#nav li li { z-index: 2; }
#nav li li li { z-index: 3; }
#nav.menu-hard-code .drop {width: auto; }
#nav.menu-hard-code .drop .drop { left: 200px; }
#nav.menu-hard-code .drop ul { width: 200px; }
.table { display: table; }
.body { 
	display: table-row;
 }
.left,
.right {
	background: url(/images/bg-left.png) repeat-y;
	width: 16px;
	display: table-cell;
	overflow:hidden;
}
.right { background: url(/images/bg-right.png) repeat-y; }
.content {
	height: 1%;
	display: table-cell;
	vertical-align:middle;
	background:#fafafa;
}
.top-left,
.top-right,
.bottom-left,
.bottom-right {
	background: url(/images/bg-top-left.png) no-repeat;
	height: 14px;
	width: 14px;
	font-size: 0em;
	display: table-cell;
	overflow:hidden;
}
.top-right { background: url(/images/bg-top-right.png) no-repeat; }
.bottom-left { 
	background: url(/images/bg-bottom-left.png) bottom no-repeat; 
	/*height:20px;*/
}
.bottom-right { 
	background: url(/images/bg-bottom-right.png) bottom no-repeat; 
	/*height:20px;*/
}
.top,
.bottom {
	background: url(/images/bg-top.png) repeat-x;
	height: 14px;
	display: table-cell;
	font-size: 0em;
}
.bottom { 
	background: url(/images/bg-bottom.png) bottom repeat-x; 
	/*height:20px;*/
}
/* 3. Main Content */
#mainContentBox {
	height:1%;
	overflow:hidden;
	padding:0;
	background: url(/images/lhcol-red-bottom.gif) no-repeat left bottom;
	text-decoration: none;
}

#mainContentBox dd a {
	text-decoration: none;
}

#mainContentBox dd a:hover {
	text-decoration: underline;
 }


.sidePanel-left, .mainContent, .sidePanel-right { 
	float:left;
}
.sidePanel-left, .sidePanel-right { width:222px;}
/* 3.1 sidePanel-left  */
.sidebar{
	background:url(/images/bg-sidebar.gif) repeat-y;
	margin:0 0 20px 30px;
	/*overflow:hidden; */
	height:1%;
}
.sidebar .holder{
	background:url(/images/bg-sidebar-t.gif) no-repeat;
}
.sidebar .frame{
	/*background:url(/images/bg-sidebar-b.gif) no-repeat 0 100%;*/
	padding:17px 0 30px;
	position: relative;
}
.sidebar .frame h2{
	color:#fff;
	font-size:1.7em;
	padding:0 30px 19px 20px;
	margin:0 1px 0 2px;
	display:block;
	border-bottom:1px solid #ff6666;
}
.check-form,
.check-form fieldset{
	margin:0;
	padding:9px 9px 0 19px;
	border-style:none;
	display:block;
}
.check-form legend{display:none;}
.check-form fieldset{padding:0;}
.check-form .row{
	height:1%;
	overflow:hidden;
	padding-bottom:10px;
}
.check-form label{
	display:block;
	font-size:1.0em;
	color:#fff;
	margin-bottom:2px;
}
.check-form .coll label{
	font-size:0.8em;
}
.check-form #select1,
.check-form #select2,
.check-form #select3,
.check-form #select4,
.check-form #select5,
.check-form #select6{
	margin:0;
	padding:0;
	vertical-align:middle;
	color:#000;
}
.check-form #select1{width:100px;}
.check-form #select2{width:143px;}
.check-form #select3{width:167px;}
.check-form #select4,
.check-form #select5,
.check-form #select6{width:47px;}
.check-form .coll{
	width:48px;
	float:left;
	margin:0 6px 0 0;
}
.check-form .text{
	width:106px;
	height:19px;
	background:url(/images/bg-input-text.gif) no-repeat;
}
.check-form .text input{
	margin:0;
	padding:1px 5px 2px;
	background:none;
	border:none;
	width:96px;
}
.check-form .btn-submit{
	margin:0;
	padding:1px 0 2px 13px;
	border:none;
	background:url(/images/btn-submit.gif) no-repeat;
	width:144px;
	height:40px;
	color:#333;
	font-size:1.3em;
	font-size:1.3em;
	line-height:14px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	float:left;
	cursor:pointer;
}
/* 3.2 main content */
.twocolumns{
	float:left;
	width:647px;
	padding-left:10px;
}
.visual{
	height:1%;
	overflow:hidden;
}
.visual .visual-holder{
	width:390px;
	overflow:hidden;
	margin-right:-8px;
}
.visual img{
	float:left;
	margin-right:8px;
}
.promo{
	width:637px;
	float:left;
	overflow:hidden;
	padding:14px 0 0 11px;
}
.promo .ads-list{
	margin:0;
	padding:0;
	list-style:none;
	width:658px;
	overflow:hidden;
}
.promo .ads-list li{
	float:left;
	padding:0 16px 12px 0;	
}
.promo .ads-list li img{
	display:block;
}
.home .mainContent { 
	/*width:409px;
	background:url(/images/assets/bg-content.gif) repeat-y;*/
}
/*
.home .mainContent .mainContent-holder{background:url(/images/assets/bg-content-t.gif) no-repeat;}
.home .mainContent .mainContent-frame{
	background:url(/images/assets/bg-content-b.gif) no-repeat 0 100%;
	padding:12px 13px 11px 17px;
	overflow:hidden;
}
*/
.mainContent{
	width:427px;
	background:url(/images/backgrounds/bg-content-inner.gif) repeat-y;
	margin-bottom:10px;
}
.mainContent .mainContent-holder{background:url(/images/backgrounds/bg-content-inner-t.gif) no-repeat;}
.mainContent .mainContent-frame{
	background:url(/images/backgrounds/bg-content-inner-b.gif) no-repeat 0 100%;
	padding:12px 13px 11px 17px;
	overflow:hidden;
}
.mainContent .frame .visual{
	width:415px;
	overflow:hidden;
	margin-right:-40px;
}
.mainContent .frame .visual img{
	float:left;
	margin-right:8px;
}
.mainContent .text-holder{
	height:1%;
	overflow:hidden;
	padding:10px 44px 0 0;
	font-size:1.0em;
	line-height:1.2em;
}
.mainContent .text-holder p{
	color:#666;
	margin:0 0 14px;
}
.mainContent .infoTitle1 { 
	display:block;
	color:#cc0000;
	margin:0 0 3px;
	font-size:1.7em;
}
.mainContent .infoTitle2 { 
	display:block;
	color:#000000;
	margin:0 0 3px;
	font-size:1.5em;
	font-weight:bold;
}
.home .mainContent .text-holder{padding:7px 63px 0 5px;}
.home .mainContent .text-holder p{margin:0;}
.inner .mainContent .text-holder p{margin:0 0 6px;}
.mainContent .btn-area{
	height:1%;
	overflow:hidden;
	padding:2px 0 0;
	font-size:1.1em;
	line-height:1.2em;
}
.mainContent .btn-area a{
	float:left;
	color:#e51208;
	text-decoration:underline;
	margin:10px 0 0;
}
.mainContent .btn-area a:hover{text-decoration:none;}
.mainContent .btn-area .btn-now{
	float:right;
	background:url(/images/assets/btn-now.gif) no-repeat;
	color:#fff;
	text-decoration:none;
	margin:0 17px 0 0;
}
.mainContent .btn-area .btn-now span{
	float:left;
	background:url(/images/assets/btn-now-r.gif) no-repeat 100% 0;
	padding:8px 34px 10px 15px;
	cursor:pointer;
	font-weight:bold;
}
.mainContent .item-list{
	margin:0;
	padding:0;
	list-style:none;
	height:1%;
	overflow:hidden;
}
.mainContent .item-list li{
	float:left;
	width:188px;
	padding:0 6px 10px 0;
}
.mainContent .item-list img{display:block;}
.mainContent .item-list .btn-img{
	display:block;
	height:19px;
	padding:5px 0 0 7px;
	background:url(/images/assets/btn-img.gif) no-repeat;
	font-size:1.2em;
	line-height:1.4em;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}
.mainContent .item-list .holder{
	background:none;
	padding:5px 0 0 6px;
	font-size:11px;
	line-height:13px;
}
.mainContent .item-list .holder p{color:#666;}
.mainContent h3{
	color:#333333;
	font-size:1.2em;
	font-weight:bold;
	margin:0 0 11px;
	padding:8px 0 6px 31px;
	display:block;
	height:1%;
	overflow:hidden;
}
.mainContent .title-newzealand{margin:0;}

.map-holder {
	padding: 25px 0;
}

#content{
	float:left;
	padding-left:10px;
 	width:640px;
}

#content .content-outer {
	width:640px;
	background:url(/images/backgrounds/bg-content-inner_w.gif) repeat-y;
	margin-bottom:10px;
}

#content .content-holder{ background:url(/images/backgrounds/bg-content-inner_w-t.gif) no-repeat; }

#content .content-frame {
	background:url(/images/backgrounds/bg-content-inner_w-b.gif) no-repeat 0 100%;
	padding:0 25px 131px 25px;
	overflow:hidden;
}

.content-holder .items{
	height:1%;
	overflow:hidden;
	padding:19px 0 19px;
	border-bottom:1px dotted #ccc;
}
.content-holder .items img{
	float:left;
	margin:5px 30px 0 0;
}
.content-holder .items .holder{
	height:1%;
	overflow:hidden;
	color:#757575;
	font-size:1.1em;
	line-height:1.2em;
}
#content h2{
	color:#c00;
	display:block;
	font-size:1.8em;
	font-weight:bold;
	margin:-4px 0 9px 12px;
}
.items p{margin:0 0 13px;}
.items h3{
	color:#CC0000;
	display:block;
	font-size:1.4em;
	line-height:1.6em;
	font-weight:bold;
}
.items address{
	color:#676767;
	font-style:normal;
	font-weight:bold;
	margin:0 0 3px;
}
.items dl{
	margin:0;
	padding:0;
	height:1%;
	overflow:hidden;
}
.items dl dt{
	float:left;
	margin:0 2px 0 0;
}
.items dl dd{
	margin:0 12px 0 0;
	float:left;
}
.items .btn-area{
	height:1%;
	overflow:hidden;
	margin:-10px 0 0;
}
.items .btn-area .btn-guar{
	float:right;
	width:31px;
	height:31px;
	background:url(/images/btn-guar.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}

.items .btn-area .btn-more{
	float:right;
	width:31px;
	height:31px;
	margin-left:3px;
	background:url(/images/btn-more.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}

.items .btn-area .btn-book{
	float:right;
	background:url(/images/assets/btn-book.gif) no-repeat;
	text-decoration:none;
	color:#333;
	font-size:1.2em;
	font-weight:bold;
	margin:0 0 0 5px;
}
.items .btn-area .btn-book span{
	float:left;
	background:url(/images/assets/btn-book-r.gif) no-repeat 100% 0;
	padding:8px 30px 10px 18px;
	cursor:pointer;
}
.hotel{
	background:none;
	padding:12px 13px 12px 21px;
	width:393px;
}
.hotel .holder{
	background:none;
	height:1%;
	overflow:hidden;
	padding:9px 0 26px 2px;
}

.hotel dl{
	margin:0;
	padding:0;
	width:220px;
	overflow:hidden;
}
.hotel dt{
	float:left;
	margin-right:2px;
}
.hotel dd{
	margin:0 0 2px;
}
.hotel dd a{color:#c00;}
.hotel dd a:hover{text-decoration:none;}
.hotel .btn-now{
	float:right;
	background:url(/images/assets/btn-now.gif) no-repeat;
	color:#fff;
	text-decoration:none;
	margin:-29px 15px 0 0;
	font-size:1.2em;
	line-height:1.4em;
}
.hotel .btn-now span{
	float:left;
	background:url(/images/assets/btn-now-r.gif) no-repeat 100% 0;
	padding:7px 31px 9px 18px;
	cursor:pointer;
}
.hotel .article{
	background:none;
	padding:11px 0 20px;
	width:400px;
	overflow:hidden;
	margin-right:-8px;
}
.locations-list{
	margin:0;
	padding:0 14px 0 0;
	list-style:none;
	float:left;
	font-size:1.3em;
	line-height:1.5em;
	width:185px;
}
.locations-list li{
	padding-bottom:9px;
	height:1%;
	overflow:hidden;
}
.locations-list li a{
	display:block;
	width:142px;
	height:20px;
	background:url(/images/assets/bg-locations-list.gif) no-repeat;
	text-decoration:none;
	color:#666;
	padding:5px 0 0 43px;
}
.locations-list li a:hover,
.locations-list li.active a{
	background:url(/images/assets/bg-locations-list-hover.gif) no-repeat;
	color:#fff;
}
.hotel .box{
	border:1px solid #ccc;
	margin:0 11px 0 2px;
	padding:13px 10px 4px 15px;
	height:1%;
	overflow:hidden;
}
.hotelFinder {
	background-color:#fff;
	width:211px;
}
}
.hotel .box .list{
	margin:0;
	padding:7px 0 0 6px;
	list-style:none;
}
.holder .frame .kListItem li{
	padding:0 0 3px 11px;
	background:url(/images/assets/bullet-list.gif) no-repeat 0 5px;
	color:#666;
}
/* 3.3 sidePanel */
.home .sidePanel-right {
/*
	width:207px;
	padding-left:21px;
	overflow:hidden;
*/
}
.sidePanel-right{
	padding:0;
	width:210px;
	margin:-2px 0 0 8px;
}
.sidePanel-right .box{
	background:url(/images/assets/bg-aside-box.gif) repeat-y;
	width:211px;
}
.sidePanel-right .box .holder{
	background:url(/images/assets/bg-aside-box-b.gif) no-repeat 0 100%;
	padding:0 0 10px;
}
.sidePanel-right .box .heading{
	background:url(/images/assets/bg-aside-heading-c.gif) repeat-y;
}
.home .sidePanel-right .box .heading h2{padding:14px 0 14px 33px;}
.sidePanel-right .box .heading h2{
	padding:12px 0 14px 25px;
	background:url(/images/assets/bg-aside-heading.gif) no-repeat;
	display:block;
	color:#fff;
	font-weight:bold;
}
.inner .sidePanel-right .box{background:url(/images/assets/bg-aside-box-about.gif) repeat-y;}
.inner .sidePanel-right .box .holder{
	background:url(/images/assets/bg-aside-box-t.gif) no-repeat;
	padding:0;
}
.inner .sidePanel-right .box .frame{
	background:url(/images/assets/bg-aside-box-about-b.gif) no-repeat 0 100%;
	padding:7px 0 18px 5px;
}
.sidePanel-right .box h3{
	color:#666;
	font-weight:bold;
	font-size:1.2em;
	padding:7px 0 9px 33px;
	display:block;
	height:1%;
	overflow:hidden;
}
.sidePanel-right .box .frame{padding:7px 0 0 5px;}
.title-australia{
	background:url(/images/assets/bg-title-australia.png) no-repeat;
}
.title-newzealand{
	background:url(/images/assets/bg-title-newzealand.png) no-repeat;
}
.list{
	margin:0;
	list-style:none;
	line-height:14px;
	padding:1px 0 0 22px;
	font-size:1.1em;
}
.list li{
	padding:0 0 10px 11px;
	background:url(/images/assets/bullet.gif) no-repeat 0 2px;
	height:1%;
	overflow:hidden;
}
.list li a{
	color:#666;
	text-decoration:none;
}
.list li a:hover{
	color:#cc0000;
	text-decoration:underline;
}
.home .list{
	padding:3px 0 0 13px;
	font-size:1.2em;
}
.home .list li{padding:0 0 3px 14px;}
.sidePanel-right .btn-locator{
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	width:205px;
	height:39px;
	background:url(/images/assets/btn-locator.gif) no-repeat;
	margin:6px 0 0 1px;
}
.block{
	border-top:1px dotted #ccc;
	margin:7px 12px 0 8px;
	min-height:134px;
	padding:15px 0 0;
}
.australia{background:url(/images/assets/bg-block-australia.gif) no-repeat;}
.newzealand{background:url(/images/assets/bg-block-newzealand.gif) no-repeat;}
.sidePanel-right .block h3{
	padding:0 0 0 14px;
	margin:0 0 14px;
	height:auto;
}
.sidePanel-right .block .list{padding:1px 0 0 15px;}
.sidePanel-right .block .list li{
	padding:0 0 4px 11px;
	height:auto;
}
.section{
	overflow:hidden;
	width:214px;
	margin-right:-10px;
	padding:27px 0 0 6px;
}

.section p {
	margin-top: -5px;
	padding-bottom: 1em;
}

.section .aside-list{
	margin:0;
	padding:0;
	list-style:none;
	height:1%;
	overflow:hidden;
}
.section .aside-list li{
	float:left;
	padding:0 10px 10px 0;
}
.section .aside-list li img{display:block;}
/* 4. footer */
	
#footer { 
	padding:0 1px 1px 1px;
	height:1%;
	overflow:hidden;
	background-color: #FFF;
}
#footerNav { 
	margin:0;
	padding:10px 0 0;
	list-style:none;
	float:right;
	font-size:0.92em;
	line-height:1.3em;
	overflow:hidden;
}
#footerNav li{
	float:left;
	padding:0 9px 0 12px;
	background:url(/images/assets/separator.gif) no-repeat 0 1px;
	margin:0 2px 0 -2px;
}
#footerNav li a{
	text-decoration:none;
	color:#666;
}
#footerNav li a:hover{text-decoration:underline;}
#KpoweredByBox {  display:block; width: 25%; height:20px; float:right; }
#footer .holder{
	margin:0 auto 11px;
	overflow:hidden;
	background:#ececec;
	padding:7px 0 11px 18px;
	width:821px;
}
#footer .holder dl{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	width:285px;
	font-size:0.92em;
	line-height:1.8em;
	background:url(/images/assets/bg-tel-c.gif) repeat-x 0 50%;
}
#footer .holder dt{
	float:left;
	color:#666;
	font-weight:bold;
	padding:0 0 0 18px;
	background:url(/images/assets/bg-tel.gif) no-repeat 0 4px;
}
#footer .holder dd{
	margin:0;
	float:right;
	color:#777;
}
#footer .frame{
	background:#696969 url(/images/bg-footer.gif) repeat-x;
	padding:10px 0 10px 47px;
}
#footer .frame .ads-list{
	margin:0;
	padding:0;
	list-style:none;
	height:1%;
	overflow:hidden;
}
#footer .frame .ads-list li{
	float:left;
	padding-right:77px;
}
/* ----- CLASSES ----- */

.hide{}
.show{}

.col2 { display:block; width:100%; }
.lhcol { float:left; width: 50%; }
.rhcol { float: right; width:50%; }



/* ----- HEADINGS ----- */

/* NB --- do NOT style base HTML tags
h1{}
h2{}
h3{}
h4{}
h5{}
*/

/* ----- PARAGRAPHS ----- */

/* NB --- do NOT style base HTML tags
p{}
*/
/* ----- QUOTES ----- */

/* NB --- do NOT style base HTML tags
blockquote{}
blockquote p{}
cite{}
blockquote cite{}
*/



/* ----- CODE ----- */

/* NB --- do NOT style base HTML tags
pre{}
code{}
p code{}
pre code{}
*/



/* ----- LISTS ----- */

/* NB --- do NOT style base HTML tags
ol{}
ul{}

li{}

ol li{}
ul li{}
*/
#navigation ul, #footerNav ul {
	list-style-type:none;
	margin:0; padding:0;
}

#secondaryNav ul {
	margin:0; padding:0;
	font-size:1.1em;
}

#secondaryNav li {
	margin:0 0 0 1em; padding:0 0 0 0.5em;
}

#secondaryNav li a { 
	display:block; padding: 3px 0 2px 0;	
}

#secondaryNav ul ul { font-size:1.2em;}
#secondaryNav li li {}
#secondaryNav li li a {}




/* ----- IMAGES ----- */

/* NB --- do NOT style base HTML tags
img{ }
img a{ }
img a:hover{ }
*/



/* ----- BREAK ----- */


/* NB --- do NOT style base HTML tags
hr{}
*/

.clearer hr { display:none; }



/* ----- LINKS ----- */

/* NB --- do NOT style base HTML tags
a{ }
a:hover{ }
a:visited, a:active, a:focus{ }
a:visited{ }
a:active{ }
a:focus{ }
*/
p.breadcrumbs{
	margin:0;
	padding:7px 0 11px 25px;
	list-style:none;
	height:1%;
	overflow:hidden;
	font-size:0.9em;
	color:#cc0000;
	background-color: #FFF;
}
.breadcrumbs a{
	float:left;
	padding:0 7px 0 7px;
	background:url(/images/assets/separator-breadcrumbs.gif) no-repeat 100% 2px;
	color:#666;
	text-decoration:none;
}

.home p.breadcrumbs { padding:0 0 0 25px; }
.breadcrumbs a:hover{text-decoration:underline;}
a img { border-width:0;}

#decrease  {
background:url("/images/backgrounds/ico-font-small.gif") no-repeat scroll 0 0 transparent;
height:16px;
margin:0 0 0 4px;
width:15px;
}

#increase {
background:url("/images/backgrounds/ico-font-big.gif") no-repeat scroll 0 1px transparent;
height:15px;
width:18px;
}


/* ----- FORMS ----- */

.searchForm,
.searchForm fieldset {
	margin:0; padding:0; border-style:none;
}
.searchForm legend{display:none;}
.searchForm .row{
	height:1%;
	overflow:hidden;
	padding:21px 0 0;
}
.searchForm #searchFill{
	font:1.1em Arial, Helvetica, sans-serif;
	vertical-align:middle;
	color:#666;
	margin:0;
	padding:0;
	width:133px;
	padding:3px 10px 4px;
	background:#fff;
	border:1px solid #ccc;
	float:left;
}
.searchForm .go{
	float:left;
	margin-left:4px;
	display:inline;
}



/* ----- MISC ----- */

.komosionLogo {
	clear:both;
	text-align:right;
	background-color:#7C7C7C;
}

.komosionLogo a {
	padding-top: 10px;
}

.mainContent small a {
	color:#666666 !important;
	font:125%/2em Arial,Helvetica,sans-serif;
	text-decoration:none;
}

/* Font resize stuff */

.mainContent-frame .kContentContainerTable, 
.holder .kContentContainerTable, 
.content-frame .kContentContainerTable,
.hotel .kContentContainerTable,
.section .kContentContainerTable {
	font-size:133.3%;
}
 

.formsubmit {color:#666666; text-decoration:none; font-size:1.0em;}
.formsubmit a {color:#666666; text-decoration:none; font-size:0.8em;}
.formsubmit a:hover { color:#666666; text-decoration:none;}
.formsubmit input, select, button, textarea,text {color:#666666; font-size: 1.0em; text-decoration:none;}
.formsubmit tr { height:25px;}