/* Typography settins goes here. */
p {
	font: 0.8em/1.3em Georgia, "Times New Roman", Times, serif;
	color: #333333;
}

h1 {
	font: bold 1.6em Georgia, "Times New Roman", Times, serif;
	color: #CC7A00;
}

h2 {
	font: bold 1.2em Georgia, "Times New Roman", Times, serif;
	color: #963;
}

h3 {
	font: 1em Arial, Helvetica, sans-serif;
	color: #3A3523;
	margin-top: 10px;
	background: url(../_images/articleBG.png);
	width: 737px;
	height: 20px;
	padding: 8px 5px 5px 8px;
}
blockquote p {
	font: italic 1em Georgia, "Times New Roman", Times, serif;
	color:#003399;
}

#pageBody h3 {
	font: 1em Arial, Helvetica, sans-serif;
	color: #3A3523;
	margin-top: 10px;
	background: url(../_images/articleBG2.png);
	width: 507px;
	height: 20px;
	padding: 8px 5px 5px 8px;
}
.testmonialMainPhoto img {
	display: block;
	padding: 4px;
	border: 1px solid #CCC;
	background: #FFF;
	float:left;
	margin-right: 10px;
	margin-bottom: 5px;
}
/* page rules goes here */
body {
	background: #F5F5F5 url(../_images/webbg.jpg) fixed center top;
}

.clearFix {
	clear: both;
}
img.left, img.right, img.center {
	display: block;
	padding: 4px;
	border: 1px solid #CCC;
	background: #FFF;
}
img.left {
	float:left;
	margin-right: 10px;
	margin-bottom: 5px;
}
img.right {
	float:right;
}
img.center {
	margin: 0 auto 10px;
	box-shadow: 0px 0px 2px #CCC;
}
p.caption {
	text-align:center;
	font: bold 0.65em Tahoma, Geneva, sans-serif;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #069;
}
#wrapper {
	width: 1000px;
	margin: 0px auto;
}

#wrapper header {
	height: 105px;
	box-shadow: 0px 0px 4px #666;
	width: 1000px;
	background: url(../_images/headerbg.jpg) -10px;
}

