@charset "UTF-8";
/* CSS Document */

body {
	background-color:#e4e4e4;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
	top:0px;
	bottom:0px;
}
body, td, th {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0a254d;
}
a:link {
	color: #2b2f7d;
}
a:visited {
	color: #2b2f7d;
}
a:hover {
	color: #d51717;
}
a:active {
	color: #2b2f7d;
}

a.white:link {
	color: #ffffff;
	text-decoration:none;
}
a.white:visited {
	color: #ffffff;
	text-decoration:none;
}
a.white:hover {
	color: #b69217;
	text-decoration:none;
}
a.white:active {
	color: #ffffff;
	text-decoration:none;
}


.topnav {
	position:relative;
	
}

a.topnav {
	font-size:14px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight:normal;
}
a.topnav:link {
	color: #ffffff;
	text-decoration:none;
}
a.topnav:visited {
	color: #ffffff;
	text-decoration:none;
}
a.topnav:hover {
	color: #b69217;
	text-decoration:none;
}
a.topnav:active {
	color: #ffffff;
	text-decoration:none;
}



a.blocklink:link, a.blocklink:visited, a.blocklink:active {
	color: #ffffff;
	background-color: #ad2007;
	text-decoration:none;
	border: 1px solid #ffffff;
	padding:2px 4px 2px 4px;
}
a.blocklink:hover {
	background-color: #1b508f;
	text-decoration:none;
}

h1,h2,h3,h4,h5,h6 {
	passing: 0;
	margin: 0;
	font-size: 16px;
	font-weight:normal;
}

h1 {
	color:#293888;
	margin-bottom:4px;
	font-size:18px;
	font-style:italic;
}


#homeform {
	font-variant:small-caps;
	font-size:10px;
}


#mainwindow {
	width:900px;
	height:auto;
	background-color:#f6efde;
	border: 1px #603005 solid;
	position:relative;
	background-image:url(../images/body_back.jpg);
	background-repeat:repeat-x;
}

.spacer {
	height:6px;
	line-height:6px;
}

.clear {
	clear:both;
}


#topheader {
	position:absolute;
	top:0px;
	height:35px;
	width:910px;
	margin-left:-10px;
	text-align:left;
}


.input {
	width:184px;
}

#leftShadow {
	height:100%;
	width:74px;
	position:absolute;
	top:0px;
	bottom:0px;
	background-image:url(../images/left_shadow.png);
	background-repeat:repeat-y;
	left:-74px;
}

#search {
	position:absolute;
	top:18px;
	left:44px;
}

#topNav {
	position:absolute;
	top:15px;
	right:0px;
}

#topNav a {
	text-align:center;
	line-height:19px;
	font-size:13px;
	display:block;
	height:19px;
	width:100px;
	color: #ffffff;
	background-image:url(../images/button_back.jpg);
	background-repeat:repeat-x;
	text-decoration:none;
	float: left;
	margin-right:10px;
	border: 1px solid #ffffff;
}

#topNav a:link {

}
#topNav a:visited {

}
#topNav a:hover {
	background-position: 0px -19px;
}
#topNav a:active {
	
}


#language {
	position:absolute;
	top:12px;
	right:12px;
}

#language a {
	font-size:10px;
	line-height:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#language a:link {
	color: #0363f3;
	text-decoration:none;
}
#language a:visited {
	color: #0363f3;
	text-decoration:none;
}
#language a:hover {
	color: #d51717;
	text-decoration:none;
}
#language a:active {
	color: #0363f3;
	text-decoration:none;
}

#toursTitle {
	color:#293888;
	float:left;
	padding: 2px 0px 2px 4px;
	font-size:16px;
	font-style:italic;
}


.tourImage {
	position:relative;
	float:left;
	margin: 0px 4px 0px 0px;
	width:65px;
	height:65px;
}


.packageImage {
	position:relative;
	float:right;
	margin: 0px 0px 0px 4px;
	width:95px;
	height:110px;
}

#flashwindow {
	position:absolute;
	top:55px;
	z-index:1;
}

