* {
	border: none;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

/* ---------- GLOBAL ------------------------------------------------------- */

body {
	font-size: 62.5%;
	background: #131617 url(../images/background1.jpg) center 110px no-repeat;
	background-repeat: no-repeat !important;
}

hr {
	display: none;
}

.invisible {
	display: none;
}

.clear {
	float: none !important;
	clear: both !important;
}

.centred {
	margin: auto;
	width: 850px;
}

.gradientRule {
	height: 15px;
	background: transparent url(../images/gradientrule.png) center left no-repeat;
}

/* ----- Header ----- */

#header {
	background: #fff url(../images/background1-header.jpg) top right no-repeat;
}

#logo {
	float: left;
	width: 231px;
	height: 57px;
	margin: 19px 11px 22px 26px;
	background: transparent url(../images/logo.png) top left no-repeat;	
}

#logo a {
	display: block;
	width: 227px;
	height: 57px;
}

#logo a span {
	display: none;
}

#search {
	float: left;
	padding: 4px 5px 4px 5px;
	background: #fff;
	border-left: 1px solid #D6DBE0;
	border-right: 1px solid #D6DBE0;
	border-bottom: 1px solid #D6DBE0;
}

#search input {
	padding: 0.2em;
	font-size: 1.1em;
	color: #121212;
	background: #EDEDED;
	border-top: 1px solid #B8B8B8;
	border-left: 1px solid #B8B8B8;
	border-bottom: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
}

#search button {
	cursor: pointer;
	margin-left: 2px;
	padding: 2px;
	color: red;
	font-size: 1.0em;
	font-weight: bold;
	background: #fff;
}

#search label {
	display: none;
}

#topMenu {
	float: left;
	margin-left: 4px;
	background: #fff;
}

#topMenu li {
	display: block;
	height: 2.7em;
	float: left;
	border-right: 1px solid #D6DBE0;
	border-bottom: 1px solid #D6DBE0;
}

#topMenu-firstItem {
	border-left: 1px solid #D6DBE0;
}

#topMenu a {
	display: block;
	padding: 7px 8px 6px 8px;
	font-size: 1.1em;
	color: #323535;
	text-decoration: none;
}

#topMenu li ul li {
	border: none;
}

#showImages {
	display: none !important;
}

#brunelInstituteLink {
	display: block;
	float: right;
	width: 139px;
	height: 29px;
	margin: 20px 81px 0 0;
	line-height: 24px;
	color: #191F1F;
	font-size: 1.3em;
	text-align: center;
	text-decoration: none;
	background: transparent url(../images/buttonlink.png) top left no-repeat;
}

/* ----- Text sizes ----- */

.defaultTextSize {
	color: red !important;
}

.small {
	font-size: 1.0em !important;
	line-height: 1.45em;
}

.medium {
	font-size: 1.2em !important;
	line-height: 1.15em;
}

.large {
	font-size: 1.4em !important;
	line-height: 0.9em;
}

.largest {
	font-size: 1.6em !important;
	line-height: 0.77em;
}

/* ----- Main Menu ----- */

.noShopYet {
	padding-left: 72px;
}

#mainMenu {
	min-height: 2.7em;
	font-size: 1.2em;
	border-top: 1px solid #9B1100;
	background: #DC281D url(../images/menubg.gif) bottom left repeat-x;
}

#mainMenu ul {
	list-style-type: none;
	margin-top: 5px;
}

#mainMenu ul li {
	display: block;
	float: left;
	height: 22px;
	margin-right: 5px;
	padding: 0 9px 0 4px;
	background: transparent url(../images/menudivider.gif) top right no-repeat;
}

.lastItem {
	background: none !important;
}

#mainMenu ul li span {
	display: block;
	height: 22px;
	background: transparent url(../images/menu-left.png) 0px 0px no-repeat;	
}

#mainMenu ul li span a {
	display: block;
	height: 22px;
	padding-left: 8px;
	padding-right: 8px;
	color: #fff;
	line-height: 1.8em;
	text-decoration: none;
	background: transparent url(../images/menu-right.png) 100% 0px no-repeat;	
}

#mainMenu ul li span:hover, .active span {
	background-position: 0px -22px !important;
}

#mainMenu ul li span a:hover, .active span a {
	background-position: 100% -22px !important;
}

