html,body {
	margin: 0;
	padding: 0;
}

body {
	font: 76% arial,sans-serif;
	text-align: center;
	background: #F9FBFF url(images/kiwi/background.gif) repeat-y center 0;
	margin-top: 2px;
}

p {
	margin: 0 10px 10px;
}

a, a:visited {
	color: #435766;
}

a:hover, a:active {
	color: #81a8c6;
}

div#header-image {
	height: 203px;
	margin: 0;
	padding-left: 10px;
	background: #81A8C6 url(images/kiwi/header.jpg) no-repeat 0 0;
}

#navtabs {
	position: relative;
	top: 178px;
	/*left: 271px;*/
	right: 5px;
	text-align: right;
}

#navtabs img {
	padding: 0 1px;
}

#navbar {
	height: 18px;
	padding: 3px 5px 3px 10px;
	background-color: #81A8C6;
	font-weight: bold;
	color: #fff;
}

#navbar a, #navbar a:visited {
	color: #fff;
	text-decoration: none;
}

#navbar a:hover, #navbar a:active {
	text-decoration: underline;
}

#navbar-left {	
	float: left;
	padding-top: 2px;
}

#navbar-right {
	float: right;
}

div#container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
}

div#content p {
	line-height: 1.3;
}

div#footer {
	background-color: #81A8C6;
	color: #FFF;
}

div#footer p {
	margin: 0;
	padding: 5px 10px;
}

div#content {
	float: right;
	width: 600px;
	margin-top: 2px;
	padding: 15px 0;
}

div#navigation {
	float: left;
	width: 200px;
	margin: 2px 0;
	padding-bottom: 15px;
	background-color: #C3DAE0;
}

.nav-title {
	padding: 15px 0 10px 10px;
	background: url(images/kiwi/nav_under-title.gif) no-repeat 0 30px;
	font-weight: bold;
	color: #3c6a7d;
}

#navigation FORM {
	padding: 0 0 0 10px;
	margin: 0;
}

#navigation a, #navigation a:visited {
	color: #000;
	text-decoration: none;
}

#navigation a:hover, #navigation a:active {
	text-decoration: underline;
}

.address {
	color: #3c6a7d;
}

.free-postage {
	color: #000;
	font-weight: bold;
	border: 2px solid #fff;
	margin: 5px 10px;
	padding: 5px;
	text-align: center;
}

div#footer {
	clear: both;
	width: 100%;
	text-align: center;
	margin-bottom: 2px;
}

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

#footer a:hover, #footer a:active {
	color: #fff;
	text-decoration: underline;
}

.main-table {
	padding: 0 10px;
}

#content img {
	text-decoration: none;
	border: 0;
}

.pageHeadingHome {
  font-size: 22px;
  font-weight: bold;
  color: #3c6a7d;
}

.pageHeadingHighlight {
  color: #315E3E;
}

.pageHeading2 {
  font-size: 16px;
  font-weight: bold;
}

.pageHeading3 {
  font-size: 13px;
  font-weight: bold;
}