@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(images/bkgrd.gif);
	background-repeat: repeat-x;	
}

.hire {
	margin-left:160px;
}

.kiwi {
	margin-left: 60px;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-bottom: 1.8em;
	line-height: 160%;
}

a {
	color: #414141;
}

a:hover {
	text-decoration:none;
}

hr {
	display: none;
}

/* header */
#header {
	width: 960px;
	height: 120px;
	margin: 0 auto;
}

/*nav*/

#nav {
	width: 960px;
	height: 60px;
	margin: 0 auto;
	padding: 0px 0;
}

#nav ul {
	height: 60px;
	margin: 0;
	padding: 0;
	background: url(images/nav_bar_sep.gif) no-repeat;
	list-style: none;
}

#nav li {
	float: left;
	height: 60px;
	background: url(images/nav_bar_sep.gif) no-repeat right top;
}

#nav a {
	float: left;
	height: 20px;
	margin: 0px;
	padding: 10px 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: smaller;
	font-weight: bold;
	color: #FFF;
}

#nav a:hover {
	color: #09C;
	height: 60px;
}

/* container */
#container  {
	min-height: 100%;
	width: 960px;
	margin: 0 auto;
	background-color: #FFF;
}	


/* main_image */

#main_image {
	position: relative;
	width: 960px;
	height: 425px;
	margin: 0 auto;
	padding-left: 660px;
	background-image: url(images/whangarei_heads.jpg);
	background-repeat: no-repeat;
}

/* left_bar */
#left_bar {
	padding-top: 30px;
	padding-left: 10px;
	float: left;
	width: 170px;
}

/* info */
#info {
	padding-top: 10px;
	float: right;
	width: 770px;
}
#info h2  {
	color: #09C;
	text-transform: uppercase;
}

#info2 {
	font-size: 24px;
	height: 200px;
	width: 950px;
	padding-top: 100px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	text-align: center;
	}



/* footer */
#footer {
	clear: both;
	width: 960px;
	height: 50px;
	margin: 0 auto;
	padding: 20px 0;
	border-top: 10px solid #3F3F3F;
	font-size: smaller;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
}

.left_bar_logos {
	padding-bottom: 10px;
}
#container #left_bar img {
	padding-bottom: 10px;
}

#form {
	background:#fff;
	margin:0 auto;
	text-align:left;
	width:400px;
	
}

