body {
    background: url(../img/body-bg.png) repeat-x #000;
}

#top {
    position: relative;
    z-index: 1;
    height: 125px;
}

#top h1 {
    margin: 0;
    margin-top: 18px;
    float: left;
}

#top a:active,
#top a:focus {
    outline: 0;
}

.nav {
    float: right;
}

.nav-item  {
    float: left;
    width: 156px;
    height: 80px;
    margin-left: 9px;
}

#content {
    background: url(../img/content-bg-fs8.png) no-repeat; /* transparent 24 bit png reduced to 8-bit with pngquant */
    height: 494px;
    position: relative;
    top: -30px;
    z-index: 2;
    color: #fff;
    font-size: 13px;
    line-height: 1.2;
}

.col :first-child {
    margin-top: 0;
}
    
h2 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 0.3em;
    line-height: 34px;
    font-weight: normal;
}

h2 > span {
    display: inline;
    background: url(../img/aqua-70.png);
    vertical-align: 7px;
	zoom: 1;
}

h3 {
    margin-top: 0.7em;
    font-size: 17px;
    font-weight: normal;
    background: url(../img/aqua-70.png);
}

.text h3 {
    font-size: 13px;
    background: none;
    margin-bottom: 10px;
    color: #72AFB6;
    text-transform: uppercase;
    font-weight: bold;
}

#content > h2 {
    /*margin-top: 43px;*/
    margin-top: 20px;
}

p {
    margin: 0.7em 0;
}

li {
    margin-top: 0.7em;
    margin-bottom: 0.7em;
}

.bodytext {
    width: 375px;
    font-size: 12px;
    position: absolute;
    left: 55px;
    top: 43px;
}

div.text,
p.text,
#brandcontainer {
    padding: 3px 5px;
    background: url(../img/black-70.png);
	zoom: 1;
}

div.text :first-child {
    margin-top: 0;
}

.bodytext p {
    margin: 0.7em 0;
}

.flipbook {
    width: 485px;
    height: 484px;
    background: url(../img/flipbook-bg-fs8.png) no-repeat;
    position: absolute;
    left: 477px;
    top: 10px;
}

.flipbook .cover {
    display: block;
    margin-top: 1px;
    margin-left: 1px;
}

#contributor-scroll {
    background: url(../img/contrib-scroll-bg.png) no-repeat;
    color: #333;
    line-height: normal;
    position: relative;
}

#contributor-scroll > p {
    margin: 0;
    padding-left: 5px;
    padding-top: 3px;
}

#contributor-scroll > p > img {
    display: block;
}

#contributor-scroll a:link,
#contributor-scroll a:visited {
    color: #333;
    text-decoration: none;
}
    
/*
    root element for the scrollable.
    when scrolling occurs this element stays still.
*/
.scrollable {
    /* required settings */
    position:relative;
    overflow:hidden;
    width: 124px;
    padding-right: 10px;
    height: 80px;
    left: 14px;
    top: 3px;
}

/*
    root element for scrollable items. Must be absolutely positioned
    and it should have a extremely large width to accomodate scrollable items.
    it's enough that you set the width and height for the root element and
    not for this element.
*/
.scrollable .items {
    /* this cannot be too large */
    width: 20000em;
    position: absolute;
    clear: both;
    margin: 0;
    padding: 0;
    height: 80px;
}

.items li {
    float:left;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 130px;
    padding-right: 4px;
}


.items li div {
  height: 70px;
  background: #fff;
  line-height: 70px;
}

.items li img {
vertical-align: middle;
display: block;

}

.scrollable .name {
    font-size: 11px;
    display: block;
}

.scrollable .company {
    font-size: 10px;
    display: block;
}

a.browse {
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 28px;
    cursor: pointer;
}

a.prev {
    background: url(../img/scroll-prev.png) no-repeat left center;
    left: 3px;
}

a.next {
    background: url(../img/scroll-next.png) no-repeat left center;
    left: 145px;
}