/* ----- Page Content ----- */

#outerContainer {
	width: 850px;
	margin: auto;
}

#contentContainer {
	float: left;
	width: 776px;
	background: transparent url(../images/contentbg.png) top left repeat-x;
}

.content {
	width: 768px;
	padding-bottom: 0.2em;
	margin: 0 4px 0px 4px;
	background: #fff;
}

#subNav {
	float: left;
	width: 178px;
	margin: 8px 18px 0 8px;
	padding-top: 12px;
	font-size: 1.2em;
	background: transparent url(../images/subnavbg-top.png) top left no-repeat;
}

#subNav ul {
	list-style-type: none;
	padding: 0 1px 12px 1px;
	background: transparent url(../images/subnavbg.png) bottom left no-repeat;
}

#subNav li {
	background: transparent url(../images/subnavdivider.gif) bottom left repeat-x;
}

#subNav li a {
	display: block;
	text-decoration: none;
	padding: 0.4em 1em 0.5em 1em;
	color: #3F4046;
}

#subNav li a:hover {
	background: #CECECE;
}

.subNav-open {
	background: #CECECE !important;
	font-weight: bold;
}

#subNav li ul {
	margin-left: 35px;
	background-image: none;
}

#subNav li ul li {
	background-image: none;
}

.subSubNav-current a, #subNav li ul li a:hover {
	color: #000 !important;
}

/* ----- Touch Panel ----- */

#touch {
	float: left;
	width: 58px;
	height: 252px;
	margin: 16px 0 0 16px;	
	background: transparent url(../images/touchbg.png) top left no-repeat;	
}

#touch h2 {
	width:56px;
	height: 37px;
	margin: 4px 0 8px 0;
	text-indent: -9999px;
	background: transparent url(../images/touchheading.png) top left no-repeat;
}

#touch a {
	display: block;	
	width: 26px;
	height:26px;
	margin: 0 0 3px 10px;
	padding: 5px;
	background: transparent url(../images/touchthumb-bg.png) 0px 0px no-repeat;
}

#touch a:hover {
	background-position: 0px -36px;
}

/* ----- Footer ----- */

#footer {
	padding: 10px 0 12px 0;
}

#footer a {
	text-decoration: none;
}

#fanaticLink {
	float: left;
	margin-left: 11px;
	color: #494B4B;
}

#fanaticLink span {
	font-weight: bold;
	font-size: 1.25em;
	color: #898B8B;
}

#footer ul {
	float: right;
	margin: 2px 78px 0 0;
	list-style-type: none;
}

#footer ul li {
	float: left;
	font-size: 1.1em;
	color: #3F4141;
}

#footer ul li a, #footer ul li span {
	padding: 0 0.8em 0 0.8em;
	color: #898B8B;
}

/* ---------- HOME PAGE ---------------------------------------------------- */

#homePage {	
	width: 768px;
	position: relative;
}

#leftCol {
	float: left;
}

#rightCol {
	padding: 5px 4px 0 0;
	float: right;
}

.welcome h2 {
	background: transparent url(../images/welcomeheading.png) bottom left no-repeat;
	width: 219px;
	height: 65px;
	margin-left: 20px;
	text-indent: -9999px;
}

.welcome p {
	width: 254px;
}

.welcome p a {
	color: #101112;	
}

.welcome p a:hover {
	text-decoration: none;	
}

#homePage {
	padding-bottom: 5px;
}

#homePage p {
	margin-left: 20px;
	margin-top: 1em;
	font-size: 1.1em;
}

.homeSection {
	padding: 9px 15px 9px 15px;
	border: 1px solid #CED3D3;
}

.homeSection h2, .homeSection h2 {
	color: #1D220F;
	height: 18px;
	margin-bottom: 7px;
	font-size: 1.2em;
	border-bottom: 1px solid #BBC0C0;
}


#signUp {
	width: 222px;
	margin: 10px 0 8px 20px;
	background: #F1F3F3 url(../images/signupbg.png) top left repeat-x;
}

#signUp input {
	vertical-align: middle;
}

.textInput {
	font-size: 1.1em;
	width: 147px;
	padding: 0.3em;
	margin-right: 2px;
	border-top: 1px solid #B8B8B8;
	border-left: 1px solid #B8B8B8;
	border-bottom: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
}

