@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}

#mainContainer {
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	padding: 0px;
	width: 964px;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#backgroundRow {
	background-image: url(../images/background1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}

#mainTable {
	background-image: linear-gradient(bottom, rgb(121, 192, 215) 4%, rgb(255, 255, 255) 52%);
	background-image: -o-linear-gradient(bottom, rgb(121, 192, 215) 4%, rgb(255, 255, 255) 52%);
	background-image: -moz-linear-gradient(bottom, rgb(121, 192, 215) 4%, rgb(255, 255, 255) 52%);
	background-image: -webkit-linear-gradient(bottom, rgb(121, 192, 215) 4%, rgb(255, 255, 255) 52%);
	background-image: -ms-linear-gradient(bottom, rgb(121, 192, 215) 4%, rgb(255, 255, 255) 52%);

	background-image: -webkit-gradient(linear,
			left bottom,
			left top,
			color-stop(0.04, rgb(121, 192, 215)),
			color-stop(0.52, rgb(255, 255, 255)));
}

#headerPanel {
	width: 964px;
	padding-top: 17px;
	padding-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b3b3b3;
	float: left;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

#logoPanel {
	padding: 0px;
	margin-top: 0px;
	margin-left: 19px;
	float: left;
	margin-right: 0px;
	margin-bottom: 0px;
}

@font-face {
	font-family: CenturyGothic;
	src: url('fonts/centurygothic.ttf');
}

#namePanel {
	height: 47px;
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 27px;
	font-family: CenturyGothic, Tahoma, Geneva, sans-serif;
	font-size: 25px;
	color: #033d87;
	font-weight: normal;
	background-image: url(../images/title_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	line-height: 43px;
	width: 400px;
}

#themePanel {
	font-family: CenturyGothic, Tahoma, Geneva, sans-serif;
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 27px;
	clear: left;
	font-size: 15px;
	color: #8e8e8e;
}

#headerLinksPanel {
	margin: 0px;
	padding: 0px;
	float: right;
}

#headerLinksPanel a {
	color: #8e8e8e;
	font-size: 14px;
	text-decoration: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}

#dateTimePanel {
	color: #8e8e8e;
	font-size: 14px;
	float: right;
	clear: right;
	padding: 0px;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#languagePanel {
	clear: right;
	float: right;
	padding: 0px;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#languagePanel img {
	margin-left: 0px;
}

#bannerPanel {
	margin: 0px;
	padding: 4px;
	height: 335px;
	width: 956px;
}

#menuRow {
	background-image: url(../images/menu_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#menuRow a {
	color: #3b3b3b;
	text-decoration: none;
	font-size: 14px;
	text-shadow: 2px 2px 2px rgba(150, 150, 150, 0.6);
	float: left;
	padding: 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#menuRow a span {
	font-size: 19px;
}

.MenuSeperator {
	margin: 0px;
	padding: 0px;
	width: 35px;
	float: left;
	height: 82px;
	background-image: url(../images/menu_seperator.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#footerRow {
	background-color: #2b4249;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #f9ffbb;
}

#contentPanel {
	margin: 0px;
	float: left;
	width: 944px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

#indexTopPanel {
	width: 944px;
	float: left;
}

.attractionWrapper {
	float: left;
	height: 209px;
	width: 224px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.attractionWrapper #attractionContentWrapper {
	margin: 0px;
	float: left;
	height: 157px;
	width: 222px;
	padding-top: 8px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
}

.attractionWrapper h3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
	line-height: 41px;
	margin: 0px;
	height: 43px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	float: right;
	clear: both;
	text-decoration: none;
	background-image: url(../images/attractions_bullet.png);
	background-repeat: no-repeat;
	background-position: 194px center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	width: 209px;
}

.attractionWrapper h3 a {
	text-decoration: none;
	color: #FFF;
}

#indexMiddleContentPanel {
	padding: 0px;
	clear: left;
	float: left;
	width: 944px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.HighlightWrapper {
	padding: 0px;
	float: left;
	height: 280px;
	width: 307px;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.HighlightWrapper #higlightContentWrapper {
	width: 305px;
	float: left;
	height: 272px;
	border: 1px solid #057b90;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#highlightBottom {
	background-color: #057b90;
	height: 6px;
	width: 279px;
	clear: left;
	float: right;
}

.HighlightWrapper #higlightContentWrapper h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #FFF;
	background-color: #057b90;
	float: left;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	height: 43px;
	line-height: 40px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

.HighlightWrapper #higlightContentWrapper h2 a {
	text-decoration: none;
	color: #FFF;
}

.HighlightWrapper #higlightContentWrapper #higlightContent1 {
	width: 274px;
	clear: left;
	float: left;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	margin-top: 5px;
	border-bottom: solid 1px #e3e3e3;
}

.HighlightWrapper #higlightContentWrapper #higlightContent2 {
	width: 274px;
	clear: left;
	float: left;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

.HighlightWrapper #higlightContentWrapper h3 {
	color: #04859c;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.HighlightWrapper #higlightContentWrapper h3 a {
	color: #04859c;
	text-decoration: none;
}

