/****** Core HTML Setup ******/

html {
  height: 100%;
  margin-bottom: 1px;
  background:#f3f3f3;
}

form {
  margin: 0;
  padding: 0;
}

body {
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	line-height: 1.5;
	margin: 0;
	color:#363636;
	background: url(../images/body_bg.jpg) repeat-x #5596da;
}

#bgWrap {
	background: url(../images/bg_busstop.jpg) no-repeat top center;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
	color:#081e59;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
}

p { margin-top: 0; margin-bottom: 0px; }

img { border: 0 none; }


#contentMain h1 {
	font-size:18px;
	font-weight:bold;
	margin:3px 0px 5px 0px;
	color:#061241;
}

#footer h1 {
	font-size:16px;
	font-weight:bold;
	margin:3px 0px -10px 0px;
	color:#061241;
}

h1 {
	font-size:16px;
	font-weight:bold;
	margin:3px 0px 0px 0px;
	color:#061241;
}

#contentMain h2 {
	font-size:15px;
	font-weight:bold;
	margin:3px 0px 5px 0px;
	color:#061241;
}

#footer h2 {
	font-size:13px;
	font-weight:bold;
	margin:3px 0px -10px 0px;
	color:#061241;
}
#footer h3 {
	font-size:11px;
	font-weight:bold;
	margin:3px 0px -15px 0px;
	color:#061241;
}

h3 {
	font-size:14px;
	font-weight:bold;
	margin:3px 0px -10px 0px;
	color:#061241;
}

h2.customerInfo {
	padding-top:25px;
}

/****** Template CSS ******/

#wrap2 {
	clear:both;
	width:915px;
	margin:auto;
	position:relative;
	z-index:1;
}

#logo_banner {
	width:915px;
	height:170px;
}

#logo {
	float:left;
}

#navbar {
	background:url(../images/navbar.png);
	width:885px;
	height:32px;
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	padding:26px 15px 5px 15px;
	clear:both;
}

ul #navbar, #navbar ul {
	margin: 0;
    padding: 0;
    list-style-type: none;
}

li #navbar, #navbar li {
	margin: 0;
    padding: 0;
	display:inline;
	padding-right:10px;
	padding-left:10px;
	border-right:1px solid #FFF;
}

#navbar a {
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}

#navbar a:hover {
	color:#b5d8fd;
	font-weight:bold;
	text-decoration:none;
}

#navbar .current a {
	color:#b5d8fd;
	font-weight:bold;
	text-decoration:none;
}

#content {
	background:url(../images/content_bg.png) repeat-y;
	clear:both;
	width:915px;
	padding-top:3px;
	position:relative;
}

#contentMain {
	width:850px;
	margin:auto;
	padding-top:10px;
}

.carparks ul {
	list-style: none;
}

.carparks li {
	background:url(../images/tick.jpg) no-repeat left top;
	padding: 0px 0px 8px 25px;
}

#banner {
	width:900px;
	height:324px;
	position:relative;
	z-index:1;
}

#quote {
	background:url(../images/quote_bg.png);
	float:right;
	width:531px;
	height:324px;
	position:relative;
	z-index:999;
	font-weight:bold;
	margin-right:-40px;
}

#alert {
	background: url(../images/sale_icon.png) no-repeat;
	float:left;
	width:320px;
	height:275px;
	position:relative;
	z-index:999;
	margin-left:50px;
	padding:0px 10px 10px 10px;
	margin-top:28px;
}

#alert h2 {
	font-size:15px;
	color:#C00;
	font-weight:bold;
}

#quote a {
	font-weight:bold;
	text-decoration:underline;
}

#quote a:hover {
	text-decoration:none;
}

#quote h1 {
	font-size:24px;
}

INPUT.text {
	width:50px;
	height:10px;
	font-size:11px;
}

#wrap3 {
	background:url(../images/footer_bg.jpg) repeat-x #f3f3f3;
}

#footer {
	background:url(../images/footer.jpg) no-repeat;
	width:900px;
	padding:50px 8px 20px 7px;
	margin:auto;
}

#welcome {
	float:left;
	width:580px;
	padding-right:10px;
	padding-bottom:10px;
}

#right {
	float:right;
	width:290px;
}

#copyright {
	clear:both;
	width:900px;
	padding:10px 8px 20px 7px;
	border-top: 1px solid #b3b5bf;
	font-size:11px;
}

#copyrightTwo {
	clear:both;
	width:900px;
	padding:10px 8px 20px 7px;
	font-size:11px;
}

#footerMenu {
	float:left;
	padding-left:10px;
}

#footerMenu p {
	color:#0b163f;
	font-weight:none;
}

#footerMenu a {
	color:#1d2f76;
	font-weight:bold;
}

#copyrightText {
	float:right;
	padding-right:20px;
}

#copyrightText p {
	color:#0b163f;
	font-weight:none;
}

.clear {
	clear:both
}

.largetext {
	font-size:14px;
}

.borderBottom {
	border-bottom:1px dotted #e6e6e6;
}
