a {
	color: #0000ff;
}
a:link,
a:visited,
a:active {
	color: #000099; text-decoration: none;
}
a:hover {
	color: #cc0000; text-decoration: underline;
}
.alert {
	background-color: #F00;
	color: #FFF;
	font-weight: bold;
	font-size: medium;
}
.back {
	background: url(../img/arrow_back.gif) transparent no-repeat fixed;
	padding-left: 1.25em;
	padding-bottom: 1em;
}  
body, html {
  height: 100%;
}
body {
	background: url(../img/left_bg.gif) white repeat-y fixed;
	color: #000000;
	font: 80% arial, helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
caption {
	color: #333366; 
	font: bold 110% arial, verdana, arial, sans-serif;
	padding-bottom: 1.5em;
	text-align: left;
}
.captionleft {
  color: #666;
  float: left;
  font-size: 90%;
  padding: 0.5em 1em 0.5em 0;
}
.captionnone {
  color: #666;
  font-size: 90%;
  padding: 0.5em 1em 0.5em 1em;
}
.captionright {
  color: #666;
  float: right;
  font-size: 90%;
  padding: 0.5em 0 0.5em 1em;
}
.clear {
  clear: both;
}
#centre {
  position: relative;
  z-index: 1;
}
* html #centre {
  height: 1%;
  margin-bottom: 12px;
} /* combat IE's 3 pixel jog */
#centrecontent {
  padding: 1em 1em 0 1em;
}
#centrecontent a:link,
#centrecontent a:visited,
#centrecontent a:active {
	color: #000099; text-decoration: underline;
}
#centrecontent a:hover {
	color: #cc0000; text-decoration: underline;
}
#clearheader {
  height: 98px; /*RF - was 72 2 pixels higher then header id*/
} /*needed to make room for header*/
#clearfooter {
  clear: both;
  height: 40px;
} /*needed to make room for footer*/
* > html #clearfooter {
  float: left;
  width: 100%;
} /* ie mac styles */
div, p {
  line-height: 1.4em;
  margin-top: 0
} /*clear top margin for mozilla*/
.filesize {
  font-size: 85%;
}
#flags {
  padding-top: 1em;
  text-align: center;
}
#flags span {
  border: 2px solid #FFDA1D;
}
#footer {
	background: url(../img/low_slice.gif) white repeat-x fixed;
	clear: both;
	color: #666;
	font: 85%/1.5em arial, helvetica, sans-serif;
	height: 30px; /*RF - was 50*/
	position: relative;
	text-align: center;
	width: 100%;
	margin-top: 22px;
}
* html #footer { /*only ie gets this style*/
	\height: 32px; /* for ie5 */ /*RF - was 52*/
	he\ight: 30px; /* for ie6 */ /*RF - was 50*/
}
#footer p {
  padding-top: 0.6em;
}
#footer p a:link,
#footer p a:visited,
#footer p a:active {
	color: #666; text-decoration: underline;
}
#footer p a:hover {
	color: #cc0000; text-decoration: underline;
}
h1 {
	border-bottom: 1px dashed silver;
	padding-bottom: 1em;
	font: 160% arial, helvetica, sans-serif;
	color: black;
}
h2 {
	color: #333; 
	font: 140% arial, verdana, arial, sans-serif;
	font-style: normal; 
	margin-top: 0.5em; 
}
h3 {

	font: bold 110% arial, verdana, arial, sans-serif;
}
h4 {
	color: #333; 
	font: 100%/1.5em arial, verdana, arial, sans-serif;
	font-style: normal; 
	margin: 0px 0px 10px; 
}
.hide {
  display: none;
}
#header {
	background: silver;
	color: #000000;
	height: 99px; /*RF - was 70*/
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
}
img {
  border: 0;
}
#left {
	float: left;
	margin-left: -159px; /*must be 1px less than width otherwise won't push footer down */
	position: relative; /*ie needs this to show float */
	width: 170px; /*RF - was 130 margin-left -129*/
	z-index: 100;
}
* html #left {
  margin-right: -3px;
  padding-bottom: 52px;
} /*fix gap in ie next to float and clear footer because we've moved float too far left*/
#left p {
  padding-left: 3px;
  padding-right: 2px;
}
li.pdf {
  list-style-image: url(../img/ico_pdf.gif);
}
ul.list li {
  list-style-type: square;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}
ul.list li ul li {
  list-style-type: circle;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}
ul.pdf li {
  list-style-image: url(../img/ico_pdf.gif);
  line-height: 1.75em;
}
ol.ordered li {
  padding-bottom: 0.5em;
  padding-top: 0.5em;
}
#outer {
	background: url(../img/backimg.jpg) white no-repeat fixed;
	margin-bottom: -52px;
	margin-left: 160px; /*RF - was 130*/
	margin-right: 160px;
	min-height: 100%;
}
* html #outer {
  height: 100%
} /*for IE as IE treats height as min-height anyway*/
p a:link,
p a:visited,
p a:active {
	color: #000099; text-decoration: underline;
}
p a:hover {
	color: #cc0000; text-decoration: underline;
}
#right {
	float: right;
	margin-right: -159px; /*must be 1px less than width otherwise won't push footer down */
	position: relative; /*ie needs this to show float */
	width: 160px;
	z-index: 100;
}
#rightcontent {
  color: #ffffff;
  font-size: 85%;
  padding: 2.5em 0.5em 0 1em;
  line-height: 1.5em;
}
#rightcontent p {
  padding-top: 0.75em;
  padding-bottom: 1em;
}
#rightcontent p a:link,
#rightcontent p a:visited,
#rightcontent p a:active {
	color: #FFDA1D; text-decoration: underline;
}
#rightcontent p a:hover {
	color: #cc0000; text-decoration: underline;
}


