/* NOTE: Discovered that Netscape does not recognise class names containing underscores */
/* colours used: -
green - #008000
light green - #C0FFC0
pastel green - #F0FFF0
brown - #8B2323
yellow - #FFFF00
light yellow - #FEFFDD
red - #FF0000
*/

BODY {
	background:#FEFFDD;
	color:#008000;
	margin:0;
	height:99%;
	/* define a base font that will be inherited by all other elements*/
	font-family:"Times New Roman", Times, serif;
	font-size:80%;
	scrollbar-face-color:#D89B60;
	scrollbar-arrow-color:#000000;
	scrollbar-track-color:#F9EAA5;
	scrollbar-shadow-color:#9E7D46;
	scrollbar-darkshadow-color:#655131;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#F5D38B;
/*
	to use in javascript - document.body.style.scrollbarBaseColor="red"
	See http://msdn.microsoft.com/workshop/samples/author/dhtml/refs/scrollbarColor.htm
	for an interactive tool to create the style block.
*/
}

BODY.main {
	/* main background on the majority of pages*/
	background:#FEFFDD;
	color:#008000;
	text-align:center;
}

BODY.mainLeft {
	background:#FEFFDD;
	color:#008000;
	text-align:left;
	margin-right:2px;
}

BODY.textInfo {
	/* information, wood and order form pages */
	height:98%;
	background:#F0FFF0;
	color:#008000;
	margin:0;
	padding-left:3px;
	padding-right:3px;
	padding-bottom:0;
	border-left:solid silver 2px;
	text-align:left;
}

BODY.tabBackground {
	/* fills out the background to the right of tab menus*/
	background:#F0FFF0 url(background/tabs.gif) repeat-x;
	color:#FFFFFF;
}

DIV.copyright {
	font-size:80%;
	font-style:italic;
	background:#FFFFFF;
	color:#008000;
	border-style:solid;
	border-width:2px;
	border-color:#008000;
	text-align: center;
	position: fixed;
	width: 99%;
	height: 25px;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	margin-top:10px;
	padding-top:3px;
}

.tabText {
	font-style:italic;
	font-weight:bold;
	background:transparent;
	color:#8B2323;
}

.buttonText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	font-weight:bold;
	background:#008000;
	color:#FFFF00;
}

BODY.footer {
	background:#FFFFFF;
	color:#8B2323;
	border-style:solid;
	border-width:2px;
	border-color:#008000;
	text-align:center;
	padding:2px;
}

A:link {
	font-weight:800;
}

A:hover {
	background:#008000;
	color:#FFFFFF;
}

H1 {
	font-family:"Casablanca SF", Garamond, "Times New Roman", Times, serif;
	font-size:130%;
	font-weight:bold;
	background:#FFFFFF;
	color:#008000;
	text-align:center;
	border-top:solid #008000 2px;
	border-right:solid #8B2323 4px;
	border-bottom:solid #008000 2px;
	border-left:solid #8B2323 4px;
	padding:2px;
	margin-top:0;
	margin-left:0;
	margin-right:0;
	margin-bottom:5px;
}

H1:first-letter {
	background:transparent;
	font-size:120%;
	font-weight:bold;
}

H2 {
	font-family:"Casablanca SF", Garamond, "Times New Roman", Times, serif;
	font-size:115%;
	font-weight:normal;
	background:transparent;
	color:#8B2323;
	margin-top:0;
	margin-bottom:0;
}

H2:first-letter {
	padding-right:1px;
	background:transparent;
	color:#008000;
	font-size:120%;
	font-weight:bold;
}

H3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	font-weight:normal;
	background:transparent;
	color:#8B2323;
	text-align:left;
	margin:0;
}

.headerLeft {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	font-weight:normal;
	background:transparent;
	color:#8B2323;
	text-align:left;
}

.headerCentre {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	font-weight:bold;
	background:transparent;
	color:#8B2323;
	text-align:center;
}

.boxHeader {
	background:#FFFFFF;
	border-style:solid;
	border-width:2px;
	border-color:#008000;
	color:#8B2323;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	font-weight:bold;
	text-align:center;
	padding:2px;
	margin-bottom:1px;
}

.listHeader {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	font-style:normal;
	font-weight:bold;
	background:transparent;
	color:#8B2323;
	text-align:left;
	margin-top:3px;
}

.listText {
	font-family:"Times New Roman", Times, serif;
	font-size:80%;
	text-align:left;
	margin-left:15px;
	margin-right:15px;
	margin-bottom:20px;
}

.footer {
	background:transparent;
	color:#008000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	text-align:center;
}

.highlightTextLeft {
	background:#C0FFC0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	font-weight:bold;
	color:#000000;
	text-align:left;
}

.highlightTextCentre {
	background:#C0FFC0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	color:#000000;
	text-align:center;
	width:50%;
}

.importantText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	background:transparent;
	color:#FF0000;
	font-weight:800;
}

