/* CSS Document */

#buttonContainer {width:750px; height:30px;}
	
#buttonContainer img.mainButton {margin-right:5px; float:left;}

#buttonContainer a.home {width:70px; height:30px;
	background:url(images/btnHome.gif) no-repeat bottom;
	display:block; text-decoration:none;
	float:left;	margin-right:5px;}
	
#buttonContainer a.home:hover {width:70px; height:30px;
	background:url(images/btnHomeOver.gif) no-repeat bottom;
	display:block; text-decoration:none;}
	
#buttonContainer a.products {width:87px; height:30px;
	background:url(images/btnProducts.gif) no-repeat bottom;
	display:block; text-decoration:none;
	float:left;	margin-right:5px;}
	
#buttonContainer a.products:hover {width:87px; height:30px;
	background:url(images/btnProductsOver.gif) no-repeat bottom;
	display:block; text-decoration:none;}
	
#buttonContainer a.services {width:85px; height:30px;
	background:url(images/btnServices.gif) no-repeat bottom;
	display:block; text-decoration:none;
	float:left;	margin-right:5px;}
	
#buttonContainer a.services:hover {width:85px; height:30px;
	background:url(images/btnServicesOver.gif) no-repeat bottom;
	display:block; text-decoration:none;}
		
#buttonContainer a.order {width:103px; height:30px;
	background:url(images/btnOrder.gif) no-repeat bottom;
	display:block; text-decoration:none;
	float:left;	margin-right:5px;}
	
#buttonContainer a.order:hover {width:103px; height:30px;
	background:url(images/btnOrderOver.gif) no-repeat bottom;
	display:block; text-decoration:none;}
	
#buttonContainer a.media {width:73px; height:30px;
	background:url(images/btnMedia.gif) no-repeat bottom;
	display:block; text-decoration:none;
	float:left; margin-right:5px;}
	
#buttonContainer a.media:hover {width:73px; height:30px;
	background:url(images/btnMediaOver.gif) no-repeat bottom;
	display:block; text-decoration:none;}
	
#buttonContainer a.company {width:98px; height:30px;
	background:url(images/btnCompany.gif) no-repeat bottom;
	display:block; text-decoration:none;
	float:left; margin-right:5px;}
	
#buttonContainer a.company:hover {width:98px; height:30px;
	background:url(images/btnCompanyOver.gif) no-repeat bottom;
	display:block; text-decoration:none;}
	
#buttonContainer a.contact {width:104px; height:30px;
	background:url(images/btnContact.gif) no-repeat bottom;
	display:block; text-decoration:none;
	float:left; margin-right:5px;}
	
#buttonContainer a.contact:hover {width:104px; height:30px;
	background:url(images/btnContactOver.gif) no-repeat bottom;
	display:block; text-decoration:none;}