
/* ------------------------------------------------------------------
	MAIN STYLESHEET
	
	Project: Momberger Airport
	Created: 2009-04-14
	Created by: Gianni @ Rkd Web Studios gianni@rkd.ca
	
	Colours:
	
	Dark Blue		#29578d;
	Footer Gray		#e6e6e6;
	Rule Grey		#d9d9d9;
	Green:			#43AF69;
	
------------------------------------------------------------------- */

@import url(reset.css);

* {
	padding: 0;
	margin: 0;
}
/* keeps vertical scroll bar in firefox at all times so page doesn't jump around */
html {
	overflow-y: scroll;
}
/* font size from default 16px, down to workable 10px, this is mostly for IE6 and below */
html>body {
	font-size: 10px;
}
/* background colour should be same as content area background colour to ensure WYSIWYG looks same as website */
body {
	background: #fff;
	font-size: 62.5%; /* from 16px browser default to useable 10px */
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
/* use this class to set body background colour so that it does not interfere with the WYSIWYG editor */
.bodystyle {
	color: #000000;
	background: #fff url(../../images/site_bg.gif) top left repeat;
}
/* clears all floats; apply to empty divs if needed. */
.clear {clear: both;}

/*=============
STICKY FOOTER
================*/

html, body, #contwrapper {height: 100%;}
body > #contwrapper {height: auto; min-height: 100%;}

#contwrapper {padding-bottom: 20px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -150px; /* negative value of footer height */
	height: 150px;
	clear:both;} 

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



/* ====================
GLOBAL STYLES - style as necessary
======================= */

p, td {
	font-size: 13px; /*14px*/
	line-height: 20px; /*18px*/
	margin: 0 0 18px 0;
}

a:link {
	color: #38669c;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #38669c;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #38669c;
	text-decoration: underline;
}
a:active {
	color: #29578d;
	text-decoration: none;
}
strong, b {
	font-weight: bold;
	color: #333;
}

em, i {
	font-style: italic;
}
h1 {
	font-size: 30px;
	color: #29578d;
	font-weight:bold;
	padding: 10px 0 5px 0;
	border-bottom: 1px dotted #dadada;
	margin-bottom: 20px;
	font-family: Helvetica, Arial, sans-serif;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	color: #29578d;
	text-transform: capitalize;
	line-height: 15px;
}
h3 {
	font-size: 14px;
	color: #adadad;
	font-weight: bold;
	margin-bottom: 5px;
	text-transform:uppercase;
}

h4 {
	font-size: 14px;
	color: #d4513b;
	font-weight: bold;
	margin-bottom: 5px;
	text-transform:uppercase;
}
h5 {
	font-size: 12px;
	line-height: 22px;
}
h6 {
	font-size: 10px;
	color: #a6a198;
	padding: 5px 0 5px 0;
}
ul, ol {
	list-style:url(../../images/list_arrow.gif);
	font-size: 13px;
	line-height: 28px;	
	margin: 5px 0 20px 4px;
}

li { padding: 0;}

hr { 
	border-color: #ccc;
  	border-style: solid;
  	border-width: 1px 0 0;
  	clear: both;
  	margin: 10px 0 25px;
  	height: 0;
	width: 95%;
	}
	
.green {color: #43AF69;}

.blue {color: #29578d;}

td .blue a {font-size: 10px;}

.featuredproduct {
	border: 1px solid #38669c;	
}

/* styles used by WYSIWYG - style as necessary */
pre {}
address {}

/* ====================
Ordering
======================= */

table {
	width:96%;
	margin: 15px 0 30px 20px;
	background:url(../../images/subscribe_bgfade.png) top left repeat-x;
	border-left: 1px solid #dadada;
	border-top: 1px solid #dadada;
	border-collapse:collapse;
}

th {
	font-size: 13px; 
	font-weight:bold;
	background: #d9d9d9;
	color: #29578d;
	padding: 10px 7px 10px 7px;
	border-right: 1px solid #dadada;
	}

td {
	padding: 10px 7px 10px 7px; 
	border-bottom: 1px solid #dadada;
	border-right: 1px solid #dadada;
	vertical-align:middle;
	}
	
td img {float: left; margin-right: 7px;}

.alt {}
	
.checkbox {margin-left: 23px;}


.summarytable {
	width: 240px;
	margin: 12px 0 0 0;
	border-collapse:collapse;
	background: none;
}

.summarytable td {font-size: 11px; padding: 4px;}

.summarytotal {color: #43AF69; font-weight:bold; border-top: 1px solid #999; background:#ededed; }

#rightcol ol .current {color: #43AF69; font-weight: bold;}

.textfield {
	border: 1px solid #dadada;
	padding: 2px;
	width: 300px;
}


/* ====================
IMAGE FLOATS
======================= */

#floatright {
	float:right;
	padding: 0 0 15px 15px;
}

#floatright img {border: 5px solid #dedede;}

#floatright .links {border: 5px solid #dedede;}

#floatleft {float: left; padding: 0 15px 0 0;}

.links {
	float:right;
	/*padding: 15px;*/
	border: 1px solid #dedede; 
	background:url(../../images/subscribe_bgfade.png) top left no-repeat;
	width: 160px;
	margin: 0 0 0 10px;
	padding: 5px;
	height: 65px;
	}
	
.links ul {margin: 0;}
.links li {margin-left: -15px; line-height: 18px; padding:0;}

#rightfloatnoborder {float: right;}
#leftfloatnoborder {float: left;}


/* ====================
HEAD
======================= */

#header {
	margin: 0 auto;	
	height: 127px;
	width: 960px;
	background:url(../../images/header_bg.jpg) top left no-repeat;
}

 #header .logo {
	 position: relative;
	 top: 25px;
	 left: 26px;
	 border: none;
 }
 
 #header img {border:none;}
 
 
