/* general
--------------------------------------------------- */

body * {
	padding: 0;
	margin: 0;
	border: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #fff;
	font-size: small;
	font-family: Verdana, sans-serif;
}

img {
	display: block;
}

em, cite {
	font-style: italic;
}

strong {
	font-weight: bold;
}

a {
	text-decoration: none;
}

acronym {
	border-bottom: 1px rgb(180,180,180) dotted;
}

hr {
	display: none;
}

.hidden {
	text-indent: -5000px;
	height: 0;
	width: 500px;
	overflow: hidden;
	font-size: 1px;
}



/* pagewrapper
--------------------------------------------------- */

h2#title {
	display: none;
}



/* topnavwrapper
--------------------------------------------------- */

div#topnavwrapper {
	display: none;
}



/* quicklinkswrapper
--------------------------------------------------- */

div#quicklinkswrapper {
	display: none;
}



/* primarynav
--------------------------------------------------- */

ul#primarynav {
	display: none;
}



/* splash
--------------------------------------------------- */

div#splash {
	display: none;
}



/* main
--------------------------------------------------- */

div#main a:link {
	color: rgb(108,28,0);
	border-bottom: 1px rgb(220,186,116) solid;
}

div#main a:visited {
	color: rgb(108,28,0);
	border-bottom: 1px rgb(220,186,116) solid;
}

div#main a:hover, div#main a:active {
	color: rgb(108,28,0);
	border-bottom: 1px rgb(220,186,116) solid;
}



/* content
--------------------------------------------------- */

div#content {
	width: 100%;
	color: rgb(80,80,80);
}

p#breadcrumb {
	display: none;
}

div#content h1, div#content h2, div#content h3 {
	font-weight: normal;
	color: rgb(70,70,70);	
}

div#content h1 {
	font-size: 180%;
	padding: 0 0 15px 0;
	border-bottom: 1px rgb(222,222,222) solid;
	margin: 0 0 20px 0;
}

div#content h2 {
	font-size: 130%;
	margin: 1.5em 0 0.4em 0;
}

div#content h3 {
	font-size: 100%;
	margin: 1.5em 0 0.2em 0;
	font-weight: bold;
}

div#content p {
	font-size: 85%;
	line-height: 1.5;
	margin-bottom: 1em;
}

div#content p.note {
	font-style: italic;
	padding-left: 20px;
	background: url(../design/alert.gif) left center no-repeat;
}

div#content p.extratopmargin {
	margin-top: 2em;
}

div#content img.creditsymbols {
	margin-bottom: 1em;
}

div#content span.alert {
	color: rgb(153,0,0);	
}

div#content ul {
	margin: 0 0 1em 1.5em;
	font-size: 85%;	
}

div#content ul li {
	line-height: 1.5;
	margin-bottom: 0.8em;
}

div#content dl {
	margin-bottom: 1em;
	font-size: 85%;
	line-height: 1.5;
}

div#content dt {
	margin-bottom: 0.1em;
}

div#content dd {
	margin-bottom: 1em;
}



/* gallery
--------------------------------------------------- */

div#gallery {
	position: relative;
	width: 470px;
	height: 260px;
}

div#gallery dl {
	position: relative;
	width: 355px;
}

div#gallery dt {
	margin: 0;
	padding: 0;
}

dd#caption {
	font-size: 90%;
	margin-top: 7px;
}

div#gallery ul {
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
	list-style: none;
}

div#gallery ul li {
	float: left;
	width: 100px;
	height: 55px;
	margin-bottom: 5px;
}

div#gallery ul a {
	display: block;
	width: 100px;
	height: 55px;
	border: 0;
}

div#gallery ul li a:link, div#gallery ul li a:visited {
	border: 0;
}

div#gallery ul li a:hover, div#gallery ul li a:active {
	border: 0;
}



/* form
--------------------------------------------------- */

div#content form {
	margin: 1.5em 0;
	width: 95%;
}

div#content form dt {
	font-size: 80%;
	margin-bottom: 2px;
}

div#content form dd {
	margin-bottom: 15px;
}

div#content form input, div#content form textarea, div#content form select {
	border: 1px rgb(150,150,150) solid;
	padding: 3px;
	font: 85% Verdana, sans-serif;
	color: rgb(70,70,70);
	width: 175px;
}

div#content form input:focus, div#content form input.sffocus, div#content form textarea:focus, div#content form textarea.sffocus {
	border: 1px rgb(150,150,150) solid;
}

div#content form input.wide {
	width: 350px;
}

div#content form input.short {
	width: 75px;
}

div#content form textarea {
	width: 500px;
	height: 400px;
}

div#content form select#TOURNAME {
	display: none;
}

div#content form select#TOURDAY {
	display: none;
}

div#content form select#TOURMONTH {
	display: none;
}

div#content form select#TOURYEAR {
	display: none;
}

div#content form input.submit, div#content form input.submitroll {
	display: none;
}



/* listitem
--------------------------------------------------- */

dl.listitem {
	position: relative;
	width: 470px;	
	padding-bottom: 1em;
	border-bottom: 1px rgb(220,220,220) solid;
	margin-bottom: 1.5em;
}

dl.listitem dt {
	float: right;
	width: 320px;
	margin-bottom: 0.4em;
	font-weight: bold;
	font-size: 120%;
	page-break-after: avoid;
}

dl.listitem dd {
	line-height: 1.5;
	margin-left: 150px;
	margin-bottom: 0.6em;
}

dl.listitem dd.image {
	float: left;
	margin: 4px 0 0 0;
	page-break-after: avoid;
}

dl.listitem dd.link {
	font-style: italic;
}



/* tourinfo
--------------------------------------------------- */

div#tourinfo {
	position: relative;
	width: 470px;
	background: url(../design/tourinfo_bg.gif) repeat-y;
	margin-bottom: 3em;
}

div#infowrapper {
	float: left;
	width: 235px;
}

div#tourinfo div.info {
	padding: 6px 10px;
	width: 215px;
	border-bottom: 5px #fff solid;
}

div#tourinfo div.noborder {
	border-bottom: 0;
}

div#tourinfo div.info h3 {
	margin: 0 0 0.2em 0;
	font-size: 85%;
}

div#tourinfo div.info p {
	font-size: 85%;
	margin: 0;
}

div#tourinfo div.info ul {
	font-size: 85%;
	list-style: none;
	margin: 0;
}

div#tourinfo div.info li {
	margin-bottom: 0.2em;
}

div#tourinfo img {
	float: right;
	width: 230px;
}

div#tourinfo:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}



/* timetable
--------------------------------------------------- */

table#timetable {
	border-collapse: collapse;
	width: 95%;
	font-size: 85%; 
	margin-bottom: 1em;
	border: 1px #000 solid;
}

table#timetable caption {
	font-weight: normal;
	color: rgb(70,70,70);	
	font-size: 130%;
	margin: 1.5em 0 1em 0;
	text-align: left;
}

table#timetable th, table#timetable td {
	padding: 0.5em 1.3em;
	border: 1px #000 solid;
	text-align: left;
}

body#edinburgh table#timetable thead {
	background: rgb(31,71,9);
	color: #fff;
}

body#glasgow table#timetable thead {
	background: rgb(134,109,64);
	color: #fff;
}

body#fWilliam table#timetable thead {
	background: #70318C;
	color: #fff;
}

table#timetable td {
	background: rgb(230,230,230);
}



/* sidebar
--------------------------------------------------- */

div#sidebar {
	display: none;
}



/* footer
--------------------------------------------------- */

div#footer {
	display: none;
}
