@import url("table.css");
@import url("text.css");
@import url("nav.css");
@import url("products.css");
@import url("productorder.css");
@import url("checkout.css");




html, body {
	font-family:Verdana, Arial, Helvetica;
	font-size:11px;
	margin:0;
	border:0;
	padding:0;
	color:#666666;
	background:url(../images/body_background.gif) repeat;
}

img {
	margin:0;
	border:0;
	padding:0;
}

p {
	margin:10px 0 0 0;
	border:0;
	padding:0;
}

.nomargin {
	margin:0;
	color: #281377;
}

a {
	margin:0;
	border:0;
	padding:0;
}

td {
	margin:0;
	border:0;
	padding:0;
}

form {
	margin:0;
	border:0;
	padding:0;
}

div#container{
	width:740px;
	margin:0 auto;
	padding:10px;
	background:#FFFFFF;
}

div#header {
	width:740px;
	height:230px;
}

div#headerbreak {
	width:740px;
	height:21px;
	background:url(../images/headerbreak_background.gif) repeat-x;
}

div#nav {
	width:740px;
	height:26px;
}

div#main {
	width:740px;
	margin:0 0 28px 0;
}

div#footer {
	width:740px;
	height:17px;
	padding:2px 0 0 0;
	background:#281377;
	text-align:center;
	color:#ffffff;
}

div#footer a {
	color:#ffffff;
	text-decoration:underline;
}

div#subnav {
	width:207px;
	float:left;
	display:inline;
	margin:1px 0 0 0;
}

div#content {
	width:443px;
	float:left;
	margin:29px 0 0 50px;
	display:inline;
	text-align:justify;
}

div#title {
	width:443px;
	height:25px;
	margin:0 0 5px 0;
}

div#nzmap {
	width:700px;
	height:630px;
	height:630px;
	margin:0 auto;
}

img.imgborder {
	border:1px solid #000000;
}

div.lh {
	width:180px;
	float:left;
	/*background:#333300;*/
}

div.rh {
	width:211px;
	height:83px;
	float:left;
	margin:0 0 0 19px;
	display:inline;
}

.break {
	height:1px;
	margin:6px 0;
	background:url(../images/break_background.gif) repeat-x;
}

.shim {
	width:1px;
	height:1px;
	clear:both;
}

div#excl{
	padding:8px;
	border:1px double #333333;
	margin:20px 0 0 0;
}

span.l{
	text-align:center;
	font-weight:bold;
	font-size:12px;
	line-height:18px;
}

span.ll{
	text-align:center;
	font-weight:bold;
	font-size:14px;
	line-height:18px;
	color:#281377;
}


span.le{
	text-align:center;
	font-size:12px;
	line-height:14px;
}