/*
Thirteendigital.com.au
*/


.hide {
  text-indent: -999px;
  overflow: hidden;
  font-size: 0;
}

a {
  text-decoration: none;
  outline: 0 !important;
}

a img, img {
  border: none;
  outline: 0;
}

a, 
input[type="submit"],
input[type="text"] {
  cursor: pointer;
}

strong {
  font-weight: 900;
}

body, input, textarea {
  font-family: "myriad-pro", Helvetica, sans-serif !important;
  font-style: normal;
  font-size: 13px;
  font-weight: 400;
  color: #000000;
  position: relative;
}

body {
	margin: 0;
	padding: 0;
	background: #009ac8;
}

.head {
	background: url(header.jpg) top center no-repeat;
	height: 86px;
	overflow: hidden;
}

.outer-wrap {
	background: url(background.jpg) top center no-repeat;
	overflow: hidden;
}

.wrap {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	height: 510px;
}

.logo {
	position: absolute;
	top: 105px;
	right: 54px;
}

.copy {
	position: absolute;
	top: 210px;
	left: 33px;
}

.text {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	padding: 10px 0 40px 0;
}

.text p {
	padding: 0 120px 0 265px;
	color: #fff;
	line-height: 21px;
}

.text a {
	color: #fff;
	text-decoration: underline;
}
.text a:hover {
	color: #002040;
}

.outer-footer {
	background: url(header.jpg) top center no-repeat;
	overflow: hidden;
}

.footer {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.footer p {
	color: #fff;
	padding: 0 120px 0 265px;
	margin: 5px 0;
	text-transform: uppercase;
	font-size: 10px;
}

.footer a {
	color: #fff;
	text-decoration: none;
}

.footer a:hover {
	color: #009ac8;
}

@media handheld, only screen and (max-width: 990px) {
	
	.wrap,
	.text,
	.footer {
		width: 96%;
		margin: 0 auto;
	}

	.logo {
		top: 25px;
	}

	.copy {
		position: absolute;
		top: 280px;
		left: 33px;
	}

}

@media handheld, only screen and (max-width: 600px) {

	.copy {
		width: 90%;
		left: 15px;
	}
	
	.text p,
	.footer p {
		color: #fff;
		padding: 0 20px;
		margin: 5px 0;
		text-align: center;	
	}

}










