html {
	color:#000; 
	background:#fff;
	background:#1473DA url(images/background.gif) repeat-x;
	background-repeat:repeat-x;
}
body {
	text-align:center; 
	font-family: arial, helvetica, sans-serif; 
	font-size:10pt; 
	color:#000; 
	padding:0px; 
	border:0px; 
	margin:0px; 
	background:#fff;
	background:#1473DA url(images/background.gif) repeat-x;
	background-repeat:repeat-x;
}

h1 {
	font-size: 14pt;
	color: #8b8b8b;
	margin-bottom: 5px;
}

h2 {
	font-size: 12pt;
	color: #2C70B1;	
}

#wrapper {  /* use a relative position wrapper to ensure that the page is centred, all after that is absolute */
	position: relative;
	top: 0px;
	left: 0px;
	width: 840px;
	height: 543px;
	margin: 10px auto;
	text-align: center;
}

#content {
	position: absolute;
	top: 0px;
	left: 0px;
	/* border: 1px dashed blue; */
	width: 840px;
	height: 543px;
}

#banner {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 83px;
	width: 840px;
	background-image: URL('images/sub_banner.gif');
	background-repeat: no-repeat;
}

#banner_cms {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 83px;
	width: 840px;
	background-image: URL('images/sub_banner_cms_menu.gif');
	background-repeat: no-repeat;
}

#stretch {
	position: absolute;
	top: 83px;
	left: 0px;
	height: auto;
	overflow: hidden;
	width: 840px;
}

#stretchbg {
	top: 83px;
	margin: 0px auto;
	background-image: URL('images/sub_bg.gif');
	background-repeat: repeat-y;
}

#stretchtext {
	margin-left: 20px;
	margin-right: 70px;
	height: auto;
	border: 1px dotted white; 
	text-align: left;
}

#stretchtext table {
	font-size: 8pt;
}
#stretchtext tr {
	padding: 3px;
}

#stretch a, a:visited, a:link {
	text-decoration: none;
	color: #59A5DB;
}

#stretch a:hover {
	text-decoration: underline;
	color: #2C70B1;
}

#footer {
	position: relative;
	height: 43px;
	width: 840px;
	left: 0px;
	bottom: 0px;
	background-image: URL('images/sub_footer.gif');
	background-repeat: no-repeat;
	text-align: left;  /* required for IE only */
}

#footertext {
	position: absolute;
	top: 27px;
	left: 20px;
	width: 820px;
	text-align: left;
}

a, a:visited {
	color:#000;
}
a:hover {
	text-decoration:none;
}

/* style the outer div to give it width */
.menu {position: absolute; left: 163px; top: 20px; font-size:.85em; font-family: arial; font-weight: bold; padding-bottom:150px; text-align: left; min-height: 1%;}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none; height:3em; background: transparent;min-height: 1%;}  /* making the bg transparent removed the colour from the RHS blank area of the menu */

/* style the sub-level lists */
.menu ul ul {width:10em; font-weight: normal;min-height: 1%;}

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu ul li {float:left;height:3em;line-height:3em;min-height: 1%;}

/* style the sub level list items */
.menu ul ul li {display:block;width:12em;height:auto;position:relative;line-height:1em;min-height: 1%;}

/* style the links for the top level */
/* making the background transparent below removed the colour from behind the top level menus */
.menu a, .menu a:visited {display:block;float:left;height:100%;font-size:1em;text-decoration:none;color:#FFFFFF;padding:0 0em 0 0em;}  

/* style the sub level links */
.menu ul ul a, .menu ul ul a:visited {display:block;background:#bbb; color:#23588D;width:12em;height:100%;line-height:1em; padding:0.5em 1em;}
.menu ul table ul a, .menu ul table ul a:visited  {width:14em; w\idth:12em;}


/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; left:0; top:0; font-size:1em;}
.menu ul ul table {lef\t:-1px;}
.menu ul ul table ul.left {margin-lef\t:2px;}

.menu li:hover {position:relative;}
* html .menu a:hover {position:relative;}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#ddd;}
/* style the fourth level background */
.menu ul ul ul ul a, .menu ul ul ul ul a:visited {background:#ddd;}
/* style the sub level 1 background */
.menu ul :hover a.sub1 {background:#ddd;}
/* style the sub level 2 background */
.menu ul ul :hover a.sub2 {background:#ddd;}

/* style the level hovers */
/* first */
.menu a:hover {color: #59A5DB;}
.menu :hover > a {color: #59A5DB;}
/* second */
.menu ul ul a:hover{color:#aaaaaa;background:#ccc;text-decoration: underline;}
.menu ul ul :hover > a {color:#aaaaaa;background:#ccc;text-decoration: underline;}
/* third */
.menu ul ul ul a:hover {background:#eee;}
.menu ul ul ul :hover > a {background:#eee;}
/* fourth */
.menu ul ul ul ul a:hover {background:#eee;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:3em;left:0;width:14em;}

/* position the third level flyout menu */
.menu ul ul ul{left:14em;top:0;width:14em;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-14em;}


/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul {visibility:visible; height:auto; padding-bottom:3em; background:transparent url(images/trans.gif);}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{visibility:visible;}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul {visibility:visible;}

/* end of menu definition */

.result {
	color: #2C70B1;
}

input, textarea {;
	font-family: verdana, geneva, helvetica;
	font-size: 10pt;
	color: #003060;
}

textarea.editor {
	font-size: 12pt;
	font-family: arial, helvetica;
}

.producttable {
	font-size: 8pt;
	text-align: center;
	border: 1px solid #999999;
	border-collapse: collapse;
}

.producttable thead {
	font-weight: bold;
	text-align: center;
}

.producttableheading {
	background: #eeeeee;
	font-weight: bold;
}
