/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html */
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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* Layout */
body, table {
  background: #fff;
  font: normal 13px/1.3 "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
  color: #333;
}
h1, h2, h3 {
  font-family: Georgia;
  color: #000;
  margin-bottom: 1em;
}
h1 {
  font-size: 30px;
  margin-bottom: 0;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 18px;
}
p {
  margin: 1.3em 0;
}
ul {
  margin-bottom: 1.3em;
}
a {
  color: #ff3300;
  text-decoration: none;
}
a:hover {
  color: #000;
}
#container {
  width: 940px;
  margin: 20px auto;
}
#photos {
  margin: 0 auto;
}
#thumbs {
  margin: 10px auto;
  clear: both;
}
#thumbs li {
  float: left;
  margin: 0 2px;
  opacity: .6;
}
#news {
  padding: 1em;
  border: 1px solid #2a2a2a;
}
#options {
  width: 100%;
  margin-bottom: 1.3em;
  background: #fff;
}
#options,
#options th,
#options td {
  border: 1px solid #e0e0e0;
  padding: 5px 10px;
  text-align: left;
  font-weight: normal;
}
#options th {
  background: #333;
  color: #fff;
}
#options .alt td {
  background: #f0f0f0;
}
#key,
#default {
  width: 100px;
}
#download {
  display: block;
  height: 36px;
  width: 130px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 8px;
  padding-left: 45px;
  border: 1px solid #111;
  border-top-color: #555;
  border-left-color: #555;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  font-size: 16px;
  color: #999;
  text-shadow: 0 1px 1px #111 ;
}
#download {
  background: #333 url(images/download.png) 8px 8px no-repeat;
  margin-right: 5px;
  float: right;
}
#download:hover {
  background-color: #1a1a1a;
}
#download small {
  font-size: 11px;
  font-weight: normal;
  display: block;
}
#summary {
  margin-bottom: 1.3em;
}
#summary p {
  float: left;
  width: 730px;
  margin: 0;
}
hr {
  border: 0;
  background: #e0e0e0;
  height: 4px;
  margin-bottom: 1.3em;
}
pre {
  border: 1px solid #e0e0e0;
  background: #f0f0f0;
  padding: .5em 1em;
  color: #000;
  margin: 1.3em 0;
}
.clear {
  clear: both;
  visibility: hidden;
}

.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}
.clearfix:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0}
.clearfix{display:inline-block}
* html .clearfix{height:1%}
.clearfix{display:block}