/* --- CSS Reset --- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0px;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

/* --- Typography --- */

.grid p {
  line-height: 16px;
  font-size: 10px;
  font-family: Verdana, Geneva, sans-serif;
}

.grid h1 {
  line-height: 32px;
  font-size: 16px;
  font-family: Verdana, Geneva, sans-serif;
}

.grid h2 {
  line-height: 32px;
  font-size: 16px;
  font-family: Verdana, Geneva, sans-serif;
}

.grid h3 {
  line-height: 32px;
  font-size: 16px;
  font-family: Verdana, Geneva, sans-serif;
}

.grid h4 {
  line-height: 32px;
  font-size: 16px;
  font-family: Verdana, Geneva, sans-serif;
}

.grid h5 {
  line-height: 32px;
  font-size: 16px;
  font-family: Verdana, Geneva, sans-serif;
}

.grid h6 {
  line-height: 32px;
  font-size: 16px;
  font-family: Verdana, Geneva, sans-serif;
}

/* --- Scalable Grid --- */

body {
	background-color: #a9a9a9;
}


html, body, #wrapper {
    min-height: 100%;
    width: 100%;
    height: 100%;
}
html>body, html>body #wrapper {
    height: auto;
}

a, a:hover a:visited {
	text-decoration: none;
}

#wrapper {
    position: absolute;
    top: 0;
    left: 0;
}

#footer {
	background-color: #a9a9a9;
	width: 100%;
	height: 25px;
	font: 9pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	position: absolute;
    bottom: 0;
}

.grid-m1 {
 	float: left;
 	 width: 0%;
 	background-color: black;
}

.grid-c1 {
  float: left;
  width: 50%;
	background-color: black;
	color: white;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	height: 300px;
	margin-top: 50px;
	padding-top: 100px;
}

.grid-m2 {
  float: left;
  width: 0%;
	background-color: white;
}

.grid-c2 {
  float: left;
  width: 50%;

	color: black;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-color: white;
	text-align: center;
	height: 300px;
	margin-top: 50px;
	padding-top: 100px;
}

#production-link a {
	text-decoration: none;
	color: white;
	font-size: 28px;
	font-variant: normal;
	text-transform: uppercase;
}

#digital-link a{
	text-decoration: none;
	color: black;
	font-size: 28px;
	font-variant: normal;
	text-transform: uppercase;
}

#address {
	float: left;
	color: #666;
	margin-top: 0;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
}

#address a, a:visited {
	text-decoration: underline;
	font-weight: bold;
}

#copyright {	
	float: right;
	color: #666;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}