.helpText{
	font-family:"Times New Roman", Times, serif;
	font-size:100%;
	background:transparent;
	color:#8B2323;
	text-align:left;
	margin-top:2px;
	margin-left:3px;
}

.boxText {
	background:#FFFFFF;
	color:#008000;
	border-style:solid;
	border-width:2px;
	border-color:#008000;
	text-align:center;
	font-weight:bold;
	padding:2px;
	margin:0;
}

.displayBox {
	background:transparent;
	border-style:solid;
	border-width:2px;
	border-color:#008000;
	margin:0;
	padding:0;
}

.iconSelect {
	background:#FFFFFF;
	color:#008000;
	border-style:solid;
	border-width:2px;
	border-color:#008000;
	text-align:center;
	width:95%;
	padding:2px;
	margin:0;
}

.boxTextLeft {
	background:#FFFFFF;
	color:#008000;
	border-style:solid;
	border-width:2px;
	border-color:#008000;
	text-align:left;
	font-weight:bold;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:6px;
	padding-right:6px;
}

.imageBox {
	background:#FFFFFF;
	color:#008000;
	border-style:solid;
	border-width:2px;
	border-color:#008000;
	padding-top:4px;
	padding-left:7px;
	padding-right:7px;
	padding-bottom:3px;
	text-align:center;
	margin-top:0;
}

IMG {
	border:0;
}

TH {
	font-size:90%;
	background:transparent;
	color:#8B2323;
	border:0;
	font-weight:bold;
}

TD {
	border:0;
	font-weight:bold;
}

TABLE.orderHeader TH{
	text-align:right;
}

TABLE.orderHeader TD{
	background:transparent;
	color:#008000;
}

TABLE.orderForm {
	background:transparent;
	color:#8B2323;
	width:100%;
	border-style:solid;
	border-width:2px;
	border-color:#008000;
	padding:2px;
}

TABLE.orderForm TH {
	background:#FEFFDD;
	color:#8B2323;
	border-style:solid;
	border-width:1px;
	border-color:#008000;
}

TABLE.orderForm TD {
	background:#FFFFFF;
	color:#8B2323;
	border-style:solid;
	border-width:1px;
	border-color:#008000;
}

OL {
	line-height:140%;
	margin-top:0;
}

UL {
	font-family:"Times New Roman", Times, serif;
	font-size:100%;
	font-weight:normal;
	line-height:140%;
	list-style:square; /* will be used by Netscape versions before 6 as they do not support list-style-image */
	list-style-image:url(prod_icons/square_bullet.gif);
	margin-left:10px; /* margin alone does not work with Netscape but the combination with padding is OK */
	padding-left:10px;
	margin-top:0;
	margin-bottom:0;
	padding-bottom:0;
	text-align:left;
}

UL.basic {
	line-height:133%;
	list-style:disc;
	list-style-image:none;
	margin-top:0;
	margin-bottom:0;
	margin-left:7px;
}

SELECT, OPTION {
	background:#FFFFFF;
	font-size:90%;
	font-weight:bold;
	color:#8B2323;
}

INPUT.address {
	background:#FFFFFF;
	color:#8B2323;
	font-family:Courier, monospace;
	font-weight:bold;
	font-size:90%;
}

INPUT.required {
	background:#C0FFC0;
	color:#8B2323;
	font-family:Courier, monospace;
	font-weight:bold;
	font-size:90%;
}

TEXTAREA.address {
	background:#FFFFFF;
	color:#8B2323;
	font-family:Courier, monospace;
	font-weight:bold;
	font-size:90%;
}

TEXTAREA.required {
	background:#C0FFC0;
	color:#8B2323;
	font-family:Courier, monospace;
	font-weight:bold;
	font-size:90%;
}

INPUT.button {
	background:#008000;
	color:#FFFF00;
	border-width:3px;
	border-color:#0AC00A;
	cursor:pointer;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:80%;
	vertical-align:text-top;
}

INPUT.orderOption {
	background:#EFFFEF;
	color:#008000;
}

.arrow {
	background:transparent;
	color:#FF0000;
	font-family:"Times New Roman", Times, serif;
	font-weight:800;
	font-size:110%;
}

.dummyWindow {
	background:#F0FFF0;
	width:230px;
	border-width:5px;
	border-style:ridge;
	border-color:#FFFFFF;
	text-align:center;
	color:#8B2323;
	margin:0;
	padding:0;
}

.dummyWindowTitle {
	width:100%;
	height:20px;
	background:#0A5CB8;
	border-bottom-width:4px;
	border-bottom-style:ridge;
	border-bottom-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:75%;
	font-weight:600;
	text-align:left;
	color:#FFFFFF;
	margin:0;
	padding-top:1px;
}

.dummyWindowText {
	margin:4px;
}

DIV.insetBox {
	background:#FEFFDD;
	margin:5px;
	padding:4px;
	color:#008000;
	border-style:solid;
	border-width:2px;
	border-color:#008000;
	text-align:center;
}

