.htext {
	FONT-SIZE: 28px; FONT-FAMILY: Tahoma; COLOR: #E21601
}

.Shtext {
	FONT-SIZE: 14px; FONT-FAMILY: Tahoma; COLOR: #E21601
}

.btext {
	FONT-SIZE: 14px; FONT-FAMILY: Tahoma; COLOR: #626161
}

a.home { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 227px; /* width of reactive image */
     height: 29px; /* height of reactive image */
     background-image: url(./img/home.gif); /* source for start image */
     background-repeat: no-repeat;
     }
	 
a.home:hover { /* definition of tohe "image" class for <a> tag when hovered onto */
     background-image: url(./img/homer.gif); /* source for target image */
     }

a.about { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 227px; /* width of reactive image */
     height: 24px; /* height of reactive image */
     background-image: url(./img/aboutus.gif); /* source for start image */
     background-repeat: no-repeat;
     }
	 
a.about:hover { /* definition of tohe "image" class for <a> tag when hovered onto */
     background-image: url(./img/aboutusr.gif); /* source for target image */
     }

a.services { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 227px; /* width of reactive image */
     height: 24px; /* height of reactive image */
     background-image: url(./img/services.gif); /* source for start image */
     background-repeat: no-repeat;
     }
	 
a.services:hover { /* definition of tohe "image" class for <a> tag when hovered onto */
     background-image: url(./img/servicesr.gif); /* source for target image */
     }

a.warehouse { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 227px; /* width of reactive image */
     height: 24px; /* height of reactive image */
     background-image: url(./img/warehousing.gif); /* source for start image */
     background-repeat: no-repeat;
     }
	 
a.warehouse:hover { /* definition of tohe "image" class for <a> tag when hovered onto */
     background-image: url(./img/warehousingr.gif); /* source for target image */
     }

a.distribution { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 227px; /* width of reactive image */
     height: 24px; /* height of reactive image */
     background-image: url(./img/distribution.gif); /* source for start image */
     background-repeat: no-repeat;
     }
	 
a.distribution:hover { /* definition of tohe "image" class for <a> tag when hovered onto */
     background-image: url(./img/distributionr.gif); /* source for target image */
     }

a.location { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 227px; /* width of reactive image */
     height: 24px; /* height of reactive image */
     background-image: url(./img/location.gif); /* source for start image */
     background-repeat: no-repeat;
     }
	 
a.location:hover { /* definition of tohe "image" class for <a> tag when hovered onto */
     background-image: url(./img/locationr.gif); /* source for target image */
     }

a.contact { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 227px; /* width of reactive image */
     height: 24px; /* height of reactive image */
     background-image: url(./img/contactus.gif); /* source for start image */
     background-repeat: no-repeat;
     }
	 
a.contact:hover { /* definition of tohe "image" class for <a> tag when hovered onto */
     background-image: url(./img/contactusr.gif); /* source for target image */
     }