@charset UTF-8;


html, body {
	margin:25px 0;
	background:#418316;
	font-family: Gill sans, Helvetica, arial, sans-serif;
	line-height: 1.2em;
}

#wrapper {
	margin:0 auto;
	padding:10px;
	width:735px;
	background:#fff;
}

#splash-primary {
	margin: 0;
	padding: 0;
	background:#FEE40B url(../images/hdr_primary-area.gif) top left no-repeat;
	height: 220px;
	width: 735px;
}

#splash-secondary {
	margin-bottom: 10px;
	padding: 0;
	background:#AED578 url(../images/hdr_secondary-area.gif) top left no-repeat;
	height: 220px;
	width: 735px;
}

#splash-primary h3,
#splash-primary h3 a,
#splash-secondary h3,
#splash-secondary h3 a {
	display:block;
	margin: 0;
	padding: 0;
	height: 220px;
	width: 735px;
	text-indent:-1979px;
	overflow:hidden;
}

#splash-intro {
	margin: 0;
	padding: 0;
	background:#AED578 url(../images/hdr_intro-text.gif) top left no-repeat;
	height: 46px;
	width: 735px;
}

#splash-intro h2 {
	display:block;
	margin: 0;
	padding: 0;
	height: 46px;
	width: 735px;
	text-indent:-1979px;
	overflow:hidden;
}

#footer {
	position:relative;
	padding: 20px 10px;
	height: 64px;
	background:  #fff;
}

#navigation_branded {
	position: absolute;
	top:64px;
	left:0;
	margin: 0;
	padding: 0;
	height: 40px;
	width: 735px;
	}
	
#navigation_branded li {
	float: left;	
	margin: 0;
	padding: 0;
	display: inline;
	width: 183px;
	}
	
#navigation_branded a {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 40px;
	text-indent: -1979px;
	overflow: hidden;	
	text-decoration: none;
	}
	
#public_transport a {
	background: #FFDE00 url(../images/nav_brand_pubtrans.gif) top center no-repeat;
	}

#walking a {
	background: #3A7923 url(../images/nav_brand_walking.gif) top center no-repeat;
	}

#cycling a {
	background: #006BC6 url(../images/nav_brand_cycling.gif) top center no-repeat;
	}

#traffic a {
	background: #EA0031 url(../images/nav_brand_traffic.gif) top center no-repeat;
	}
	
h1#logo {
	position:absolute;
	top: 20px;
	right: 0;
	margin: 0;
	padding: 0;
	width: 188px;
	height: 34px;
	text-indent: -1979px;
	overflow: hidden;	
	background: url(../images/logo_travelwise.gif) top left no-repeat;
	}
	
h1#logo a.logo {
	position:absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	width: 188px;
	height: 34px;	
	}