#flashContainer {
	width: 467px;
	height: 547px;
}

#trueStory {
	width: 468px;
	height: 111px;
	margin-top: 7px;
	background: transparent url(../images/truestory.jpg) top left no-repeat;	
}

#trueStory a {
	display: block;
	width: 468px;
	height: 111px;
}

#trueStory a span {
	display: none;
}

#news {
	margin-top: 7px;
	margin-bottom: 8px;
	background: #F1F3F3 url(../images/newsbg.png) top left repeat-x;	
}

#news div {
	float: left;
	width: 215px;
}

#news span {
	display: none;
}

#news h3 {
	font-size: 1.1em;
	color: #BC0812;
}

#news p {
	width: 212px;
	margin: 0 0 4px 0;
}

#news a {
	display: block;
	width: 58px;
	height: 22px;
	background: transparent url(../images/button-more.png) top left no-repeat;	
}

#awards {
	padding: 8px 0 8px 8px;
}

/* ----- nuggets ----- */

#visitUs {
	margin-top: 20px;
	background: #95A4BC;
}

#visitUs h2 {
	border-top: 1px solid #4B5565;
	border-bottom: 1px solid #B3C0D5;
	background: transparent url(../images/nugget-headingbg-visit.png) top left repeat-y;
}

#visitUs a {
	border-top: 1px solid #4B5565;
	border-right: 1px solid #4B5565;
	border-bottom: 1px solid #B3C0D5;
	border-left: 1px solid #B3C0D5;
	background: transparent url(../images/nugget-buttonbg1.png) top left repeat-y;
}

#venueHire {
	background: #282A2A;
}

#venueHire h2 {
	border-top: 1px solid #090909;
	border-bottom: 1px solid #393D3D;
	background: transparent url(../images/nugget-headingbg-hire.png) top left repeat-y;
}

#venueHire a {
	border-top: 1px solid #1B1C1C;
	border-right: 1px solid #1B1C1C;
	border-bottom: 1px solid #4F5050;
	border-left: 1px solid #4F5050;
	background: transparent url(../images/nugget-buttonbg-hire.png) top left repeat-y;
}

#askBrunel {
	background: #B8060F;
}

#askBrunel h2 {
	border-top: 1px solid #5C0005;
	border-bottom: 1px solid #D15E64;
	background: transparent url(../images/nugget-headingbg-ask.png) top left repeat-y;
}

#askBrunel a {
	border-top: 1px solid #6D0108;
	border-right: 1px solid #6D0108;
	border-bottom: 1px solid #C94248;
	border-left: 1px solid #C94248;
	background: transparent url(../images/nugget-buttonbg-ask.png) top left repeat-y;
}

.nugget-homepage {
	width: 254px;
	padding: 5px 0 10px 0;
	margin: 10px 0 0 20px;
	color: #fff !important;
}

.nugget-homepage h2 {
	padding: 5px 0 6px 10px;
	font-size: 1.2em;
	font-weight: normal;

}

.nugget-homepage img {
	float: left;
	margin: 10px 12px 0 12px;
	border: 3px solid #fff;
}

.nugget-homepage p {
	height: 106px;
	margin: 10px 12px 0 0;
}

.nugget-homepage a {
	display: block;
	float: right;
	width: 5.6em;
	padding: 0.5em;
	margin: 5px 18px 0 0;
	font-size: 1.1em;
	color: #fff;
	text-decoration: none;
	text-align: center;
}

/* ---------- TEMPLATES ---------------------------------------------------- */

.templateArea {
	float: left;
	width: 544px;
	min-height: 600px;
}

.templateArea h2 {
	color: #B6040E;
	font-size: 1.8em;
}

.templateArea h3 {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 1em;
}

.templateArea p {
	font-size: 1.2em;
	text-align: justify;
	color: #101112;
	margin-bottom: 1em;
}

.templateArea p a, .templateArea li a, .formInfo li a {
	color: #101112;	
}

.templateArea p a:hover, .templateArea li a:hover, .formInfo li a:hover {
	text-decoration: none;	
}

.templateArea hr, .formInfo hr {
	display: block !important;
	height: 1px !important;
	margin-bottom: 1em;
	color: #D1D2D9;
	border-bottom: 1px solid #D1D2D9;
	background: #D1D2D9;
}