/* ====================
MENU
======================= */

#navigation {
	width: 960px;
	height: 47px;
	background:url(../../images/menu_bg.jpg) top left no-repeat;
	margin: 0 auto;
}

	#navigation ul {
		margin: 0 0 0 8px;
		list-style:none;
		line-height: normal;
		}
		
	#navigation li {float: left; margin-left:12px;}
		
	#navigation li a {
		color: #fff;
		float: left;
		text-transform:uppercase;
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;
		padding: 12px 14px 0 13px;
		display: block;
		height: 25px;
	}
	
	#navigation li a:hover {color: #29578d; background: #e6e6e6;}
	#navigation li a:active {color: #29578d; background: #cfcbcb;}
	#navigation li#login a {color: #FF0;}
	#navigation li#login a:hover {color: #29578d; background: #e6e6e6;}
	#navigation li#login a:active {color: #29578d; background: #cfcbcb;}
	#navigation li#yellow a {color: #FF0;}
	#navigation li#yellow a:hover {color: #29578d; background: #e6e6e6;}
	#navigation li#yellow a:active {color: #29578d; background: #cfcbcb;}
	
	#navigation li#current a {color: #29578d; background: #e6e6e6;}
	
/* ====================
CONTENT AREA & RIGHT COL
======================= */

.splash {border: 5px solid #dedede;}

#container {
	background:url(../../images/container_bg.png) top left repeat-y;
	margin: 0 auto;
	width: 960px;
}

#contwrapper {
	float: left;
	width: 100%;
}

#maincontent {
	margin: 0 310px 0 26px;
}

#maincontent ul {
	list-style:url(../../images/list_arrow.gif);
	font-size: 13px;
	line-height: 28px;	
	margin: 5px 0 20px 0;
	padding-left: 40px;
}

#maincontent li {}


/*RIGHT COL*/

#rightcol {
	float: left;
	width: 280px;
	margin-left: -280px;
}

#rightcol ul{list-style-image:none; /*line-height: 12px;*/}
#rightcol li {list-style-type:none; list-style:none;}

	#rightcol .login {
		position: relative;
		border:	1px solid #d9d9d9;
		width: 247px;
		background:url(../../images/subscribe_bgfade.png) top left no-repeat;
		padding: 13px 0 0 7px;
		/*margin-bottom: 20px;*/
	}
	
	#rightcol .login img {margin-left:11px;}
	
	#rightcol .login a {position: relative; color: #43af69; text-decoration:underline; font-size: 10px; top: -12px;}
	#rightcol .login a:hover {color: #43af69; text-decoration:none;}
	#rightcol .login a:active {color: #29578d; text-decoration:none;}
	
	.loginbutton {position: relative; left: 35px;}
	
	#rightcol .latestnewsimage {
		background:url(../../images/latestnews_bg.jpg) top left no-repeat;
		width: 273px;
		height: 32px;
		margin: 15px 0 0 0;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		padding: 13px 0 0 7px;
	}
	
	#rightcol .latestnewsimage a {color:white;}
	#rightcol .latestnewsimage a:hover {color: white; text-decoration:none;}
	
	#rightcol .news {
		width: 247px;
		padding: 5px;
	}
	
#rightcol ol {
	margin: 10px 0 0 35px;
	padding: 0;
	list-style-image:none;
}

