﻿a.btn-contact-us-sm:link, a.btn-contact-us-sm:active, a.btn-contact-us-sm:visited {
	display: block;
	text-align: center;
	color: #000000;
	text-decoration:none;
	width: 116px;
	height: 22px; 
	background:url('../siteart/btn-contact-us.gif') no-repeat 0 0px;
	margin-top: 10px;
}

a.btn-contact-us-sm:hover {
	display: block;
	text-align: center;	
	color: #ffffff;
	background-position:0 -22px;
}

a.btn-contact-us-big:link, a.btn-contact-us-big:active, a.btn-contact-us-big:visited {
	display: block;
	text-align: center;
	color: #000000;
	text-decoration:none;
	width: 254px;
	height: 26px; 
	background:url('../siteart/btn-contact-us-big.gif') no-repeat 0 0px;
}

a.btn-contact-us-big:hover {
	display: block;
	text-align: center;	
	color: #ffffff;
	background-position:0 -26px;
}

a.btn-holiday-us-big:link, a.btn-holiday-us-big:active, a.btn-holiday-us-big:visited {
	display: block;
	text-align: center;
	color: #000000;
	text-decoration:none;
	width: 366px;
	height: 26px; 
	background:url('../siteart/btn-holiday-big.gif') no-repeat 0 0px;
}

a.btn-holiday-us-big:hover {
	display: block;
	text-align: center;	
	color: #ffffff;
	background-position:0 -26px;
	background:url('../siteart/holidayroll.gif') no-repeat 0 0px;
}


/*---- Equipment Buttons ----*/

.inventory A {
	clear: both;
	margin:0px 0px 4px 0px;
	display:block;
	text-decoration:none;
	padding: 0px 0px 0px 0px;
	text-indent: -9999px;
	width: 120px;
	height: 80px;
	
}



.inventory a.dozer
{
background:url(../siteart/btn-dozer.jpg) no-repeat 0px 0px ;
width:120px;
height:80px;
}

.inventory a.excavator
{
background:url(../siteart/btn-excavator.jpg) no-repeat 0px 0px ;
width:120px;
height:80px;
}

.inventory a.skidder
{
background:url(../siteart/btn-skidder.jpg) no-repeat 0px 0px ;
width:120px;
height:80px;
}

.inventory a.watertruck
{
background:url(../siteart/btn-watertruck.jpg) no-repeat 0px 0px ;
width:120px;
height:80px;
}

.inventory a.forklift
{
background:url(../siteart/btn-forklift.jpg) no-repeat 0px 0px ;
width:120px;
height:80px;
}


.inventory a.sweeper
{
background:url(../siteart/btn-sweeper.jpg) no-repeat 0px 0px ;
width:120px;
height:80px;

}

.inventory a.vacuum
{
background: url(../siteart/btn-Vacuum.jpg) no-repeat 0px 0px ;
width:120px;
height:80px;

}

.inventory a.truck
{
background:url(../siteart/btn-truck.jpg) no-repeat 0px 0px ;
width:120px;
height:80px;
}


.inventory a:hover {
	background-position:-120px 0;
}



.nav {
	width: 192px;
}

a.mainnav:link, a.mainnav:active, a.mainnav:visited {
	display: block;
	border-bottom: 1px solid #515455;
	padding: 12px 7px 12px 20px;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	text-transform:uppercase;
	text-align: left;
	font-size:14px;
}


a.mainnav:hover{ /*hover background color*/
	background-color: #bf140b;
	color: white;
}


a.mainnav-first:link, a.mainnav-first:active, a.mainnav-first:visited {
	display: block;
	border-bottom: 1px solid #515455;
	padding: 12px 7px 12px 20px;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	text-transform:uppercase;
	text-align: left;
	font-size:14px;
}


a.mainnav-first:hover{ /*hover background color*/
	
	color: white;
	background:#bf140b url('../siteart/left-corner-highlight2.jpg') no-repeat 0 0px;
}




.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid #515455;
z-index: 100;
background-color: #666564;
width: 200px;
margin-left: -1px;
text-align: left;
}

.anylinkcss a:link {
display: block;
border-bottom: 1px solid black;
padding: 5px 5px 5px 5px;
text-decoration: none;
font-weight: bold;
color: #ffffff;
}
.anylinkcss a:active {
display: block;
border-bottom: 1px solid black;
padding: 5px 5px 5px 5px;
text-decoration: none;
font-weight: bold;
color: #ffffff;
}
.anylinkcss a:visited {
display: block;
border-bottom: 1px solid black;
padding: 5px 5px 5px 5px;
text-decoration: none;
font-weight: bold;
color: #ffffff;
}
.anylinkcss a:hover{ /*hover background color*/
background-color: #807f7e;
color: white;
}


