@charset "UTF-8";
/* CSS Document */

/********************************** PARAGRAPH SPACING IS TOTALLY CONTROLLED *************************************/

/* first set the overall default paragraph space to ZERO */

p { /* remove all text margins */
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;}
.AS_ajax_highlight1, .ajaxSearch_highlight1 
{
color: #cc0000;
font-weight: bold;
}
.AS_ajax_highlight2, .ajaxSearch_highlight2
{
color: #cb53df;
font-weight: bold;
}
#downloads  {
width:675px;
}
#downloads .down-top {
 border-top-width: 1px;
	    border-top-style: dotted; 
		border-top-color: #C3C3C3;
width:100%;
margin-top:15px;
}
#downloads img {
float:left;
padding-right:0px;
}
#downloads h1 {
line-height:70px;
height:70px;
padding: 0 0 0 0px;
margin:0 0 10px 0 ;
float:left;
width:550px;
clear:none;
}
#downloads a.bodytext {
margin:10px 10px 10px 90px;
}
#downloads h2{
padding-left: 90px;
 color: #666666;
letter-spacing: 0.02em;
}
select {  font-family: Arial, Helvetica, sans-serif; font-size: 10px}
value {  font-family: Arial, Helvetica, sans-serif; font-size: 12px}
select {  }
input {  font-family: Arial, Helvetica, sans-serif; font-size: 10px}

a:link {
	text-decoration: none;
	color: #489ca3;
}

a:visited {
	text-decoration: none;
	color: #489ca3;
}
	
form{display:inline;} /* removes the horrible spacing after forms - makes them sit inline! */

hr {
   	border-top-width: 0px;
	    border-top-style: dotted; 
		border-top-color: #C3C3C3;
		
}

/********************************** PARAGRAPH SPACING IS TOTALLY CONTROLLED *************************************/


/* For use on 'home' index page */


* {
	margin: 0; /* zero out margin */
	padding: 0; /* zero out padding */
}
html {
	height: 100%; /* gives layout 100% height */
	position: relative; /* gives 100% height to Opera 9.5 */
}
body {
	height: 100%; /* gives layout 100% height */
	background: #ffffff;
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}


/********************************** product items layout *************************************/
	
.news-summary {
border-bottom-width: 1px;
border-bottom-style: dotted; 
border-bottom-color: #C3C3C3;
margin: 10px  0 ;
height:120px;
width:675px;
letter-spacing: 0.02em;
}
.product-summary {
border-bottom-width: 1px;
border-bottom-style: dotted; 
border-bottom-color: #C3C3C3;
margin: 10px  0 ;
height:160px;
width:675px;
letter-spacing: 0.02em;

}
.product-summary img {
padding:0px 35px 0 5px;
float:left

}
.product-summary-text {
float:right;
width:475px;
text-align:left;
}

.product-summary-text h3, .product-summary-text h2 {
 color: #666666;
font-size: 70%;  
line-height:15px;
font-weight: normal;
width:100%;
}
.product-summary-text h2 {
 color: #666666;
    font-size: 70%;  
line-height:15px;
    font-weight: normal;
width:100%;

}

.product-summary-text h2 {
font-size: 85%;
line-height:28px;
}
.product-summary-text p {
color: #666666;
font-size: 72.0%;  
font-weight: normal;
width:98%;
padding:5px 0;
}
.product-summary h3.tech-sheet {
margin:10px 0 0 0;
line-height:24px;
}
.product-summary h3.tech-sheet img {
padding: 0;
}
.product-summary h3.tech-sheet a {
text-decoration:none;
color:red;
padding-left:10px
}
.producttext {   /* main body text */
font-size: 10px;
line-height: 130%;
font-weight: normal;
color: #666666;
margin:5px 10px 0px 0px;	
}


/********************************** news items layout *************************************/

.news-summary{
min-height:150px;
clear:both;
}
.news-summary img {
padding: 2px 25px 0 5px;
float:left;

}
 .news-summary-text {
float:right;
width:485px;
text-align:left;
margin-right:20px;
padding-right:10px;
line-height:18px;
}
.news-summary-text h2 {
 color: #333333;
   font-size: 90%;
line-height:18px;  
width:100%;
margin-bottom:0px;
}
.news-summary-text h3 {
 color: #666666;
   font-size: 70%;
line-height:15px;  
	font-weight: normal;
width:100%;
margin:3px 0;

}
.news-summary-text p {
 color: #666666;
    font-size: 72.0%;  
    font-weight: normal;
width:98%;
padding:3px 0;
}