#wrapper nav ul {
	padding: 0 0 0 8px;
	background: #333;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top: 5px solid #999900;
	box-shadow: 0px 0px 4px #666;
}
#wrapper nav ul li {
	float: left;
	position:relative;
}
#wrapper nav ul li a:link, #wrapper nav ul li a:visited {
	color: #FFF;
	font: 0.82em Tahoma, Geneva, sans-serif;
	display:block;
	padding: 8px;
	text-decoration:none;
	text-transform:uppercase;
}
#wrapper nav ul li ul {
	position:absolute;
	top:32px;
	right: 0px;
	box-shadow: none;
	padding: 0;
	display:none;
	width: 110px;
	border-top: none;
	border-right: none;
	border-bottom: 5px solid #990;
	border-left: none;
}
#wrapper nav ul li ul li {
	float: none;
}
#wrapper nav ul li:hover ul {
	display:block;
}
#wrapper #bodyWrapper {
	margin: 15px 0 0 0;
	overflow:hidden;
}
#wrapper #bodyWrapper #leftSideBar {
	margin-right: 10px;
	float:left;
	width: 220px;
}
#wrapper #bodyWrapper #rightSideBar {
	float:left;
	width: 220px;
}
#wrapper #bodyWrapper #pageBody {
	float:left;
	width: 540px;
	margin-right: 10px;
}
#wrapper #bodyWrapper #pageBody2 {
	float:left;
	width: 770px;
}
#wrapper #bodyWrapper #pageBody2 .price {
	color:#996600;
	font-weight:bold;
}
#wrapper #bodyWrapper #pageBody2 ul {
	list-style-image:url(../_images/list_point.gif);
	margin-left: 25px;
}
#wrapper #bodyWrapper #pageBody2 ul li {
	font: 0.8em/1.2em Georgia, "Times New Roman", Times, serif;
	color: #333333;
}
#wrapper #bodyWrapper #pageBody ul {
	list-style-image:url(../_images/list_point.gif);
}
#wrapper #bodyWrapper #pageBody ul li {
	font: 0.8em/1.2em Georgia, "Times New Roman", Times, serif;
	color: #333333;
}
#sideGalleryContent {
	background-color: #FFE9BB;
	padding: 5px;
	overflow: hidden;
	width: 243px;
	border: 1px solid #996633;
	float: right;
	margin-left: 15px;
	border-radius: 5px;
}
#sideGalleryLabel {
	clear: both;
	border: 1px solid #CCC;
	background-color: #FFD988;
	color: #29782D;
	padding: 7px;
	margin: 8px;
}
.articleHeader {
	height: 30px;
	border-radius: 8px 8px 0px 0px;
	overflow:hidden;
	border-bottom: solid 3px #333;
}
.articleHeader h1 {
	float: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	font-size: 1em;
	margin: 6px 0 0 8px;
}
.articleHeader img {
	display:block;
	float:right;
	margin: 4px 10px 0 10px;
}
.article {
	padding: 5px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	border: solid 1px #CCC;
	margin-bottom: 10px;
	overflow:hidden;
	background: #FFF;
}
.article .articleReadmore {
	display: block;
	text-align: center;
	padding: 3px;
	background-color: #333;
	color: #FFF;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-decoration: none;
	margin-top: 20px;
	border-radius: 3px;
	width: 80px;
	float: right;
	box-shadow: 0px 0px 4px #666;
	margin-bottom: 4px;
	margin-right: 4px;
}
.article .articleReadmore:hover {
	background-color:#202020;
}
.article2 {
	padding: 5px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	border: solid 1px #CCC;
	overflow:hidden;
	background: #FFF;
	width: 738px;
}
.article3 {
	padding: 5px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	border: solid 1px #CCC;
	overflow:hidden;
	background: #FFF;
	width: 508px;
}
.orange {
	background-color:#EAAC00;
}
.orange h1 {
	color:#333;
}
.blue {
	background-color:#0758A9;
}
.blue h1 {
	color:#FFF;
}
.red {
	background-color:#900;
}
.red h1 {
	color:#FFF;
}
.green {
	background-color:#990;
}
.green h1 {
	color:#FFF;
}
.grey {
	background-color:#333333;
}
.grey h1 {
	color:#FFF;
}
.purple {
	background-color:#303;
}
.purple h1 {
	color:#FFF;
}
.homeModuleList {
	overflow: hidden;
}
.homeModuleList li {
	margin: 5px 0px;
	overflow: hidden;
	position: relative;
	padding: 5px;
}
.homeModuleList li img {
	display: block;
	float:left;
	border: solid 2px #FFF;
	margin: 0 5px 0 0;
	box-shadow: 0 0 2px #333;
}
.homeModuleList li a:link, .homeModuleList li a:visited {
	display: block;
	color: #333;
	text-decoration: none;
	margin: 1px 0 0 0;
	font: bold 0.95em Arial, Tahoma, Geneva, sans-serif;
	text-transform: capitalize;
}
.homeModuleList li a:active, .homeModuleList li a:hover {
	color: #1e90ff;
}
.homeModuleList li span {
	display:block;
	float: left;
	color: #FFF;
	font: 1em Georgia, "Times New Roman", Times, serif;
	position: absolute;
	background-color: rgb(5,65,124);
	padding: 5px;
	width: 67px;
	text-align: center;
	bottom: 5px;
	right: 5px;
	border-radius: 5px;
}
.homeModuleList li span.readmore {
	display:block;
	float: left;
	color: #FFF;
	font: 1em Georgia, "Times New Roman", Times, serif;
	position: absolute;
	background-color: rgb(5,65,124);
	padding: 5px;
	width: 67px;
	text-align: center;
	bottom: 5px;
	right: 95px;
	border-radius: 5px;
}
.homeModuleList li:nth-child(2n) {
	background-color:#E4E4E4;
	border-radius: 5px;
}
.loginForm {
	margin: 5px 0 0 0;
}
.loginForm .input {
	padding: 5px;
	width: 100%;
	margin-bottom:5px;
	border: solid 1px #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background: url(../_images/inputbg.jpg) repeat-x;
	font: italic 0.8em Arial, Helvetica, sans-serif;
	color: #666;
	height:20px;
}
.loginForm .input:focus {
	-moz-box-shadow: 0 0 3px #d4c87a;
	-webkit-box-shadow: 0 0 3px #d4c87a;
	box-shadow: 0 0 3px #d4c87a;
	background-color: #FFF;
	border: solid 2px #d4c87a;
	height:18px;
}
.loginForm textarea {
	padding: 4px;
	width: 100%;
	margin-bottom:5px;
	border: solid 1px #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background: #FFF url(../_images/inputbg.jpg) repeat-x;
	font: italic 0.8em Arial, Helvetica, sans-serif;
	color: #666;
}
.loginForm textarea:focus {
	-moz-box-shadow: 0 0 3px #d4c87a;
	-webkit-box-shadow: 0 0 3px #d4c87a;
	box-shadow: 0 0 3px #d4c87a;
	background-color: #f4f0d3;
	border: solid 2px #d4c87a;
}
.loginForm .button {
	padding: 3px;
	width: 80px;
	border-radius: 5px;
	color: #333;
	font: 0.7em Tahoma, Geneva, sans-serif;
	background-color:#CCC;
}
.loginForm .button:hover {
	box-shadow: 0 0 1px #000;
}
.loginForm select {
	padding:5px;
	width:238px;
	border:solid 1px #CCC;
	text-align:right;
	margin-right: 5px;
	font: bold 0.8em Tahoma, Geneva, sans-serif;
	color:#666;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.loginForm select:focus {
	-moz-box-shadow: 0 0 3px #d4c87a;
	-webkit-box-shadow: 0 0 3px #d4c87a;
	box-shadow: 0 0 3px #d4c87a;
	background-color: #f4f0d3;
	border: solid 2px #d4c87a;
}
.loginForm label {
	color:#666666;
	font: bold 0.8em Tahoma, Geneva, sans-serif;
	display:block;
}.article a.social {
	display: block;
	float: left;
	margin-right: 4px;
	margin-left: 4px;
}
#bookitnow {
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 50px;
	padding: 5px;
	background: #0758A9;
	box-shadow: 0 0 2px #333;
	border-radius: 5px;
	font: bold 0.85em Arial;
	color: #FFF;
	text-decoration: none;
	float: right;
}
div.article2 p.testmonial {
	margin-top: 5px;
	color:#990000;
	font: bold 0.9em Georgia, "Times New Roman", Times, serif;
}
.tripdes p img {
	display: none;
}
.tripdes {
	height: 65px;
	padding: 5px;
}
/* Rotator */
div#homeBlockGallery {
	position: relative;
	padding-top: 190px;
}
div#homeBlockGallery img {
	display: block;
	position: absolute;
	top: 2px;
	left: 2px;
}
div#homeBlockGallery img.show {
	z-index:500;
}
/* end of rtoator */
footer {
	overflow:hidden;
}
.footerLeft {
	float:left;
	width: 600px;
	border-right: 1px dotted #333;
}
footer h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-weight: bold;
	font-size: 1em;
	display: block;
	margin-bottom: 10px;
}
.footerLeft #webLinks a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.8em;
	margin-right: 5px;
	color: #333;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333;
	margin-left: 5px;
}
.footerLeft #browsers {
	margin-top: 15px;
}
.footerRight {
	float:right;
	width: 370px;
}

