/* Mike Birch, www.okcomputer.co.nz, 04 Oct 2004 */ 
body {
	margin: 0;
	padding: 0;
	font-family: verdana,arial,helvetica,sans-serif;
	text-align: center;
	line-height: 1.3em;
	color: #999900;
	/*background: #CCD7B5;*/
	background: #F4F7ED;
	font-size: x-small; 
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: small;
	}
html>body { 
	font-size: small;
	}
	
/* ie5 needs td as well as body tag for font sizes */	
td {
	font-size: 70%;  
	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: 100%;
	}

#outer {
	margin: 0 auto;
	padding: 0;
	text-align: left;
  	width: 750px;
	background: #CCD7B5;
	/*border-style: solid;
	border-color: #333300;
	border-width: 0px 1px 1px 1px;*/
	}

#logo {
	
	position:relative;
	background:  url(../images/header_top2.jpg) no-repeat top left;
	width: 750px;
	height: 124px;
	padding: 0;
	margin: 0;
	}

#logo h1 {
	position:relative;
	left: -1000px;
	overflow: hidden;
}

	
#logo img {
	position:relative;
	top: 50px;
	left: 20px;
	border: 0;
	}
	
/* navigation */	
	
#nav {
	position:relative;
	background:  url(../images/nav_bg.gif) repeat-x top left;
	width: 750px;
	height: 19px;
	}
#nav li {
	float: left;
	list-style-type: none;
	border-left: solid 1px #fff;
}
#nav ul {
	/*/*/
	float: right;
	margin: 0;
	padding: 0 28px 0 0; /* */
	font-family: Helvetica, arial, sans-serif;
	font-size: 90%;
	font-weight: bold;
	}
#nav a {
	/*/*/
	float: left;
	padding: 0 10px;
	 /* */
}
#nav a:link, #nav a:visited {
	color: #333300;
	/*/*/
	text-decoration: none; /* */
}
#nav a:hover {
	background-color: #eee;
	color: #520001;
}
#uberlink a:link, #uberlink a:visited, #uberlink a:hover {
	/*/*/
	color: #520001; 
	background-color: #eee;
	/* */
}

/* header text (below nav and above content)
	
#header_text {
	position:relative;
	width: 750px;
	height: 20px;
}

 */

/* mainbody*/

div.mainbody {
	clear:both;
	position:relative;
	width: 750px;
	text-align: left;
	background: #CCD7B5;
	padding-top: 20px;
	}
	
/* left side of page in mainbody */ 
div.left {
	float: left;
	margin-top: 20px;
	width: 490px; 
}

/* left side of page in full_width_box */ 
div.left_in {
	float: left;
	width: 420px; 
	margin-right:55px;
}

/* right side of page in mainbody */
div.right {
	float: left;
	margin-top: 20px;
	width: 230px;
	margin-bottom:10px;
	}

/* right side of page in full_width_box */
div.right_in {
	float: left;
	width: 205px;
	margin-bottom:10px;
	}

/* headlines */


div.full_width_headline, div.left_headline, div.right_headline {
	position:relative;
	background:  url(../images/headline2.gif) no-repeat top left;
	border-style: solid;
	border-color: #333300;
	border-width: 0px 1px;
	font: italic bold 110% baskerville,georgia,Times New Roman,Times,serif;	
}

	
div.full_width_headline {
	width: 695px; 
	height: 25px;
	color: #fff;
	margin-left: 25px;
	padding-left: 80px;
	voice-family: "\"}\""; 
  	voice-family: inherit;
  	width: 615px;
	}
html>div.full_width_headline { 
	width: 615px;
	}
	
div.full_width_headline h1,h3 {
	position: absolute;
	top: 2px;
	font: italic bold 100% baskerville,georgia,Times New Roman,Times,serif;
	margin:0;
	padding:0;	
}

div.left_headline {
	height: 25px;
	width: 430px; 
	margin-left: 25px;
	padding-left: 80px;
	voice-family: "\"}\""; 
  	voice-family: inherit;
  	width: 350px;
	}
html>div.left_headline { 
	width: 350px;
	}
	
div.left_headline h3,h1 {
	position: absolute;
	top: 2px;
	font: italic bold 100% baskerville,georgia,Times New Roman,Times,serif;
	margin:0;
	padding:0;
	color: #fff;	
}

div.right_headline {
	height: 25px;
	width: 230px; 
	color: #fff; 
	padding-left: 80px;
	voice-family: "\"}\""; 
  	voice-family: inherit;
  	width: 150px; 
	}
html>div.right_headline { 
	width: 150px; 
	}
	
	
/* boxes */
	
div.full_width_box, div.left_box, div.right_box {
	position: relative;
	border-style: solid;
	border-color: #333300;
	border-width: 0px 1px 1px 1px;
	font-size: 85%;
}	
	

div.full_width_box {
	background: #CCD7B5; 
	color:#333300;
	margin-left: 25px;
	
	padding: 5px;
	width: 695px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	width: 685px;
	}
html>div.full_width_box { 
	width: 685px;
	}	
	