#rightcol ol li {
	list-style: decimal;
	}

	
/* ====================
CONTENT HIGHLIGHT AREAS
======================= */

#lefthighlight {margin: 0 315px 0 0; background:url(../../images/subscribe_bgfade.png) top left repeat-x; padding:7px; border:	1px solid #d9d9d9;}
#lefthighlight p {padding: 0 5px 0 0; color: #666;}

#lefthighlight ul {margin: 0 0 5px -18px;}
#lefthighlight li {
	font-size: 13px;
	line-height: 22px;
	list-style:url(../../images/list_arrow.gif);
	}

#righthighlight {
	float:left;
	width: 280px;
	margin-left: -300px;
	margin-top: 0;
	background:url(../../images/subscribe_bgfade.png) top left repeat-x;
	padding:7px;
	border:	1px solid #d9d9d9;
	
	}
	
#righthighlight p {padding: 0 5px 0 0;  color: #666;}

#righthighlight ul {margin: 0 0 10px -18px;}
#righthighlight li {
	font-size: 13px;
	line-height: 22px;
	list-style:url(../../images/list_arrow.gif);
	}
	
/* ====================
FOOTER
======================= */

#footer {
	margin: 0 auto;
	width: 960px;
	_width: 961px;
	background: url(../../images/container_bg.png) top center repeat-y;
}

	#footer .inner {
		background: #e6e6e6;
		margin: 0 27px 0 27px;
		height:138px;
	}
	#footer .inner p{
		font-size:11px; 
		color:#999999;
		padding: 10px 10px 0px 10px;
		}
		
	#footer .inner img {margin-left: 9px;}
		
	#footer .inner a {color:#999999; text-decoration:underline; font-weight:normal;}
	#footer .inner a:hover {color:#999999; text-decoration:none;}
	#footer .inner a:active {color:#999999; text-decoration:none;}
		
	#footer .floatright {float:right;}
	#footer .floatleft {float:left;}
	
/* ====================
MISC
======================= */
/* Highlighted Area */
#highlightedarea {
	width:100%;
	background:url(../../images/subscribe_bgfade.png);
	border:1px solid #d9d9d9;
	padding: 7px;
}

#highlightedarea p {margin: 0;}

/* Module sections */

.sections img {padding-right: 7px; margin:0; float: left;}
.sections ul{}

.sections li {
	list-style-type:none;
	list-style-image: none;
	height: 27px;
	margin: 15px 0 15px 0;
	}
	
.samplelink {font-size:10px; text-transform:uppercase; color:#999;}

/*Login Form*/

fieldset {
		
}

fieldset ul {
border:0; 
margin:0; 
padding:0; 
list-style:none;

}

fieldset li{
clear:both;
list-style:none;
margin-top:15px;

}

fieldset li img {/*float: right;*/ margin: 0 0 0 0; background: yellow;}

fieldset input{
/*float:left;*/
border: 1px solid #d9d9d9;
padding: 3px 0 3px 0;
/*width: 160px;*/

}

fieldset label {
/*font-size: 14px;*/
width:75px;
float:left;
padding: 0 0 3px 0;
}

.inputfield {border: 1px #999 solid; padding: 0;}

/* ====================
ORDERING STEPS
======================= */

#steps {
	margin: 0;
	margin: 5px 0 30px 20px;
	color: #29578d;
}

#steps td {
	text-align:center;
	font-weight: bold;
	line-height: 0;
	
}

.stepcurrent {background: #43af69; COLOR: #FFF;}

/* ====================
SUBSCRIBER DASHBOARD
======================= */

.breadcrumbs {
	margin-top: -15px;
	margin-bottom: 20px;
	color: #999;
	}

#currentnewsletter {
	border: 1px solid #dadada;
	padding: 7px;
	background:url(../../images/subscribe_bgfade.png) top left repeat-x;
	width:580px;
	margin: 15px 25px 30px 20px;
	
}

#currentnewsletter ul {
	margin: 0 0 0 0;
	padding: 0;
	
	}

#currentnewsletter li {
	list-style: none;
	list-style-image: none;
	font-weight: bold;
	padding: 5px;
}

#currentnewsletter li a {font-size: 10px; color:#adadad; font-weight:bold; }

#currentnewsletter li img {
	position:relative;
	top: 7px;
	right: 5px;
}

#currentnewsletter .floatright {float: right; margin-right: 5px;}

/*Subscriber Options Right Col*/
#rightcol .login #useroptions ul {
	margin: -10px 0 0 30px;
	padding: 0;
	}

#rightcol .login #useroptions a {font-size:13px;}

