/* General styles for pages generated from "contents" database or files. */


/* Use this if "try now" button isn't set in some other specific container */
.TryNowButtonContainer
{
  height: 70px;
}
.TryNowButton
{
  background-image: url(../../img/Tukio/try-now.png);
  background-repeat: no-repeat;
  display: inline-block;
  float: right;
  height: 70px;
  overflow: hidden; /* FireFox puts a border around clicked links; sometimes causes overflow wrapping errors */
  width: 220px;
}
.TryNowButton.index
{
  float: none;
  margin-left: 70px;
  margin-top: 20px;
}

.TryNowButton.products
{
  float: none;
  position: relative;
  margin-left: 0px;
  margin-top: 0px;
}

.TryNowButton.contactus
{
  background-image: url(../../img/Tukio/contact-us.png);
  background-repeat: no-repeat;
  display: inline-block;
  float: right;
  height: 70px;
  overflow: hidden; /* FireFox puts a border around clicked links; sometimes causes overflow wrapping errors */
  width: 220px;
}

.TryNowButton a
{
  display: block;
  height: 70px;
  width: 220px;
}

#HowItWorksImg
{
  background-image: url(../../img/how-it-works.png);
  background-repeat: no-repeat;
  /*border: 1px solid brown;*/ /*debug*/
  height: 440px;
  margin: 0 auto;
  width: 870px;
}
