/* THE GENERAL STYLES */

body {
	background-color: #990000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../gfx/bg.gif);
}

.logoall {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 44px;
	width: 129px;
}

.logoprint {
	display:none;
}

/* THE PURELY TYPOGRAPHIC STYLES */

p {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 0.9em;
	line-height: 1.2em;
}

h1 {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 1.4em;
	color: #990000;
	margin-top: 0px;
}

h2 {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 1.2em;
	color: #660000;
	margin-top: 0px;
}

.tripListBottom {
	float: left;
}

.tripListRight {
	float: right;
}

.tripList {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 0.9em;
	line-height: 1.2em;
	margin: 5px 25px 0px 5px;
}

.pageContent ul{
	margin: 10px;
	list-style-type: square;
	padding: 0px;
}

.pageContent li {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 0.9em;
	margin: 10px;
	padding: 0px;
	list-style-type: square;
}

.tripList ul{
	margin: 5px 0px 15px;
	list-style-type: none;
	padding: 0px;
}

.tripList li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.descFactsHeading {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 1.1em;
	color: #990000;
	margin-bottom: 10px;
}

/* THE FRONT PAGE TABLE FOR IMAGES */

#frontpage {
	width: 100%;
	border: none;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 1.0em;
	text-align: center;
	color: #666;
}

#frontpage img {
	width: 258px;
	height: 172px;
	padding-top: 4px;
	border: none;
}

/* FORMS AND FORM ELEMENTS */

.orderForm {
}

.formRow {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 0.9em;
	margin: 0px;
	clear: both;
	padding: 1px;
	padding-top: 15px
}

.formRow span.label {
	width: 80px;
		clear: both;
	font-weight: bold;
	float: left;
	padding: 4px 1px 1px 1px;
	margin: 0px;
	text-align: right;
}

.formRow span.formElement {
	float: right;
	width: 440px;
	padding: 1px;
	margin: 0px;
	text-align: left;
}

.formRow span.orderLabel {
	font-weight: bold;
	float: left;
	clear: both;
	width: 150px;
	padding: 4px 1px 1px 1px;
	margin: 0px;
	text-align: right;
}

.formRow span.orderFormElement {
	float: right;
	width: 370px;
	padding: 1px;
	margin: 0px;
	text-align: left;
}

.orderSelector {
	width: 100px;
}	

.clearBoth {
	clear: both;
}

input, textarea, select, option {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	padding: 2px;
	margin: 0px;
}

.inputTextFullWidth {
	width: 400px;
}

.inputTextOrderFullWidth {
	width: 330px;
}

.inputTextPostCode {
	width: 40px;
	margin-right: 5px;
}

.inputTextPostArea {
	width: 349px;
}

.inputTextOrderPostArea {
	width: 279px;
}

/* THE FACTS AT THE BOTTOM OF THE PAGE */

.descFactsBox {
	background-color: #EEEEEE;
	padding: 10px;
	border: 1px solid #DDDDDD;
}

.descFactsTable {
	border: 1px solid #DDDDDD;
	background-color: #FCFCFC;
}

.descFactsKeywords {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	color: #333333;
}

.descFactsDescription {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 0.7em;
	color: #333333;
}

/* FACT BOXES INLINE WITH TEXT CONTENT */

.inlineFactBoxLeft {
	margin: 0px 10px 10px 0px;
	padding: 0px;
	width: 200px;
	float: left;
}

.inlineFactBoxRight {
	margin: 0px 0px 10px 10px;
	padding: 0px;
	width: 200px;
	float: right;
}

.inlineFactBoxHeading {
	color: #000000;
	background-color: #FFFFFF;
	padding: 5px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	border: 1px solid #990000;
}

.inlineFactBoxContent {
	color: #FFFFFF;
	background-color: #990000;
	padding: 5px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 0.7em;
	line-height: 1.3em;
	font-weight: bold;
}

/* THE CONTAINER DIVS THAT KEEP IT ALL IN PLACE */

.navContainer {
	position: absolute;
	top: 44px;
	left: 0px;
}

.navContainer img {
	border: none;
}

.pageContainer {
	width: 570px;
	position: absolute;
	top: 0px;
	left: 139px;
}

.pageTop {
	line-height: 0px;
}

.pageContent {
	padding: 17px 21px 17px 17px;
}

/* THE DUAL PAGE TOOL-BUTTON CONTAINER DIVS */

.pageToolsHorizontal {
	text-align: right;
	padding-top: 17px;
}

.pageToolsVertical {
	position: absolute;
	top: 44px;
	left: 709px;
	line-height: 0px;
}

.pageToolsVertical img {
	padding-bottom: 1px;
}

.difficultyKey {
	display: none;
	position: absolute;
	top: 49px;
	left: 492px;
	line-height: 0px;
}

/* FORM INPUT FIELDS */

.txtInputWide {
	width: 300px;
	border: 1px solid #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.txtInputPostnr {
	width: 40px;
	border: 1px solid #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.txtInputBy {
	width: 100%;
	border: 1px solid #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* IMAGES INLINE WITH TEXT ON PAGES */

.imgRight {
	border: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.imgRightInline {
	border: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.imgLeft {
	border: none;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.imgLeftInline {
	border: none;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}

/* THE MENU AND SUBMENU */


                          

.topmenu {
	display: block;
	width: 129px;
	margin-left: 5px;
}
.submenu {
	display:none;
	width: 129px;
	margin-left: 5px;
	line-height: 0px;
}