a.browse:active,
a.browse:focus {
    outline: 0;
}

#btm {
    height: 35px;
    margin-top: -23px;
}

#btm form {
    display: inline;
}

#btm .left {
    float: left;
}

#btm .right {
    float: right;
}

#btm .email, 
#btm .submit, 
#btm .addthis_button,
.preorder {
    float: left;
    display: block;
    margin: 0 7px 0 0;
}

#btm .email {
    border: none;
    padding-left: 45px;
    width: 155px;
    height: 22px;
    background: url(../img/email-input-bg.png) no-repeat;
}

.submit {
    border: none;
    background: transparent;
    padding: 0;
    overflow: visible;
    -webkit-appearance: none;
    color: #fff;
    cursor: pointer;
}

button::-moz-focus-inner { 
    border: 0;
    padding: 0;
}

.error {
    color: #fff;
}

.dotted {
    width: 960px;
    height: 2px;
    position: absolute;
    left: 0;
    background: url(../img/dotted-line.png) no-repeat;
    overflow: hidden;
}

.dotted.top {
    top: -2px;
}

.dotted.btm {
    top: 494px;
}

.stripe {
    width: 14px;
    height: 303px;
    position: absolute;
    background: url(../img/stripes-fs8.png) no-repeat;
    top: 73px;
}

.stripe.left {
    left: -14px;
}

.stripe.right {
    left: 960px;
}

/* styles for the "Game Changer" form */

form > p {
    position: relative;
}

input {
    background-color: #fff;
}

input.text {
    border: solid #000 2px;
    color: #000;
    width: 300px;
    height: 20px;
    line-height: 20px;
}

textarea {
    width: 300px;
    height: 70px;
    border: solid #000 2px;
    color: #000;
    font: 13px/1.5 'Helvetica Neue',Arial,'Liberation Sans',FreeSans,sans-serif
}

label {
    height: 20px;
    line-height: 20px;
    text-indent: -999em;
    background: url(../img/form-labels.png) no-repeat;
    display: block;
    position: absolute;
    left: 3px;
    top: 2px;
}

label.fname {
    width: 77px;
    background-position: 0 0;
}

#fname {
    text-indent: 82px;
}

label.lname {
    width: 73px;
    background-position: 0 -20px;
}

#lname {
    text-indent: 78px;
}

label.email {
    width: 43px;
    background-position: 0 -40px;
}

#email {
    text-indent: 48px;
}

label.website {
    width: 55px;
    background-position: 0 -60px;
}

#website {
    text-indent: 60px;
}

label.twitter {
    width: 55px;
    background-position: 0 -80px;
}

#twitter {
    text-indent: 60px;
}

label.comments {
    width: 142px;
    background-position: 0 -100px;
}

#comments {
    padding-top: 20px;
}

#contribute input.submit {
    margin-left: 209px;
}

.error {
    font-size: 11px;
    font-weight: bold;
    padding-left: 5px;
}

#contribute > p {
    margin-bottom: 16px;
}

#contribute p.submit {
    margin-bottom: 0;
}

.hidebox {
    display: none;
}

.cta {
	font-size: 16px;
	color: #fff;
	text-align: right;
	float: right;
	background: url(../img/aqua-70.png) #333;
	padding: 2px;
}

.cta a:link,
.cta a:visited {
	color: #fff;
	text-decoration: none;
}

#brandcontainer {
  overflow: hidden;
}

#brandcontainer h3 {
  margin-bottom: 5px;
  padding-left: 5px;
  margin-top: 2px;
}

#brandcontainer ul {

  list-style: none;
  width: 125px;
  float: left;
  margin: 0 7px 7px 0;

}

#brandcontainer li {
  line-height: 16px;
  list-style: none;
  margin: 0 !important;
}

#brandcontainer ul.last {
  margin-right: 0;
  }


#brandcontainer li a {
  font-size: 11px;
  color: #fff;
}