@charset "UTF-8";
/* CSS Document */

#homebuttons {
position: relative;
top: 0px;
left: 0px;
clear:both;
text-align: center;
overflow: hidden;
height: 85px;
}
.homebutton {
float: left;
height: 80px;
width: 133px;
background: url(../images/homebuttonbg.png) no-repeat;
text-align: center;
margin: 3px 7px;
}
.homebuttonpadding{
padding: 10px;
}
.homebuttonlink {
color: #FFFFFF;
font-size: 12px;
width: 100px;
font-weight: bold;
text-decoration: none;
}
.homebuttonlink:hover {font-size: 13px; color: #FFFF00;}
