/*-------------------------------------------------------------------------*/
/*                                                                         */
/*                          ALBIONMOTORCARS.COM                            */
/*                          -------------------                            */
/*                                                                         */
/* This CSS file defines the layout of the menu buttons on top of the site */
/*                                                                         */
/*-------------------------------------------------------------------------*/

/*
----------------------------------------
button 1 : for sale
----------------------------------------
*/
a.button_1:link, a.button_1:visited {
	display: block;
	width: 100px;
	height: 20px;
  	background-image: url('../images/layout/buttons/forsale.jpg');
	outline: none;
}

a.button_1:hover, a.button_1_active:link, a.button_1_active:visited {
	display: block;
	width: 100px;
	height: 20px;
  	background-image: url('../images/layout/buttons/forsale_active.jpg');
}

/*
----------------------------------------
button 2 : sold
----------------------------------------
*/
a.button_2:link, a.button_2:visited {
	display: block;
	width: 100px;
	height: 20px;
  	background-image: url('../images/layout/buttons/sold.jpg');
	outline: none;
}

a.button_2:hover, a.button_2_active:link, a.button_2_active:visited {
	display: block;
	width: 100px;
	height: 20px;
  	background-image: url('../images/layout/buttons/sold_active.jpg');
}

/*
----------------------------------------
logo
----------------------------------------
*/
a.logo:link, a.logo:visited, a.logo:hover {
	display: block;
	width: 446px;
	height: 57px;
  	background-image: url('../images/layout/logo.jpg');
	outline: none;
}


/*
----------------------------------------
button 3 : services
----------------------------------------
*/
a.button_3:link, a.button_3:visited {
	display: block;
	width: 100px;
	height: 20px;
  	background-image: url('../images/layout/buttons/services.jpg');
	outline: none;
}

a.button_3:hover, a.button_3_active:link, a.button_3_active:visited {
	display: block;
	width: 100px;
	height: 20px;
  	background-image: url('../images/layout/buttons/services_active.jpg');
}

/*
----------------------------------------
button 4 : contact
----------------------------------------
*/
a.button_4:link, a.button_4:visited {
	display: block;
	width: 100px;
	height: 20px;
  	background-image: url('../images/layout/buttons/contact.jpg');
	outline: none;
}

a.button_4:hover, a.button_4_active:link, a.button_4_active:visited {
	display: block;
	width: 100px;
	height: 20px;
  	background-image: url('../images/layout/buttons/contact_active.jpg');
}