@charset "utf-8";
/* CSS Document */
/*
==========================================================================
	
	STYLE.CSS | CSS FRAMEWORK
	--------------------------
 	Passing Through styles
	
	- Southern Travel Holdings Ltd -
	
	author: Simon Hertnon [simon.hertnon@experiencetravel.com]
	version: - 22 July 2009 -

	Contents:
	--------------------------
	1  -  Generic Reset
	2  -  Global Styles
	3  -  Structure / Col Styles 
	4  -  STH Header Styles
	5  -  STH Footer Styles
	6  -  Content Styles
	6a -  Naviagtion & Content Breadcrumb (CB) Styles
	6b -  Main Content Styles
	6d -  Table Styles
	6d -  Content Other (CO) Styles
	
	Edits Trail
	--------------------------

	
==========================================================================
1 - Generic Reset
==========================================================================
*/

/* CLEAR OUT STYLES - FRESH'N IT UP */ 
body, html, div, blockquote, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, form, a, fieldset, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #535353;
}
a:hover {
	text-decoration: underline;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
img {
	border: none;
}
p {

}
table {
	background-color: #cccccc;
	border: 0px;
	border-collapse: collapse;
}
td {
	padding: 5px;
}
tr {
	background-color: #ffffff;
}
input[type=text] {
	border: 1px solid #cccccc;
	margin: 0px;
	color: #666666;
}

/*
==========================================================================
2 - Global Styles
==========================================================================
*/
body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3em;
}
a {
	color: #998c75;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
h1 {
	color: #ffffff;
	font-family: Calibri, Arial, san-serif;
	font-size: 24px;
	font-weight: normal;
}
h2 {
	color: #998c75;
	font-family: Calibri, Arial, san-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.3em;
	margin-top: 1px;
}
h3 {
	color: #808080;
	font-family: Calibri, Arial, san-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.3em;
	margin-top: 14px;
}
h4 {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	margin-bottom: 6px;
	}

hr {
	height: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #998c75;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin-top: 6px;
	margin-right: 0;
	margin-bottom: 6px;
	margin-left: 0;
}

ul {
	list-style-type : square;
	}

ol {
	margin-left: 20px;
}
.button {
	background-color: #E2E2E2;
	color: #333333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
	margin-top: 0.4em;
	margin-bottom: 0.4em;
	padding: 4px;
}
.photo-border { border: 1px solid #000000; }
.photo-border-reverse { border: 1px solid #ffffff; }
.photo-border-brown { border: 1px solid #998c75; }
.note { font-size: 85%; line-height: 1.3em; }
.special { color:#5b9bf5; }
/*
==========================================================================
3 - Main Structural Divisions
==========================================================================
*/
/* MAIN COLUMN(S) */
#STH-body {
	background-color: #cccccc;
	height: 100%;
	margin: 0px;
}
#STH-body #wrapper {
	width: 996px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
#main-col {
	height: auto;
	width: 548px;
}
#main-col ul {
	margin-left: 20px;
}
#breadcrumb {
	background-color: #f7f7f7;
	color: #000000;
	font-size: 12px;
	border-top: 1px #cccccc solid;
	margin: 0px;
	padding: 5px 15px 5px 10px;
}
#breadcrumb a {
	color: #998c75;
}
#breadcrumb a:hover {
	color: #535353;
	text-decoration: none;
}
#page-title {
	background-color: #998c75;
	color: #ffffff;
	margin: 0px;
	padding: 10px
}
#content-1-col {
	font-size: 12px;
	padding-top: 1px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#content-1-col em {
	color: #333333;
	background-color: #F3F3F3;
	padding: 14px;
	border: 1px solid #E5E5E5;
	margin: 6px;
	display: block;
}
#content-2-col {
	width: 280px;
	background-color: #E4E4E4;
	margin-left: 10px;
}

/* LEFT COLUMN */
#left-col {
	width: 224px;
	font-size: 12px;
	text-align: left;
}
/*CLP*/
#left-col #CLP {
	border-top: 1px #cccccc solid;
	padding: 12px;
	background-color: #000000;
}
#left-col #CLP p {
	color: #ffffff;
}
#left-col #CLP a {
	color: #e7e7e7;
}
#left-col #CLP a:hover {
	color: #ffffff;
	text-decoration: none;
}
/* CLA*/
#left-col #CLA {
	border: 2px solid #e7e7e7;
	background-color: #ffffff;
	padding: 8px;
}
/*CLI*/
#left-col #CLI {
	padding: 12px;
	background-color: #e7e7e7;
}
#left-col #CLI p {
	color: #000000;
}
#left-col #CLI a {
	color: #535353;
}
#left-col #CLI a:hover {
	color: #000000;
	text-decoration: none;
}

