html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

BODY {
  font: 1em  "Titillium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #211f1c;
  background: #6e665b;
  background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 960, from(#ded8cf), to(#6e665b)) no-repeat top center, #6e665b;
  background-image: no-repeat center;
  background-image: -moz-radial-gradient(center, circle farthest-side, #ded8cf 0%, #6e665b 960);
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
  min-height: 600px;
  min-width: 640px;
  filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ded8cf,endColorStr=#6e665b);
}

BODY div { position: relative; }

.noise {
  width: 100%;
  height: 100%;
  min-height: 600px;
  position: absolute;
  left: 0;
  top: 0;
  background-image:url("../img/noise.png");
}

#companyColumn {
  position: relative;
  float: left;
  margin-left: 5%;
  width: 33.3%;
  height: 100%;
  min-height: 600px;
  overflow: hidden;
  
  background-color: rgba(0, 0, 0, 0.5);
  
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#53504b,endColorstr=#63605b);
         
  border-left: 1px #000000 solid;
  border-right: 1px #000000 solid;

}

#companyColumn a { color: #ffffff; }
#companyColumn a:visited { color: #ffffff; }

h3 {
    font-family: "Chunk", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.25em;
    line-height: 1.5em;
    padding-bottom: 1em;
}

#company {
  font-family: "Chunk", "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 100%;
  color: #ded8cf;
  text-shadow: 0px 2px 2px #000000;
  position:absolute;
  top: 3%;
  marginTop: 0;
}

#companyname {
  color: #ffffff;
  font-size: 2.5em;
  text-align: center;
  padding-bottom: 0.5em;
}

#companyname a:link,
#companyname a:visited,
#companyname a:hover,
#companyname a:active { 
  text-decoration: none;
}

#tagline {
  font-size: 1em;
  text-align: center;
}

#summaryOuter {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  overflow: hidden;
}

#summary {
 	position: relative;
	top:100%;
	width:100%;
	height:100%;
}

.backButton {
	position:absolute;
}

#iphone {
	width: 100%;
	text-align:center;
}

.iphone {
	margin-top: -1em;
	padding-bottom: 1em;
}

.leftContent {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	text-align:center;
}

.iphone .screenshot {
  position: absolute;
  top: 62px;
  left: 0px;
  width: 100%;
  height: 100%;	
}

#rightContainer {
  position: relative;
  float: left;
  top: 14%;
  width: 61%;
  height: 80%;
  overflow: hidden; 
}


#rightContainer a {
  color: #211f1c;
  font-weight: bold;
  text-decoration: none;
}

.rightContent {
  line-height: 1.25em;
  height: 100%;
  position: absolute;
  width: 90%;
  left: -100%;
  padding-left: 5%;
  padding-right: 5%;
}

.rightContent h3 {
  padding-left: 45px;
}

.rightContent .footnote {
  padding-top: 1em;
  line-height: normal;
  font-size: 0.75em;
}

.info {
	padding-bottom: 1em;
}

#items {
  width: 100%;
  height: 100%;
}

#items .itemRow {
  height: 90%;
  font-size: 1.1em;
}

#items .item a {
    font-weight: bold;
}

.maintext {
    font-family: "Chunk", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    text-align: center;
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
}

#footer {
  color: #524d45;
  font-size: 0.75em;
  position: absolute;
  width: 100%;
  top: 96%;
  left: 0%;
}

#footer div {
  text-align: right;
  padding-right: 1em;
  min-width: 960px;
}