#flashwindowInside {
	position:relative;
	float:left;
	z-index:1;
	width:290px;
}

#header {
	position:relative;
	height:51px;
}

#headerBar {
	position:absolute;
	top:0px;
	left:250px;
	width:632px;
	height:51px;
	background-image:url(../images/right_top_back.jpg);
	background-repeat:no-repeat;
}

#headerDivider {
	position:relative;
	right:0px;
	width:882px;
	height:4px;
	background-image:url(../images/space_back.jpg);
	background-repeat:repeat-x;
}


#logo {
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
}

.package {
	position:relative;
	float:left;
	width:275px;
	height:125px;
	background-image:url(../images/section_back.jpg);
	background-repeat:repeat-x;
	margin-right: 4px;
	margin-bottom:4px;
	cursor: pointer;
}

.packageOver {
	background-image:url(../images/package_over_back.jpg);
	background-repeat:no-repeat;
}


.tour {
	position:relative;
	float:left;
	width:275px;
	height:80px;
	margin-right: 4px;
	margin-bottom:4px;
	cursor: pointer;
}

.tourOver {
	background-image:url(../images/tours_over.jpg);
	background-repeat:no-repeat;
}


.packageTitle {
	color:#d51717;
	font-size:13px;
}

.packageLength {
	color:#2b2f7d;
	font-style:italic;
}
.packageText {
}
.packagePrice {
	font-weight:bold;
}

.packagePadding {
	padding:7px 6px 5px 10px;
}



.tourTitle {
	color:#d51717;
	font-size:12px;
	line-height:13px;
}

.tourLength {
	color:#2b2f7d;
	font-style:italic;
	font-size:11px;
	line-height:12px;
}
.tourText {
	font-size:11px;
	line-height:11px;
}
.tourPrice {
	font-weight:bold;
	font-size:11px;
	line-height:12px;
}

.tourPadding {
	padding:7px 9px 5px 7px;
}



#packages {
	position:absolute;
	top: 390px;
	left: 260px;
	height: 258px;
	width:561px;
}

#tours {
	position:absolute;
	top: 652px;
	left: 260px;
	height: 204px;
	width:561px;
	background-image:url(../images/tours_back.jpg);
	background-repeat:repeat-x;
}

#leftside {
	position:absolute;
	top: 250px;
	left: 0px;
}

#leftsidehome {
	position:absolute;
	top: 390px;
	left: 0px;
}

#maincontent {
	position:absolute;
	line-height:16px;
	top: 250px;
	left: 260px;
	width:561px;
	height:100%;
	background-image:url(../images/interior_back.jpg);
	background-repeat:repeat-x;
}



.specialtoursTitle {
	float:left;
	padding: 2px 0px 2px 8px;
	font-size:16px;
	font-style:italic;
	color:#d51717;
}

.divider {
	background-image:url(../images/divider_line.jpg);
	height:1px;
	width:251px;
	position:relative;
	clear:both;
}

.specialHeader {
	width:251px;
	position:relative;
}

#maindivider {
	position:absolute;
	top: 644px;
	left: 260px;
	background-image:url(../images/large_line.jpg);
	height:9px;
	width:551px;
}

.imageSpace {
	margin:10px 10px 10px 10px;
}


#pullmantur {
	margin: 20px 0px 20px 0px;
	position:relative;
	width:252px;
	height:37px;
	background-image:url(../images/pullmantur.jpg);
	background-repeat:no-repeat;
	text-align:right;
}

#pullmantur a {
	position:absolute;
	text-align:right;
	right:15px;
	display:block;
	width:120px;
	padding:4px 0px 4px 0px;
}


#rightShadow {
	height:100%;
	width:74px;
	position:absolute;
	top:0px;
	bottom:0px;
	background-image:url(../images/right_shadow.png);
	background-repeat:repeat-y;
	right:-74px;
}

#sidecontent {
	position:relative;
	float:right;
	top:55px;
	right:0px;
	width: 330px;
	padding:10px 0px 40px 10px;
	text-align:left;
}
.insideColumn {
	position:relative;
	float:left;
	background-color:#32598b;
	width:290px;
	height:auto;
	float:left;
}