/* RIGHT COLUMN */
#right-col {
	width: 224px;
	font-size: 12px;
	text-align: left;
}
/* CRT */
#right-col #CRT {
	background-color: #e7e7e7;
	padding: 12px;
	border-top: 1px solid #cccccc;
	margin: 0px;
	position: relative;
}
#right-col #CRT p {
	color: #000000;
}
#right-col #CRT a {
	color: #535353;
}
#right-col #CRT a:hover {
	color: #000000;
	text-decoration: none;
}
#right-col #CRT hr {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #5A1912;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	height: 1px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
/* CRA*/
#right-col #CRA {
	border: 2px solid #e7e7e7;
	background-color: #ffffff;
	padding: 8px;
}
/*
==========================================================================
4 - STH Header Styles
==========================================================================
*/
#STH-header {
	height: 145px;
	margin-right: auto;
	margin-left: auto;
	width: auto;
}
#header-content {
	width: 972px;
	margin-right: auto;
	margin-left: auto;
	height: 145px;
}
#nav {
	float:right;
	margin-right:0px;
	margin-top:120px;
	font-size: 12px;
	color: #000000
}
#nav a {
	color: #998c75;
}
#nav a:hover {
	color: #535353;
	text-decoration: none;
}
/*
==========================================================================
5 - STH Footer Styles
==========================================================================
*/
#footer {
	height: 80px;
	font-size: 11px;
	text-align: center;
	border-top: 1px  solid #CCCCCC;
	padding-top: 2.6em;
	padding-bottom: 0.4em;
}
/*
==========================================================================
6 - Container Styles
==========================================================================
*/

/* 6d. Table styles */

.tableheader {
	background-color: #cccccc;
	color: #000000;
	font-weight: bold;
	padding-left: 5px;
	font-family: Arial, Helvetica, san-serif;
	font-size: 110%;
	padding-top: 5px;
	padding-bottom: 5px;
}
.tr-odd {
	background-color: #e7e7e7;
}
.table-generic {
	border: 1px solid #cccccc;
	background-color: #cccccc;
	text-align: left;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 12px;
	margin-bottom: 12px;
	line-height: 1.4em;
}
.table-smalltext {
	border: 1px solid #cccccc;
	background-color: #cccccc;
	text-align: left;
	font-size: 80%;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 12px;
	margin-bottom: 12px;
	line-height: 1.4em;
}
.table-generic input.text {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	margin: 0px;
	padding: 0px;
}
.tble-cell-border {
	border: 1px dotted #999999;
}
.tableheader-purchase {
	background-color: #000000;
	color: #ffffff;
	font-weight: normal;
	padding-left: 5px;
	font-family: Calibri, Arial, san-serif;
	font-size: 150%;
	padding-top: 8px;
	padding-bottom: 8px;
}
.table-purchase {
	border: 1px solid #000000;
	background-color: #000000;
	text-align: left;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 1.3em;
}
.table-purchase input.text {
	background-color: #ffffff;
	border: 1px solid #666666;
	text-align: right;
	margin: 0px;
	padding: 0px;
}
.td-purchase-option {
	background-color: #666666;
	color: #ffffff;
}
.td-purchase-choice {
	background-color: #cccccc;
	color: #000000;
}
.td-muted {
	background-color: #e7e7e7;
	color: #535353;
}
.td-highlight {
	background-color: #998c75;
	color: #ffffff;
	font-style: italic;
	text-align: center;
}
.table-accom {
	border: 0px solid #CCCCCC;
	text-align: left;
	width: 95%;
	padding: 0px;
	line-height: 1.0em;
}
.highlight {
	background-color: #ECF8DA;
}

/* 6d. CO (other) styles */
#search {
	display: block;
}
#search .header {
	color: #FFFFFF;
	padding-left: 10px;
	background-color: #2778A3;
	display: block;
}
.clear {
	height: 1px;
	width: 100%;
	padding: 0px;
	margin: 0px;
	clear: both;
}
.content-highlight-white {
	background-color: #FFFFFF;
	border: 6px solid #E5E5E5;
	padding: 10px;
}
.content-highlight-white h2 {
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
