/* CSS Document */

.logos_box{
float:left;
width:950px;
height:60px;
padding-top:15px;
}



.button2 a:link {
	text-decoration: none;
	color: #FF0000;
}
.button2 a:visited {
	text-decoration: none;
	color: #FF0000;
}
.button2 a:hover {
	text-decoration: none;
	color: #000000;
}
.button2 a:active {
	text-decoration: none;
	color: #FF0000;
}







.hire-button a:link, .hire-button a:visited, .hire-button a:active {
width:200px; height:22px; display:block; margin-bottom:10px;
padding:8px 0 0 14px;
background-image:url(../images/hire-button-up.jpg);
}

.hire-button a:hover {
background-image:url(../images/hire-button-dw.jpg);
}
