html {
  font-family: 'Trebuchet MS', tahoma, arial, sans-serif;
  font-size: small;
}

body {
  height: 100%;
  margin: 0px;
  padding: 0px;
  background-image: url(../images/bgnav.jpg);
  background-repeat: repeat-y;
}

p, address{
  font-style: normal;
}

a{
	color:#0066cc;
}

div.nav a{
  color: #EEEEEE;
  font-weight: bold;
  text-decoration: none;
}

div.nav a:hover{
  color: black;
  text-decoration: none;
}

h1 {
  margin-top: 0em;
  text-align: center;
}

h1 img {
  border: none;
}

h2 {
	clear:both;
  font-size: small;
  color: black;
  border-bottom: 1px solid #003366;
  padding-bottom: 0.5em;
}


div.header {
  background-color: rgb(140,150,153);
  border-bottom: 2px solid black;
}

div.header img {
  display: block;
}

div.nav {
	width:160px;
  float: left;
  margin-top: 10px;
}

div.nav p{
	margin:1em 0 1em 1em;
	text-align:left;
}

div.nav ul{
	font-size:0.8em;
	margin:-10px 0 1em 4em;
	padding:0;
}

div.nav ul li{

}

div.nav #contactdetails {
	color: white;
}

div#maincontent{
	padding:1em 1em 1em 170px;
}

div.column1 {
  width: 20em;
  float: left;
}

div.column1 #subtext {
	font-size: 75%;
	margin-top: 40px;
}

div.column2 {
  margin-top: 3em;
  width: 22em;
  float: left;
	padding-left:1em;
}

div.singlecolumn{
	overflow:auto;
	width:750px;
}

div.floating{
	float:left;
	clear:left;
	margin:5px 20px 5px 0;
}

div.right{
	float:right;
	clear:right;
	margin:5px 0 5px 20px;
}

div.floating a img{
	border:2px solid black;
}

div.floating a:hover img{
	border:2px solid #999999;
}

div p {
  text-align: justify;
}

div.column2 ul {
}

div.footer {
	margin:1em;
  clear: both;
}

div.footer p {
  font-weight: bold;
  width: 44em;
}

form{
  margin-left:1em;
}

form p{
	margin:0 0 5px 0;
}
form p.hidden{
	display:none;
}

label{
	display: block;
}

input, textarea, select{
  width: 15em;
  margin-bottom: 0.3em;
}

button {
  clear: both;
}

.asterisk{
	display: inline;
	vertical-align:top;
	color: rgb(22,63,109);
	font-size: 20pt;
	line-height:20pt;
}

table.data{
	margin-top:1em;
	border:1px solid black;
	border-collapse:collapse;
}
table.data th{
	background-color:#000;
	color:white;
	text-align:center;
	border-right:1px solid white;
}
table.data td{
	border:1px solid black;
	text-align:center;
}

/*
  #downloads ul{
    list-style-type: none;
    margin-left:20px;
    padding-left:0;
  }
  #downloads ul.toplevel{
    margin-left:22px;
  }
  #downloads li{
    padding-left: 22px;
  }
*/
  #downloads ul{
  	list-style-type:none;
	margin:0 0 0 20px;
	padding:0;
  }
  #downloads ul li a{
  	padding-left:20px;
  }
  #downloads li.folder{
    background: url('../images/folder.gif') left top no-repeat;
  }
  #downloads li.pdf a:visited, #downloads li.zip a:visited{
	color:purple;
  }
  #downloads li.pdf{
    background: url('../images/pdf.gif') left top no-repeat;
  }
  #downloads li.zip{
    background: url('../images/zip.gif') left top no-repeat;
  }
  #downloads ul.beHidden{
    display: block;
  }
	
#products .column1{
	float:left;
	height:250px;
}

.extra-images{
	height:220px;
	overflow:auto;
}
.extra-images .image{
	position:relative;
	width:170px;
	height:200px;
	margin-right:10px;
	float:left;
	text-align:center;
}
.extra-images.bushings .image{
	height:180px;
}
.extra-images .image .tag{
	position:absolute;
	left:0;
	bottom:0;
	width:170px;
}
