	/**	
	 *	Mambo Open Source Version 4.0
	 *	Dynamic portal server and Content managment engine
	 *	22-10-2002
 	 *
	 *	Copyright (C) 2000 - 2002 Miro International Pty. Limited
	 *	Distributed under the terms of the GNU General Public License
	 *	This software may be used without warrany provided these statements are left 
	 *	intact and a "Powered By Mambo" appears at the bottom of each HTML page.
	 *	This code is Available at http://sourceforge.net/projects/mambo
	 *
	 *	Site Name: Mambo Open Source Version 4.0
	 *	File Name: ie5.css
	 *	Developers: Danny Younes - danny@miro.com.au
	 *			Nicole Anderson - nicole@miro.com.au
	 *			Robert Castley - robert@castley.com
	 *	Date: 22/10/2002
	 * 	Version #: 4.0
	 *	Comments:
	**/

/* 10JUNE24: fonts were typically 11px... (some 8/9/10,12/14) - all font sizes increased by 2px 10JUNE24 */

a {
	font-size: 13px;
	font-family:  Arial, Helvetica, sans-serif;
	color: #0000FF;
	border-bottom: none;
	text-decoration: none; }

a:hover {
	color: #ff6600;
	font-weight: bold;
	text-decoration: none; }

a:active {
	text-decoration:underline;
	color: #000066; }

a.boldblacklink {
	font-size: 13px;
	font-family:  Arial, Helvetica, sans-serif;
	color: black;
	font-weight: bold;
	border-bottom: none;
	text-decoration: none; }

a.boldblacklink:hover {
	color: #ff6600;
	font-weight: bold;
	text-decoration: none; }

a.boldblacklink:active {
	text-decoration:underline;
	color: #000066; }

.menulink {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #5687AF;
	text-decoration: none; }
	
.componentHeading {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: left; }

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;} 

.articlehead{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
 	color: #333333; }

.articlebody{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
 	color: #333333; }

.inputbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	background: #FFFFFF;
	border: 1px solid; }
		
.bold {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #666666; }
	
.small {
    /* */
}
.smalldark {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #000000; 
	font-weight: normal }

.verysmalldark {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #808080; 
	font-weight: normal; }

.verysmalldark:hover {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
  color: #ff6600;
  text-decoration: none; }

.verysmalldark:active {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #808080; 
  text-decoration:underline; }
    
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/* color: #ff6600; */
	color: #c44c05;
	text-decoration: underline; 
	font-weight: bold; }

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333; }
	
.poll {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 14px; }

.newsflash{
	background-color: #0040C0;
	color: #FFD700;
        }

.articleheadWhite{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF; }

.whitetext {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	color: #ffffff; }

h1 {
	font: bold 20px Arial, Helvetica, sans-serif; 
	color: #999999; }

	
/* Begin new additions/changes
	11-26-2002 */
BODY{
	background-color : #0040C0;
	color : Black;
	/* next 2 lines DSD 07MAR25 - add page background */
	background: url('../images/our/Rotors2x.jpg'); 
	/* background: url('../images/stories/Rotors1.jpg'); */
	/* background: url('../images/themes/our/Rotors2tg1x.png');*/
	background-repeat: repeat;
	background-image: linear-gradient(to right, transparent, #B3D9FF, #B3D9FF, #B3D9FF, transparent);
/*
	background-repeat: no-repeat;
	background-size: cover;
*/
}

table.mainpage {
	/* next 3 lines DSD 07MAR25 - limit page width allowing page background image to show at edges */
	max-width: 1020px;  /* max-width: 960px; */ /* looks like something in the home page is forcing a wider page - banners/slideshow probably */
	margin-left: auto;
	margin-right: auto;
}


HR {
	background: #c0c0c0;
	height:2px;
    width:170px;
	border: 1px inset;
}

.wide {
	background: #c0c0c0;
	height:2px;
    width: 100%;
	border: 1px inset;
    margin-top: 10px;
}

.tight {
      /* */
}

.tightwide {
	background: #c0c0c0;
	height:2px;
    width: 100%;
	border: 1px inset;
    margin-top: 2px;
}
.newsarticle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;  /* Up from 10px */
	color: #333333;
	text-align: left; }

.sectiontableheader{
	background-color : #999999;
	color : #FFFFFF;
	font-weight : bold;
}

.sectiontableentry1{
	background-color : #FFFFFF;
}

.sectiontableentry2{
	background-color : #EBEBEB;
}

.popupwindow{
	background-color : #FFFFFF;
}

.newspane{
	background-color : #B0D4EE;
}

.newspaneopen{
	background-color: #B0D4EE;
}	

.contentpane{
	background-color : #B0D4EE;
}

.contentpaneopen{
	background-color: #B0D4EE;
}	

.download{
	font: 13px Arial,Helvetica,sans-serif; 
	color: #000000;
	text-align: left
}

.downloadtitle{
	font: bold 15px Arial,Helvetica,sans-serif; 
	color: #000000;
	text-align: left
}

.downloadheader{
	font: bold 14px Arial,Helvetica,sans-serif; 
	color: #000000;
	text-align: left
}

.downloadtableheader{
	background-color : #999999;
	color : #FFFFFF;
	font: 16px Arial,Helvetica,sans-serif; 
	font-weight : bold;
}

.mainpage{
  margin: 2px;
}
a.noaccessmenu:link, a.noaccessmenu:visited { color: #696969; }
a.noaccessmenu:hover { color: #696969; }

P.compact{
  margin: 1px;
}

form.compact{
  margin: 1px;
}

LI {
margin-left: 12px;
margin-top: 6px;
}

/*
UL.tight{
  margin-top: 1px;
  margin-left: 20px;
  margin-bottom: 1px;
}

LI.tight{
  margin-top: 1px;
  margin-left: 20px;
  margin-bottom: 1px;
}
*/

.smallnote {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #808080; 
	font-weight: normal;
}

.productspectable {
  margin-left: 20px;
}

.buybox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background: #FAF0E6;
  margin-bottom: 1px;
	border: 1px solid; 
}
		
.buyboxcatno {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
    width: 140px;
    height: 40px;
	color: #000000;
	background: #FAF0E6;
    margin-bottom: 1px;
    overflow-y: scroll;
	border: 1px solid; 
}
		
.buyboxspecialcatno {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
    width: 140px;
    height: 28px;
	color: #000000;
	background: orange;
    margin-bottom: 1px;
    overflow-y: scroll;
	border: 1px solid; 
}
		
.buyboxdesc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
    width: 350px;
    height: 40px;
 	color: #000000;
	background: #FAF0E6;
    margin-bottom: 1px;
    overflow-y: scroll;
	border: 1px solid; }
		
.buybutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    height: 17px;
    vertical-align: top;
    color: blue;
	font-weight: normal; }

.buyeditbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background: #FFFFFF;
	border: 1px solid; }

.buypricebox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
    text-align: right;
	color: #000000;
	background: #FAF0E6;
    margin-bottom: 1px;
	border: 1px solid; }