.searchright {
	float: right;
	margin-bottom: 30px;
}

.searchright a {font-size: 14px; font-weight: bold; color:#f26522; text-transform:uppercase;}
.searchright img {position: relative; top: 7px; margin-left: 5px;}

.smallmonth {font-size: 10px; color:#adadad;}

.loginbutton {margin: 25px 40px 0 0; text-align:center;}
.loginarrow {margin: 0 0 0 27px;}

.error {color: red; font-size:12px; line-height: 34px;}

.note {font-size: 11px; color:#999;}
.highlight{background-color: #FC6; font-weight:bold; color:#900;}
.newnote {font-size: 11px; color:#29578D;}

/*RKD*/
.rkd {
 margin: 0 auto;
 width: 960px;
 text-align:center;
 color:#999;
}

.rkd a {color:#999;}


/* ====================
TRADESHOW IMAGES
======================= */

#tradeshow {
	float: left;
	width: 906px;
	background:url(../../images/tradeshowbg.gif) top center no-repeat;
	height:820px;
	margin: 12px auto;	
}

#tradeshow small {float: left; font-size:11px; padding:0 0 3px 0;}

#tradeshow .row1 li.vip, #tradeshow .row2 li.vip, #tradeshow .row3 li.vip, #tradeshow .row4 li.vip, #tradeshow .row5 li.vip, #tradeshow .row6 li.vip, #tradeshow .row7 li.vip, #tradeshow .row8 li.vip { 
	float: left;
	background: url(../../images/vip.gif) bottom right no-repeat;
	list-style:none;
	border: 1px solid #06C;
	padding:3px;
	margin:0 15px 0 0;
}

#tradeshow .row1 li.blue,
#tradeshow .row2 li.blue,
#tradeshow .row3 li.blue,
#tradeshow .row4 li.blue,
#tradeshow .row5 li.blue,
#tradeshow .row6 li.blue,{ 
	float: left;
	list-style:none;
	border: 1px solid #06C;
	padding:3px;
	margin:0 15px 0 0;
}

#tradeshow .row1 {
	float: left;
	position:relative;
	top: 90px;
	left: 180px;
}

#tradeshow .row2 {
	float: left;
	position:relative;
	top:100px;
	left: 180px;
}

#tradeshow .row3 {
	float: left;
	position:relative;
	top:110px;
	left: 180px;
}

#tradeshow .row4 {
	float: left;
	position:relative;
	top:120px;
	left: 180px;
}

#tradeshow .row5 {
	float: left;
	position:relative;
	top:130px;
	left: 180px;
}

#tradeshow .row6 {
	float: left;
	position:relative;
	top:140px;
	left: 180px;
}
#tradeshow .row7 {
	float: left;
	position:relative;
	top:150px;
	left: 180px;
}

#tradeshow .row8 {
	float: left;
	position:relative;
	top:160px;
	left: 180px;
}

#tradeshow .row9 {
	float: left;
	position:relative;
	top:170px;
	left: 180px;
}

#tradeshow .row1 li, #tradeshow .row2 li, #tradeshow .row3 li, #tradeshow .row4 li, #tradeshow .row5 li, #tradeshow .row6 li, #tradeshow .row7 li,  #tradeshow .row8 li,  #tradeshow .row9 li  {
	float: left;
	background: #fff;
	list-style:none;
	border: 1px solid #CCC;
	padding:3px;
	margin:0 15px 0 0;
	}
	
 #tradeshow img {border: 0;}

.tradebtn {
	width: 100%;
	text-align:center;
	
}

.tradebtn img {border:0;}


/* ====================
TRADESHOW POPUPS
======================= */

.tradeshow-popup h3 {
	margin-bottom: 20px;
	padding-top: 20px;
	}
.tradeshow-popup ul {
	margin-left: 15px;
	list-style: disc;
	}
.tradeshow-popup img.content-pic {
	border: solid 1px #494949;
	}
img.fright {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	}
img.fleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	}

/*-------------------------------fives popup */

.FivesPopup h3 {
	color: #be007c;
	}

/*===Tradeshow Banner =========*/
#tradeshowbanner {
	float: left;
	width: 895px;
	margin: 12px auto;	
	background:#ededed;
	padding: 7px;
	text-align:center;
}

#tradeshowbanner img {border: 1px solid #CCC;}
#tradeshowbanner h3 {}