.templateArea ul, .formInfo ul, .templateArea ol, .formInfo ol {
	font-size: 1.2em;
	list-style-position: inside;
}

/* ----- template - top image ----- */

#breadCrumbs ul {
	list-style-type: none;
}

#breadCrumbs {
	font-size: 1.2em;
	margin: 1.3em 0 1em 0;
}

#breadCrumbs li {
	float: left;
}

#breadCrumbs, #breadCrumbs a {
	color: #949494;
	text-decoration: none;
}

#breadCrumbs a {
	margin: 0 0.3em 0 0.3em;
	font-weight: bold;
}

.breadCrumb-current a {
	color: #525252 !important;
}

#topImage {
	float: left;
	border: 1px solid #C6C6C6;
	padding: 4px;
	margin-bottom: 1em;
}

/* ----- template - side images ----- */

#templateArea-narrow {
	width: 319px;
}

#imagesContainer {
	float: right;
	margin: 7.2em 17px 0 0;
}

.sideImage {
	width: 200px;
	border: 1px solid #C6C6C6;
	margin-bottom: 10px;
	padding: 4px;
}

.nugget-template {
	width: 210px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	color: #fff !important;
	background: #95A4BC;
}

.nugget-template h2 {
	padding: 5px 0 6px 10px;
	font-size: 1.2em;
	font-weight: normal;
	border-top: 1px solid #4B5565;
	border-bottom: 1px solid #B3C0D5;
	background: transparent url(../images/nugget-headingbg-sm.png) top left repeat-y;
}

.nugget-template img {
	float: left;
	margin: 10px 12px 5px 12px;
	border: 3px solid #fff;
}

.nugget-template p {
	min-height: 39px;
	font-size: 1.1em !important;
	margin: 10px 12px 0 0;
}

.nugget-template a {
	display: block;
	float: right;
	padding: 0.5em;
	margin-right: 9px;
	font-size: 1.1em;
	color: #fff;
	text-decoration: none;
	text-align: center;
	border-top: 1px solid #4B5565;
	border-right: 1px solid #4B5565;
	border-bottom: 1px solid #B3C0D5;
	border-left: 1px solid #B3C0D5;
	background: transparent url(../images/nugget-buttonbg1.png) top left repeat-y;
}

/* ---------- GALLERY ------------------------------------------------------ */

#centreGallery {
	width: 780px; 
	margin: auto;
}

#galleryOverlay h1 {
	width: 274px;
	height: 87px;
	background: transparent url(../images/logo-gallery.png) top left no-repeat;
}

#galleryOverlay h1 a {
	display: block;
	width: 234px;
	height: 87px;
}

#galleryOverlay h1 a span {
	display: none;
}

#fullImage {
	position: absolute;	
	top: 0px;
	left: 0px;
	z-index: 0;
}

#galleryOverlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1091px;
	height: 860px;
}

#thumbNailContainer {
	width: 775px;
	margin-top: 8px;
	padding-top: 20px;
	background: transparent url(../images/gallerybg-top.png) top left no-repeat;
}

#thumbNailContainer-contents {
	background: transparent url(../images/gallerybg-tile.png) top left repeat-y;
}

#thumbNailContainer-bottom {
	height: 25px;
	background: transparent url(../images/gallerybg-bottom.png) top left no-repeat;	
}

#thumbNailContainer p {
	float: left;
	margin: 8px 0 0 23px;
}

#thumbNailContainer p, #thumbNailContainer-closed p {
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
}

#thumbNailContainer-closed {
	cursor: pointer;
	width: 152px;
	margin-top: 8px;
	padding-top: 28px;
	text-align: center;
	background: transparent url(../images/gallerybg-closed.png) top left no-repeat;	
}

#thumbNails a { 
	cursor: pointer;
	display: block;
	float: left;
	width: 100px;
	height: 100px;
	margin: 25px 0 0 25px;
}

#thumbNails a:hover {
	border: 2px solid #fff;
	margin: 23px -2px -2px 23px;
}

#closebut {
	display: block;
	float: right;
	margin-right: 32px;
}

/* ---------- ASK BRUNEL --------------------------------------------------- */

#postcardForm {
	position: relative;
	height: 348px;
	padding-left: 24px;
	background: transparent url(../images/postcard.jpg) top left no-repeat;
}