#rightcontent h3 {

  margin: 0;
}
ul#othernav {
  list-style: none;
  margin: 0;
  padding: 0.0em 0 0 0;
}		
ul#othernav li {
  display: block;
}
ul#othernav li a {
 
	background: url(../img/but_gtw.gif) #ECB615 no-repeat 7px center;
  color: #000099;
 font: normal 100% arial, sans-serif;
  letter-spacing: 0.1em;
  margin: 0;
  padding: 4px 10px 4px 45px;
  text-decoration: none;
  width: 101px;
}
ul#othernav li a:hover {
	background: url(../img/but_gtw2.gif) #333366 no-repeat 7px center;
  color: #eee;
}
ul#products {
  list-style: none;
  margin: 0;
  padding: 0;
}		
ul#products li {
  display: block;
}
ul#products li a {
  border-top: 2px solid #999;
  background-color: #FFDA1D;
  color: #000099;
  display: block;
  font: normal 100% arial, sans-serif;
  margin: 0;
  padding: 2px 2px 2px 38px;
  text-decoration: none;
  width: 118px;
}
ul#products li.rubber a {
	background: url(../img/but_rubber.gif) #FFDA1D no-repeat 7px center;
}
ul#products li.steel a {
	background: url(../img/but_steel.gif) #FFDA1D no-repeat 7px center;
}
ul#products li.pads a {
	background: url(../img/but_pad.gif) #FFDA1D no-repeat 7px center;
}
ul#products li.under a {
	background: url(../img/but_under.gif) #FFDA1D no-repeat 7px center;
}
ul#products li.roller a {
	background: url(../img/but_roller.gif) #FFDA1D no-repeat 7px center;
}
ul#products li a:hover {
  color: #eee;
}
ul#products li.rubber a:hover {
	background: url(../img/but_rubber2.gif) #333366 no-repeat 7px center;
}
ul#products li.steel a:hover {
	background: url(../img/but_steel2.gif) #333366 no-repeat 7px center;
}
ul#products li.pads a:hover {
	background: url(../img/but_pad2.gif) #333366 no-repeat 7px center;
}
ul#products li.under a:hover {
	background: url(../img/but_under2.gif) #333366 no-repeat 7px center;
}
ul#products li.roller a:hover {
	background: url(../img/but_roller2.gif) #333366 no-repeat 7px center;
}
.rightcontainer {  
  color: #666;
  font-size: 85%;
	padding: 1em 0.5em 0.5em 0.5em;
}
#rightcontent p {
  margin: 0;
}
#rightcontent h3 {
  margin-top: 1em;
}
table.contact {
  border: 1px solid #C3C3E9;
	padding: 0.5em;
	font-size: 90%;
}
table.contact td {
  background-color: #DBDBF2;
  vertical-align: top;
}
table a:link,
table a:visited,
table a:active {
	color: #000099; text-decoration: underline;
	font-weight: normal;
}
table a:hover {
	color: #cc0000; text-decoration: underline;
}
table.form td {
  font-size: 90%;
  padding-top: 0.25em;
  padding-right: 0.25em;
  vertical-align: top;
}
table.form td.space {
  padding-top: 1.5em;
}
table.form select {
	font: 95% arial, helvetica, sans-serif;
}
table.specs {
  margin-bottom: 1em;
}
table.specs td {
  border-bottom: 1px solid #C3C3E9;
  font-size: 90%;
  padding: 0.15em;
  vertical-align: top;
}
table.specs th {
  background-color: #C3C3E9;
  font-size: 90%;
  font-weight: bold;
  padding: 0.25em 0.25em 0.5em 0.25em;
  vertical-align: top;
  text-align: left;
}
table.specs2 {
  margin-bottom: 1em;
}
table.specs2 td {
  border-bottom: 1px solid #C3C3E9;
  font-size: 90%;
  padding: 0.15em;
  vertical-align: top;
  text-align: center;
}
table.specs2 th {
  background-color: #C3C3E9;
  font-size: 90%;
  font-weight: bold;
  padding: 0.25em 0.25em 0.5em 0.25em;
  vertical-align: top;
  text-align: center;
}
table.specs2 td.left {
  text-align: left;
}
table.specs2 th.left {
  text-align: left;
}
.top {
	background: url(../img/arrow_top.gif) transparent no-repeat fixed;
	padding-left: 1.25em;
	padding-bottom: 1em;
}  
.w3c {
  border-top: 1px dashed silver;
  padding-top: 2em;
  padding-bottom: 0;
  margin-top: 2em;
  margin-bottom: 0;
  text-align: center;
}
.txt_ticker{font-family:verdana;color:#000066;font-weight:normal;font-size:10px;background:#E6E6E6;}
.txt_menrig{font-family:verdana;color:#000066;font-weight:bold;font-size:12px;}
ul#prodim {
  list-style: none;
  margin: 0;
  padding: 0;
}		
ul#prodim li {
  display: block;
}
ul#prodim li a {
  border-top: 2px solid #999;
  background-color: #FFFFFF;
  color: #000099;
  display: block;
  font: bold 70% arial, sans-serif;
  margin: 0;
  padding: 1px 1px ;
  text-decoration: none;
  width: 155px;
}
ul#prodim li.rubber a {
	background: #CCCCCC no-repeat 1px center;
	
}
ul#prodim li.rubber a:hover {
	background: #E6E6E6 no-repeat 7px center;
}