div.left_box {
	background: #F4F7ED;
	margin-left: 25px;
	padding: 5px;
	width: 430px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	width: 420px;
	}
html>div.left_box { 
	width: 420px;
	}
	


	
div.left_box ul, div.full_width_box ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	font-weight: bold;
	}	

div.right_box {
	background: #F4F7ED;
	width: 230px;
	padding: 5px;
	voice-family: "\"}\""; 
  	voice-family: inherit;
  	width: 220px; 
	}
html>div.right_box { 
	width: 220px; 
	}


/* images have borders */	
div.left_box img, div.right img, div.left img, div.right_in img	{
	border: solid 1px #333300;	
	}

/*align images that are not in boxes*/

div.left img	{
	margin-left: 25px;
	}
	
div.right img	{
	float: right;	
	}
	
div.left img.latest_photo {
	margin-right: 5px; 
	margin-top: 5px;
	}
img.left {
	margin-right: 5px; 
	margin-top: 5px;
	float: left;
}

a#nz {
	margin-left: 30px; /* left_box margin + padding */
}
/* footer */
		
#footer {
	text-align: right;
	clear: both;
	width: 750px;
	height: 100px;
	font-size: 80%;
	}
#footer p {
	padding: 30px 30px 0px 10px;
	}
#footer img {
	padding: 0;
	}
#footer a {
	text-decoration: none;
	}
	

/* Fixes float escaping bug in IE/Win, hides from IE Mac \*/
* html #footer p { height: 1%; }
/* End hide from IE Mac */


/* general */

hr {
	display: none;
	}

p {
	margin: 0 0 .8em 0;
	padding: 0;
}

p.caption {
	margin: .8em 0 .8em 0;
	font-size: 85%;
	line-height: 1.1em;
	padding-left: 10px;
	color: #333300;
}


p.price {
	margin: 0 .3em;
	padding: 0;
	font: italic bold 150% baskerville,georgia,Times New Roman,Times,serif;
	color: #333300;
	text-align: right;
}

div#currency_convert {
	margin: 2em 0 0 0;
}

p.currency {
	padding: 0;
	margin: 0;
}

p.currency_link {
	padding: 0;
	margin: 0;
	text-align: right;
}

a:link {
	color: #333300;
}
a:visited {
	color: #333300;
}
a:hover {
	color: #999900;
}

/* forms */

input, textarea {
	background: #F4F7ED;
	font-size: 95%;
	border: solid 1px #333300;
	}

input.rb {
	/*background: #AFC091;*/
	background: #A2AA92;
	color: #000; 
	font-size: 95%;
	border: none;
	}
.st {
	background: #F4F7ED;
	font-size: 95%;
	}

input.sub {
	background: #396200;
	font-size: 95%;
	color: #fff;
	}
	
div.row {
  clear: both;
  padding-top: 5px;
  }

div.row span.label {
  float: left;
  width: 155px;
  text-align: right;
  }

div.row span.label_light {
  float: left;
  width: 155px;
  text-align: right;
	color: #999900;
	font-weight: bold;
}

div.row span.formw {
  float: right;
  width: 245px;
  text-align: left;
  }
  
 div.row span.formw2 {
  float: right;
  width: 245px;
  text-align: left;
  background: #BEC8A9;
  }
  
div.spacer {
  clear: both;
  }

p.error_message {
	color: red;
}

input.error {
	border: 1px solid red;
}
/* font colors */ 
  
 .light_bold {
 	color: #999900;
	font-weight: bold;
	}

.dark {
	color: #333300;
	}
/* tables */

th {
	background: #999900;
	}

td.light {
	background: #F4F7ED;
	}
table.links_table {
	margin: 10px;
	width: 600px;
	border: 1px solid #333300;
	border-collapse: collapse;
}

table.links_table th {
	/*height:25px;
	padding-left:80px;
	background:  url(../images/headline2.gif) no-repeat top left;
	font: italic bold 120% baskerville,georgia,Times New Roman,Times,serif;
	color: #fff; */	
}	
	
table.links_table td {
	padding: 4px;
	text-align:left;
	background-color: #F4F7ED;
}

table.links_table td.name {
    font-weight: bold;
}

table.links_table tr.link td {
    border-top-width: 0;
}

table.links_table tr.alt td {
    background-color: #E4EAD8;
}

table.links_table td.link {
    width: 45%;
    vertical-align: top;
}

table.links_table th {
    text-align: left;
}

/* news page */


div.newsitem {
	margin: 0 10px;
	padding: 0 15px;
	background: #F4F7ED;
	border: 1px solid #999900;
}

div.newsitem h2 {
	background: #F4F7ED;
	padding:0;
	font-size: 105%;
	margin:0;
	float: left;
}

div.news_story {
	background: #F4F7ED;
	padding: 5px 0px;
	color:#999900;
}

div.newsdate {
	float: right;
	font-style: italic;
}

div.newsgap {
	position: relative;
	height: 10px;
}


/* clear */

div.spacer {
 	clear: both;
}