.column {
	position:relative;
	margin-right:6px;
	margin-top:5px;
	background-image:url(../images/column_back.jpg);
	background-repeat:repeat-x;
	width:290px;
	height:390px;
	float:left;
}

#main {
	position:relative;
	height:691px;
	width: 882px;
	text-align:left;
	margin: 0 auto;
	border: 1px solid #ffffff;
	background-color: #95b0cb;
	background-image:url(../images/main_back.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	margin-top:40px;
}


#mainInterior {
	position:relative;
	height:auto;
	width: 882px;
	text-align:left;
	margin: 0 auto;
	border: 1px solid #ffffff;
	background-color:#32598b;
	margin-top:40px;
}

#interiorcontent {
	position:relative;
	float:right;
	width:592px;
	height:auto;
	clear:both;
	background-image:url(../images/main_back.jpg);
	background-repeat:repeat-x;
	background-color:#e1e1e3;
}
#interiorcontentWide {
	position:relative;
	float:left;
	width:882px;
	height:auto;
	clear:both;
	background-image:url(../images/main_back.jpg);
	background-repeat:repeat-x;
	background-color:#e1e1e3;
}
#columns {
	position:absolute;
	top: 296px;
	left:0px;
	width:882px;
	height:auto;
	clear:both;
}
.imageLayer {
	position:absolute;
	top:0px;
	left:0px;
}


#footer {
	position:absolute;
	bottom:0px;
	height:24px;
	line-height:24px;
	width:821px;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#footer a {
	text-decoration:none;
}


div.description {
	padding-bottom:10px;
}

.button {
	background-image:url(../images/submit_back.jpg);
	color:#ffffff;
	border: 0;
}

.input {
	color:#0a254d;
	border: 0;
}

.spacer {
	margin: 10px 0px 10px 0px;
	height:2px;
	clear:both;
}

.line {
	border-bottom: 1px solid #dccfb5;
}

.featuredimage {
	float:left;
	display:block;
	border: 1px solid #413f3d;
	margin-right: 10px;
}

.artistimage {
	float:right;
	display:block;
	border: 1px solid #413f3d;
	margin-left: 10px;
}

.featuredheader {
	font-weight:bold;
	line-height:18px;
}

#nav {
	display:block;
	position:relative;
	list-style:none;
	margin:0;
	padding:0;
	height:auto;
}


#nav ul {
	display:block;
	position:relative;
	margin:0;
	padding:0;
	width:330px;
	height:auto;
}


#nav li {
	display:block;
	position:relative;
	list-style:none;
	margin-bottom:1px;
}


.viewAll {
	float:right;
	padding: 2px 15px 2px 0px;
	line-height:16px;
}


#nav li div {
	display:block;
	background-repeat:no-repeat;
	background-color: #7f6610;
	width:194px;
	height:24px;
	font-size: 12px;
	line-height:24px;
	font-variant:small-caps;
	color:#f5f1e1;
	text-align:left;
	text-decoration:none;
}
#nav li div:hover {
	background-color:#1d1809;
}

#nav li.divider {
	padding:0;
	margin:0;
	height:0px;
}
#nav li.divider div {
	padding:0;
	margin:0;
	height:1px;
	line-height:0px;
	background-color:#1d1809;
}
#nav li.divider:hover, #nav li.sfhover {
	background-color:#000000;
}


#nav li a {
	display:block;
	background-repeat:no-repeat;
	background-color: #7f6610;
	width:194px;
	height:24px;
	font-size: 12px;
	line-height:24px;
	font-variant:small-caps;
	color:#f5f1e1;
	text-align:left;
	text-decoration:none;
}
#nav li a:hover {
	background-color:#1065a1;
}


#nav div.openclose {
	float: right;
	padding:5px 0px 5px 0px;
}


