/* -----[ Style Sheet ]--------------------------------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	background: #E4E4E4 url(../img/layout/bgd-page.gif) repeat-x left top;
	font: normal small Arial,sans-serif;
}
table {
	border: 0;
	border-collapse: collapse;
}
table tr {
	vertical-align: top;
}
input, select, textarea {
	font-size: 1em;
}
img {
	border: 0;
}
span {
	color: #666;
}
var {
	font-style: normal;
}
p {
	line-height: 1.5;
}

/* -----[ Links ]--------------------------------------------------------------------- */

a {
	color: #C33;
}
a:hover {
	color: #F00;
	text-decoration: none;
}

/* -----[ Layout ]--------------------------------------------------------------------- */

#wrapper {
	width: 808px;
	margin: 16px auto;
	position: relative;
}

/* -----[ Header ]--------------------------------------------------------------------- */

#head {
	height: 142px;
	background: url(../img/layout/bgd-header.gif) no-repeat center top;
}
#head .logo {
	position: absolute; left: 40px; top: 30px;
}

/* -----[ Navigation ]--------------------------------------------------------------------- */

#navbar {
	position: absolute; left: 0px; top: 101px;
	width: 808px;
	height: 41px;
	background: #000 url(../img/layout/bgd-navbar.gif) no-repeat left bottom;
}
#navbar h2 {
	float: left;
	margin: 9px 0 0 35px;
	padding-right: 15px;
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
}
#navbar ul {
	margin-top: 9px;
	padding: 0;
}
#navbar li {
	float: left;
	color: #FFF;
	font-size: 14px;
	padding: 0 10px;
	border-right: 1px solid #999;
	list-style: none;
}
#navbar li.end {
	padding-right: 0;
	border-right: none;
}
#navbar li a {
	color: #FE5;
	font-weight: bold;
	text-decoration: none;
}
#navbar li a:hover {
	color: #FC0;
}

#topnav {
	position: absolute; right: 30px; top: 4px;
}
#topnav ul {
	margin-top: 6px;
	padding: 0;
}
#topnav li {
	float: left;
	margin: 0;
	padding: 0 8px;
	border-right: 1px solid #FFF;
	font-size: 14px;
	font-weight: bold;
	list-style: none;
}
#topnav li a {
	text-decoration: none;
}
#topnav li.end {
	border-right: none;
}

/* -----[ Content ]--------------------------------------------------------------------- */

#content {
	background: url(../img/layout/bgd-content.gif) repeat-y center top;
	padding: 20px 35px;
}
#content .leftcol {
	width: 476px;
	float: left;
	margin-bottom: 25px;
}
#content .feedback p {
	border-top: 1px solid #CCC;
	margin-top: 10px;
	padding-top: 10px;
}

/* -----[ Headers ]--------------------------------------------------------------------- */

.content h1 {
	margin: 0 0 15px;
	padding: 5px 0;
	color: #C33;
	font: normal 30px Arial,sans-serif;
}
.content h1 span {
	font-size: 20px;
	white-space: nowrap;
}
.content h2 {
	margin: 20px 0 15px;
	color: #900;
	font: normal 22px Arial,sans-serif;
}
.content h3 {
	font: bold 15px Arial,sans-serif;
}