/********************************** supplier search items layout *************************************/

.supplier-search-results {
background-color: #fafafa;
border: 1px dotted #eaecec;
margin: 10px  20px 10px 0 ;
height:140px;
width:245px;
letter-spacing: 0.02em;
float:left;
padding: 10px 20px;
clear: none
}
.supplier-search-results h2 {
 color: #333333;
   font-size: 80%;
line-height:18px;  
width:100%;
margin-bottom:0px;
}
.supplier-search-results p {
 color: #666666;
    font-size: 72.0%;  
    font-weight: normal;
width:98%;
padding:3px 0;
}

/********************************** main sections of layout *************************************/


* html #wrapper { 
	height: 100%; /* IE6 treats height as min-height */
	
}
#wrapper {
	min-height: 100%; /* gives layout 100% height */
	margin: 0 auto; /* centers #wrapper */
	width: 960px; /* centered div must be given a width */
	background: #FFFFFF; /*** Background colour of navigation column now ***/
	border-left: 0px solid #9F9F9F;
	border-right: 0px solid #9F9F9F;
	border-top: 0px solid #9F9F9F;
	border-bottom: 0px solid #9F9F9F;
	
	
}

#horizontal_menu { /* top menu area  */
float: left;
	margin: 0px 0px 0px 0px; /* top, right, left, bottom.  */
	width: 960px;
	height: 50px;
	background: #FFFFFF;
	
	}
	

#contentwrap { 
	float: left;
	margin: 0 auto; 
	width: 960px;
	/*background: url(../../images/generic_dotstrip.gif) repeat-y; */
	border : 0px solid #020873;
	
	}
	

/********************************** content areas *************************************/

#contentleft{ /* floated  */
float: left; 
width: 270px; 
margin-right: 0px;
margin-left: 0px;

}	

#contentcentre{  /* floated  */
  float: left; 
  width: 620px; 
  margin-left: 15px;
  margin-top: 0px;
  

}

#contentright{  /* floated  */
  float: left; 
  width: 600px; 
  margin-left: 20px;
  margin-top: 0px;
  

}
#contenttop{  /* floated  */
  float: left; 
  width: 675px; 
  margin-left: 15px;
    margin-top: 3px;


  
	    border-bottom-width: 1px;
	    border-bottom-style: dotted; 
		border-bottom-color: #C3C3C3;
		
		border-top-width: 0px;
	    border-top-style: dotted; 
		border-top-color: #C3C3C3;

}



/********************************** end of content areas *************************************/


/********************************** main page elements *************************************/


#top { 
	width: 960px; background-color:#FFFFFF;
	padding:0;
	height: 104px;}
	
#toprightmenu { /* menu area  */
 float: right;
	margin: 0px 0px 0px 0px; /* top, right, left, bottom.  */
	width: 400px; 
	height: 20px;
	
	}
	
	
#mainbanner { /* banner area  */
 float: left;
	margin: 0px 0px 0px 0px; /* top, right, left, bottom.  */
	width: 960px; 
	height: 126px;
	/*background: #FFFFFF;*/
	/*background: url(../images/960_images/960_banner1.jpg) no-repeat;*/
	}
	
	
#footer { /* outside of wrapper   */
	height: 20px;
	width: 960px; /* centered div must be given a width */
	margin: -20px auto 0 auto; /* -40px sucks it back in & auto centers it */
	background: #ffffff;
		border-left: 0px solid #9F9F9F;
	border-right: 0px solid #9F9F9F;
	
	border-bottom: 0px solid #9F9F9F;
	clear: both;
}

#bradcrumb_table {
	float: left;
	width: 350px; background-color:#FFFFFF;
	padding:0;
	height: 45px;
	margin-left: 55px;
	  
	}

/********************************** end of main page elements *************************************/

/********************************** main text elements *************************************/

h1 {  /* main headings */
	font-size: 100%;
	line-height: 162%;
	color: #489ca3;
	text-decoration: none;
	font-weight: normal;
	margin-bottom: 0px;
	
	
}