/*=========================/*
/* global */
#cluetip-close img {
  border: 0;
}
#cluetip-title {
  overflow: hidden;
}
#cluetip-title #cluetip-close {
  float: right;
  position: relative;
}
#cluetip-waitimage {
  width: 43px;
  height: 11px;
  position: absolute;
  background-image: url(wait.gif);
}
.cluetip-arrows {
  display: none;
  position: absolute;
  top: 0;
  left: -11px;
  height: 22px;
  width: 11px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#cluetip-extra {
  display: none;
}
/***************************************
   =cluetipClass: 'default' 
-------------------------------------- */

.cluetip-default {
  background-color: #fff;
}
.cluetip-default #cluetip-outer {
  position: relative;
  margin: 0;
  background-color: #fff;
  background:url(../../images/subscribe_bgfade.png) top left repeat-x #fff;
}
.cluetip-default h3#cluetip-title {
  margin: 0 0 5px;
  padding: 8px 10px 4px;
  font-size: 1.1em;
  font-weight: normal;
  background-color: #fff;
  color: #fff;
}
.cluetip-default #cluetip-title a {
  color: #d9d9c2;
  font-size: 0.95em;
}  
.cluetip-default #cluetip-inner {
  padding: 10px;
}
.cluetip-default div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

/* default arrows */

.clue-right-default .cluetip-arrows {
  background-image: url(images/darrowleft.gif);
}
.clue-left-default .cluetip-arrows {
  background-image: url(images/darrowright.gif);
  left: 100%;
  margin-right: -11px;
}
.clue-top-default .cluetip-arrows {
  background-image: url(images/darrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-default .cluetip-arrows {
  background-image: url(images/darrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}

/***************************************
   =cluetipClass: 'jtip'
-------------------------------------- */
.cluetip-jtip {
  background-color: transparent;
}
.cluetip-jtip #cluetip-outer {
  border: 2px solid #ccc;
  position: relative;
  background-color: #fff;
}

.cluetip-jtip h3#cluetip-title {
  margin: 0 0 5px;
  padding: 2px 5px;
  font-size: 16px;
  font-weight: normal;
  background-color: #ccc;
  color: #333;
}

.cluetip-jtip #cluetip-inner {
  padding: 0 5px 5px;
  display: inline-block;
}
.cluetip-jtip div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

/* jtip arrows */

.clue-right-jtip .cluetip-arrows {
  background-image: url(images/arrowleft.gif);
}
.clue-left-jtip .cluetip-arrows {
  background-image: url(images/arrowright.gif);
  left: 100%;
  margin-right: -11px;
}
.clue-top-jtip .cluetip-arrows {
  background-image: url(images/arrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-jtip .cluetip-arrows {
  background-image: url(images/arrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}

/***************************************
   =cluetipClass: 'rounded'
-------------------------------------- */

.cluetip-rounded {
  background: transparent url(images/bl.gif) no-repeat 0 100%;
  margin-top: 10px;
  margin-left: 12px;
}

.cluetip-rounded #cluetip-outer {
  background: transparent url(images/tl.gif) no-repeat 0 0;
  margin-top: -12px;
}

.cluetip-rounded #cluetip-title {
  background-color: transparent;
  padding: 12px 12px 0;
  margin: 0 -12px 0 0;
  position: relative;
}
.cluetip-rounded #cluetip-extra {
  position: absolute;
  display: block;
  background: transparent url(images/tr.gif) no-repeat 100% 0;
  top: 0;
  right: 0;
  width: 12px;
  height: 30px;
  margin: -12px -12px 0 0;
}
.cluetip-rounded #cluetip-inner {
  background: url(images/br.gif) no-repeat 100% 100%;
  padding: 5px 12px 12px;
  margin: -18px -12px 0 0;
  position: relative;
}

.cluetip-rounded div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #009;
  background: transparent;
}
.cluetip-rounded div#cluetip-close a {
  color: #777;
}

/* rounded arrows */

.clue-right-rounded .cluetip-arrows {
  background-image: url(images/rarrowleft.gif);
}
.clue-left-rounded .cluetip-arrows {
  background-image: url(images/rarrowright.gif);
  left: 100%;
  margin-left: 12px;
}
.clue-top-rounded .cluetip-arrows {
  background-image: url(images/rarrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-rounded .cluetip-arrows {
  background-image: url(images/rarrowup.gif);
  top: -23px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}



/*IE6 HasLayout hack */
.cluetip-rounded #cluetip-title,
.cluetip-rounded #cluetip-inner {
  zoom: 1;
}

/*Route Online List Styles */

#eventList li {
	list-style:none;
	}

#eventList img {
	float:right;
	border:0;
	margin:0;
	padding:0;
}
	
	#eventList li {
	margin:0 0 20px 0;
	border-bottom:1px #c0c0c0 solid;
	}
