@charset "utf-8";
/* CSS Document */

html, body {
	padding: 40px 0;
	/*margin: 0;*/
	/*width: 100%;*/
	/*height: 100%;*/
	background: url("http://www.northqldtouch.com.au/fileadmin/templates/nqtouch2009/images/bkgrnd.jpg") repeat;
}

a { color: #787878; text-decoration: none; }
a:hover { color: #555; text-decoration: underline; }

#page-wrapper {
	width: 950px;
	margin: 0 auto;
	height: 630px;
	border: solid 4px #ccc;
	background: #fff url(images/page-bg.gif) top left no-repeat;
}
.page-container {
	position: relative;
	float: left;
	width: 100%;
	height: 600px;
}
.left {
	position: relative;
	float: left;
	width: 280px;
}
.logo {
	position: relative;
	float: left;
	margin: 5px 0 0 20px;
	height: 163px;
	width: 156px;
}
.menu {
	position: relative;
	float: left;
	margin: 54px 0 0 10px;
	
}
.menu a {
	float: left;
	text-indent: -999px;
}
.menu a.home {
	width: 178px;
	height: 46px;
	background: url(images/homepage.gif) no-repeat;
	margin: 0 0 37px 0;
}
.menu a.contact-us {
	width: 183px;
	height: 34px;
	background: url(images/contact-us.gif) no-repeat;
}
.heading {
	position: relative;
	float: right;
	margin: 44px 108px 0 0;
	height: 44px;
	width: 516px;
}
.map-container {
	position: relative;
	float: right;
	margin: 18px 72px 0 0;
	width: 588px;
	height: 438px;
	background: url(images/map-container.gif) top right no-repeat;
}
.map {
	position: relative;
	float: left;
	width: 550px;
	height: 400px;
	margin: 19px;
	background: red;
}
.footer {
	position: relative;
	float: left;
	width: 100%;
	height: 28px;
	padding: 2px 0 0 0;
	background: #ccc url(images/footer-bg.gif) top repeat-x;
	line-height: 28px;
	font-size: 11px;
	text-indent: 1em;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
}