.headings {  /* main headings */
	font-size: 100%;
	line-height: 110%;
	color: #3051A1;
	text-decoration: none;
	font-weight: normal;
	margin-bottom: 2px;
}

.bodyintro {   /* main body intros */
	font-size: 80%;
	line-height: 150%;
	font-weight: normal;
	color: #489ca3;
			margin-top: 0px;
	
}


.bodytext {   /* main body text */
	font-size: 70%;
	line-height: 160%;
	font-weight: normal;
	color: #666666;
			margin-top: 0px;
	
}

.body_link {   /* main body text link */
	font-size: 70%;
		text-decoration: none;
	line-height: 160%;
	font-weight: normal;
	color: #489ca3;
			margin-top: 8px;
	
}

.body_link:hover, visited {
	text-decoration: underline;
	color: #489ca3;
}


h2 {   
	font-size: 90%;
	line-height: 150%;
	font-weight: normal;
	color: #000000;
			margin-top: 0px;
	
}

h3 {   
	font-size: 60%;
	line-height: 180%;
	font-weight: bold;
	color: #000000;
			margin-top: 0px;
	
}

h4 {   
	font-size: 70%;
	line-height: 150%;
	font-weight: bold;
	color: #000000;
			margin-top: 0px;
	
}



.copyrightline { 
 font-size:10px;
 font-weight: normal;
 color: #666666;
 text-decoration: none;
}

a.toprightmenutest {
	font-family: Arial, Helvetica, sans-serif;
	color: #B2B2B2; /* grey */
	font-size: 60%;
 
	font-weight: normal;
	text-align: left; 
	text-decoration: none; 
}


/* EDWIN LEFT MENU TOOLBAR **********************************************************/


#left_panel {
	position: floated;
	float: left;
	width: 188px; /* 226px minus padding */
	height: 180px;
	text-align: left;
	margin: 0px 0 0 0;
	padding: 0 0 0 8px;
	border-left: 0px dotted #C4C4C4;
}

#left {
	position: left;
	float: left;
	width: 240px; /* 226px minus padding */
	height: 200px;
	text-align: left;
	margin: 0px 0 0 0;
	padding: 0 0 0 0px;
	border-left: 0px dotted #C4C4C4;
}


#expert {
position: left;	
	float: left;
	width: 188px; /* 226px minus padding */
	height: 116px;
	margin: 0px 0 0 0;
	padding: 0 0 0 0px;
	border-left: 0px dotted #C4C4C4;
}



input {
	float: 			left;
	font-size: 		80%;
	color: 			#000000; /* black */
	border: 		1px solid #CECECE; /* pale grey */
	background: 	#FFFFFF !important; /* pale yellow */
	width: 			136px; /* 148px minus padding */
	height: 		11px; /* 20px minus padding */
	padding: 		4px 6px 4px 6px;
	margin: 		0 0 0 0;
}

input.error {
	border: 		1px solid #D20000; /* red */
	background:		#FFCB62 !important; /* pale orange */
}

div.right_menu {
	float: 			left;
	border: 		1px solid #CECECE; /* pale grey */
	background: 	#FFFFFF !important; /* pale yellow */
	width: 			136px; /* 148px minus padding */
	height: 		11px; /* 20px minus padding */
	padding: 		2px 6px 6px 6px;
	margin: 		15px 0 0 0;
}

div.right_menu {
	font-size: 		70%;
	font-weight: 	normal;
	color: 			#333333; /* black */
	text-decoration: none;
}

div.go, div.button {
	float: 			left;
	background:		url(../../images/edwin_images/go.png) no-repeat; 
	width: 			29px;
	height: 		21px;
	padding: 		0;
	margin: 		15px 0 0 0;
}

div.go {
	margin: 		0;
}

div.go a img, div.button a img {
	border: 		none;
}




/* MAIN MENU **********************************************************/

#menu_holder {
	width: 900px;
	height: 35px;
	margin: 0;
	padding: 0;
}


ul#top_menu {
	float: right;
	list-style-type: none; 
	list-style-image: none;
	width: 714px;
	height: 24px; /* 35px minus padding */
	text-align: left;
  	background: url(../../images/edwin_images/menu_bar.png) top left repeat-x;
	margin: 0;
	padding: 0 0 11px 0;
}

