/*
  CSS for buttons
*/

#bigbuttons {
   padding: 45px 0 0 0;
   margin: 0;
   width: 225px;
}

#smallbuttons {
   padding-left: 10px;
   margin: 0;
   width: 200px;
}


#bigbuttons li{
   list-style: none;
   /*padding: 0 0 10px 0;*/
   margin: 0;
}  

#smallbuttons li{
   list-style: none;
   padding: 0 0 0 0;
   margin: 0;
} 

.homebt {
   background-image: url(/images/homelinkhover.png);
   background-repeat: no-repeat;
   height: 60px;
   width: 225px;
}

.homebt a{
   background-image: url(/images/homelink.png);
   background-repeat: no-repeat;
   height: 60px;
   width: 225px;
   display: block;
}

.homebt a:hover{
   background: none;
}

.shopbt {
   background-image: url(/images/shoplinkhover.png);
   background-repeat: no-repeat;
   height: 130px;
   width: 225px;
}

.shopbt a{
   background-image: url(/images/shoplink.png);
   background-repeat: no-repeat;
   height: 130px;
   width: 225px;
   display: block;
}

.shopbt a:hover{
   background: none;
}

.supportbt {
   background-image: url(/images/supportlinkhover.png);
   background-repeat: no-repeat;
   height: 80px;
   width: 225px;
}

.supportbt a{
   background-image: url(/images/supportlink.png);
   background-repeat: no-repeat;
   height: 80px;
   width: 225px;
   display: block;
}

.supportbt a:hover{
   background: none;
}

.blogbt {
   background-image: url(/images/bloglinkhover.png);
   background-repeat: no-repeat;
   height: 80px;
   width: 225px;
}

.blogbt a{
   background-image: url(/images/bloglink.png);
   background-repeat: no-repeat;
   height: 80px;
   width: 225px;
   display: block;
}

.blogbt a:hover{
   background: none;
}

.contactbt {
   background-image: url(/images/contactlinkhover.png);
   background-repeat: no-repeat;
   height: 60px;
   width: 225px;
}

.contactbt a{
   background-image: url(/images/contactlink.png);
   background-repeat: no-repeat;
   height: 60px;
   width: 225px;
   display: block;
}

.contactbt a:hover{
   background: none;
}

.buybt {
   background-image: url(/images/buylinkhover.png);
   background-repeat: no-repeat;
   height: 40px;
   width: 100px;
}

.buybt a{
   background-image: url(/images/buylink.png);
   background-repeat: no-repeat;
   height: 40px;
   width: 100px;
   display: block;
}

.buybt a:hover{
   background: none;
}

.tubebt {
   background-image: url(/images/tubelink.png);
   background-repeat: no-repeat;
   height: 40px;
   width: 100px;
}

.tubebt a{
   1background-image: url(/images/tubelink.png);
   background-repeat: no-repeat;
   height: 40px;
   width: 100px;
   display: block;
}

.tubebt a:hover{
   background: none;
}

.trybt {
   background-image: url(/images/trylinkhover.png);
   1background-image: url(/images/trylink.png);
   background-repeat: no-repeat;
   height: 40px;
   width: 100px;
}

.trybt a{
   background-image: url(/images/trylink.png);
   background-repeat: no-repeat;
   height: 40px;
   width: 100px;
   display: block;
}

.trybt a:hover{
   background: none;
}