#menu A
{
	text-decoration: none;
	height: 27px;
	width: 89px;
	display: block;
	margin: 0px;
	padding: 0px;
	text-indent: -124px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
}
#menu A#logos
{
	background: url(images/logo.png) no-repeat;
}
#menu A#logos:hover, #menu A#logos.active
{
	background: url(images/logo_ov.png);
}
#menu A#truck
{
	background: url(images/truck.png);
}
#menu A#truck:hover, #menu A#truck.active
{
	background: url(images/truck_ov.png);
}
#menu A#custom
{
	background: url(images/custom.png);
}
#menu A#custom:hover, #menu A#custom.active
{
	background: url(images/custom_ov.png);
}
#menu A#other:hover, #menu A#other.active
{
	background: url(images/other_ov.png);
}
#menu A#other
{
	background: url(images/other.png);
}
#menu A#about
{
	background: url(images/about.png);
}
#menu A#about:hover, #menu A#about.active
{
	background: url(images/about_ov.png);
}
#menu A#contact
{
	background: url(images/contact.png);
}
#menu A#contact:hover, #menu A#contact.active
{
	background: url(images/contact_ov.png);
}
#menu A:link, #menu A:visited
{
	text-decoration: none;
}
#menu A:hover, #menu A:active
{
	text-decoration: none;
}
UL#menu
{
	list-style: none;
	margin-top: 65px;
	float: left;
	margin-bottom: 0px;
}
#menu LI
{
	list-style: none;
	float: left;
	margin: 0px 0px 0px -1px;
	padding: 0px;
}
#left, #main
{
	float: left;
}
#marker
{
	height: 4px;
	width: 87px;
	background-color: #9045A2;
	position: relative;
	top: 92px;
	margin-left: 2px;
}
#main, #first
{
	float: left;
	min-height: 500px;
	min-width: 625px;
	width: 80%;
}
#first
{
	background: url(background.jpg) no-repeat;
}
#page
{
	float: left;
	width: 100%;
}
#top
{
	width: 100%;
	height: 100px;
	background: url(topBack.jpg) repeat-x top left;
}
HTML, BODY
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	/*[disabled]height:100%;*/
	background: #175128 no-repeat 163px 114px;
}
#page_wrapper
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	min-width: 960px;
}
#main DIV
{
	width: 100%;
}
#logo
{
	float: left;
	position: relative;
	z-index: 50;
}
