/*Remove blue Border around Link Images*/
a img { border:none; }

/*Stop Site jumping left when scroll bar is needed. This code forces a blank scroll bar on all pages*/
html { overflow-y: scroll; }

/*Removes margins and padding*/
* { margin: 0; padding: 0; }

/*Clears floats - Corrects height problems*/
.clear { clear: both; }

/*Remove default bullet points from list items*/
ul {
	list-style: none inside;
	}

/*Wraps all content and centres it*/
#page-wrap {
	width:780px;
	margin: 0 auto;
}
#logo {
	height: 150px;
	background:url(images/nzGSTmate_logo.jpg) no-repeat top center;
}
body {
	background-color:#152242;
	font-family: helvetica, arial, sans-serif;
	text-align:center;
}
#main-content {
	padding-top: 20px;
}

/*Jquery cycle images*/	
#screenshots {
	float: left;
	margin-top: 10px;
	margin-left: 50px;
	width:269px;
	height:550px;
	overflow: hidden;
}
#screenshots img{
	top: 0;
	left: 0;
}
#text {
	padding-top: 20px;
}
#text p, h2 {
	float: right;
	width: 400px;
	text-align: left;
	font-size:14px;
}

h1 {
	color: #585e72;
	font-weight: normal;
	font-size:20px;
	line-height:22px;
}
h2 {
	color: #ccc;
	font-weight: normal;
	font-size:12px;
	line-height:22px;
}

h2 a:link {
	color: #ccc;
	font-weight: normal;
	font-size:12px;
	}
	
h2 a:visited {
	color: #ccc;
	font-weight: normal;
	font-size:12px;
	}


p {
	color: #fff;
	font-weight:normal;
	font-size:14px;
	line-height:20px;
	padding: 5px 0 5px 0;
	text-align: center;
}

a:link, a:visited {
	text-decoration:none;
	color: #fff;
}
a:hover {
	color:#ccc;
	background: #585e72;
}