@charset "utf-8";
/* CSS Document */

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

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

body {
	text-align: center;
	background-color: #000000;
}
.fltLeft {
	float: left;
	position: relative;
	padding-left: 0px;
	padding-right: 10px;
}
.fltRight {
	float: right;
	padding-right: 0px;
	position: relative;
	padding-left: 10px;
}

.centre {
	text-align: center;
}


.article .centre {
	padding-bottom: 5px;

}
.specialsBdy .centre {
	padding-bottom: 5px;
}


img {

}

.sectionBrdr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #465E73;
	margin-top: 10px;
	margin-bottom: 10px;
}
/* Main Site Colours
-------------------------------------------------- */
.container_16 {
	border: thin solid #F2F2F3;
}
.full_16 {
	margin: 0px;
	width: 960px;
}
.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 {
}
.bkgRed {
	background-color: #990000;
}
.bkgBlue {
	background-color: #2F4159;
}
.bkgGreen {
	background-color: #098841;
}
.bkgCandy {
	background-image: url(../Images/Pagedesign/Candy-Cane.png);
	background-position: left top;
}
#banner {
	height: 277px;
	background-image: url(../Images/Pagedesign/hdr_main.png);
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F2F2F3;
	border-bottom-color: #F2F2F3;
}
#menu {
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #2F4159;
}
#content {
	background-color: #FFFFFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #F2F2F3;
	text-align: left;
}
#footer {
	padding-top: .5em;
	padding-bottom: .5em;
}
#bottomInfo {
	padding-top: .25em;
	padding-bottom: .25em;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #F2F2F3;
}

/* Sub Sections
-------------------------------------------------- */
#subMenu {
}
#focusPrimary{
}
#focusSecondary {
}
#focusSecondary  h3 {
	color: #F5D6A5;
	text-decoration: none;
	margin: 0px;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}
#focusTertiary h2 {
	text-decoration: none;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding: 0px;
}
#focusTertiary h3 {
	text-transform: uppercase;
	text-align: center;
	margin: 0px;
	color: #F5D6A5;
	padding-top: .25em;
	padding-right: 0px;
	padding-bottom: .25em;
	padding-left: 0px;
}




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

#pageHeading {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#leftMenu {
	padding: 0px;
	margin-bottom: 0px;
}
.itemName h2 {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;

}
#description {
}
#pricing {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#highlights {
}
#includes {
}
#availability {
}
#conditions {
}
.actionCall {
	font-size: 1.5em;
	margin-top: 10px;
}
.actionCall a {
	text-decoration: underline;
}

#Photo1, #photo2, #photo3, photo4 {
}
#photo1 {
}
#photo2 {
}
#photo3 {
}
#photo4 {
}

/* Boxes and Articles
-------------------------------------------------- */

.info {
	margin-top: 10px;
}
.article {
	margin-bottom: 10px;
}
.articleHdr {
	background-image: url(../Images/Pagedesign/bkg_grid_4_article_hdr.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: center;
}

.articleBdy {
	background-color: #2F4159;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.specials {
	margin-top: 10px;
	margin-bottom: 10px;


}

.specials h4 {
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.specialsHdr {
	background-image: url(../Images/Pagedesign/bkg_grid_12_hdr.png);
	background-repeat: no-repeat;
	background-position: left -200px;
}
.specialsBdy {
	background-color: #782D41;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}
.module1 {
	background-color: #FFFFFF;
	height: 240px;
	width: 225px;
	display: inline;
	float: left;
	margin-right: 5px;
	overflow: hidden;
	padding-top: 10px;
}
.module2 {
	background-color: #FFFFFF;
	height: 240px;
	width: 230px;
	display: inline;
	float: left;
	margin-right: 5px;
	overflow: hidden;
	padding-top: 10px;
}
.module3 {
	background-color: #FFFFFF;
	height: 240px;
	width: 225px;
	display: inline;
	float: left;
	overflow: hidden;
	padding-top: 10px;
}




.message {
	background-color: #FFFFFF;
	padding: 5px;
}
.messageWx {
	background-color: #FFFFFF;
}

.bdy .block {
	background-color: #FFFFFF;
}
.first {
	margin-top: 10px;
}



.box {
	background-color: #FFFFFF;
	border: 1px solid #999;
}
.block {
	margin: 5px;
}
.meta {
	color:#666;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 0.8em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}
.bkgRightFocus {
	background-image: url(../Images/Pagedesign/columnLeft_bg.png);
	background-repeat: repeat-y;
}

.pricebox {
	border:1px solid #999999;
	font-weight: bold;
	text-align: right;
	background-color: #782D41;
	margin-top: 10px;
	padding-top: 0.4em;
	padding-right: 0.8em;
	padding-left: 0.8em;
	color: #FFFFFF;
	padding-bottom: 0.2em;
	font-size: .875em;
}
.priceList p {
	font-size: 1em;
	line-height: 1.5em;
	padding-bottom: 0.5em;
	margin-bottom: 0px;
}

.pricebox   .price {
	font-size:2.4em;
	background:#fff;
	border:1px solid #bbb;
	font-weight: bold;
	text-align: right;
	color: #098841;
	padding-right: 5px;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
}
#pricing  .save  {
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
	font-size: 1.2em;
	line-height: 1.5em;
	font-style: italic;
}



/* Photo Galleries
---------------------------------------- */

.photo_area {
	text-align: center;
}
.gallery_title {
}
.gallery_month {
}
.gallery_info {
}
.gallery_email {
}
.gallery_next {
	visibility: visible;
	text-align: center;
	margin-top: 200px;
}
.gallery_prev {
	text-align: center;
	visibility: visible;
	margin-top: 200px;
}
.gallery_up {
	text-align: center;
}
.gallery_image {
	text-align: center;
}
