/* ------------------------------------------------------- HTML ------------------------------------------------------- */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #333333;
	background-image: url(../images/bg-main.jpg);
	background-repeat: repeat;
}

td {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #222222;
	text-decoration: none;
}



/* ------------------------------------------------------- LINKS ------------------------------------------------------- */
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
a:active {
	color: #FF6600;
	text-decoration: none;
}



a.lkReversed:link {
	color: #FF6600;
	text-decoration: none;
}
a.lkReversed:visited {
	color: #FF6600;
	text-decoration: none;
}
a.lkReversed:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a.lkReversed:active {
	color: #FFFFFF;
	text-decoration: none;
}






a.lkTmbRightPanel:link {
	text-decoration: none;
	display: block;
	height: 95px;
	width: 155px;
	border: 1px solid #FFFFFF;
}
a.lkTmbRightPanel:visited {
	text-decoration: none;
	display: block;
	height: 95px;
	width: 155px;
	border: 1px solid #FFFFFF;
}
a.lkTmbRightPanel:hover {
	text-decoration: none;
	display: block;
	height: 95px;
	width: 155px;
	border: 1px solid #FF6600;
}
a.lkTmbRightPanel:active {
	text-decoration: none;
	display: block;
	height: 95px;
	width: 155px;
	border: 1px solid #FF6600;
}



a.lkTmbGallery:link {
	text-decoration: none;
	display: block;
	height: 93px;
	width: 140px;
	border: 1px solid #FFFFFF;
}
a.lkTmbGallery:visited {
	text-decoration: none;
	display: block;
	height: 93px;
	width: 140px;
	border: 1px solid #FFFFFF;
}
a.lkTmbGallery:hover {
	text-decoration: none;
	display: block;
	height: 93px;
	width: 140px;
	border: 1px solid #FF6600;
}
a.lkTmbGallery:active {
	text-decoration: none;
	display: block;
	height: 93px;
	width: 140px;
	border: 1px solid #FF6600;
}



a.lkTmbVideo:link {
	text-decoration: none;
	display: block;
	height: 101px;
	width: 180px;
	border: 1px solid #FFFFFF;
}
a.lkTmbVideo:visited {
	text-decoration: none;
	display: block;
	height: 101px;
	width: 180px;
	border: 1px solid #FFFFFF;
}
a.lkTmbVideo:hover {
	text-decoration: none;
	display: block;
	height: 101px;
	width: 180px;
	border: 1px solid #FF6600;
}
a.lkTmbVideo:active {
	text-decoration: none;
	display: block;
	height: 101px;
	width: 180px;
	border: 1px solid #FF6600;
}



/* ------------------------------------------------------- TXT ------------------------------------------------------- */
.txtFooter {
	font-size: 10px;
	color: #999999;
}

.txtNewsPanel {
	font-size: 11px;
	color: #999999;
}

.txtNewsTitle {
	font-size: 14px;

}

.txtSubTitles {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

.txtOrange {
	font-size: 16px;
	color: #FF6600;
	font-weight: bold;
}


.txtOrange11px {
	font-size: 11px;
	color: #FF6600;
	font-weight: bold;
}


/* ------------------------------------------------------- BG's ------------------------------------------------------- */
.bgMainLines {
	background-image: url(../images/bg-main-lines.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.bgFooter {
	background-image: url(../images/bg-footer.gif);
	background-repeat: no-repeat;
}

.bgContent {
	background-image: url(../images/bg-content-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #3A3A3A;
}
.bgNewsPanel {
	background-image: url(../images/news-bg.gif);
	background-repeat: repeat-y;
}


/* ------------------------------------------------------- MISC ------------------------------------------------------- */
.klCategoryImg {
	height: 266px;
	width: 430px;
	border: 1px solid #666666;
}

.klImgDestinations {
	height: 150px;
	width: 150px;
	border: 1px solid #666666;
}

#imageContainer {
	position:relative;
}

#gallery {
	height: 266px;
	width: 430px;
	position: relative;
	margin:0;
	padding:0;
}
#gallery li { display: block; }