ul#top_menu li { 
	display: inline;
	font-size: 80%;
	color: #FFFFFF;
  	background: url(../../images/edwin_images/menu_bar.png) top left repeat-x;
	margin: 0;
}

ul#top_menu li.first { /* first blank section */
	float: left;
	display: block;
	width: 14px;
	height: 24px;
	color: #FFFFFF;
	text-decoration: none;
	border-right: 2px solid #673035;
}

ul#top_menu li a, ul#top_menu li.last a { 
	float: left;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding: 3px 18px 5px 18px;
  	background: url(../../images/edwin_images/menu_bar.png) top left repeat-x;
	border-left: 1px solid #C5637A;
	border-right: 2px solid #673035;
}

ul#top_menu li.last a { 
	border-right: none;
}

ul#top_menu li a:hover, ul#top_menu li .selected { 
  	color: #000000;
  	background: url(../../images/edwin_images/menu_hi.png) top left repeat-x;
}

ul#top_menu li a.selected { 
  	color: #FFFFFF;
  	background: url(../../images/edwin_images/menu_hi.png) top left repeat-x;
}


/* SIDE MENU **********************************************************/
ul.sub_list {
    margin: 0px auto;
	list-style: none;
	margin-left:0px;
	line-height: 150%;

}

ul.sub_list li {
    text-align: left;

    padding: 0px 10px 3px 0px; /* top right bottom left */
	    border-bottom-width: 1px;
	    border-bottom-style: dotted; 
		border-bottom-color: #C3C3C3;
    }
	
ul.sub_list a {
	font-family: Arial, Helvetica, sans-serif;
    color: #666666;
    font-size: 65%;  
    font-weight: normal;
	text-decoration: none;	
		margin-bottom: 5px;
margin-left: 20px;
	
	}
	
ul.sub_list li a:hover{
color: #489CA3;
text-decoration: none;
margin-left: 0px;
padding-left: 20px;
background: url(../../images/menu_triangle.png) top left no-repeat;

}
ul.vertical_list {
    margin: 8px auto;
	list-style: none;
	margin-left:0px;
	line-height: 90%;

}

ul.vertical_list li {
    text-align: left;
        border:none;
	list-style: none;
    padding: 0px 10px 3px 0px; /* top right bottom left */

    }
ul.vertical_list h1.parent {
 border-bottom-width: 1px;
	    border-bottom-style: dotted; 
		border-bottom-color: #C3C3C3;
margin: 3px 0 0 0 ;
text-decoration: none;
}

#contentleft ul.vertical_list a h1 {
	font-family: Arial, Helvetica, sans-serif;
    color: #020873;
    font-size: 75%;  
    font-weight: normal;
	text-decoration: none;	
		margin-bottom: 5px;
margin-left: 20px;
	
	}
ul.vertical_list li a {
	font-family: Arial, Helvetica, sans-serif;
    color: #666666;
    font-size: 65%;  
    font-weight: normal;
	text-decoration: none;	
		margin-bottom: 5px;
margin-left: 30px;
	
	}	
ul.vertical_list li a:hover{
color: #489CA3;
text-decoration: none;
margin-left: 0px;
padding-left: 30px;
background: url(../../images/menu_triangle.png) top left no-repeat;

}
#contentleft ul.vertical_list  a:hover h1 {
color: #489CA3;
text-decoration: none;
margin-left: 0px;
padding-left: 20px;
background: url(../../images/menu_triangle.png) top left no-repeat;
text-decoration: none;
}

/* Breadcrumb------------------------------------------------ */

.B_crumbBox {
       /*Span that surrounds all crumb output*/

	font-size: 70%;
	line-height: 180%;
	color: #999999;
	text-decoration: none;
	text-align: left;
	}

.B_hideCrumb  {     /*Span surrounding the "..." if there are more crumbs than will be shown*/
}
.B_currentCrumb  {  /*Span or A tag surrounding the current crumb*/
}
.B_firstCrumb  {    /*Span that always surrounds the first crumb, whether it is "home" or not*/

}
.B_lastCrumb  {     /*Span surrounding last crumb, whether it is the current page or not*/

}
.B_crumb   {        /*Class given to each A tag surrounding the intermediate crumbs (not home, or hide)*/
text-decoration: none;
color: #489ca3;
}
.B_homeCrumb  {     /*Class given to the home crumb*/
	text-decoration: none;
	color: #489ca3;
}

