/*LICENCE --------------------------------------
Base structure courtesy Darren Wood (darren@dontcom.com) 2007
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 New Zealand License
http://creativecommons.org/licenses/by-sa/3.0/nz/
*/

/*CONTENTS ---------------------------------------
=1: Reset all elements to a common value
=2: Default classes
=3: Accessibility
=4: Default Styles
=4a: colours, sizes, etc
=5: Layout Styles
=6: generic styles
=7: Page related styles
=7a: home page
=7b: top group page
=7c: subgroup page
=7d: special offer
=7e: home delivery
=7f: canada guide
=7g: route map
=7h: our fleet
=7i: news releases
=7j: site map
*/

/* -- =1: RESET ALL ELEMENTS ----------------------------------------------------------------------- */
body { color:#000;background:#FFF;}
html, body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal;}
li {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
q:before,q:after {content:"'";}
abbr,acronym {border:0;font-variant:normal;}
sub {vertical-align:text-bottom;}
input,textarea,select {font-family:inherit;font-size:inherit;font-weight:inherit;}



/* -- =2: DEFAULT CLASSES -------------------------------------------------------------------------- */
.center { text-align: center; }
.right { text-align: right; }
.left { text-align: left; }
.bold, .reg-bold { font-weight: bold; }
.floatRight { float: right; }
.floatLeft { float: left;}
.clear { clear: both; }
.uppercase { text-transform: uppercase; }


/* -- =4: DEFAULT STYLES --------------------------------------------------------------------------- */
/* =4a: COLOURS, SIZES, ETC */
html {
	height:100.1%;
}
body {
	font: 62.5%/1.4 sans-serif; /* set font size to 10px (a nice round number) - 1.4 line height */
	background: #fff;
	height:100.1%;
}

a { color: #c00; }

a:hover, a:active { color: #300; }

h1 { 
	color: #333;
	margin: 0;
	font-size: 1.8em;
	font-weight: bold;
}

.subtext {
	font-size: 1.4em;
	font-weight: bold;
}

/* -- =5: LAYOUT STYLES ---------------------------------------------------------------------------- */
#extended {
	margin: auto;
	padding: 0;
	background: transparent url(/images/wide-tophead.jpg) no-repeat;
	width: 1024px;
}

#container {
	width: 768px;
	text-align: left;
	margin: auto;
}

#header {
	width: 100%;
	height: 56px;
}

	#header img {
		margin: 20px 0 0 10px;
	}

#topnav {
	clear: both;
	width: 100%;
	height: 21px;
	background: #31618E;
	border-bottom: 1px solid #000;
	margin: 0 0 15px 0;
	padding: 3px 0 0 10px;
	color: #FFF;
	font-size: 1.4em;
	font-weight: bold;
}


#homebox {
	width: 100%;
	margin: 15px 0 0 0;
}

	#homebox #hbtop {
		background: url(/images/homebox-top.gif) no-repeat;
		height: 12px;
		margin: 0;
		padding: 0;
		overflow: hidden;
	}
	#homebox #hbcontent {
		margin: 0;
		padding: 8px 0 0 0;
		background: #C3E1F2 url(/images/gateway-homebox-bg.gif) no-repeat;
		border-left: 1px solid #5B87A3;
		border-right: 1px solid #5B87A3;
		overflow: hidden;
	}

	#hbcontent #left {
		float: left;
		width: 384px;
		margin: 0 0 0 15px;
	}

	#homebox #hbbottom {
		background:url(/images/homebox-bottom.gif) no-repeat;
		margin: 0 0 4px 0;
		padding: 0;
		height: 14px;
	}

#content {
	clear: both;
	width: 750px;
	margin: 0 0 0 9px;
}


#footer {
	width: 100%;
	margin: 50px 0 30px 0;
	padding: 15px 0 30px 0;
	border-top: 1px dotted #333;
	background: url(/images/footer-bg.png) repeat-x;
	text-align: center;
	font-size: 1.2em;
}

#footright {
	text-align: right;
	margin: 10px 0 20px 0;
}



/* =6: GENERIC STYLES ------------------------------------------------------------------------------ */

.loc { 
	padding: 8px 0 0 30px;
	margin: 0;
	color: #c00;
	font-size: 1.4em;
	font-weight: bold;
}
.bg1 {
	background: url(/images/gateway-loc-bg1.gif) no-repeat;
	width: 354px;
	height: 25px;
}
.bg { 
	border-left: 1px solid #417191;
	border-right: 1px solid #417191;
	background: url(/images/gateway-loc-bg.png) no-repeat;
	width: 352px;
	height: 24px;
}


ul.langs {
	position: relative;
	display: block;
	margin: 0px;
	padding: 0px;
}
ul.langs li {
	margin: 0px;
	padding: 4px 0 0 0;
	width: 382px;
	height: 20px;
	background: url(/images/gateway-lang-bg.gif) no-repeat;
	border-left: 1px solid #417191;
	border-right: 1px solid #417191;
}
ul.langs li a {
	margin: 5px 0 3px 40px;
	text-decoration: none;
	color:#333;
	font-size: 1.3em;
	font-weight: bold;
}
ul.langs li a:hover { color: #666; text-decoration: underline }

.locfoot { 
	padding: 8px 10px 0 30px;
	margin: 0;
	color: #333;
	font-size: 1.2em;
	width: 344px;
	height: 32px;
	background: url(/images/gateway-loc-footer.gif) no-repeat;
	text-align: right;
}
.locfoot a { 
	color: #333;
}

.locfoot a:hover { 
	color: #666;
}

.gray { color: #888; }