.content li {
	padding-bottom: 8px;
	line-height: 1.3;
}
.content ul.buttons {
	padding: 0;
	margin: 0;
}
.content ul.buttons li {
	list-style-type: none;
	padding: 0 0 10px 20px;
	background-image: url(../img/layout/tick-white.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.content ul.buttons span {
	font-size: 12px;
	line-height: 16px;
}
.content table th h2 {
	color: #000;
	text-align: left;
	padding: 0;
	margin: 0;
}
.content blockquote {
	padding: 0 10px;
	margin: 0;
}

.content ul.tick {
	padding-left: 10px;
}
.content ul.tick li {
	list-style-type: none;
	padding-left: 20px;
	background-image: url(/library/img/layout/tick.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.expandedList li {
	padding-bottom: 8px;
}

/* -----[ Sidebar ]--------------------------------------------------------------------- */

.sidebar {
	width: 234px;
	float: right;
	margin-bottom: 25px;
}

.sidebar .actionbox,
.sidebar .feedbackbox {
	margin-bottom: 20px;
}

.sidebar .actionbox h2 {
	height: 28px;
	margin: 0;
	padding: 8px 10px 0;
	background: url(../img/layout/hd-action.gif) no-repeat 0 0;
	color: #000;
	font: normal 18px Georgia,serif;
}
.sidebar .actionbox .content {
	background-color: #fff6b5;
	padding: 10px;
}
.sidebar .actionbox .content p {
	margin-bottom: 5px;
	padding: 0;
	font-weight: bold;
	line-height: 20px;
}
.sidebar .actionbox ul.tick {
	margin-bottom: 5px;
	padding: 0;
}
.sidebar .actionbox ul.tick li {
	padding-bottom: 3px;
	background-image: url(../img/layout/tick-yellow.gif);
	background-position: 0 2px;
	font-size: 12px;
	line-height: 18px;
}

.sidebar .feedbackbox h2 {
	height: 28px;
	margin: 0;
	padding: 8px 10px 0;
	background: url(../img/layout/hd-feedback.gif) no-repeat 0 0;
	color: #000;
	font: normal 18px Georgia,serif;
}
.sidebar .feedbackbox .content {
	background-color: #f0f0ed;
	padding: 10px;
}
.sidebar .feedbackbox .content p {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
	font-size: 12px;
	font-style: italic;
	line-height: 18px;
}

/* -----[ Footer ]--------------------------------------------------------------------- */

#foot {
	background: url(../img/layout/bgd-footer.gif) no-repeat center top;
	padding: 3px;
	color: #666;
	font-size: 12px;
	text-align: center;
}
#foot span {
	color: #000;
	font-weight: bold;
}
.disclaimer {
	clear: both;
	margin: 50px 0;
	border-top: 1px solid #AAA;
	color: #666;
	font-size: 12px;
}

/* -----[ Data Form ]--------------------------------------------------------------------- */

.dataForm th,
.dataForm td {
	padding: 5px 10px;
}
.dataForm th {
	padding-top: 7px;
	padding-right: 0;
	color: #444;
	font-weight: normal;
	text-align: right;
	line-height: 1.2;
}
.dataForm th label {
	position: relative; top: 2px;
}
.dataForm td.checkList input,
.dataForm td.radioList input {
	margin-left: 1em;
}
.dataForm td.number {
	width: 20px;
	padding-right: 10px;
	color: #CCC;
	font-size: 1.2em;
	line-height: 1.2;
}

/* -----[ Inputs ]--------------------------------------------------------------------- */

input[type=submit] {
	padding: 5px 15px;
	color: #000;
	font: bold 14px Arial,sans-serif;
	cursor: pointer;
}
textarea,
input[type=email],
input[type=text] {
	width: 300px;
	padding: 5px;
	background: #FFF;
	border: 1px solid #aaa;
}
input[type=email]:focus,
input[type=text]:focus,
select:focus,
textarea:focus {
	background: #FFF4BF;
	color: #000;
}
input.smallText {
	width: 100px;
}
input.required {
	background: #FBE3E4;
	border: 1px solid #933;
}
.inputRequired input {
	border-color: #C33;
}
.inputRequired label {
	color: #C33;
	font-weight: bold;
}

/* -----[ Messages ]--------------------------------------------------------------------- */

.msgSuccess,
.msgNotify,
.msgWarning {
	margin: 15px 25px;
	padding: 5px;
	border: 2px solid #000;
	color: #000;
	font-size: 1.1em;
	text-align: center;
}
.msgNotify {
	background: #FFF6BF;
	border-color: #D9CD82;
}
.msgSuccess {
	background: #DEF0C0;
	border-color: #ADC781;
}
.msgWarning {
	background: #FBE3E4;
	border-color: #D49FA0;
}

/* -----[ Continue ]--------------------------------------------------------------------- */

.continueWrap {
	margin: 30px 0;
}
.continueWrap span {
	font-size: 12px;
}

/* -----[ Special Box ]--------------------------------------------------------------------- */

.special {
	padding: 10px 5px 10px 10px;
	background-color: #FFC;
	border-left: 3px #FBE235 solid;
	font-size: 18px;
	line-height: 25px;
}

.special h2 {
	margin: 0;
	color: #C33;
	font: bold 22px Arial,sans-serif;
}
.special p {
	margin: 10px 0;
}
.special .price {
	margin: 10px 0 0 0;
	color: #000;
	font: bold 22px Arial,sans-serif;
}
.special .pricenote {
	margin-top: 0;
	font-size: 14px;
}
.special ul.tick {
	margin: 0 10px 0 0;
	padding: 0;
}
.special ul.tick li {
    background-image: url("/library/img/layout/tick.png");
    background-position: 5px 3px;
    background-repeat: no-repeat;
    list-style: none;
    margin: 0;
    padding: 2px 0 2px 25px;
	font-size: 14px;
}


/* -----[ Misc ]--------------------------------------------------------------------- */

.clear {
	clear: both;
}
.small {
	font-size: 10px;
}
.large {
	font-size: 18px;
	line-height: 25px;
}
.red {
	color: #C33;
}
.light {
	color: #666;
}
.alternate {
	background: #EEE;
}
var.noWrap {
	white-space: nowrap;
}
p.info {
	margin: 0 0 20px;
	padding: 0 5px;
	font-style: italic;
}
p.note {
	margin: 1px 0;
	padding: 0;
	color: #666;
	font-size: 11px;
	line-height: 1.2;
}

.pressImg {
	float: right;
	padding: 0 0 10px 10px;
}
.highlight {
	color: #C33;
	font-size: 18px;
	font-weight: bold;
}

.mapNZ img {
	border: 1px solid #CCC;
}

.importantNote {
	padding: 5px;
	color: #C00;
	border: 1px solid #C00;
	margin: 10px 0;
}

/* -----[ Clear After ]--------------------------------------------------------------------- */
/* http://www.positioniseverything.net/easyclearing.html */
/* http://www.456bereastreet.com/archive/200603/new_clearing_method_needed_for_ie7/ */

.clearAfter:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
