body {
	font: 12px Helvetica, sans-serif;
	color: #FFFFFF;
	background-image: url(../images/orange-stripe.png);
	background-color: #99FF00;
}

#container {
  background: url(../img/preview_basic.png) no-repeat center 47px;
  height: 1463px;
  width: 1056px;
  margin: 0 auto;
}

#poster {
	background: url(/images/orange-stripe.png);
	width: 960px; /*  1056 */
	height: 1512px; /* 1557 */
	padding-left: 41px;
	padding-top: 45px;
	padding-right: 55px;
	margin-bottom: 20px;
	position: relative;
}

/* grid 145 + 15 */

.g1, .g2, .g3, .g4, .g5, .g6 {
  margin-left: 15px;
  float: left;
}

.g1 { width: 145px; }
.g2 { width: 305px; }
.g3 { width: 0; }
.g4 { width: 625px; }
.g6 { width: 945px; }

.col { margin: 0; }
.col.g4 { width: 640px; }
.col.g2 { width: 320px; }

.clear { clear: both; }
.right { text-align: right; }

.bt { border-top: 1px solid rgba(0,0,0,0.1); }
.bb { border-bottom: 1px solid rgba(0,0,0,0.1); }

p {
  margin: 10px 5px;
}

a {
	color: #99FF00;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: overline;
	background-color: #FFFFFF;
}

h1 {
  background: url(../img/helveticons_ch.png);
  text-indent: -999px;
  height: 70px;
  width: 614px;
}

h2 {
  font-size: 20px;
  margin: 10px 5px;
}

h3 {
  font-size: 18px;
  margin: 10px 5px;
  
}
.list {}
.list h3 {
  float: left;
  margin-top: 5px;
}
.list p {
  float: right;
  margin: 0;
}
.list hr {
  clear: both;
  margin: 0;
}

.alt {
  color: #fff;
}

.huge {
	font-size: 140px;
	font-weight: bold;
}
.large {
  font-size: 45px;
  font-weight: bold;
}

hr {
  background: url(../img/b10.png);
  border: 0;
  height: 1px;
  margin: 15px 0;
}

#format {
  background-image: url(../img/formats.png);
  height: 310px;
}

#format div.g1 {
  margin-left: 160px;
  margin-top: 110px;
}

#fmt_square,
#fmt_infinity {
  background: url(../img/16square.png) no-repeat;
  padding-top: 18px;
}

#fmt_infinity {
  background-image: url(../img/infinity.png);
}

img.center {
  margin: 0 auto;
  display: block;
}

p.center {
  text-align: center;
}

.option-list {}

.option-list li {
  border-bottom: 1px solid #e4d023;
  height: 70px;
}

.option-list li form {
  margin-top: 18px;
  margin-left: 16px;
  float: left;
}

.option-list li h2 {
  font-size: 44px;
  float: left;
  line-height: 70px;
  margin: 0;
  margin-left: 5px;
}

.option-list li p {
  margin: 0;
  margin-top: 2px;
}

#closebutton {
  position: absolute;
  top: -36px; left: 0;
  width: 36px; height: 36px;
  z-index: 255;
  cursor: url(img/blank.cur);
  background: url(../img/close.png);
}

#folder_link {
  background: url(../img/folder.png) no-repeat center top;
  text-align: center;
  display: block;
  padding: 0 20px;
  padding-top: 100px;
}
