/*Typography*/
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}

.bold {
  font-weight: bold;
}

p {
  font-size: 0.8em;
}

h4 {
  font-size: 1em;
}

sup {
  vertical-align: super !important;
  font-size: smaller !important;
}

a img {
  border: none;
}

/*Colours*/
.red {
  color: #ce171f;
}

/*Margins*/
.no-margin {
  margin: 0;
}

.no-top-margin {
  margin-top: 0;
}

.no-bottom-margin {
  margin-bottom: 0;
}

/*Alignments*/
.display-table {
  display: table;
}

.display-table-cell {
  display: table-cell;
}

.vertical-middle {
  vertical-align: middle;
}

.col {
  float: left;
}

.col-3 {
  width: 175px;
}

.col-6 {
  width: 350px;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

/*Content*/
#i-content {
  background: #000 url(../images/bg-313.jpg) top center no-repeat;
  min-height: 1150px;
  overflow: auto;
  font-family: Arial, sans-serif;
  font-size: 16px;
}

#i-page {
  width: 702px;
  margin: 215px auto 0;
}

.fold {
  width: 700px;
}

#i-fold1 {
  height:320px;
}

#i-fold2 {
  height:280px;
}

#i-fold3 {
  height: 310px;
}

#terms {
  width: 700px;
  margin: 30px auto;
  color: #fff;
  font-size: 12px;
}

#terms ol {
  padding-left:18px;
}