* {
    margin: 0px;
    padding: 0px
}

img{
  border: none;
}

body{
  font-family : Tahoma, Verdana, Helvetica, Arial;
  font-size : 11px;
  background-color: #F2F2F2;
  color: #4D4D4D;
  background-image: url(../images/background.rtk.instruments.jpg);
  background-position: top;
  background-repeat: repeat-x;
  margin: 5px 0px 10px 0px;
}

div#outer{
  width: 100%;
  text-align: center;
}

div#wrapper{
  width: 995px;
  margin: auto;
  clear: both;
}

div#header{
  height: 120px;
  width: 995px;
  background-image: url(../images/background.rtk.instruments.header.jpg);
  text-align: right;
}

div#content{
  text-align: left;
  background-color: #fff;
}

td#left{
  border-right: solid 1px #e6e6e6;
  background-image: url(../images/background.left.column.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  width: 165px;
  }

td#center{
  padding: 0px 10px 0px 10px;
  width: 635px;
}

td#right{
  border-left: solid 1px #e6e6e6;
  background-image: url(../images/background.right.column.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  padding: 0px 10px 0px 10px;
  width: 155px;
}

div#footer {
    width: 995px;
    height: 40px;
    line-height: 20px;
    background-color: #283C7D;
    color: #fff;
    text-align: center;
    margin: auto;
    clear: both;
}

h1{
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0px 2px 0px;
}

h2{
  font-size: 12px;
  font-weight: bold;
  margin: 10px 0px 2px 0px;
}

p{
  margin: 0px 0px 10px 0px;
}

p.wide_grey_title{
  background-image: url(../images/title.bar.product.listing.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  line-height: 40px;
  height: 40px;
  text-indent: 10px;
  font-size: 13px;
  font-weight: bold;
  color: #283C7D;
  clear: right;
}


.right_menu{
    background-image: url(../images/bullet.gif);
    background-position: 0px 2px;
    background-repeat: no-repeat;
    padding: 0px 10px 5px 13px; font-size: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #e6e6e6;
}

#pDesc{
  font-size: 13px;
  line-height: 15px;
}

#pDesc ul{
  margin: 10px 0px 10px 30px;
}

#pDesc li{
  list-style-image: url(../images/bullet.gif);
  list-style-position: outside;
}

.pDocumentation{
  padding-bottom: 10px;
  border-bottom: solid 2px #e6e6e6;
  text-indent: 10px;
}

#news h1 {
    background-image: url(../images/bullet.gif);
    background-position: 0px 3px;
    background-repeat: no-repeat;
    padding: 0px 10px 5px 13px;
    font-size: 12px;
    font-weight: bold;
    color: #E31B23;
    margin: 10px 0px 2px 0px;
}

.newsPicture{
  padding-top: 13px;
  width: 170px;
}

.newsitem{
    width: 450px;
}

A  {text-decoration : none;
	color: #4D4D4D;
    outline: none;
	}

A:HOVER {
	color : #E31B23;
	text-decoration: none;
}

A:VISITED  {
	color : #4D4D4D;
}


A:VISITED:hover  {
    color : #E31B23;
	text-decoration: none;
}

#footer A  {text-decoration : none;
	color: #fff;
	}

#footer A:HOVER {
	color : #E31B23;
	text-decoration: none;
}

#footer A:VISITED  {
	color : #fff;
}

#footer A:VISITED:hover  {
    color : #E31B23;
	text-decoration: none;
}

.darkGreen{
  color: #00853f;
}

.paleGrey{
  color: #e6e6e6;
}

.blueText{
  color: #283C7D;
}
