/***************************************
** Utility..........: style.css
** Description......: Style sheet for website
** Copyright........: Reach Marketing
** Original Author..: WK
** Email............: wing@reachmarketing.co.uk
** Cur.Status.......: Amber
** Sign Off.........: No
** Last Changed.....: 10/02/2004 11:28
** Last Author......: WK
** Email............: wing@reachmarketing.co.uk
** Note.............: None
***************************************/
/*****************************
* Front-end section
*****************************/		
	/*****************************
	* Body, paragraphs, bold 
	*****************************/
	body, p, br {
	   font-family: Verdana, Arial, Helvetica, Sans-Serif;
	   font-size: 11px;
	   line-height: 13px;  
	   color: #000000;
	}
	
	tr, td {
	   font-family: Verdana, Arial, Helvetica, Sans-Serif;
	   font-size: 11px;
	   color: #000000;
	}
	
	/*****************************
	* Forms, input, select and textarea
	*****************************/	
	.form, input, select, textarea {      
	   font-family: Verdana, Arial, Helvetica, Sans-Serif;
	   font-size: 10px;                   
	   color: #000000;
	}	
	
	/*****************************
	* black9
	*****************************/
	.black9, a.black9:link, a.black9:active, a.black9:visited, a.black9:hover {
	   font-family: Verdana, Arial, Helvetica, Sans-Serif;
	   font-size: 9px;
	   line-height: 13px; 
	   color: #000000;
	   text-decoration: none;
	}	
	
	/*****************************
	* black10
	*****************************/
	.black10, a.black10:link, a.black10:active, a.black10:visited, a.black10:hover {
	   font-family: Verdana, Arial, Helvetica, Sans-Serif;
	   font-size: 10px;
	   font-weight: bold;
	   line-height: 13px; 
	   color: #000000;
	   text-decoration: none;
	}
	
	/*****************************
	* black11
	*****************************/
	.black11, a.black11:link, a.black11:active, a.black11:visited, a.black11:hover {
	   font-family: Verdana, Arial, Helvetica, Sans-Serif;
	   font-size: 11px;
	   font-weight: bold;
	   line-height: 13px; 
	   color: #000000;
	   text-decoration: none;
	}
	
	/*****************************
	* iblack10
	*****************************/
	.iblack10, a.iblack10:link, a.iblack10:active, a.iblack10:visited, a.iblack10:hover {
	   font-family: Verdana, Arial, Helvetica, Sans-Serif;
	   font-size: 10px;
	   font-style: italic;
	   font-weight: bold;
	   line-height: 13px; 
	   color: #000000;
	   text-decoration: none;
	}	
	
	/*****************************
	* grey10
	*****************************/
	.grey10, a.grey10:link, a.grey10:active, a.grey10:visited, a.grey10:hover {
	   font-family: Verdana, Arial, Helvetica, Sans-Serif;
	   font-size: 10px;
	   line-height: 13px; 
	   color: #666666;
	   text-decoration: none;
	}
	
	/*****************************
	* grey10
	*****************************/
	.bgrey10, a.bgrey10:link, a.bgrey10:active, a.bgrey10:visited, a.bgrey10:hover {
	   font-family: Verdana, Arial, Helvetica, Sans-Serif;
	   font-size: 10px;
	   font-weight: bold;
	   line-height: 13px;
	   color: #666666;
	   text-decoration: none;
	}
	
	
	/*****************************
	* black14
	*****************************/
	.black14, a.black14:link, a.black14:active, a.black14:visited, a.black14:hover {
	   font-family: Verdana, Arial, Helvetica, Sans-Serif;
	   font-size: 14px;
	   font-weight: bold;
	   line-height: 15px; 
	   color: #000000;
	   text-decoration: none;
	}
	
	
	/*****************************
	* black18
	*****************************/
	.black18, a.black18:link, a.black18:active, a.black18:visited, a.black18:hover {
	   font-family: Arial, Verdana, Helvetica, Sans-Serif;
	   font-size: 18px;
	   font-weight: bold;
	   line-height: 20px; 
	   color: #000000;
	   text-decoration: none;
	}	
	

   /*****************************
	* thumbtable
	*****************************/
	.thumbtable {
      border: 1px solid #FFFFFF;
	}
	
   /*****************************
	* thumbtablerow
	*****************************/
	.thumbtablerow {
      border: 1px solid #000000;
      background: #FFED5F;
	}

   /*****************************
	* thumbtablerow2
	*****************************/
	.thumbtablerow2 {
      border: 1px solid #000000;
      background: #FF0033;
	}
	
	/*****************************
	* nav
	*****************************/
	.nav, a.nav:link, a.nav:active, a.nav:visited, a.nav:hover {
	   font-family: Verdana, Arial, Helvetica, Sans-Serif;
	   font-size: 10px;
	   font-weight: bold;
	   color: #FFFFFF; 
      border: 0px solid #000000;
      background: #333399;
	}
	
   /*****************************
	* white9
	*****************************/
	.white9, a.white9:link, a.white9:active, a.white9:visited, a.white9:hover {
	   font-family: Verdana, Arial, Helvetica, Sans-Serif;
	   font-size: 9px;
	   font-weight: bold;
	   color: #FFFFFF;
	   text-decoration: none;
      border: 0px solid #FFFFFF;
	}
	
	/*****************************
	* white10
	*****************************/
	.white10, a.white10:link, a.white10:active, a.white10:visited, a.white10:hover {
	   font-family: Verdana, Arial, Helvetica, Sans-Serif;
	   font-size: 10px;
	   font-weight: bold;
	   color: #FFFFFF;
	   text-decoration: none;
      border: 0px solid #FFFFFF;
	}
	
	/*****************************
	* white15
	*****************************/
	.white15, a.white15:link, a.white15:active, a.white15:visited, a.white15:hover {
	   font-family: Verdana, Arial, Helvetica, Sans-Serif;
	   font-size: 15px;
	   font-weight: bold;
	   color: #FFFFFF;
	   text-decoration: none;
      border: 0px solid #FFFFFF;
	}	
	
	/*****************************
	* white11
	*****************************/
	.white11, a.white11:link, a.white11:active, a.white11:visited {
	   font-family: Verdana, Arial, Helvetica, Sans-Serif;
	   font-size: 11px;
	   font-weight: bold;
	   color: #FFFFFF;
	   text-decoration: none;
      border: 0px solid #FFFFFF;
	}
	a.white11:hover {
	   text-decoration: underline;
	}
	
	
	
	
	
	/*****************************
	* black10
	*****************************/
	.black10, a.black10:link, a.black10:active, a.black10:visited, a.black10:hover {
	   font-family: Verdana, Arial, Helvetica, Sans-Serif;
	   font-size: 10px;
	   font-weight: bold;
	   color: #000000;
	   text-decoration: none;
      border: 0px solid #000000;
	}	
	
	/*****************************
	* black10r
	*****************************/
	.black10r, a.black10r:link, a.black10r:active, a.black10r:visited, a.black10r:hover {
	   font-family: Verdana, Arial, Helvetica, Sans-Serif;
	   font-size: 10px;
	   color: #000000;
	   text-decoration: none;
      border: 0px solid #000000;
	}	
	
	
	
	
	/*****************************
	* blue18
	*****************************/
	.blue18, a.blue18:link, a.blue18:active, a.blue18:visited, a.blue18:hover {
	   font-family: Arial, Verdana, Helvetica, Sans-Serif;
	   font-size: 18px;
	   font-weight: bold;
	   line-height: 20px; 
	   color: #003399;
	   text-decoration: none;
	}		
	
	
   /*****************************
	* blue10
	*****************************/
	.blue10, a.blue10:link, a.blue10:active, a.blue10:visited {
	   font-family: Verdana, Arial, Helvetica, Sans-Serif;
	   font-size: 10px;
	   font-weight: bold;
	   color: #333399;
	   text-decoration: none;
      border: 0px solid #FFFFFF;
	}
	
	a.blue10:hover {
	   text-decoration: underline;
	}
	
	/*****************************
	* blue11
	*****************************/
	.blue11, a.blue11:link, a.blue11:active, a.blue11:visited {
	   font-family: Verdana, Arial, Helvetica, Sans-Serif;
	   font-size: 11px;
	   font-weight: bold;
	   color: #333399;
	   text-decoration: none;
      border: 0px solid #FFFFFF;
	}
	
	a.blue11:hover {
	   text-decoration: underline;
	}
	
	/*****************************
	* blue12
	*****************************/
	.blue12, a.blue12:link, a.blue12:active, a.blue12:visited {
	   font-family: Verdana, Arial, Helvetica, Sans-Serif;
	   font-size: 12px;
	   font-weight: bold;
	   color: #333399;
	   text-decoration: none;
      border: 0px solid #FFFFFF;
	}
	
	a.blue12:hover {
	   text-decoration: underline;
	}
	
	/*****************************
	* blue9
	*****************************/
	.blue9, a.blue9:link, a.blue9:active, a.blue9:visited {
	   font-family: Verdana, Arial, Helvetica, Sans-Serif;
	   font-size: 9px;
	   color: #333399;
	   text-decoration: none;
	   line-height: 13px; 
      border: 0px solid #FFFFFF;
	}
	
		a.blue9:hover {
	   text-decoration: underline;
	}
	
   /*****************************
	* purple9
	*****************************/
	.purple9, a.purple9:link, a.purple9:active, a.purple9:visited, a.purple9:hover {
	   font-family: Verdana, Arial, Helvetica, Sans-Serif;
	   font-size: 9px;
	   font-weight: bold;
	   color: #993399;
	   line-height: 13px; 
	   text-decoration: none;
	}
	
   /*****************************
	* yellow9
	*****************************/
	.yellow9, a.yellow9:link, a.yellow9:active, a.yellow9:visited {
	   font-family: Verdana, Arial, Helvetica, Sans-Serif;
	   font-size: 9px;
	   font-weight: bold;
	   color: #FFED5F;
	   line-height: 13px; 
	   text-decoration: none;
	}
	a.yellow9:hover {
	   text-decoration: underline;
	}
	
	/*****************************
	* yellow10
	*****************************/
	.yellow10, a.yellow10:link, a.yellow10:active, a.yellow10:visited {
	   font-family: Verdana, Arial, Helvetica, Sans-Serif;
	   font-size: 10px;
	   color: #FFED5F;
	   line-height: 13px; 
	   text-decoration: none;
	}
	a.yellow10:hover {
	   text-decoration: underline;
	}
	
   /*****************************
	* whitetext
	*****************************/	
		.whitetext, a.whitetext:link, a.whitetext:active, a.whitetext:visited {
	   font-family: Verdana, Arial, Helvetica, Sans-Serif;
	   font-size: 9px;
	   color: #FFFFFF;
	   line-height: 13px; 
	   text-decoration: none;
	}
	a.whitetext:hover {
	   text-decoration: underline;
	}
	
	/*****************************
	* headertext1
	*****************************/	
		.headertext1, a.headertext1:link, a.headertext1:active, a.headertext1:visited, a.headertext1:hover {
	   font-family: Arial, Verdana, Helvetica, Sans-Serif;
	   font-size: 14px;
	   font-weight: bold;
	   
	   color: #FFFFFF;
	   text-decoration: none;
	}
	
	/*****************************
	* headertext2
	*****************************/	
		.headertext2, a.headertext2:link, a.headertext2:active, a.headertext2:visited, a.headertext2:hover {
	   font-family: Arial, Verdana, Helvetica, Sans-Serif;
	   font-size: 24px;
	   font-weight: bold;
	   color: #FFFFFF;
	   line-height: 18px;
	   text-decoration: none;
	}
	
	/*****************************
	* headertext2b
	*****************************/	
		.headertext2b, a.headertext2b:link, a.headertext2b:active, a.headertext2b:visited, a.headertext2b:hover {
	   font-family: Arial, Verdana, Helvetica, Sans-Serif;
	   font-size: 18px;
	   font-weight: bold;
	   color: #FFFFFF;
	   line-height: 18px;
	   text-decoration: none;
	}	
	
	
	
	/*****************************
	* headertext3
	*****************************/	
		.headertext3, a.headertext3:link, a.headertext3:active, a.headertext3:visited, a.headertext3:hover {
	   font-family: Arial, Verdana, Helvetica, Sans-Serif;
	   font-size: 11px;
	   color: #FFFFFF;
	   text-decoration: none;
	}	
	
	
	/*****************************
	* menu
	*****************************/	
	.menu, a.menu:link, a.menu:active, a.menu:visited {
	   font-family: Verdana, Arial, Helvetica, Sans-Serif;
	   font-size: 8pt;
	   font-weight: normal;
	   color: #333399;
	   text-decoration: none;
	}
	a.menu:hover {
	   color: #333399;
	   font-weight: normal;
	}	
	
	


	/*****************************
	* cabinet
	*****************************/
	.cabinet, a.cabinet:link, a.cabinet:active, a.cabinet:visited, a.cabinet:hover {
	   font-family: Arial, Verdana, Helvetica, Sans-Serif;
	   font-size: 18px;
	   font-weight: bold;
	   line-height: 20px; 
	   color: #63BD39;
	   text-decoration: none;
	}			
	
	
	/*****************************
	* handling
	*****************************/
	.handling, a.handling:link, a.handling:active, a.handling:visited, a.cabinet:hover {
	   font-family: Arial, Verdana, Helvetica, Sans-Serif;
	   font-size: 18px;
	   font-weight: bold;
	   line-height: 20px; 
	   color: #0094C6;
	   text-decoration: none;
	}			
	
	/*****************************
	* health
	*****************************/
	.health, a.health:link, a.health:active, a.health:visited, a.health:hover {
	   font-family: Arial, Verdana, Helvetica, Sans-Serif;
	   font-size: 18px;
	   font-weight: bold;
	   line-height: 20px; 
	   color: #215A00;
	   text-decoration: none;
	}	
	
	/*****************************
	* office
	*****************************/
	.office, a.office:link, a.office:active, a.office:visited, a.office:hover {
	   font-family: Arial, Verdana, Helvetica, Sans-Serif;
	   font-size: 18px;
	   font-weight: bold;
	   line-height: 20px; 
	   color: #9C0021;
	   text-decoration: none;
	}		
	
	
	/*****************************
	* racking
	*****************************/
	.racking, a.racking:link, a.racking:active, a.racking:visited, a.racking:hover {
	   font-family: Arial, Verdana, Helvetica, Sans-Serif;
	   font-size: 18px;
	   font-weight: bold;
	   line-height: 20px; 
	   color: #F7009C;
	   text-decoration: none;
	}		
	
	/*****************************
	* shelving
	*****************************/
	.shelving, a.shelving:link, a.shelving:active, a.shelving:visited, a.shelving:hover {
	   font-family: Arial, Verdana, Helvetica, Sans-Serif;
	   font-size: 18px;
	   font-weight: bold;
	   line-height: 20px; 
	   color: #FF0000;
	   text-decoration: none;
	}		
	
	/*****************************
	* stepsandladders
	*****************************/
	.stepsandladders, a.stepsandladders:link, a.stepsandladders:active, a.stepsandladders:visited, a.stepsandladders:hover {
	   font-family: Arial, Verdana, Helvetica, Sans-Serif;
	   font-size: 18px;
	   font-weight: bold;
	   line-height: 20px; 
	   color: #630084;
	   text-decoration: none;
	}			
	
	/*****************************
	* storagecontainers
	*****************************/
	.storagecontainers, a.storagecontainers:link, a.storagecontainers:active, a.storagecontainers:visited, a.storagecontainers:hover {
	   font-family: Arial, Verdana, Helvetica, Sans-Serif;
	   font-size: 18px;
	   font-weight: bold;
	   line-height: 20px; 
	   color: #0066CC;
	   text-decoration: none;
	}		

	/*****************************
	* trucksandtrolleys
	*****************************/
	.trucksandtrolleys, a.trucksandtrolleys:link, a.trucksandtrolleys:active, a.trucksandtrolleys:visited, a.trucksandtrolleys:hover {
	   font-family: Arial, Verdana, Helvetica, Sans-Serif;
	   font-size: 18px;
	   font-weight: bold;
	   line-height: 20px; 
	   color: #FF8400;
	   text-decoration: none;
	}		
	
	/*****************************
	* workshop
	*****************************/
	.workshop, a.workshop:link, a.workshop:active, a.workshop:visited, a.workshop:hover {
	   font-family: Arial, Verdana, Helvetica, Sans-Serif;
	   font-size: 18px;
	   font-weight: bold;
	   line-height: 20px; 
	   color: #006B73;
	   text-decoration: none;
	}					
	

	/*****************************
	* red10
	*****************************/
	.red10, a.red10:link, a.red10:active, a.red10:visited, a.red10:hover {
	   font-family: Verdana, Arial, Helvetica, Sans-Serif;
	   font-size: 10px;
	   font-weight: bold;
	   line-height: 13px; 
	   color: #FF0000;
	   text-decoration: none;
	}
	
	/*****************************
	* red12
	*****************************/
	.red12, a.red12:link, a.red12:active, a.red12:visited, a.red12:hover {
	   font-family: Verdana, Arial, Helvetica, Sans-Serif;
	   font-size: 12px;
	   font-weight: bold;
	   line-height: 13px; 
	   color: #FF0000;
	   text-decoration: none;
	}	


	/*****************************
	* red14
	*****************************/
	.red14, a.red14:link, a.red14:active, a.red14:visited, a.red14:hover {
	   font-family: Verdana, Arial, Helvetica, Sans-Serif;
	   font-size: 14px;
	   font-weight: bold;
	   line-height: 13px; 
	   color: #FF0000;
	   text-decoration: none;
	}

	
