body
{
	/*background-color: #D4CBC6;
	background-image:url("../images/background.gif");*/
	margin:0px;
	font-size:70%;
	font-family: Verdana, Geneva,Arial, Helvetica, sans-serif;
	color:#FFFFFF;	
}	

table,tr,td,p {
	font-size:100%;
	vertical-align:top;
}


/* ================================================================ */
/* this defines the size and colour of the Headings  */

h1,h2,h3,h4,h5,h6 {
 	color: #626D73;
/*	color:	#6B797B; */
}

h1 {
	font-size: 180%;
	margin-bottom:5px;
}


h1.pageheading {
	font-size: 180%;
 	color: #626D73;
	margin-bottom:5px;
	font-style:italic;
}



h2 {
	font-size: 130%;
	margin-bottom:4px;
}

h3 {
	font-size: 120%;
	margin-bottom:3px;
}

h4 {
	font-size: 110%;
	margin-bottom:2px;
}

h5, h6 {
	font-size: 100%;
	margin-bottom:2px;
}



a:link
{
    color:#FFFFFF;
    text-decoration: underline;
}
a:visited
{
    color:#FFFFFF;
    text-decoration: underline;
}
a:active
{
    color:#FFFFFF;
    text-decoration: underline;
}
a:hover
{
    color:#FFFFFF;
    text-decoration: none;
}

.mainmenu a , .mainmenu a :link, .mainmenu a :active, .mainmenu a :visited  {
	color: #CCBBBB;
	font-weight:bold;
	padding-left: 10px;;
	text-decoration:none;
	white-space:nowrap;
}

.mainmenu a :hover  {
	color: #FFFFFF;
}


/* controls the background of the Download Product Spec cell to make it dark grey */
/* =================================================*/

.greycell {
	background-color: #626D73;
	padding:3px;
	font-weight:bold;
}

.greycell a , .greycell a:link , .greycell a:visited, .greycell a:active, .greycell a:hover {
	text-decoration:none;
}


/* =================================================*/
/* Controls the appearence of the list of product names on the 
products page */

.productlist {
	background-color: #626D73;
	font-size:90%;
	width:138px;
}

.productlist ol, .productlist ul {
/* 	white-space:nowrap; */
 	list-style-image:url(../images/bullet_normal.gif); 
	list-style-position:inside;
	margin-left:-6px;
	font-weight:bold;
	color: #CCBBBB;
	margin-bottom:0px;
}	

.productlist ol li, .productlist ul li {
	margin-top:3px;
}

.productlist td  {
/* 	white-space:nowrap; */
 	list-style-image:url(../images/bullet_normal.gif); 
	list-style-position:inside;
	margin-left:-6px;
	font-weight:bold;
	color: #CCBBBB;
}	



.productlist a , .productlist a:link, .productlist a:visited , .productlist a:active {
	color: #CCBBBB;
	padding-left:2px;
	text-decoration: none;
}


.productlist ol a:hover , .productlist ul a:hover {
	color:#FFFFFF;
 	list-style-image:url(../images/bullet_large.gif); 
	text-decoration: none;
}

/* =================================================*/


.solidrightborder{
	border-right:10px solid #D6CFCF;
	vertical-align:top;
	padding:0px;
}


.leftcolumn {
	width:108px;
}

.centrecolumn {
	border-left:10px solid #D6CFCF;
	border-right:10px solid #D6CFCF;
 	background-color:#626D73; 
	padding:5px;
}


.rightcolumn {
	width:72px;
}




/* ================================================================ */
/* this defines the width and background colours for the separate areas of the page */


#wholepage {
 	width:90%; 
	position:relative;
	text-align:left;
}

#topbanner {
	position:relative;
	top:0px;
	left:0px;
	vertical-align:middle;
	height:64px;
	width:90%;
}

#logo {
	position:absolute;
	top:0px;
	left:30px;
	z-index:-1;
}

#slogan {
	text-align:right;
	vertical-align:middle;
	margin-top:20px;
	margin-bottom:0px;
	margin-left:300px;
	margin-right:25px;
}


#mainpage {
	position:relative;
/* C6CfCf = pale beige */
 	background-color:#D6CFCF; 
	text-align:left;
	padding-left:25px;
	padding-right:25px;
	z-index:2;
}

#pageheading {
	text-align:right;
}

#pageheading h1 {
/* 	font-size:100%; */
}

#pageblock {
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	margin-bottom:10px;
/* 6B7B7B = dark aqua  */	
/* 	background-color:#6B7B7B; */
}

#pagemenu {
	position:absolute;
	top:0px;
	left:0px;
	width:150px;
	height:100%;
	font-size:90%;
	white-space:nowrap;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:0px;
 	background-color:#626D73;
	visibility:hidden;
}


/* this make all the links in the page menu look the same. i.e. NOT  underlined */
#pagemenu a , #pagemenu a:link , #pagemenu a:visited , #pagemenu a:active , #pagemenu a:hover  {
	text-decoration:none;
	color:#D6CFCF;
	padding-left:2px;
	font-weight:bold;
}

#pagemenu ul li a:hover {
	color:#FFFFFF;
 	list-style-image:url(../images/bullet_large.gif); 
}


#pagemenu ul {
	white-space:nowrap;
 	list-style-image:url(../images/bullet_normal.gif); 
	list-style-position:inside;
	margin:0px;
}

#pagemenu ul li {
	margin-bottom:12px;
	margin-top:12px;
	margin-right:0px;
	margin-left:-6px;
	font-weight:bold;
}


#pageinfo{
	padding:0px;
	vertical-align:top;
	margin-left:5px;
	height:100%;
}

#footer {
	border:1px dotted black;
	background-color:#D6CFCF;
	position:relative;
	top:0px;
	left:0px;
	padding:5px;
}

#flags {
	width:100px;
	text-align:left;
	height:13px;
	visibility:hidden;
}

#copyright {
	position:relative;
	top:-18px;
	left:0px;
	margin-left:100px;
	text-align:right;
	font-weight:bold;
	font-size:80%;
}

/* ================================================================ */

#divScrollTextCont {
	position:relative; 
	width:236px; 
	height:52px; 
	clip:rect(0px 236px 52px 0px); 
	overflow:hidden; 
	visibility:visible;
}

#divText {position:absolute; left:0px; top:-10px; }  

/* #divText {width:470px;} */

