@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #FFFFFF;
}
.nztours #container {
	width: 955px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.nztours #header {
	height: 60px;
	padding: 0;
	width: 955px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.nztours #header h1 {
	text-indent: 5px;
	font-weight: bold;
	color: #333366;
	font-size: 1.5em;
}
.nztours #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	width: 100%;
}
.nztours .borderleft {
}
.nztours .borderright {
}
.nztours .bottombordercenter {
}
.nztours  .bottomborderright img {
	display: none;
}
.nztours  .bottomborderleft img {
	display: none;
}
.nztours .clearall {
	clear: both;
}
.blueheader {
	display: block;
	position: relative;
}
.nztours .info_primary  {
	padding: 0px;
	display: block;
	position: relative;
	margin-bottom: 7px;
	margin-top: 7px;
	border: 1px solid #333366;
}
.nztours .info_primary h1 {
	font-size: 1.2em;
	color: #333366;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	display: inline;
	font-weight: bold;
}
.nztours .info_primary h2 {
	font-size: 0.8em;
	color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	line-height: 1.3em;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 8px;
	display: inline;
	font-weight: normal;
}
.nztours  .info_primary p {
	font-size: 0.8em;
	display: block;
	width: 690px;
	padding: 0px;
	margin: 10px;
	line-height: 1.3em;
}
.nztours      img.sample   {
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: right;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 3px;
	margin-left: 0px;
}
.nztours .info_secondary .sample {
	margin-bottom: 15px;
}
.left {
	width: 49%;
}
.right   {
	width: 50%;
}
.nztours #mainContent .right {
	float: right;
}
.nztours #mainContent .left {
	float: left;
}
.nztours .info_secondary {
	position: relative;
	padding: 0px;
	margin-bottom: 7px;
	border: 1px solid #333366;
}
.nztours .left .info_secondary {
	margin-right: 0px;
}
.nztours .info_secondary h1 {
	font-size: 1.1em;
	color: #333366;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	display: inline;
	margin: 0px;
	font-weight: bold;
}
.nztours .info_secondary h2 {
	font-size: 0.7em;
	color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	line-height: 1.3em;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 8px;
	display: inline;
	font-weight: normal;
}
.nztours  .info_secondary p {
	font-size: 0.8em;
	margin: 10px;
	width: 245px;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 1.3em;
}
.nztours #footer {
	background-color: #FFFFFF;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 15px;
	width: 955px;
	text-align: center;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
.nztours #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.7em;
	color: #333366;
	line-height: 1.5em;
	font-weight: normal;
}
.nztours a {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #333366;
}
.nztours .blueheader a {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #333366;
}
.nztours .blueheader h1 a {
	color: #FFFFFF;
}

