@charset "utf-8";
/* CSS Document */

/* ---- Globals ---- */
html, body, a, img, form, fieldset, dl, dt, dd {
	padding: 0;
	margin: 0;
}
html, body, input, select, textarea, textbox, button, table, td, th, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#000;
}
html {
	height: 100%;
	background: #3D612E url(images/html-bg.png) top repeat-x;
}
body {
	background:url(images/city-bg.gif) bottom repeat-x fixed;
}
h1, h2, h3, h4 {
	padding: 0;
	margin: 0 0 0.6em;
}
a {
	color:#CD351D;
	text-decoration: none;
}
a:hover, a.selected {
	color: #F00;
}
img {
	border:none;
}
:focus {
	outline: none;
}
label {
	font-size: 11px;
}
ul,ol {
	margin: 0 0 1.8em 0;
}
p {
	padding: 0;
	margin: 0 0 1.8em 0;
	display: block;
}
h1 {
	font-weight: bold;
	font-size: 1.8em;
}
h2 {
	font-weight: normal;
	font-size: 1.3em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.1em;
}
/* ---- END Globals ---- */


/* ---- Layout ---- */

#main-wrapper {
	min-height: 100%;
	margin: auto;
	width: 1024px;
	border-left: 6px solid #507D3C;
	border-right: 6px solid #507D3C;
	background: url(images/main-wrapper-bg.png) repeat scroll center top;
}
#main-container {
	float: left;
	overflow: auto;
	width: 700px;
	background: #E9F0B7 url(images/main-container-bg.png) top no-repeat;
}
/* ---- Header ---- */

#header-container {
	padding: 14px;
}
#header {
	height: 110px;
	background: url(images/header-bg.png) repeat-x;
}
#header img {
	display: block;
	float: left;
}
#header dl {
	font-size: 18px;
	margin: 38px 6px 0 0;
	float: right;
	display: block;
	color: #CCC;
}
#header dl dt {
	display: block;
	float: left;
}
#header dl dd {
	display: block;
	margin-left: 50px;
	text-align: right;
}
#header dt {
	font-size:14px;
	margin-top:5px;
}
/* ---- Main Content ---- */

#main-content {
	float: left;
	padding: 20px;
	width:660px;
	background: #FFF;
	mine-height: 100%;
	background: url(images/main-content-bg.png) bottom no-repeat;
}
#main-content a {
	color: #CD351D;
}
#main-content a:hover {
	color:#F00;
}
/* ---- Side Columns ---- */

#left-column, #right-column {
	padding: 0 14px;
	width: 134px;
}
#left-column {
	float: left;
}
#right-column {
	float: right;
}
/* ---- Main Menu ----- */

#main-menu {
	margin: 0;
	padding: 0;
	text-align: center;
	list-style-type: none;
}
#main-menu li a {
	font-size: 12px;
	display: block;
	height: 32px;
	line-height: 32px;
	background: url(images/main-menu-btn.png) center 0 no-repeat;
	color: #000;
	font-weight: bold;
}
#main-menu li a:hover {
	background-position: center -32px;
}
/* ---- Side Module ---- */

div.side-module {
	width: 134px;
}
div.side-module div.content {
	background: url(images/main-menu-bg.png) bottom repeat-y;
	padding: 6px 4px 20px;
}
div.side-module h4.header {
	text-indent: -9999px;
	font-size: 0px;
	padding: 0;
	margin: 0;
	height: 5px;
	background: url(images/main-menu-bg.png) top repeat-y;
}
/* ---- Footer ---- */

#footer {
	color: #CD351D;
	bottom: 0px;
	padding: 4px;
	clear: both;
	text-align: center;
	font-size: 0.8em;
}
#footer a:hover, #footer a.selected {
	color: #FFF;
}
#footer ul {
	margin: 0;
	padding: 0;
}
#footer ul li {
	margin: 0 4px;
	display: inline;
}
/* ---- Bubble ---- */
div.bubble {
	width: 358px;
	height: 350px;
	background: url(images/bubble_bg.png) no-repeat;
}
div.bubble div.download-brochure a:hover {
	color:#F06
}
div.bubble div.trade-secrets {
	padding: 34px 0 0 30px;
	font-weight: bold;
	color: #fff;
}
div.bubble div.download-brochure {
	padding: 24px 0 0 80px;
	font-weight: bold;
	font-size: 1.6em;
}
div.bubble div.download-brochure p {
	margin: 20px 0 0;	
}
/* ---- Tables ---- */

table.brochure {
	font: 0.8em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 0 0.8em;
	padding-bottom:20px;
}
table.brochure caption {
	padding: 0 0 5px 0;
	font-style: italic;
	text-align: right;
}
table.brochure th {
	font-weight: bold;
	color: #fff;
	border-top: 1px solid #fff;
	text-align: left;
	padding: 4px 6px 2px 12px;
	background-color:#E35220;
}
table.brochure td {
	border-top: 1px solid #fff;
	padding: 4px 6px 2px 12px;
	color: #000;
}
table.brochure td.alt {
	color:#CD351D;
}
table.brochure th.double {
	border-top: none;
	text-align: left;
}
table.brochure th.spec {
	text-transform: none;
	background: transparent;
	color: #000;
}
table.brochure th.specalt {
	text-transform: none;
	background: transparent;
	color:#CD351D;
}
table.brochure th.note, table.brochure td.note {
	font-size: 1em;
	border-top: none;
}

table.brochure .center {
	text-align: center;	
}

/* ---- Common ---- */
div.content1 {
	padding: 20px;
	margin: 20px;
	background: url(images/content1-bg.png) top right no-repeat;
}
div.content1 h1, div.content1 h2 {
	font-size: 1.5em;	
}
span.compulsory, span.asterisks {
	color: #C00;
}

/* ---- Prices ---- */
#price_content ul {
	padding-left: 1.4em;
}
#price-freeze {
	background: #D9EEFF url(images/price-freeze-bg.png) center no-repeat;
}

/* ---- Organising a tour ---- */
#fund_container {
	background: url(images/organising-a-tour-bubble.png) no-repeat 420px 0px;
}
#fund_content {
	width: 410px;
}
div.tour-steps {
	background: url(images/tour-steps-bg.png) no-repeat;
	padding: 10px 20px;
	width: 360px;
	line-height: 1.3em;
}
div.tour-steps h4 {
	margin-top: 1em;
	height: 31px;
	line-height: 31px;
	padding-left: 40px;
	background: no-repeat;
	text-indent: -9999px;
}
div.tour-steps p {
	
}
/* ---- Home ---- */
#home_container {
	background: url(images/home-container-bg.png) top right no-repeat;
}
.hidethis {
	display:none
}
.headings {
	background-repeat:no-repeat;
	display:block;
	text-indent:-9999px;
	height: 35px;
	width: 400px;
}
#tour_organiser {
	background: url(images/whats_involved_tour_organiser.gif);
	height: 70px;
}
#contact_us {
	background: url(images/contact_us.gif);
}
#metropolitan_prices {
	background: url(images/metropolitan_prices_2009.gif);
}
#trade_secrets {
	background: url(images/trade_secrets.gif);
}
#thanks_contacting {
	background: url(images/thank_you_contacting.gif);
}
#terms_use {
	background: url(images/terms_use.gif);
}
#privacy_policy {
	background: url(images/privacy_policy.gif);
}
#reg_bubble {
	text-indent: -9999px;
	background: url(images/jts_blurb.gif) no-repeat;
	height: 138px;
	width: 320px;
}
