/* $Id: style.css,v 1.38.2.1 2008/02/05 09:27:26 goba Exp $ */

/**
 * Garland, for Drupal 6.x
 * Stefan Nagtegaal, iStyledThis [dot] nl
 * Steven Wittens, acko [dot] net`
 *
 * If you use a customized color scheme, you must regenerate it after
 * modifying this file.
 */

/**
 * Generic elements
 */

* {
	margin: 0px;
	padding: 0px;
}
 
body {
	background: #C0BEC1 no-repeat 50% 0 url(images/landing3.jpg);
	position: relative;
	height: 700px;
}
.container {
	background: transparent no-repeat -300px 0 url(images/landing3.jpg);
	width: 1000px;
	height: 700px;
	margin: 0 auto;
	position: relative;
}

#new {
	background: transparent url(images/new.png) no-repeat scroll 0 0;
	height: 34px;
	left: 479px;
	position: absolute;
	top: 537px;
	width: 46px;
	z-index: 20;
}

#buttons {
	color: #FFFFFF;
	font-family: arial;
	font-size: 12pt;
	font-weight: bold;
	height: 65px;
	left: 60px;
	padding-left: 29px;
	padding-right: 80px;
	padding-top: 11px;
	position: relative;
	top: 545px;
	width: 400px;
}

#buttons label {
	float: left;
	margin-right: 10px;
	height: 32px;
	line-height: 32px;
}

#buttons .button {
	background-image: url(images/buttons.jpg);
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
	border: none;
	color: #FFFFFF;
	font-family: arial;
	font-size: 12pt;
	font-weight: bold;
	float: left;
	margin-left: 2px;
	cursor: pointer;
}

#buttons .wellington:hover {
	background-position: 0 -62px;
}

#buttons .christchurch:hover {
	background-position: -106px -62px;
}

#buttons .hamilton:hover {
	background-position: -224px -62px;
}

#buttons .wellington {
	background-position: 0 0;
	width: 103px;
	height: 32px;
}

#buttons .christchurch {
	background-position: -106px 0;
	width: 117px;
	height: 32px;
}

#buttons .hamilton {
	background-position: -224px 0;
	width: 88px;
	height: 32px;
}