/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles at the end of this file instead 
of style.css so it is easier to update the theme. 
Simply copy an existing style from style.css to this file, 
and modify it to your liking.
-------------------------------------------------

*/





/* GET INVOLVED BUTTON */
#signup
{
  display: block;
  width: 193px;
  height: 50px;
  background: url(images/button_membership.png) no-repeat 0 0;
  position: absolute;
  left:725px;
  top:60px;/*ORIGINAL SETTINGS 132px*/
  text-decoration: none;
  padding-right:0px;
  line-height: 22px;
  font-size: 12px;
  z-index: 10;

}

#signup:hover
{ 
  background-position: -193px 0px;
}

#signup span
{
  display: none;
}






/* MEMBER LOGIN BUTTON */
#memberlogin
{
  display: block;
  width: 193px;
  height: 19px;
  background: url(images/button_membership.png) no-repeat 0 -50px;
  position: absolute;
  left:725px;
  top:110px;/*ORIGINAL SETTINGS 132px*/
  text-decoration: none;
  padding-right:0px;
  line-height: 22px;
  font-size: 12px;
  z-index: 10;

}

#memberlogin:hover
{ 
  background-position: -193px -50px;
}

#memberlogin span
{
  display: none;
}










/* GET INVOLVED BUTTON */
#headercart
{
  display: block;
  width: 200px;
  background: #FFFFFF;
  position: absolute;
  left:480px;
  top: 31px;/*ORIGINAL SETTINGS 132px*/
  z-index: 50;
  padding-left: 15px;
  padding-right: 15px;

}
