body {
  font-family:  Arial, Verdana, sans-serif;
  font-weight: normal;
  color: #000;
  font-size: 75%;
  background: #fff;
  border: 0;
margin: 0;
padding: 0;
text-align: center;

}
div{
margin: 0;
padding: 0;
}

img{
border: 0;
}

h1, h2, h3, h4, h5, h6 { 
	padding: 15px 10px 0 20px;
margin: 0 0 5px 0;
	}
h1{
	font-size: 140%;
	font-weight: bold;
	}


h2{
	font-size: 110%;
}

h3{
	font-size: 130%;
	font-weight: 600;
}
h4{
	font-size: 120%;
	font-weight: normal;

}
h5 {
  font-size: 180%;
  font-weight: normal;

}
h6 {
  font-size: 100%;
}

address a:link, address a:active, address a:visited{
color: #000;
}

a:link		{ color: #F57215; font-size: 100%; text-decoration: underline;}
a:active		{ color: #F57215; font-size: 100%; text-decoration: underline;  }
a:visited		{ color: #F57215; font-size: 100%; text-decoration: underline;  }
a:hover		{  color: #000; font-size: 100%; text-decoration: none; }


#menu a:link, #menu a:active, #menu a:visited{
 color: #fff; 
   text-decoration: none; 
   font-size: 100%;
}

#menu a:hover, #top a:hover{
font-size: 100%;
color: #EC781D;
}
#menu a:link.on, #menu a:active.on, #menu a:visited.on, #top a:link.on, #top a:active.on, #top a:visited.on{
color: #EC781D;
}
#footer a:link, #footer a:active, #footer a:visited{
 color: #fff; 
   text-decoration: none; 
   font-size: 100%;
}

#footer a:hover{
text-decoration: underline;
font-size: 100%;
}

#menu{
font-family: Verdana, Arial, Helvetica, sans-serif;
background: url(images/menuback.jpg) repeat-x;
height: 32px;
clear: both;
border-top: 1px solid #2C2829;
border-bottom: 1px solid #2C2829;
margin: 0;
}

#menu li{
display: block;
float: left;
width: 140px;
list-style: none;
margin: 5px 0;
padding: 0 29px;
color: #fff;
text-align: center;
border-right: 1px solid #fff;
font-size: 11px;
line-height: 12px;
height: 23px;
background: none;
}
#menu .noborder{
border: 0;
}
 #menu ul{
 margin: 0;
 padding: 0;
 clear: both;
 min-height: 23px;
 }
 
 #top li{
display: block;
float: left;
width: 130px;
list-style: none;
margin: 0 0 0 1px;
padding: 5px 10px;
color: #fff;
text-align: center;
font-size: 11px;
line-height: 12px;
height: 25px;
background: url(images/menutab.gif) no-repeat;
}

 #top ul{
 margin: 0;
 padding: 0;
 clear: both;
 float: right;
 background: none;
 min-height: 25px;
 }
 
 #top{
 clear: both;
 margin: 0;
 padding: 0;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 }
  #top a{
 color: #fff;
 text-decoration: none;
 }
 
 #footer{
 clear: both;
   font-size: 12px;
 color: #fff;
text-align: left;
margin: 0;
padding: 0;
background: #8A8A8C url(images/footerback.jpg);
height: 34px;
 }


 #footer li{
 display: block;
 float: left;
 width: 110px;
 padding: 2px 7px;
 margin: 0;
 text-align: center;
 background: none;
 }

 #footer ul{
 margin: 0;
 padding: 0;
 list-style: none;
 min-height: 30px;
 }


 #divBody{
 width: 1000px;
 text-align: center;
  margin: 0 auto;
 }
 #container{
 border: 1px solid #000;
 width: 998px;
 }
 
 #content{
	padding: 0;
	float: left;
	margin: 5px 0 6px 0;
	text-align: left;
	position: relative;
	width: 998px;
	text-align: left;
 }
 


#rightcol{
float: right;
width: 217px;
margin: 0 0 0 10px;
height: 392px;
}
#rightcol img{
float: right;
}
.homeback{
background: url(images/homeleft.jpg) no-repeat top left;
}

.aboutback{
background: url(images/aboutleft.jpg) no-repeat top left;
}

.overhaulback{
background: url(images/overhaulleft.jpg) no-repeat top left;
}

.contactback{
background: url(images/contactleft.jpg) no-repeat top left;
}

.exchangeback{
background: url(images/exchangeleft.jpg) no-repeat top left;
}

.fieldback{
background: url(images/fieldsleft.jpg) no-repeat top left;
}

.controlsback{
background: url(images/controlsleft.jpg) no-repeat top left;
}


.center{
text-align: center;
}

.right{
text-align: right;
}
p {
font-size: 100%;
padding: 15px 10px 0 20px;
margin: 0 0 5px 0;
 }


li {
  padding-left: 10px;
	text-align: left;
	margin-left: 0px;
	font-size: 100%;
	display: block;
	float: left;
	width: 350px;
	background: url(images/blackbullet.gif) no-repeat 0% 60%;
}
.normalli{
float: none;
width: auto;
margin-left: 30px;
line-height: 15px;

}
.anchors{
background: url(images/bullet.gif) no-repeat 0% 60%;
padding: 5px 0 0 20px;
}
ul {
  padding-left: 10px;
 	margin: 15px 5px 0px 15px;
	  list-style: none;
  list-style-position: outside;
 min-height: 45px;
}


.rightfloat{
float: right;
}
.leftfloat{
float: left;
}
.clear{
clear: both;
font-size: 0;
margin: 0;
padding: 0;
line-height: 0;
}
.clearbox{
clear: both;
}
table{
font-size: 100%;
}

address{
font-style: normal;
font-size: 95%;
margin: 3px 0;
padding: 0;
clear: both;
}
.copy{
text-align: center;
font-size: 80%;
padding: 5px 0;
}
.copy a{
color: #000;
}
.pad{
padding: 0 15px;
}
.homebox{
width: 152px;
float: left;
border-right: 2px solid #fff;
color: #333;
margin-top: 25px;
height: 119px;
}
.noborder{
border: 0;
}
.orangefont{
color: #F57215;
}
big{
line-height: 20px;
}

form{
position: absolute;
left: 300px;
top: 15px;
width: 445px;
text-align: right;
}
label{
display: block;
font-size: 115%;
margin: 10px 0;
}
input{
border: 1px solid #000;
background: #fff;
width: 200px;
margin-right: 100px;
}
textarea{
border: 1px solid #000;
background: #fff;
width: 300px;
height: 80px;
vertical-align: top;
}
.button{
background: #221D20;
border: 1px solid #6E6668;
color: #fff;
width: 100px;
margin-right: 0;
}
hr{
border-top: 1px dotted #000;
border-bottom: 1px dotted #000;
clear: both;
margin: 10px;
}