/* Form Styles */
.form {
	width: 670px;
	padding: 10px;
	background-color: #FFF;
	margin-bottom: 20px;
	margin-left: 5px;
	clear: both;
}

.form .input {
	padding: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333;
	border: solid 1px #CCC;
	background-repeat: repeat-x;
	width: 97%;
	border-radius: 5px;
}

.form .input:focus {
	background-color: #f4f0d3;
	border: solid 1px #d4c87a;
}

.form .smallinput {
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333;
	border: solid 1px #CCC;
	background-repeat: repeat-x;
	width: 40px;
	margin-bottom: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.form .smallinput:focus {
	background-color: #f4f0d3;
	border: solid 1px #d4c87a;
}

.form .dropdown {
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333;
	border: solid 1px #CCC;
	background-repeat: repeat-x;
	margin-bottom: 5px;
	outline: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.form .dropdown:focus {
	background-color: #f4f0d3;
	border: solid 1px #d4c87a;
	outline: none;
}

.form textarea {
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333;
	border: solid 1px #CCC;
	width: 97%;
	height: 150px;
	margin-bottom: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.form textarea:focus {
	background-color: #f4f0d3;
	border: solid 1px #d4c87a;
	outline: none;
}

.form label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	font-weight: bold;
	display: block;
}

.form .submit {
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	color: #333;
	background-repeat: repeat-x;
	border: 1px solid #CCC;
	outline: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.form .submit:hover {
	cursor: pointer;
	color: #360;
	outline: none;
}

.form .error {
	color: #900;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 10px;
}

.form .binary {
	color: #360;
	font-size: 0.85em;
	margin-top: 5px;
}

.form fieldset {
	padding: 15px;
	border: 1px solid #CCC;
}

.form legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-weight: bold;
	color: #666;
}

.form .blue {
	background-color: #CEECFF;
}

#tripBookingForm {
	display: none;
	margin-top: 15px;
}

.dropdown {
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333;
	border: solid 1px #CCC;
	background-repeat: repeat-x;
	margin-bottom: 5px;
	outline: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.dropdown:focus {
	background-color: #f4f0d3;
	border: solid 1px #d4c87a;
	outline: none;
}

.submit {
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	color: #333;
	background-repeat: repeat-x;
	border: 1px solid #CCC;
	outline: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.submit:hover {
	cursor: pointer;
	color: #360;
	outline: none;
}

.input {
	padding: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333;
	border: solid 1px #CCC;
	background-repeat: repeat-x;
	width: 97%;
	border-radius: 5px;
}

.input:focus {
	background-color: #f4f0d3;
	border: solid 1px #d4c87a;
}

.smallinput {
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333;
	border: solid 1px #CCC;
	background-repeat: repeat-x;
	width: 90px;
	margin-bottom: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.smallinput:focus {
	background-color: #f4f0d3;
	border: solid 1px #d4c87a;
}
table.efee{
	float:left;
	margin-right:20px;
	margin-bottom: 20px;
}
table.efee tr th {
	font: 1em Tahoma, Geneva, sans-serif;
	color:#333;
	text-align:left;
	padding:5px;
	width:200px;
	border: solid 1px #999;
}
table.efee tr:nth-child(2n) {
	background-color:#E4E4E4;
}
table.efee tr td {
	font: 0.85em Tahoma, Geneva, sans-serif;
	color:#333;
	text-align:center;
	padding:5px;
	width:100px;
	border: solid 1px #999;
}
table.efee caption {
	font: 0.85em Tahoma, Geneva, sans-serif;
	color:#333;
	text-align:center;
	padding:5px;
}

/* Table Styles */
.tableControl {
	
}

.tableControl th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #000;
	background-color: #C7C7C7;
	padding: 8px;
	border: solid 1px #fff;
	text-align: left;
	width: 550px;
	text-shadow: 1px 1px 1px rgb(255, 255, 255);
}

.tableControl th:hover {
	background-color: #9F9F9F;
}

.tableControl td {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.75em;
	color: #900;
	background-color: #E5E5E5;
	padding: 8px;
	border: solid 1px #fff;
}

.tableControl td:hover {
	background-color: #CDCDCD;
}

.tableControl td a,.tableControl th a {
	color: #0066CC;
}

.tableControl caption {
	color: #0066CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	padding: 7px;
	border: 1px solid rgb(102, 102, 102);
	border-radius: 5px 5px 0px 0px;
	background-color: rgb(204, 204, 204);
	text-shadow: 1px 1px 1px rgb(255, 255, 255);
}

.success {
	color: #006633;
}

.tableForm td {
	padding: 5px;
}

#CDSWIDEXC .widEXCClickWrap {
    position: inherit;
    width: 0; 
    height: 0;
    top: 0;
    left: 0;
    max-width: 10px;

}