/*****************************
* Admin section
*****************************/		
	/*****************************
	* adminborder
	*****************************/	
	.adminborder{
		background: #000000;
	}
	/*****************************
	* adminback
	*****************************/		
	.adminback{
		background: #BDBDBD;
	}		
	/*****************************
	* white
	*****************************/	
	.white, a.white:link, a.white:active, a.white:visited {
	   font-family: Verdana, Arial, Helvetica, Sans-Serif;
	   font-size: 10px;
	   color: #ffffff;
	   line-height: 13px; 
	   text-decoration: none;
	}
	a.white:hover {
	   text-decoration: underline;
	}
	/*****************************
	* black
	*****************************/		
	.black, a.black:link, a.black:active, a.black:visited {
	   font-family: Verdana, Arial, Helvetica, Sans-Serif;
	   font-size: 10px;
	   color: #000000;
	   line-height: 13px; 
	   text-decoration: none;
	}
	a.black:hover {
	   text-decoration: underline;
	}		

	/*****************************
	* button
	*****************************/		
	.button, a.button:link, a.button:active, a.button:visited {
	   font-family: Verdana, Arial, Helvetica, Sans-Serif;
	   font-size: 10px;
	   font-weight: bold;
	   color: #FFFFFF;
	   background-color: #333399;
	   text-decoration: none;
	}
	
	/*****************************
	* button_new
	*****************************/		
	.button_new, a.button_new:link, a.button_new:active, a.button_new:visited {
	   font-family: Verdana, Arial, Helvetica, Sans-Serif;
	   font-size: 10px;
	   font-weight: bold;
	   color: #FFFFFF;
	   background-color: #ff0000;
	   text-decoration: none;
	}		
	

	

	
	/*****************************
	* pictureborder
	*****************************/	
	.pictureborder, a.pictureborder:link,  a.pictureborder:active, a.pictureborder:visited {border:1px; border-thickness: 1px; border-color: #333399; border-style: solid;}

.bordertable {
	   border-color: #333399;
    	border-style: solid;
    	border-width: 1px 1px 1px 1px;
    	border-spacing: 0;
   	border-collapse: collapse;
   	}
   	
   /*****************************
	* contentpic
	*****************************/	
	.contentpic, a.contentpic:link,  a.contentpic:active, a.contentpic:visited {border:1px; border-thickness: 1px; border-color: #FF0033; border-style: solid;}
	
   /*****************************
	* producttable
	*****************************/
   .producttable {
	   border-color: #ff0000;
    	border-style: solid;
    	border-width: 1px 1px 1px 1px;
    	border-spacing: 0;
   	border-collapse: collapse;
   	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	   font-size: 10px;
	   font-weight: bold;
	   color: #000000;
   	}
   	
   /*****************************
	* shoppingbasket
	*****************************/
   .shoppingbasket {
      background-color: #FFCC00;
	   border-color: #666666;
    	border-style: solid;
    	border-width: 1px 1px 1px 1px;
    	border-spacing: 0;
   	border-collapse: collapse;
   	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	   font-size: 10px;
	   font-weight: bold;
	   color: #000000;
   	}
   	
   /*****************************
	* ordersummary
	*****************************/
   .ordersummary {
	   border-color: #666666;
    	border-style: solid;
    	border-width: 1px 1px 1px 1px;
    	border-spacing: 0;
   	border-collapse: collapse;
   	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	   font-size: 10px;
	   font-weight: bold;
	   color: #000000;
   	}