.compactur{
  margin: 1px;
  text-align: right;
}

.buy{
    margin: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
    text-align: left;
    width: 450px;
}

.buyform{
  width: 450px;
  margin: 1px;
  border-bottom: 1px solid #0040C0;
}

.buybasket {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
    background: #B0C4DE;
    border-collapse: collapse;
    width: 100%;
}
		
.buybackground {
	background: #B0C4DE;
    border: 5px solid #B0C4DE;
}
		
.buybaskettab {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: navy;
	background: #B0D4EE;
    border-left: 1px solid white;
    border-top: 1px solid white;
    width: 150px;
}
		
.buybasketpad {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background: #B0C4DE;
    border-left: 1px solid navy;
    border-bottom: 1px solid white;
    text-align: right;
}

.buybasketcatno {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
    padding: 1px;
    text-align: left;
	color: #000000;
	background: #B0D4EE;
    border-left: 1px solid white;
    border-bottom: 1px solid lightsteelblue;
}
		
.buybasketdesc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
    padding: 1px;
	color: #000000;
	background: #B0D4EE;
    border-bottom: 1px solid lightsteelblue;
}
		
.buybasketeach {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
    padding: 1px;
	color: #000000;
	background: #B0D4EE;
    width: 85px;
    text-align: right;
    border-bottom: 1px solid lightsteelblue;
}
		
.buybasketqty {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
    padding: 1px;
	color: #000000;
	background: #B0D4EE;
    width: 30px;
    text-align: right;
    border-bottom: 1px solid lightsteelblue;
}
		
.buybasketprice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
    padding: 1px;
	color: #000000;
	background: #B0D4EE;
    border-right: 1px solid navy;
    width: 80px;
    text-align: right;
    border-bottom: 1px solid lightsteelblue;
}
		
.buybaskettotal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
    text-align: right;
    padding: 1px;
	color: #000000;
	background: #B0D4EE;
    border-right: 1px solid navy;
    border-left: 1px solid white;
}
.buybasketend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
    text-align: left;
    padding: 1px;
	color: #000000;
	background: #B0D4EE;
    border-bottom: 1px solid navy;
    border-right: 1px solid navy;
    border-left: 1px solid white;
}
		
.redlink {
	color: #FF0000;
	text-decoration: none }

/*
TABLE.tight{
*/
.tight{
    margin-top: 1px;
    margin-bottom: 1px;
}

TD.contact{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
    text-align: left;
    padding: 1px;
	color: navy;
}

.contactno{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
    font-style: italic;
    text-align: right;
    padding: 1px;
	color: navy;
}

TABLE.contact{
	background: #FAF0E6;
    border-top: 1px solid white;
    border-bottom: 1px solid navy;
    border-right: 1px solid navy;
    border-left: 1px solid white;
}

td.weatherdata {
/*
    padding-top:4px;
    padding-bottom:4px;
*/
}

li.menuli {
/*
    margin-top: 12px;
*/
}

div.menudiv {
    margin-top: 6px;
/*  padding-top: 12px;
*/