@charset "UTF-8";
/*  =Reset
---------------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strike, strong, sub, sup, tt, var,
b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

address, cite, q, dfn {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6, th {
  font-weight: normal;
}

article, aside, dialog, figure, footer, header, 
hgroup, nav, section { 
  display: block;
}

a, ins, del {
  text-decoration: none
}

q, blockquote {
	quotes: none;
}

q:after, q:before,
blockquote:after, blockquote:before {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th, td {
  vertical-align: top;
}

th {
  text-align: left;
}

button, input, select, textarea {
  font: inherit;
}

/* =Default
---------------------------------------------------------------------- */

html, body {
  background-color: #2d3033;
}

html {
  overflow-x: auto;
  overflow-y: scroll;
}

body {
  font: normal 13px/1.5 "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
  color: #dde9ec;
  padding-bottom: 40px;
}

#wrapper {
  width: 942px;
  border: 9px solid #33373b;
  margin: 20px auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#site {
  border: 1px solid #222527;
  background-color: #282b2e;
  padding: 40px;
}

a {
  color: #46c5ec;
  border-bottom: 1px solid #294e5a;
}

a:hover,
a:focus {
  color: #ededed;
  border-bottom-color: #595959;
}

a:active {
  position: relative;
  top: 1px;
}

del { text-decoration: line-through; }
li  { list-style: none; }

button,
input[type="submit"],
input[type="image"],
label,
label > input[type="checkbox"],
label > input[type="radio"] {
  cursor: pointer;
}


/* =Image Grid
---------------------------------------------------------------------- */

.image-grid {
  margin: -20px 0 0 -40px;
  padding-left: 45px;
  width: 100%;
}

.image-grid:after {
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}

.image-grid li {
  width: 90px;
  margin: 20px 0 0 35px;
  float: left;
  text-align: center;
  font-family: "Helvetica Neue", sans-serif;
  line-height: 17px;
  color: #686f74;
  height: 145px;
  overflow: hidden;
}

.image-grid li img,
.image-grid li strong {
  display: block;
}

.image-grid li strong {
  color: #fff;
}


/* =Page
---------------------------------------------------------------------- */
.h5 { height: 5px; }
.clear { font-size: 1px; clear: both; }

#filter {
	background: #FF7900;
	padding: 5px 10px;
	color: #222222;
	position: fixed;
	top: 0; left: 0;
	width: 100%;
	height: auto;
}
#filter label {
	padding-right: 10px;
}
#filter legend { clear: both; float: left; padding-right: 10px; }


#radio_list {
	margin-top: 25px;
}
#radio_list li img {
	width: 90px;
	height: 90px;
	-moz-box-shadow: 3px 3px 6px 1px #333333;
	-o-box-shadow: 3px 3px 6px 1px #333333;
	-webkit-box-shadow: 3px 3px 6px 1px #333333;
	-ms-box-shadow: 3px 3px 6px 1px #333333;
	box-shadow: 3px 3px 6px 1px #333333;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}

