
body {
	border: 0;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background: #2373BA url(../images/bg.jpg) repeat-x;
	text-align: center;
}

.skiplinks {
	position: absolute;
	top: -5em;
	left: 0;
	width: 100%;
	height: 1.2em;
	display:block;
	overflow: hidden;
	font-weight: bold;
	font-size: 1.4em;
	background: transparent;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0.5em 0;
	z-index:100;
}

.skiplinks:focus, .skiplinks:active {
	top: 0;
	text-indent: 0;
	background: #B7BABC;
	color: #fff;
	border: 0;
}

#container {
	margin: 0 auto;
	width: 974px;
	position: relative;
	padding-bottom: 3em;
}


/*------------------------------------- HEADER -------------------------------------------*/

#header {
	position: relative;
	padding: 0;
	margin: 0;
	width: 974px;
	border: 0;
}


#logo {
	float: left;
	width: 200px;
	height: 64px;
	text-align: left;
	padding: 0;
	margin: 36px 0 0 -7px;
}

#icons {
	float: right;
	width: 247px;
	height: 40px;
	margin: 61px 0 0 0;
	/*height: 80px; xmas icons 2009
	margin: 21px 0 0 0;*/	
}

/*-------------------------------------------- NAV -------------------------------------------*/

#navbar {
	clear: both;
	height: 2.8em;
	width: auto;
	text-align: left;
	margin: 0 0 17px 0;
	width: 100%;
	position: relative;
	top: 13px;
	background: #366FB4;
	z-index: 50;
	}


/* THE FOLLOWING STYLES REMOVED DUE TO USE OF DROP DOWN NAV (STYLES IN menus/c_config.js)


#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	
}

#nav ul li {
	display: inline;
	text-transform: lowercase;
	font-size: 1.2em;
	margin-top: 0;
}


#nav ul li a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	margin: 0;
	height: 100%;
	padding: 1em 2em 1em 1em;
	line-height: 2.3;
	border-right: 2px solid #1051A3;
	background: url(../images/navarrow.gif) right no-repeat;
}


#nav ul li a:hover {
	color: #C62026;
}

#nav ul li a.current {
	color: #fff;
}
*/



#nav ul ul#products li a {
	width: 136px;
}


#nav ul ul#products li.mech a {
	background: #366FB4 url(../images/icon-machinery.gif) right no-repeat;
}

#nav ul ul#products li.mech a:hover {
	background: #8ba7d1 url(../images/icon-machinery.gif) right no-repeat;
}

#nav ul ul#products li.adhesive a {
	background: #366FB4 url(../images/icon-adhesive.gif) right no-repeat;
}

#nav ul ul#products li.adhesive a:hover {
	background: #8ba7d1 url(../images/icon-adhesive.gif) right no-repeat;
}

#nav ul ul#products li.forced a {
	background: #366FB4 url(../images/icon-forced.gif) right no-repeat;
}

#nav ul ul#products li.forced a:hover {
	background: #8ba7d1 url(../images/icon-forced.gif) right no-repeat;
}

#nav ul ul#products li.drill a {
	background: #366FB4 url(../images/icon-drill.gif) right no-repeat;
}

#nav ul ul#products li.drill a:hover {
	background: #8ba7d1 url(../images/icon-drill.gif) right no-repeat;
}

#nav ul ul#products li.screws a {
	background: #366FB4 url(../images/icon-screws.gif) right no-repeat;
}

#nav ul ul#products li.screws a:hover {
	background: #8ba7d1 url(../images/icon-screws.gif) right no-repeat;
}

#nav ul ul#products li {
	width: 150px;
	
}

#search {
	position: absolute;
	top: 5px;
	right: 5px;
	/*width: 50em; search was overlapping menus*/
	width: 250px;
	text-align: right;
	z-index: 100;
}

#search input#searchtext {
	border: 0;
	width: 125px;
}

#search input#searchsubmit {
	border: 1px solid #fff;
	background: none;
	text-transform: lowercase;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0.1em 0.2em 0 0.2em;
}

#tlsearch input#searchtext {
	border: solid 1px #666;
	height: 15px;
	width: 120px;
	background-color:#fcc;
}

#tlsearch input#searchsubmit {
	border: 1px solid #000;
	text-transform: lowercase;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0.1em 0.2em 0 0.2em;
	cursor:pointer;
}


/*------------------------------------------- CONTENT -----------------------------------------------*/


#content {
	position: relative;
	top: 17px;
	height: auto;
	margin: 0;
	width: 954px;
	padding: 10px;
	color: #3f3f3f;
	text-align: left;
	background: #fff;
}


/* hack to ensure Mozilla browsers enclose the floated elements with the #content div */
#content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* end hack */



/* ----- left column ------ */

#leftcol {
	float: left;
	margin: 0;
	padding: 0;
}

.home #leftcol {
	width: 700px;
}

.inside #leftcol {
	width: 230px;
}

#banner {
	width: 675px;
	height: 405px;
	margin: 0;
	padding: 0px;
	/* background: url(../images/bannerbg.jpg) repeat-x; P.T. didn't wont the border */
}


