@charset "utf-8";

/* CSS Document */

/* This layout is specific to the HeliTours Site
-------------------------------------------------- */

/* Global settings
-------------------------------------------------- */

body {
	text-align: center;
	background-color: #000000;
}
.colour1 {
	background-color: #782D41;
	color: #F1D391;
}
.colour1 a {
	color: #F1D391;
	text-decoration: underline;
}
.colour2 {
	color: #F1D391;
	background-color: #098841;
}
.colour3 {
	background-color: #2F4159;
	color: #F5D6A5;
}
.colour4 {
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
}
.top {
	color: #F1D397;
	font-size: 0.75em;
	line-height: 2em;
}
.banner {
	height: 277px;
	background-image: url(../Images/Pagedesign/hdr_main.png);
	background-color: #E0E0E0;
	background-repeat: repeat;
}
.mainNav {
}
.subMenu {
	height: 8px;
}

.content {
	text-align: left;
}
.footer {
	padding-top: .5em;
	padding-bottom: .5em;
}
.footer {
	font-size: 0.75em;
	line-height: 1.5em;
}
.copyright {
	padding-top: .25em;
	padding-bottom: .25em;
}
.copyright {
	color: #F1D397;
	font-size: 0.75em;
	line-height: 1.5em;
}
.bkgRightFocus {
	background-image: url(../Images/Pagedesign/columnLeft12_bg.png);
	background-repeat: repeat-y;
	margin-left: -5px;
	padding-left: 5px;
}

.boldUp {
	font-weight: bold;
	text-transform: uppercase;
}

.fltLeft {
	float: left;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
}
.fltRight {
	float: right;
	padding-right: 10px;
	position: relative;
	padding-left: 10px;
}
.spacer {
	height: 10px;
}
.centre {
	text-align: center;
	margin-top: 5px;
}






/* Product Pages
-------------------------------------------------- */

#pageHeading {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-right: 5px;
	margin-left: 5px;
}
.boxTitle {
	margin-top: 0px;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	letter-spacing: 0.1em;
	margin-bottom: 2px;
	font-size: 1em;
	line-height: 1em;
	text-align: center;
}
.infoBox {
	margin-top: 0px;
	margin-bottom: 10px;
}
.infoBox p {
	font-size: 0.875em;
	line-height: 1.143em;
	padding-top: 0.5em;
}
