/* Zero out defaults */
body, h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote
{
  padding: 0;
  margin: 0;
}
h1, h2, h3, h4, h5, h6, pre, code
{
  font-size: 14px;
  margin-top: 6px;
}
a
{
  text-decoration: none;
}
a img
{
  border: none;
}


body
{
  margin: 0;
  font: 14px/20px normal Arial, Helvetica, sans-serif; 
}
h2
{
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 22px;
  font-weight: normal;
  font-variant: normal;
}
h1
{
  font: bold 24px/30px Arial, Helvetica, sans-serif;
  color: #C1272D; 
}
h3
{
  text-align: center;
}
h4
{
  margin-top: 20px;
  margin-bottom: 5px;
}
a
{
  color: #333;
  text-decoration: underline;
}
#pro, #pro a
{
  color: #b9cfe4;
}
p
{
  margin-top: 10px;
}
ul
{
  margin-left: 20px;
}

#head
{
  position: relative;
  height: 60px;
  background-image: url(images/bk_header.png);
  background-position: bottom left;
  background-repeat: repeat-x;
}
#headcontent
{
  position: relative;
  height: 50px;
  padding-top: 10px;
  font-size: 85%;
  margin: auto;
  width: 674px;
  background-position: bottom;
}
#headcontent a
{
}
#headlink
{
  display: none;
  position: absolute;
  right: 10px;
  top: 0px;
}
#logo
{
  background-image: url(images/logo.png);
  width: 164px;
  height: 40px;
  background-repeat: no-repeat;
  margin-top: 5px;
}
#content
{
  margin: auto;
  width: 684px;
  padding-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
}
#foot
{
  font-size: 75%;
  color: #999;
  clear: both;
  text-align: left;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  background-position: 0 20px;
  background-image: url(images/bk_footer.png);
  background-repeat: repeat-x;
  height: 200px;
}
#footcontent
{
  position: relative;
  margin: auto;
  width: 664px;
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
}
#footlink
{
  position: absolute;
  right: 10px;
  top: 30px;
}
#footlogos
{
  padding-top: 30px;
  padding-bottom: 30px;
}
#footlogo
{
  font-size: 10px;
  line-height: 12px;
  float: left;
  margin-right: 10px;
  margin-top: 10px;
  width: 150px;
}
#footlogo a
{
  color: #999;
}
#banner
{
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
}

/* Nav Tabs */
#tab_home, #tab_products, #tab_support, #tab_forum
{
  display: block;
  position: absolute;
  width: 105px;
  height: 32px;
  color: black;
  font: bold 14px/32px Verdena, Arial, Helvetica, sans-serif;
  text-align: center;
  text-decoration: none;
  color: #707070;
  background: top no-repeat url(images/tab.png);
}

#tab_home:hover, #tab_products:hover, #tab_support:hover, #tab_forum:hover
{
  color: #000000;
  background: top no-repeat url(images/tab_hover.png);
}

#tab_home
{
  right: 327px;
  bottom: 0px;
}
#tab_products
{
  right: 218px;
  bottom: 0px;
}
#tab_support
{
  right: 109px;
  bottom: 0px;
}
#tab_forum
{
  right: 0px;
  bottom: 0px;
}
#home #tab_home, #products #tab_products, #support #tab_support, #forum #tab_forum
{
  background: top no-repeat url(images/tab_active.png);
  color: #000000;
}

/* Product Boxes */
.product
{
  padding: 10px;
  margin: 5px;
  padding-bottom: 20px;
  clear: both;
  border-bottom: 1px solid #eeeeee;
}

.product h3
{
  text-align: left;
}

.product:hover
{
  /* border: 1px solid #c00; */
}
.product .more
{
  margin-top: 10px;
  left: 10px;
}

/* Selection */
p.selection
{
  padding: 5px;
  border: 1px solid #999999;
}
p.selection:hover
{
  background-color: #fefdf0;
}
p.selection a
{
  font-weight: bold;
  text-decoration: none;
  color: #C1272D;
}
p.selection a:hover
{
  font-weight: bold;
  text-decoration: underline;
  color: #C1272D;
}

/* Infobox */
p.info
{
  padding: 5px;
  border: 1px solid #999999;
  background-color: #fefdf0;
  margin-bottom: 10px;
}

/* Screenhots */
#screenshots
{
  float: right;
  margin-left: 10px;
}

#screenshots img
{
  display: block;
  background-color: #fff;
  border: 5px solid #c9c9c9;
  padding: 4px;
  margin-bottom: 10px;
}

/* Features */
#features
{
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  padding: 5px;
  margin-top: 10px;
  margin-right: 10px;
}

/* Form */
form
{
  margin: 0 auto;
  margin-top: 20px;
  border: solid 1px #DEDEDE;
  width: 550px;
}
form table td
{
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: top;
}

form h1
{
  margin-top: 15px;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  margin-bottom: 8px;
}
form p
{
  color: #666666;
  margin-top: 0;
  margin-bottom: 10px;
  border-bottom: solid 1px #dedede;
  padding-bottom: 5px;
}
form p.message
{
  color: #C1272D;
  border-bottom: none;
}
form label
{
  font-weight: bold;
  text-align: right;
}
form .small
{
  color: #666666;
  font-weight: normal;
}
form input
{
  width: 200px;
  margin: 2px 0 30px 0;
}
form button
{
  clear: both;
  margin-left: 150px;
  background: #888888;
  color: #FFFFFF;
  border: solid 1px #666666;
  font-weight: bold;
  padding: 4px 6px;
}

/* PIN recover */
#pinrecover
{
  margin: 0 auto;
  width: 620px;
}
#pinrecover img
{
  border: 1px solid black;
  padding: 5x;
  margin-top: 10px;
}