#content ul#leftnav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 230px;
}


ul#leftnav li {
	display: block;
	text-transform: lowercase;
	font-size: 1.2em;
	width: 230px;
	margin: 0;
	padding: 0;
}


ul#leftnav li a {
	display: block;
	text-decoration: none;
	color: #094FA4;
	font-weight: bold;
	margin: 0 0 3px 0;
	height: 100%;
	padding: 9px;
	width: 212px;
	background: #D6E2F0 url(../images/navarrow.gif) right no-repeat;
	
}

ul#leftnav li.mech a {
	background: #D6E2F0 url(../images/icon-machinery.gif) right no-repeat;
}

ul#leftnav li.adhesive a {
	background: #D6E2F0 url(../images/icon-adhesive.gif) right no-repeat;
}

ul#leftnav li.forced a {
	background: #D6E2F0 url(../images/icon-forced.gif) right no-repeat;
}

ul#leftnav li.drill a {
	background: #D6E2F0 url(../images/icon-drill.gif) right no-repeat;
}

ul#leftnav li.screws a {
	background: #D6E2F0 url(../images/icon-screws.gif) right no-repeat;
}

ul#leftnav li.current a {
	background-color: #B3C8E3;
	
}

ul#leftnav li a:visited {
	color: #094FA4;
}


ul#leftnav li a:hover {
	color: #C62026;
	background-color: #b3c8e3;
}


ul#leftnav li a.current {
	color: #fff;
}

#content ul#leftnav ul {
	list-style-type: none;
	margin: 0 0 3px 0;
	padding: 0;
	width: 230px;
}


ul#leftnav ul li {
	display: block;
	text-transform: lowercase;
	font-size: 1em;
	width: 230px;
	margin: 0;
	padding: 0;
}


ul#leftnav li.current ul li a {
	display: block;
	text-decoration: none;
	color: #094FA4;
	font-weight: bold;
	margin: 0;
	height: 100%;
	padding: 4px 9px 5px 25px;
	width: 196px;
	background: #B3C8E3;
}

ul#leftnav li.current ul li.subcurrent a {
	background: #B3C8E3 url(../images/menus/v_arrow.gif) left no-repeat;
	color: #fff;
}

ul#leftnav li.current ul li a:hover {
	color: #C62026;
}

/* ---- right column ----*/

#rightcol {
	float: right;
	margin: 0;
	padding: 0;
}

.home #rightcol {
	width: 234px;
}

.inside #rightcol {
	width: 700px;
}

.newsitem {
	clear: both;
	margin-top: 2em;
}

.newsitem img {
	float: left;
	margin-bottom:10px;
}

.newsitem p {
	padding-left: 110px;
}

#content p {
	line-height: 1.6;
	font-size: 1.3em;
	margin-bottom: 1em;
	color: #3f3f3f
}

#content p.date {
	font-size: 0.9em;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #8e8e8e;
	margin: 0 0 -1em 0;
}

#content p.date a {
	color: #06A34A;
}

#content p.newstxt {
	font-size: 1em;
}

h1 {
	text-transform: uppercase;
	font-size: 1.7em;
	font-weight: normal;
	padding: 0.2em;
	margin: 0 0 0.8em 0;
}

.home h1 {
	color: #fff;
	background: #2373ba url(../images/h1bg.jpg);
}

.inside h1 {
	color: #094FA4;
	background: #fff;
} 

h1.mech {
	/*color: #F41A2A;*/
	color:Navy;
	background: #fff url(../images/icon-machinery.gif) right no-repeat;
	margin-right:10px;
	font-weight:bold;
}


h1.adhesive {
	/*color: #ccac3d;*/
	/*color:#FED90F;*/
	color:Navy;
	background: #fff url(../images/icon-adhesive.gif) right no-repeat;
	margin-right:10px;
	font-weight:bold;
}

h1.forced {
	/*color: #A02566;*/
	color:Navy;
	background: #fff url(../images/icon-forced.gif) right no-repeat;
	margin-right:10px;
	font-weight:bold;
}

h1.drill {
	/*color: #A02566;*/
	/*color:#294A87;*/
	color:Navy;
	background: #fff url(../images/icon-drill.gif) right no-repeat;
	margin-right:10px;
	font-weight:bold;
}

h1.screws {
	/*color: #778390;*/
	color:Navy;
	background: #fff url(../images/icon-screws.gif) right no-repeat;
	margin-right:10px;
	font-weight:bold;
}

h1.projects, h1.techlit, h1.msds, h1.software, h1.downloads, h1.support, h1.vacancies
{
	color:Navy;
	margin-right:10px;
	font-weight:bold;
}

h1.support
{
    margin-top: 173px;
}

h2.mech
{
    text-transform: uppercase;
    font-size: 1.7em;
    font-weight: normal;
    padding: 0.2em;
    margin: 0 0 0.8em 0;
    color: #fff;
    background: #F41A2A;
    cursor: pointer;
}

h2.adhesive
{
    text-transform: uppercase;
    font-size: 1.7em;
    font-weight: normal;
    padding: 0.2em;
    margin: 0 0 0.8em 0;
    color: #fff;
    background: #FED90F;
    cursor: pointer;
}

