@charset "UTF-8";

/* Main Navigation */

#topnav, #botnav {
	float: left;
	position: relative;
}

#topnav img {
	float: left;
}

#botnav img {
	float: right;
}

#home, #request, #contact, #services, #products, #faqs, #about, #equipment, #references, #testimonials {
	float: left;
}


a#home  {
    width: 53px;
    height: 43px;
    background-image:url(../img/home.gif);
    display: block;
    text-decoration: none;
}

a#request  {
    width: 123px;
    height: 43px;
    background-image:url(../img/request_a_quote.gif);
    display: block;
    text-decoration: none;
}

a#contact  {
    width: 90px;
    height: 43px;
    background-image:url(../img/contact_us.gif);
    display: block;
    text-decoration: none;
}

a#services  {
    width: 79px;
    height: 35px;
    background-image:url(../img/services.gif);
    display: block;
    text-decoration: none;
}

a#products  {
    width: 78px;
    height: 35px;
    background-image:url(../img/products.gif);
    display: block;
    text-decoration: none;
}

a#faqs  {
    width: 56px;
    height: 35px;
    background-image:url(../img/faqs.gif);
    display: block;
    text-decoration: none;
}

a#about  {
    width: 78px;
    height: 35px;
    background-image:url(../img/about_us.gif);
    display: block;
    text-decoration: none;
}

a#equipment  {
    width: 85px;
    height: 35px;
    background-image:url(../img/equipment.gif);
    display: block;
    text-decoration: none;
}

a#references  {
    width: 94px;
    height: 35px;
    background-image:url(../img/references.gif);
    display: block;
    text-decoration: none;
}

a#testimonials  {
    width: 108px;
    height: 35px;
    background-image:url(../img/testimonials.gif);
    display: block;
    text-decoration: none;
}


a#home:hover, a#request:hover, a#contact:hover {
	 background-position: 0 86px;
}

a#services:hover, a#products:hover, a#faqs:hover, a#about:hover, a#equipment:hover, a#references:hover, a#testimonials:hover {
	 background-position: 0 70px;
}