#nav li ul li a {
	display:block;
	background-repeat:no-repeat;
	background-color: #7f6610;
	width:184px;
	height:24px;
	padding:0px 4px 0px 6px;
	font-size: 12px;
	line-height:24px;
	font-variant:small-caps;
	color:#f5f1e1;
	text-align:left;
	text-decoration:none;
}
#nav li ul li a.subnav:hover {
	background-color:#1065a1;
}


#nav li ul div.sidecontent {
	display:block;
	position:relative;
	background-color: #e2d3b6;
	background-image:url(../images/side_nav_info_back.jpg);
	background-repeat:repeat-x;
	padding:10px;
}


#tagline {
	position:relative;
	text-align:right;
	margin-top:10px;
	margin-bottom:20px;
	width:882px;
}



a.blockLinkSmall:link, a.blockLinkSmall:visited, a.blockLinkSmall:active {
	display:block;
	background-image:url(../images/blocklink_back.jpg);
	background-repeat:repeat-x;
	color: #ffffff;
	font-size:10px;
	text-align:center;
	text-decoration:none;
	line-height:20px;
	padding:0px 5px 0px 5px;
}
a.blockLinkSmall:hover {
	background-image:url(../images/blocklink_back.jpg);
	background-repeat:repeat-x;
	background-position:0px -25px;
	color: #ffffff;
}



table.display {
	margin: 0 auto;
	clear: both;
}


.dataTables_wrapper {
	position: relative;
	clear: both;
}

.dataTables_processing {
	position: absolute;
	top: 0px;
	right:0px;
	width: 50px;
	margin-left: -125px;
	text-align: center;
	color: #006940;
	font-size: .8em;
	padding: 2px 0;
}

.dataTables_length {
	width: 40%;
	float: left;
	margin-bottom:15px;
}

.dataTables_filter {
	width: 50%;
	float: right;
	text-align: right;
	margin-bottom:15px;
}

.dataTables_info {
	margin-top:15px;
	width: 60%;
	float: left;
}

.dataTables_paginate {
	margin-top:15px;
	width: 44px;
	* width: 50px;
	float: right;
	text-align: right;
}



table.display thead th {
	padding: 5px 0px 5px 18px;
	border-bottom: 1px solid #273a86;
	font-weight: bold;
	text-align:left;
	cursor: pointer;
	* cursor: hand;
}



table.display tfoot th {
	padding: 3px 10px;
	border-top: 1px solid #273a86;
	font-weight: bold;
}


table.display td {
	padding: 3px 10px;
}

table.display td.center {
	text-align:center;
}

table.display tr.odd.highlight {
	background-color:#a09c99;
	color:#ffffff;
}

table.display tr.even.highlight {
	background-color:#a09c99;
	color:#ffffff;
}

.sorting_asc {
	cursor: pointer;
	* cursor: hand;
	background: url('../images/sort_asc.jpg') no-repeat center left;
}

.sorting_desc {
	cursor: pointer;
	* cursor: hand;
	background: url('../images/sort_desc.jpg') no-repeat center left;
}

.sorting {
	cursor: pointer;
	* cursor: hand;
	background: url('../images/sort_both.jpg') no-repeat center left;
}


.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
	height: 19px;
	width: 19px;
	margin-left: 3px;
	float: left;
}


.paginate_disabled_previous {
	cursor: pointer;
	* cursor: hand;
	background-image: url('../images/back_disabled.jpg');
}

.paginate_enabled_previous {
	cursor: pointer;
	* cursor: hand;
	background-image: url('../images/back_enabled.jpg');
}

.paginate_disabled_next {
	cursor: pointer;
	* cursor: hand;
	background-image: url('../images/forward_disabled.jpg');
}

.paginate_enabled_next {
	cursor: pointer;
	* cursor: hand;
	background-image: url('../images/forward_enabled.jpg');
}




.top, .bottom {
	padding: 15px;
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;
}

.top .dataTables_info {
	float: none;
}

.clear {
	clear: both;
}

tfoot input {
	margin: 0.5em 0;
	width: 100%;
	color: #444;
}

tfoot input.search_init {
	color: #999;
}