#inkPen {
	position: absolute;
	top: -48px;
	left: -68px;
	width: 59px;
	height: 433px;
	background: transparent url(../images/inkpen.jpg) top left no-repeat;	
}

#stamp {
	position: absolute;
	top: 20px;
	left: 454px;
}

#postcardForm label {
	display: block;
	position: absolute;
	left: 20px;
	width: 100px;
	height: 18px;
	text-indent: -9999px;
}

#nicknameLabel {
	top: 128px;
}

#questionLabel {
	top: 170px;
}

#postcardForm input {
	margin-top: 149px;
}

#postcardForm input, #postcardForm textarea {
	font-size: 1.2em;
	background: transparent;
}

#postcardForm textarea {
	overflow: hidden;
	margin-top: 27px;
	width: 215px;
	height: 120px;
}

#chooseStamp {
	position: relative;
	margin-bottom: 10px;
	padding-left: 60px;
}

#stamp1, #stamp2, #stamp3 {
	cursor: pointer;
	display: block;
	float: left;
	width: 66px;
	height: 78px;
	padding: 7px 0 0 7px;
	margin-right: 8px;
	background: transparent url(../images/stampbg.png) top left no-repeat;
}

#chooseStamp p {
	margin-left: -70px;
	text-align: center;
}

#chooseStamp input {
	position: absolute;
	top: 57px;
	left: 345px;
}

#firstStamp {
	padding-left: 80px;
}

p input {
	margin: 0 0.3em 0 0.3em;
	vertical-align: middle;
}

#askBrunelNotes {
	margin: 0 0 1em 14px;
	font-size: 1.2em;
	line-height: 1.5em;
	list-style-type: disc;
}

#askBrunelNotes a {
	color: #101112 !important;
}

#illustrationCredit {
	font-size: 1.0em;
	color: #888;
	line-height: 2em;
}

#illustrationCredit a {
	color: #888;
}

#illustrationCredit a:hover {
	text-decoration: none;
}


/* ---------- FORM ELEMENTS ------------------------------------------------ */

#formElements {
	float: left;
	width: 474px;
}

#formElements br {
	clear: both;
}

#formArea {
	width: 720px !important;
	padding: 24px;
}

#formArea h3 {
	padding-top: 0.5em;
}

#formArea h4 {
	clear: both;
	padding-top: 0.5em;
	margin-bottom: 0.5em;
	color: #B6040E;
	font-size: 1.1em;
}

#formArea p {
	clear: both;
}

#formArea label {
	display: block;
	float: left;
	width: 12em;
	margin:  0 0 0.8em 0.5em;
	color: #53504D;
	font-size: 1.1em;
}

.label-nobullet {
	clear: both;
	margin-left: 1em !important;
}

.label-long {
	width: 90% !important;
}

#formArea input {
	float: left;
	margin-bottom: 0.8em;
}

#formArea textarea {
	display: block;
	float: left;
	height: 7em;
	margin-bottom: 0.8em;
}

#formArea select {
	float: left;
	width: 16em;
	margin-bottom: 0.8em;
}

.textField {
	font-size: 1.1em;
	padding: 0.3em;
	border-top: 1px solid #B8B8B8;
	border-left: 1px solid #B8B8B8;
	border-bottom: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
}

.textField-short {
	width: 11em;
}

.textField-long {
	width: 29em;
}

.textField-fullWidth {
	width: 42em;
}

.formInfo {
	float: left;
	width: 450px;
	padding: 0 1em 0 1em;
	margin-bottom: 0.4em;
}

.formInfo p {
	color: #7F7F7F !important;
	width: 37.5em !important;
}

.formImage {
	float: right;
}

.radioLabel label {
	clear: none !important;
	width: 1.5em !important;
	padding-left: 0.2em;
}

.bullet {
	display: block;
	clear: both;
	float: left;
	width: 5px;
	height: 5px;
	margin-top: 0.5em;
	text-indent: -9999px;
	background: transparent url(../images/bullet.gif) top left no-repeat;
}

/* ---------- LOGIN FORM --------------------------------------------------- */

#loginForm {
	width: 720px !important;
	padding: 24px;
}

#login {
	width: 262px;
	margin-top: 1em;
	padding: 0 12px 12px 12px;
	background: transparent url(../images/loginbg.png) top left no-repeat;
}

