@font-face {
	font-family: 'NixieOne-Regular';
	src: url('../fonts/NixieOne-Regular.eot');
	src: url('../fonts/NixieOne-Regular.woff') format('woff'), url('../fonts/NixieOne-Regular.ttf') format('truetype'), url('../fonts/NixieOne-Regular.svg') format('svg');
}

body {
	background: #000 url(dwkincannon.com/images/bg-bodya.jpg) no-repeat top center;
	color: #716076;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1;
	margin: 0;
	padding: 0;
}

#header {
	height: 673px;
	margin: 0 auto;
	padding: 0;
	width: 950px;
}
#header .header {
	margin: 0;
	overflow: hidden;
	padding: 48px 0 98px;
}
#header .header ul {
	display: inline-block;
	float: center;
	margin: 0;
	overflow: hidden;
	padding: 0;
}
#header .header ul li {
	float: left;
	list-style: none;
	margin: 0 12px 0 0;
	padding: 0;
}
#header .header ul li a {
	color: #1ec5f5;
	display: block;
	height: 36px;
	line-height: 36px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 126px;
}
#header .header ul li a:hover {
	color: #fff;
}
#header .header ul li.selected a {
	background: url(../images/interfacea.png) no-repeat -112px -43px;
	color: #fff;
}
#header .header form {
	display: inline-block;
	float: right;
	margin: 0;
	overflow: hidden;
	padding: 0;
}
#header .header form input {
	background: url(../images/interfacea.png) no-repeat;
	border: 0;
	display: block;
	float: left;
	height: 36px;
	margin: 0;
}
#header .header form #email {
	background-position: 0 0;
	color: #342951;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 36px;
	padding: 0 5px;
	width: 137px;
}
#header .header form #submit {
	background-position:  -153px 0;
	cursor: pointer;
	margin: 0 0 0 15px;
	padding: 0;
	width: 85px;
}
#header .header form #submit:hover {
	background-position: -153px -104px;
}
#header .body, #header .footer {
	margin: 0 0 0 41px;
	padding: 0;
	width: 485px;
}
#header .body a.logo {
	display: block;
	margin: 0;
	padding: 0;
}
#header .body a.logo img {
	border: 0;
	display: block;
	margin: 0;
	padding: 0;
}
#header .body p {
	color: #d8ebe8;
	line-height: 18px;
	margin: 0;
	padding: 12px 20px 12px 133px;
}
#header .body p a {
	color: #d8ebe8;
}
#header .body p a:hover {
	color: #e73ccc;
}
#header .body a.download {
	background: url(../images/interfacea.png) no-repeat 233px -43px;
	color: #7a4373;
	display: block;
	font-size: 16px;
	font-style: italic;
	height: 33px;
	line-height: 26px;
	margin: 0 0 0 133px;
	padding: 0;
	text-decoration: none;
	text-transform: capitalize;
	width: 336px;
}
#header .body a.download:hover {
	background-position: 233px -104px;
	color: #e73ccc;
}
#header .footer {
	overflow: hidden;
	padding: 86px 0 0;
}
#header .footer p:before {
	content: url(../images/quot-open.png);
}
#header .footer p {
	color: #727da5;
	clear: both;
	font-style: italic;
	line-height: 18px;
	margin: 0;
	padding: 0;
}
#header .footer p:after {
	content: url(../images/quot-close.png);
}
#header .footer p a {
	color: #727da5;
}
#header .footer p a:hover {
	color: #d8ebe8;
}
#header .footer > a {
	color: #727da5;
	display: inline-block;
	float: right;
	margin: 22px 0 0;
	padding: 0;
	text-decoration: none;
}
#header .footer > a:hover {
	color: #d8ebe8;
}

.column {
  float: left;
  width: 15%;
  padding: 45px;
}

/* Style the images inside the grid */
.column img {
  opacity: 0.8;
  cursor: pointer;
  width: 200px;
}

.column img:hover {
  opacity: 1;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* The expanding image container (positioning is needed to position the close button and the text) */
.container {
  position: absolute;
  left: 500px;
  display: none;
}

/* Expanding image text */
#imgtext {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: white;
  font-size: 20px;
}

/* Closable button inside the image */
.closebtn {
  position: absolute;
  top: 10px;
  right: 15px;
  color: white;
  font-size: 35px;
  cursor: pointer;
}


#footer {
	background: #240e36;
	margin: 0 auto;
	padding: 12px 20px;
	width: 910px;
}
#footer p {
	color: #726177;
	font-size: 10px;
	margin: 0;
	padding: 0;
	text-align: center;
}
#footer p a {
	color: #726177;
	text-decoration: none;
}
#footer p a:hover {
	color: #d8ebe8;
}