/* ////////////////////////////////////// */
/* *** Set up some basic Page Styling *** */
/* ////////////////////////////////////// */
body {
	margin: 0px 0px 0px 0px;
	background-color: #999999;
	font-family: Verdana, Helvetica, sans-serif;
	}
	
/* *** Rounds off the top Corners *** */
#topBorder {
	margin: 0px 0px 0px 0px;
	width: 950px;
	height: 12px;
	font: 1px/1px sans serif !important;
	font: 0px/0px sans serif;
	background: url("images/topBorder3.gif") no-repeat center top;
			}				
				
#container {
	margin: -30px 0px 0px 100px;
	width: 950px;
	background-color: #ffffff;
	margin: 0px auto;	/* Centers the screen display */
	text-align: center; /* center align the text display */
			}
				
#header	{
	height: 120px;
	width: 950px;
	background-image: url("images/hdrBanner_1.jpg");
	background-repeat: no-repeat;
	margin: 0px auto;	/* Centers the screen display */
	text-align: center; /* Centers the text display */
		}
		
/* *** sets the page title headings in text h1 for SOE *** */		
#my_pagetitle { 
	text-align: left;
		}

/* *** used as substitute for h1 to avoid duplication on equal headings *** */		
#my_pagetitle1 {
	text-align: left;
	font-size: 1.6em;
	font-weight: bold;
	color: #999999;
				}
				
#navContent {
	text-align: left;
	margin: 0px 0px 0px 20px;
			}

/*  *** Where are we on the Site *** */		
#pageTrail {
	width: 950px;
	text-align: left;
	margin: 5px 0px 5px 10px;
	font-size: 8pt;
	color: #000000;
	}
	
.tablehdr {
	color: #0000FF;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: 500;
	text-align: left;
			}
				
/* ///////////////////////////////////////// */				
/* ***** Collect the tables together ***** */
/* ///////////////////////////////////////// */

#hdrtable {
		font-family: Verdana;
		width: 950px;
		height: 110px;
		color: #800080;
		text-align: center;
		} 

#hdrtable td {
	border-collapse: collapse;
	font-size: 32pt;
	font-weight: 400;
		text-align: center;
		}
		
#hdrtable td.subhdr {
	border-collapse: collapse;
	font-size: 16pt;
	font-weight: 400;
	vertical-align: top;
		}	

/* ***** Sets up the Quick Links display table on Index page ***** */	
#qltable   {
	background-color: #ffffe1;
	width: 200px;
	border: 1pt solid #c00000;
		}
		
#qltable td {
	border-collapse: collapse;
	font-size: 10pt;
	font-weight: 400;
		}	
		
/* ***** Products and Components Display Table ***** */
.displaytable {
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #000080;
 	width: 560px;
	height: 130px;
 		}
 		
.displaytable td {
	text-align: center;
	font-weight: normal;
	border: 1px solid #000000;
	}
	
/* ***** sets the cell height of displaytable hyperlink text ***** */
.lnktxt {
	height: 26px;
		}	
	
/* ***** Sets the main prices table ***** */
.maintable {
	font-family: Verdana;
	font-size: 10pt;
	/* Set table font color */
	color: #000000;	
	width: 692px;
	border: 2pt solid #000080;
	background-color: #C0C0C0;
			}
		
.maintable th {
		text-align: center;
		background-color: #FFDCC1;
		border: 1px solid #000000;
	}
			
.maintable td {
	text-align: left;
	font-weight: normal;
	border: 1px solid #000000;
	background-color: #FFF0E6;
	}
	
/* ***** Sets the specifications table ***** */
.sectable {
	font-family: Verdana;
	text-align: left;
	font-size: 10pt;
	/* Set table font color */
	color: #000000;	
			}

.sectable td {			
	padding-right: 15px;		
			}
							
/* ///// End of the tables  ///// */

/* definition for page header horizontal lines */			
.aline {			
		border-width: 1px;
		border-color: #663399;
		}
		
/* definition for 60% horizontal line width */			
.aline1 {			
		border-width: 1px;
		border-color: #cccccc;
		margin: 0% 20% 0% 20%;
		}
	
/*/////////////////////////////*/
/***** set some text sizes *****/
		
/* used as page column headers */	
	h1 {
		font-size: 1.6em;
		font-weight: bold;
		color: #999999;
		}	
		
/* used as table headers */	
	h2 {
		font-size: 0.8em;
		font-weight: 300;
		text-align: left;
		color: #0000ff;
		}
 		
/* used on Photos, summary user descriptions */	
	h3 {
		font-size: 0.8em;
		text-align: left;
		font-weight: 400;
		color: #000000;
		}
		
		/* used on navContent */
	h4 { 
		font-size: 0.8em;
		color: #000000;
		}
	
	/* used on contacts page */	
	h5 {
		text-align: left;
		font-size: 12pt;
		font-weight: 300;
		font-family: Verdana, Helvetica, sans-serif;
		}
			
	p {
		font-size: 10pt;
		font-family: Verdana, Helvetica, sans-serif;
		font-weight: 400;
		color: #000000;
		text-align: left;
		}
		
	p.dropcap:first-letter {
		font-size: 200%;
		margin-right: 2px;
					}	
		
/* places a border around an image */
.abordr {
 	border: 1px solid #000000;
 		}

/* removes a border around an image */
.nobordr {
 	border: none;
 		}
				
.button {
		font-size: 1.6em; 
		font-weight: bold; 
		text-align: right;
		}

/* ***** sets the footer ***** */		 
#footer {
	margin: 0px;
	text-align: center;
	font-size: 10pt; 
	font-weight: 400;
	width: 950px;
	background-color: #CCCCCC;
	border: none;
		}
		
/* ***** sets the footer WC3 Logo ***** */	
.wc3logo {	
		float: left;
		margin-top: 10px;
		margin-left: 20px;
		}	
		
/* *** Rounds off the Bottom Corners *** */
#bottomBorder {
	text-align: left;
	margin: 0px auto;
	width: 950px;
	height: 8px;
	background: transparent url('images/bottomBorder.gif') no-repeat center top;
			}

/* Now add some colour selectors to the quicklinks */
/* link = blue, visited = purple, hover = unchanged, active = red */ 
/* The processing order is important: Link, Visited, Hover, Active */

a:link { 
	color: #3366CC;
	font-family: verdana;
	text-decoration: underline;
	}

a:visited {
	color: #663399;
		}
			
a:hover {
	color: #D53D45; text-decoration: none;
			}
			
/* ***** sets the list used on spikes page ***** */			
ol li {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: 500; 
	color: #000000;
	padding: 8px;
		}
						
/* ***** End of File ***** */