html	{
	scrollbar-face-color: #666;
	scrollbar-track-color: #666;
	scrollbar-arrow-color: #000;
	scrollbar-shadow-color: #000;
	scrollbar-highlight-color: #000;
	}

body    {
	font-family: Verdana, sans-serif;
	color: #FFF;
	background-image: url(images/Metal05.jpg);
	background-repeat: repeat;
	text-align:center;
	}
	
*	{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	}
	
/*Type Styles*/
	
h1		{
	font-family: "Trebuchet MS", sans-serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 27px;
	border-left: 1px solid #FFEF66;
	padding-left: 5px;
	border-bottom: 1px solid #FFEF66;
	color: #FFEF66;
	margin: 20px 25px;
	}
	
h2 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #FFEF66;
	}
	
h3	{
	font-family: "Trebuchet MS", sans-serif;
	font-size: 13px;
	color: #FFEF66;
	}
	
p, li, td{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #FFF;
	}	
	
#footer p, #subfooter p   {
	font-family: Verdana, sans-serif;
	font-size: 9px;
	line-height: 25px;
	color: #AAA;
	text-align: right;
	margin-right:50px;
	}
	
#subfooter p {
	color: #FFF;	
	}
	
a:link, a:visited  {
	color: #80D9FF;
	text-decoration: underline;
	}
	
	
a:hover {
	color: #FFEF66;
	text-decoration: underline;
	}
	
li {
	list-style-position: inside;
	list-style-type: disc;
	}
	
span.yellow {
	color: #FCDE7F;
	}

/* Main page Divisions*/	
	
#pagecontainer {
	margin: 20px auto 0;
	width: 905px;
	background: #000;
	text-align:left;
	}
	
#banner {
	height: 135px;
	}
	
#sidebar {
	float: left;
	width: 265px;
	}
	
	
#pagebody {
	float: left;
	width: 615px;
	background: #333;
	min-height: 300px;
	
	}
	
#pagetext {
	float: left;
	width: 340px;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #FFF;
	padding: 0 20px 20px 25px;
	}
	
#pagewidetext		{
	margin: 0px 25px;
	}
	
#footer {
	clear: both;
	float: none;
	height: 25px;
	}
	
#subfooter	{
	margin: auto;
	width: 905px;
	}

	

/* Page pictures */
	
#picture_home{
	margin-top:104px;
}

#picture_hire{
	margin-top:158px;
}

#picture_service{
	margin-top:50px;
}

#picture_speed{
	margin-top:86px;
}

/* contact.htm page elements*/

#contact table {
	width: 380px;
	table-layout:fixed;
	}


#contact td	{
	width: 190px;
	padding: 15px 0px;
	vertical-align:top;
	}
	
/* Individual sales item's page elements */
	
#sales_item  {
	width: 642px;
	border-collapse: collapse;
	table-layout: fixed;
	background: #333333;
	}
	 

#sales_item td  {
	width: 160px;
	border: 1px solid #87D2F1;
	text-align:left;
	}
	
/* sales.htm page elements */
	
hr	{
	color: #AAAAAA;
	height: 1px;
	margin-top: 10px; 
	margin-bottom: 10px;
	border: 1px solid #AAAAAA;
	}
	
.sales_pic {
	float: left;
	border: 1px solid #87D2F1;
	}
	
.sales_text {
	float: left;
	padding-left: 20px;
	width: 250px;
	}
	
.sales_button	{
	float: right;
	border: 0px;
	}
	
/* hacks */	
.clearfloats 	{
	clear: both;
	height:1px;
	font-size:1px;
	}