#login  input {
	vertical-align: middle !important;
}

#login h3 {
	font-size: 1.3em;
	margin-bottom: 18px;
}

#login label {
	width: 92px;
	font-weight: bold;
}

#login a {
	display: block;
	margin-top: 4px;
	color: #8E8E8E;
}

.loginBut {
	margin: 0 5px 0 91px;
}

.textField-login {
	width: 138px;
}

#login-bottom {
	width: 262px;
	height: 6px;
	margin-bottom: 1.6em;
	background: transparent url(../images/loginbg-bottom.png) top left no-repeat;
}

#notYetAMember {
	font-weight: bold;
	margin-left: 10px;
}


/* ------------ SEARCH RESULTS --------------------------------------------- */

#resultsPage {
	width: 720px !important;
	padding: 24px;	
}

#freeTextSearch {
	margin-top: 1em;
	padding: 0.9em;
	background: #EFEDEF;
	border-left: 1px solid #E1E0E1;
	border-right: 1px solid #E1E0E1;
	border-bottom: 1px solid #A6A5A6;
}

#freeTextSearch label {
	font-size: 1.2em;
	display: block;
}

#freeTextSearch input {
	vertical-align: middle;
}

.freeTextField {
	float: left;
	width: 610px;
}

.freeTextSubmit {
	float: right;
}

#displaying {
	margin: 0.7em 0 0 0;
	padding: 0.6em 2em 0.6em 2em;
	border: 1px solid #CED2D9;
}

#searchResults {
	padding: 0 2em 2em 2em;
	border-left: 1px solid #CED2D9;
	border-right: 1px solid #CED2D9;
	border-bottom: 1px solid #CED2D9;
}

#searchResults h3 {
	margin-bottom: 0.7em;
	padding-top: 0.8em;
	font-size: 1.4em;
}

#searchResults h3 a {
	color: #666681;
}

#searchResults p {
	margin: 0;
	font-size: 1.1em;
	color: #161E25;
}

/* ---------- TIMELINE ----------------------------------------------------- */

/* ----- navigation ----- */

#timelineMenu {
	list-style-type: none;
}

#timelineMenu li {
	float: left;
	margin-left:  -10px;
}

#timelineMenu li a {
	display: block;
	position: relative;
	width: 127px;
	height: 12.5em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

#timelineMenu li a:hover {
	text-decoration: underline;
}

.date {	
	display: block;
	position: absolute;
	bottom: 10px;
	left: 0px;
	width: 121px;
	color: #fff;
}

.lessThan {
	font-size: 1.5em;
	vertical-align: -2px;
}	

#oldLady {
	background: transparent url(../images/timeline/oldlady.png) center 4.7em no-repeat;
}

#windjammer {
	background: transparent url(../images/timeline/windjammer.png) center 2.7em no-repeat;
}

#emigrantClipper {
	background: transparent url(../images/timeline/emigrantclipper.png) center 3.5em no-repeat;
}

#greatLiner {
	background: transparent url(../images/timeline/greatliner.png) center 3.9em no-repeat;
}

#oldLady a {
	color: #7F3103;
	background: transparent url(../images/timeline/oldlady-bg.png) 0px 100% no-repeat;
}

#windjammer a {
	color: #02727D;
	background: transparent url(../images/timeline/windjammer-bg.png) 0px 100% no-repeat;
}

#emigrantClipper a {
	color: #907200;
	background: transparent url(../images/timeline/emigrantclipper-bg.png) 0px 100% no-repeat;
}

#greatLiner a {
	color: #B6070F;
	background: transparent url(../images/timeline/greatliner-bg.png) 0px 100% no-repeat;
}

#oldLady a:hover {
	background-position: -127px 100%;
}

#windjammer a:hover {
	background-position: -123px 100%;
}

#emigrantClipper a:hover {
	background-position: -123px 100%;
}

#greatLiner a:hover {
	background-position: -127px 100%;
}

#timelineMenu a:hover * {
	text-decoration: none !important;
}

#brunelImg {
	margin: 22px 0 0 15px;
}

/* ----- timeline ----- */

.timeline {
	width: 500px;
}

.timeline dl {
	padding-bottom: 40px;
}

#timeline-top {
	width: 500px;
}