.HighlightWrapper #higlightContentWrapper img {
	margin-right: 10px;
}

.HighlightWrapper #higlightContentWrapper p {
	font-family: MyriadPro, Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #767676;
	padding: 0px;
	text-align: justify;
	line-height: 16px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.HighlightWrapper #higlightContentWrapper #readMore {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #04859c;
	clear: both;
	float: right;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 18px;
	background-image: url(../images/read_more_bullet.gif);
	background-repeat: no-repeat;
	background-position: right center;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-decoration: none;
	font-weight: bold;
}

.SubHeading1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 25px;
	font-weight: normal;
	color: #878787;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	clear: left;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #878787;
}

#gallerySlidePanel {
	margin: 0px;
	padding: 0px;
	clear: left;
	float: left;
	height: 200px;
	width: 944px;
	position: relative;
}

#gallerySlideLeftControl {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 37px;
	width: 37px;
	position: absolute;
	left: 0px;
	top: 71px;
	background-image: url(../images/slide/left_control.png);
	background-repeat: no-repeat;
	z-index: 100;
}

#gallerySlideRightControl {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 37px;
	width: 37px;
	position: absolute;
	right: 0px;
	top: 71px;
	background-image: url(../images/slide/right_control.png);
	background-repeat: no-repeat;
	z-index: 100;
}

#indexBottomContent {
	padding: 0px;
	clear: left;
	float: left;
	height: 228px;
	width: 944px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#indexBottomContent img {
	border: 1px solid #cacaca;
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 32px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.PageTitle {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #066;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

#backLinksPanel {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
}

#backLinksPanel a {
	color: #666;
	text-decoration: none;
}

.TextPara1 {
	font-family: Tahoma, Geneva, sans-serif;
	color: #666;
	line-height: 16px;
	font-weight: normal;
	font-size: 12px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: justify;
}

.SubHeading2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #069;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	clear: left;
}

.SubHeading3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #933;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	clear: left;
	font-size: 14px;
}

.ImageWithBorder1 {
	margin-bottom: 5px;
	padding: 1px;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 0px;
	border: 1px solid #666;
}

.ImageWithBorder2 {
	margin-bottom: 5px;
	padding: 1px;
	margin-top: 5px;
	margin-left: 10px;
	border: 1px solid #666;
	margin-right: 0px;
}

.ImageWithBorder3 {
	padding: 1px;
	margin: 0px;
	border: 1px solid #666;
}

.ImageWithBorder4 {
	margin-bottom: 5px;
	padding: 1px;
	margin-top: 0px;
	margin-right: 42px;
	margin-left: 0px;
	border: 1px solid #666;
}

#attractionsTable .AttractionName {
	color: #FFF;
	clear: left;
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	width: 200px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	background-color: #099;
	padding-top: 5px;
	padding-right: 1px;
	padding-bottom: 5px;
	padding-left: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.Seperator {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	padding: 0px;
	height: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

.TextParaUl1 {
	color: #666;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
}

.TextParaUl1 li {
	margin-bottom: 8px;
	margin-top: 0px;
	font-weight: normal;
	padding: 0px;
	margin-left: 30px;
}

.AMUL {
	color: #666;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
	list-style-type: none;
}

.AMUL li {
	margin-bottom: 10px;
	margin-top: 0px;
	font-weight: normal;
	padding: 0px;
	margin-left: 30px;
	font-size: 13px;
}

.AMUL a {
	text-decoration: none;
}

.TourDayWrapper {
	float: left;
	width: 922px;
	padding: 10px;
	border: 1px dotted #999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

.TourDayWrapper h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #930;
	margin: 0px;
	padding: 0px;
}

.TourDayWrapper p {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #666;
	text-align: justify;
}

.TourDayWrapper h2 .ImageWithBorder1 {
	margin-bottom: 0px;
}

.GalleryBoxWrapper {
	margin: 0px;
	padding: 5px;
	width: 192px;
	float: left;
	border: 1px dotted #999;
}

.GalleryBoxWrapper a {
	text-decoration: none;
	padding: 0px;
	float: left;
	width: 192px;
	text-align: center;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #069;
	font-weight: bold;
}

#menuRow a strong {
	font-size: 19px;
	font-weight: normal;
}

.ContactTF {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	width: 480px;
	height: 23px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #666;
}

.ConButton {
	padding: 0px;
	height: 30px;
	width: 90px;
	float: right;
	margin-top: 15px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#contactDetailsTable {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #066;
	line-height: 16px;
}

#headerLinksPanel .HeaderSocialMedia {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.BookNowButton {
	float: left;
	padding: 0px;
	background-color: #066;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	width: 154px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 395px;
	clear: left;
	text-align: center;
	line-height: 40px;
	font-size: 23px;
	border: 1px solid #002424;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#socialMediaScroll {
	margin: 0px;
	padding: 10px;
	background-color: #FFF;
	position: fixed;
	right: 0px;
	display: inline-block;
	float: right;
	top: 200px;
	width: 30px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

#socialMediaScroll img {
	margin-bottom: 20px;
}

#socialMediaScroll img:last-child {
	margin: 0px;
}