﻿/* 
	CSS STYLE SHEET 
	
	Website Development by Swift Design Solutions Ltd
	Website: http://www.swiftdesignsolutions.co.nz/
	Date: 22/04/10
	All Rights Reserved Â© 2010
	
	MAIN COLOUR SCHEME:
	Black: #000000
	Grey: #B7B9BB
	White: #FFFFFF
	Green: #A6CE3A
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, font, ins, kbd, q, s, samp,small, strike, tt, var,dl, dt, dd, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {	margin: 0;	padding: 0;	border: 0;	outline: 0;	font-weight: inherit;	font-style: inherit;	font-size: 100%;	font-family: inherit;	vertical-align: baseline;}body {	line-height: 1;	color: black;	background: white;} ul {	list-style: none;}/* tables still need 'cellspacing="0"' in the markup */table {	border-collapse: separate;	border-spacing: 0;}caption, th, td {	text-align: left;	font-weight: normal;}blockquote:before, blockquote:after,q:before, q:after {	content: "";}blockquote, q {	quotes: "" "";}

body {
	font-family:"Courier New", Courier, monospace;
	background-color: #000000;
	color:#FFFFFF;
	font-size:110%;
	text-align:center;
	margin:auto;
}

#wrapper {
	background-color:#000000;
	height:680px;
	width:950px;
	margin:auto;
}

#cover {
	width:950px;
	height:680px;
}

/**** Start HOMEPAGE Stylesheet ****/

.hiddenPic {
	display:none;
}

.teir1 {
	height:150px;
}

.logo {
	height:108px;
	width:51px;
	float:left;
	margin-top:32px;
	margin-left:31px;
	background-image:url('../images/logo.png');
	background-repeat:no-repeat;
}

.heading {
	height:72px;
	width:447px;
	float:left;
	margin-top:25px;
	margin-left:11px;
	background-image:url('../images/heading.png');
	background-repeat:no-repeat;
}

.quote {
	height:74px;
	width:290px;
	float:right;
	margin-top:13px;
	margin-right:46px;
}

.menu {
	height:31px;
	width:900px;
	float:right;
	margin-top:-32px;
	margin-right:15px;
	background-image:url('../images/menubg.png');
	background-position:center;
	background-repeat:no-repeat;
	font-weight:bold;
	text-align:center;
}

.menu ul {
	padding:7px 0 0 40px;
}

.menu li {
	width:inherit;
	float:left;
	padding:0 20px 0 20px;
	border-right:1px #ffffff solid;
}

.menu li a {
	color:#FFFFFF;
	text-decoration:none;
}

.menu li a:hover {
	color:#A6CE3A;
	text-decoration:none;
}

.teir2 {
	height:531px;
	width:950px;
	background-image:url('../images/BlankBG.png');
	background-position:right bottom;
	background-repeat:no-repeat;
}

#contentleft {
	width:475px;
	height:342px;
	float:left;
	margin:55px 0 0 66px;
	background-image:url('../images/ab_home_bg.png');
	background-repeat:no-repeat;
}

#contentright {
	width:351px;
	height:523px;
	float:right;
	margin-top:8px;
}


#basequote {
	float:left;
	margin:424px 0 0 -66px;
	color:#B7B9BB;
	font-size:110%;
	text-align:left;
}

#img {
	width:536px;
	height:524px;
	float:right;
}