#timeline-top a { 
	display: block;
	width: 42px;
	padding-top: 30px;
	margin: 0 auto -10px auto;
}

#greatLinerTimeline {
	padding-top: 7px;
	background: transparent url(../images/timeline/greatliner-top.png) top center no-repeat;
}

#greatLinerTimeline dl {
	background: transparent url(../images/timeline/greatliner-tile.png) top center repeat-y;	
}

#emigrantClipperTimeline {
	padding-top: 21px;
	background: transparent url(../images/timeline/clipper-top.png) top center no-repeat;
}

#emigrantClipperTimeline dl {
	background: transparent url(../images/timeline/clipper-tile.png) top center repeat-y;	
}

#windjammerTimeline {
	padding-top: 21px;
	background: transparent url(../images/timeline/windjammer-top.png) top center no-repeat;
}

#windjammerTimeline dl {
	background: transparent url(../images/timeline/windjammer-tile.png) top center repeat-y;	
}

#oldLadyTimeline {
	padding-top: 21px;
	background: transparent url(../images/timeline/oldlady-top.png) top center no-repeat;
}

#oldLadyTimeline dl {
	background: transparent url(../images/timeline/oldlady-tile.png) top center repeat-y;	
}

.timeline dt {
	clear: both;
	padding-bottom: 15px;
	background: transparent url(../images/timeline/timeline-bullet.png) bottom center no-repeat;
}

.timeline dt, #timeline-top a, #timeline-bottom a {
	color: #fff;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
}

.timeline dd {
	width: 185px;
	min-height: 18px;
	color: #0B0B0B;
	font-size: 1.2em;
	text-align: center;
	margin-top: -22px;
	margin-bottom: 3.5em;
}

.bottomDD {
	clear: both;
	margin-bottom: 0px !important;
}

.generalFact {
	padding-right: 60px;
	float: left;
	background: transparent url(../images/timeline/timeline-stem.png) right 16px no-repeat;
}

.shipFact {
	padding-left: 60px;
	float: right;
	font-weight: bold;
	background: transparent url(../images/timeline/timeline-stem.png) left 16px no-repeat;
}

.shortFact {
	width: 155px !important;
	margin-left: 30px;
	padding-right: 60px;
}

.shipImage {
	padding-right: 30px;
	float: right;
}


dd img {
	padding-bottom: 10px;
}

.generalFact img {
	margin: -100px 0 0 -10px;
} 

.shipFact img {
	margin: -130px 0 0 -25px;
}

#maidenVoyage img {
	padding-bottom: 18px;
}

#coppedIt img {
	margin-top: -100px;	
}

#huckFinn img {
	margin-top: -35px;
	margin-right: -80px;
}

#falklands img {
	margin-bottom: 20px;
}

#secondWorldWar img {
	margin-top: -70px;
}

#timeline-bottom {
	width: 500px;
	padding: 20px 0 10px 0;
}

#greatLinerTimeline #timeline-bottom {
	background: transparent url(../images/timeline/greatliner-bottom.png) top center no-repeat;
}

#emigrantClipperTimeline #timeline-bottom {
	background: transparent url(../images/timeline/clipper-bottom.png) top center no-repeat;
}

#windjammerTimeline #timeline-bottom {
	background: transparent url(../images/timeline/windjammer-bottom.png) top center no-repeat;
}

#oldLadyTimeline #timeline-bottom {
	background: transparent url(../images/timeline/oldlady-bottom.png) top center no-repeat;
}

#timeline-bottom a { 
	display: block;
	width: 42px;
	padding-top: 30px;
	margin: -10px auto 0 auto;
}

#timeline-bottom a:hover, #timeline-top a:hover {
	text-decoration: underline;
}

#greatlinerLink {
	height: 95px;
	background: transparent url(../images/timeline/greatliner-vert.png) top center no-repeat;
}

#emigrantLink {
	height: 91px;
	background: transparent url(../images/timeline/emigrantclipper-vert.png) top center no-repeat;
}

#windjammerLink {
	height: 91px;
	background: transparent url(../images/timeline/windjammer-vert.png) top center no-repeat;
}

#oldladyLink {
	height: 95px;
	background: transparent url(../images/timeline/oldlady-vert.png) top center no-repeat;
}

#backToTop {
	display: block;
	padding-top: 10px !important;
	margin-left: 210px !important;
}