@font-face {
  font-family: "PhoenixScriptFLF";
  src: url("PhoenixScriptFLF.ttf");
}

.clear {clear: both}

body {
  background-color:#eaeaea; /* url(background.png) repeat */
  font-family: Helvetica, Arial, sans-serif;
}

.container {
  margin: 50px auto 0 auto;
  width: 1000px;
  height: 595px;
  position: relative;
}

.page {
  height: 595px;
  width: 885px;
  position: absolute;
  left: 58px;
}

.arrow {
  width: 31px;
  height: 27px;
  position: absolute;
  background: url(arrows.png) no-repeat;
  top: 280px;
}
.arrow.left {left: 13px;}
.arrow.right {background-position: 0 -27px; right: 13px}
.arrow.left:not(.disabled):hover {background-position: -31px -27px;}
.arrow.right:not(.disabled):hover {background-position: -31px 0}
.arrow.disabled {opacity: 0.5; cursor: default}
.logo {padding-left: 22px; padding-top: 15px; float: left}
.logo a {
  height: 51px;
  width: 280px;
  background: url(logo.png) center center no-repeat;
  display: inline-block;
}
.logo a:hover {opacity: 0.7}

.nav {
  width: 215px;
  height: 38px;
  background: url(nav.png) center center no-repeat;
  margin-top: 20px;
  margin-right: 15px;
  float: right;
}
.nav li {
  float: left;
  margin-top: 2px;
  margin-left: 21px;
  font-size: 9px;
  background-position: center 3px;
  background-repeat: no-repeat;
  position: relative;
}
.nav li:hover {opacity: 0.6}
.nav li a {
  display: inline-block;
  padding-top: 23px;
  color: #333;
}
.nav li.current a {
  height: 23px;
  background: url(navarrow.png) bottom center no-repeat;
}
.nav li.interface {background-image: url(interface.png);}
.nav li.icons {background-image: url(icons.png);}
.nav li.illustration {background-image: url(illustration.png);}
.nav li.goodies {background-image: url(goodies.png);}
.nav li.miscellaneous {background-image: url(misc.png); background-position: center 5px}
.nav li.web {background-image: url(web.png);}
.nav li:active {top: 1px}

.cards-container {
  overflow-x: hidden;
  width: 885px;
  padding-top: 15px;
}
.cards {
  display: none;
  width: 10000em;
  position: relative;
  left: 0;
  min-height: 440px;
}

.cards.visible {display: block}
.cards fieldset {
  float: left;
  display: block;
  width: 885px;
}
.cards > fieldset > div:not(.clear) {
  float: left;
  position: relative;
}
.cards p {
  border: 1px solid #afafaf;
  background: #fff;
  border-radius: 2px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 2px;
  float: left;
  height: 180px;
  margin: 14px;
  padding: 5px;
  z-index: 2;
}
.cards p img {
  width: 254px;
  height: 157px;
  background: #ddd;
  display: block;
}
.cards p span {
  display: block;
  text-align: center;
  width: 255px;
  height: 1px;
  margin-top: 5px;
  font-size: 18px;
  font-family: Helvetica;
  color: #606060;
  cursor: default;

}

.cards p downloadText {
  display: block;
  text-align: center;
  width: 255px;
  height: 1px;
  margin-top: -20px;
  font-size: 18px;
  font-family: Helvetica;
  color: #606060;
  cursor: default;

}

.cards a.download {
  
  background: url(Download.png) no-repeat;
  width: 20px;
  height: 19px;
  margin-left: 235px;
  margin-top: 5px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  
}

.cards a:hover {opacity: 0.7}

.cards ins {
  display: block;
  position: relative;
}
.cards ins pre {
  position: absolute;
  top: 0; left: 0;
  width: 254px;
  height: 157px;
}
.cards a ins:active pre {background: rgba(0, 0, 0, 0.2);}
.cards > fieldset > div > div {
  position: absolute;
  background: url(shadow.png)  no-repeat;
  height: 190px;
  width: 270px;
  top: 24px;
  left: 11px;
  z-index: -1;
}
.footer {
  margin-top: 15px;
  font-size: 9px;
  color: #606060;
  text-shadow: #FFF 0 1px 0;
  text-align: center;
  font-weight: bold;
}
.social {
  margin: 5px 0 0;
  text-align: center;
  cursor: default;
}
.social a {
  background: url(social-icons.png) no-repeat;
  width: 36px;
  height: 36px;
  display: inline-block;
  position: relative;
  top: 12px;
}
::-moz-selection
{
background:#839098;
color:#fff;
}

::selection 
{
background:#839098;
color:#fff;
}




.social a.t {background-position: -40px 0}
.social a.tb {background-position: -79px 0}
.social a.db {background-position: -118px 0}
.social a.f {background-position: -157px 0}

.social a:hover {opacity: 0.7}


