#top-buttons {
position: absolute;
top: 0;
height: 36px;
margin-left: 320px;
overflow: hidden;
}
#top-buttons ul {display: block;margin: 0;padding: 0;}
#top-buttons ul li {display: inline;float: left;}
#top-buttons ul li a {display: inline;float: left;}
#top-buttons ul li.tech-support a {background: url(../images/layout/tech-support.gif) no-repeat left -2px;width: 155px; height:30px; text-indent:-9999px; overflow:hidden;outline: none; cursor:pointer;}
#top-buttons ul li.subscribe a {background: url(../images/layout/subscribe-off.gif) no-repeat left -2px;width: 258px; height:30px; text-indent:-9999px; overflow:hidden;outline: none; cursor:pointer;}
#top-buttons ul li.twitter a {background: url(../images/layout/twitter.gif) no-repeat left -2px;width: 34px; height:30px; text-indent:-9999px; overflow:hidden;outline: none; cursor:pointer;}
#top-buttons ul li.facebook a {background: url(../images/layout/facebook.gif) no-repeat left -2px;width: 34px; height:30px; text-indent:-9999px; overflow:hidden;outline: none; cursor:pointer;
}
#top-buttons ul li.tech-support a:hover {background: url(../images/layout/tech-support.gif) no-repeat left -1px;}
#top-buttons ul li.subscribe a:hover {background: url(../images/layout/subscribe-off.gif) no-repeat left -1px;}
#top-buttons ul li.twitter a:hover {background: url(../images/layout/twitter.gif) no-repeat left -1px;}
#top-buttons ul li.facebook a:hover {background: url(../images/layout/facebook.gif) no-repeat left -1px;}

#subscribe {
position: absolute;
background: url(../images/layout/subscribe-on.gif) no-repeat left -1px;width: 258px; height:60px; padding: 0px 0px 10px 22px;
margin: 0px 0 0 475px;
z-index:1;
top: 0px;
}

#subscribe a#hide {}
#subscribe input {
clear: both;
width:101px;
padding: 5px;
background: #FFF5EE;
border-top:1px solid #ccc;
border-left:1px solid #ccc;
font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333;
margin-top: 1px;
line-height:1.3;
}
#subscribe input.submit {
width:88px;
color:#666;
height:30px;
padding:0 10px;
font-weight:bold;
font-size: 10px;
background: url(../images/layout/submit-button.gif);
border: 0;
cursor: pointer;
}