h2.forced
{
    text-transform: uppercase;
    font-size: 1.7em;
    font-weight: normal;
    padding: 0.2em;
    margin: 0 0 0.8em 0;
    color: #fff;
    background: #A02566;
    cursor: pointer;
}

h2.drill
{
    text-transform: uppercase;
    font-size: 1.7em;
    font-weight: normal;
    padding: 0.2em;
    margin: 0 0 0.8em 0;
    color: #fff;
    /*background: #294A87;*/
    background:#10238C;
    cursor: pointer;
}

h2.screws
{
    text-transform: uppercase;
    font-size: 1.7em;
    font-weight: normal;
    padding: 0.2em;
    margin: 0 0 0.8em 0;
    color: #fff;
    background: #778390;
    cursor: pointer;
}

h2.newsheading
{
    text-transform: uppercase;
    font-size: 1.7em;
    font-weight: normal;
    padding: 0.2em;
    margin: 0 0 0.8em 0;
    color: #fff;
    background: #C1D6EE;
}

h4.prodh4
{
    color:Navy;
    font-weight: bold;
    font-size: 16px;
}

div.vacancies{margin-top:-30px;}
h3.vacancies{margin-bottom:0;}
.VacDesc{font-size:1.3em;}

#prodhdicon
{
    float: left;
    padding:0 0 0 0;
    margin:0 0 0 0;
}

.relatedinfoicon
{
    float: left;
    padding:0 0 0 0;
    margin:0 0 0 0;
}

#prodheading
{
    width: 625px;
    font-size: 13px;
    font-weight: bold;
    /*top right bottom left*/
    padding: 6px 0 0 10px;
    margin:0 0 0 32px;
    height: 22px;
    color: #ffffff;
}

.relatedinfohd
{
    width: 625px;
    font-size: 13px;
    font-weight: bold;
    /*top right bottom left*/
    padding: 6px 0 0 10px;
    margin:0 0 0 32px;
    height: 22px;
    color: #ffffff;
    cursor:pointer;
}

.moverdesc
{
    float: right;
    font-size: 1em;
    font-style: italic;
    padding-right: 20px;
}

.hrprod
{
    color: #000000;
    background-color:#000000;
    height:1px;
    width:656px;
    margin-left:0;
}

.tblAdhesive, .tblEmployment
{
	background: url(../images/2pix-black.gif) repeat-y;
}
.imgEmployment
{
    background-color:white;
}

.cellSupport
{
    background: url(../images/about/powers.jpg) no-repeat top left;
}

#content .tblAdhesiveProd td
{
    
    text-align: left;
    font-size: 11px;
    
}

#content .tblAdhesiveProd th 
{
    font-size: 16px;
    vertical-align:baseline;
    text-align:center;
    height: 16px;
    color:#FFFFFF;
    font-family:Arial, Helvetica;
}

#content .tblAdhesiveProd th img
{
    cursor: help;
    vertical-align:middle;
}

#content .tblAdhesiveProd, #content .tblAdhesiveProd tr, #content .tblAdhesiveProd td 
{
    border-color:#FFFFFF;
}


.prodlisting img {
	float: left;
	margin: -1em 3em 0 0;
}

.prodlisting p {
	clear: both;
	margin: 2em 0 0 0;
	padding: 1em 0 0 0;
}

#content a, #content a:active {
color: #F41A2A;
}

#content a:visited {
color: #cf6e75;
}

#content a:hover {
text-decoration: none;
}


.floatleft {
float: left;
margin: 0 1em 1em 0;
border: 0;
}

.floatright {
float: right;
margin: 0 0 1em 1em;
border: 0;
}

#content ul {
margin-left: 17px;
padding-left: 0;
}

#content li {
padding: 0 0 0.6em 0;
margin: 0;
line-height: 1.1;
font-size: 1em;
}


#content table {
border-collapse: collapse;
/*border: 1px solid #094FA4;*/
border:none;
margin: 1em 0;
font-size: 1em;
/*font-size:1.2em;*/
}

#content th {
background: #D6E2F0;
font-size: 1.1em;
}
#content th,  td {
/*border: 1px solid #094FA4;*/
border:none;
padding: 0.4em;
text-align: left;
vertical-align: top;
}

blockquote {
margin-left: 0;
padding-left: 2em;
border-left: 5px solid #094FA4;
font-size: 1em;
letter-spacing: 0.1em;
line-height: 1.4;
}

dt {
font-size: 1em;
margin-top: 1em;
font-weight: bold;
}

dl {
margin-bottom: 1em;
}

img {
border: 0;
}

.DistBranName
{
    color: #FF0000;
    font-weight: bold;
    font-size: 13px;
}
/*-------------------------------------------- FOOTER ----------------------------------------------*/

#footer {
clear: both;
color: #fff;
margin: 0 auto;
padding: 2em 0;
font-size: 1.1em ;
text-align: left;
}

#footer p {
margin: 2em 0;
}

#footer a {
color: #C7E5F1;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}