/* ------------------en of breadcrumb -------------------  */

.sidebar_title {
	font-size: 80%;
	line-height: 100%;
	color: #039;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
	
}	
	
/* ------------------sitemap-------------------  */

ul.sitemap_list {
    margin: 0px auto;
	list-style-type: disc;
		margin-left:20px;

}
 
	



ul.sitemap_list li {
    text-align: left;
    padding: 0px 10px 3px 10px; /* top right bottom left */
		border-bottom-width: 1px;
 
		border-bottom-style: dotted; 
		border-bottom-color: #D7D7D7; 
	}
	
	ul.sitemap_list li li {
    text-align: left;
    padding: 0px 10px 3px 10px; /* top right bottom left */
		list-style-type: circle;
    border: 0px;
	}
	
	
	
ul.sitemap_list a {
	font-family: Arial, Helvetica, sans-serif;
    color: #666666;
    font-size: 70%;
    letter-spacing: 0.08em; 
    font-weight: normal;
	text-decoration: none;

	}
	
ul.sitemap_list li a:hover{
color: #489ca3;
text-decoration: underline;
}


/* ------------------righthand generic page image insert-------------------  */

#insertright{  /* floated  */
	position: relative;
	float: right;
	width: 150px; 

	margin: 0px 0 0 0;
	padding: 0px 0 0 10px;
	
}

#narrowcontentcentre{  /* floated  */
  float: left; 
  width: 510px; 
  margin-left: 15px;
  margin-top: 0px;
  

}


/* ------------------righthand generic page alt image insert-------------------  */


#alt-narrowcontentright{  /* floated  */
	position: relative;
	float: right;
	width: 490px; 

	margin: 0px 0 0 0;
	padding: 10px 20px 0px 10px;
	
}

#alt-imageleft{  /* floated  */
  float: left; 
  width: 150px; 
  margin-left: 15px;
  margin-top: 0px;
  

}


#alt-narrowcontentright2{  /* floated  */
	position: relative;
	float: right;
	width: 540px; 

	margin: 0px 0 0 0;
	padding: 10px 20px 0px 10px;
	
}

#alt-imageleft2{  /* floated  */
  float: left; 
  width: 100px; 
  margin-left: 15px;
  margin-top: 0px;
  
}


/* ------------------bodytext bullet-------------------  */

ul.bodytext_list {
    margin: 0px auto;
	list-style-type: disc;
		margin-left:20px;

}
 

ul.bodytext_list li {
    text-align: left;
    padding: 5px 10px 3px 10px; /* top right bottom left */
	
	}
	
	ul.bodytext_list li li {
    text-align: left;
    padding: 0px 10px 3px 10px; /* top right bottom left */
		list-style-type: circle;
    border: 0px;
	}
	
	
	
ul.bodytext_list a {
		font-size: 70%;
	line-height: 160%;
	font-weight: normal;
	color: #666666;
			margin-top: 0px;

	}
	
ul.bodytext_list li a:hover{
color: #489ca3;
text-decoration: underline;
}

ul.vertical_list2 {
    margin: 10px auto;
	
	list-style: none;
	margin-left:40px;
	line-height: 90%;
	font-size: 70%;
	line-height: 140%;
	font-weight: normal;
	color: #489ca3;
	


}

ul.vertical_list2 li {
    text-align: left;
        border:none;
	list-style: disc;
    padding: 0px 10px 3px 0px; /* top right bottom left */
	

    }



/* ------------------comment form details-------------------  */


.logindetails {
	font-size: 70%;
	padding: 10px 0em; /* top right bottom left */
	color: #3051A1;
	text-decoration: none; 
}


	
.logindetails2 {
	font-size: 70%;
	padding: 10px 0em; /* top right bottom left */
	color: #3051A1;
	text-decoration: none;
	text-align: left;
}


/* ------------------extras-------------------  */

.titles_balanceuk {
	font-size: 90%;
	line-height: 150%;
	color: #039;
	text-decoration: none;
	font-weight: normal;
	margin-bottom: 0px;
}


