html, body, a, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0 none;
  outline: none;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  font-style: inherit;
  font-variant: none;
  text-decoration: none;
  text-align: inherit;
  vertical-align: baseline;
  background: transparent; }

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

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

body {
  font-family: Georgia, serif;
  font-size: 11px;
  line-height: 18px;
  color: #4f3e35; }

img {
  display: block;
  border: none; }

p, blockquote {
  margin-bottom: 18px; }

blockquote {
  padding-left: 18px;
  border-left: 6px double #fce175;
  font-style: italic; }

em, i {
  font-style: italic; }

strong, b {
  font-weight: bold; }

.clear {
  clear: both; }

a {
  color: #d70707;
  border-bottom: 2px solid #fce175; }
  a:link {
    color: #d70707; }
  a:visited {
    color: #d70707; }
  a:hover {
    color: #4f3e35;
    background: #fce175; }
  a:active {
    color: #d70707; }

html, body, #container {
  height: 100%; }

body > #container {
  height: auto;
  min-height: 100%; }

#container {
  position: relative;
  z-index: 5; }
  #container #header {
    position: relative;
    z-index: 11; }
    #container #header .wrapper {
      position: relative;
      z-index: 16; }
  #container #content {
    position: relative;
    z-index: 10;
    overflow: hidden;
    padding-bottom: 78px; }
    #container #content #collection {
      position: relative;
      z-index: 15; }

#footer {
  position: relative;
  z-index: 5;
  overflow: hidden;
  margin-top: -78px;
  height: 78px;
  clear: both; }

body {
  background-color: #f8f7f3;
  background-image: url(/images/skin/background.png);
  background-repeat: repeat;
  background: url(/images/skin/background-sw.png) no-repeat fixed 0 100%, url(/images/skin/background-w.png) repeat-y, url(/images/skin/background-se.png) no-repeat fixed 100% 100%, url(/images/skin/background-e.png) repeat-y 100% 0, url(/images/skin/background.png) repeat; }

#header {
  background-color: #fdcf31;
  background-image: url(/images/skin/header.png);
  background-repeat: repeat;
  background: url(/images/skin/header-sw.png) no-repeat 0 100%, url(/images/skin/header-se.png) no-repeat 100% 100%, url(/images/skin/header-s.png) repeat-x 0 100%, url(/images/skin/header-w.png) repeat-y, url(/images/skin/header-e.png) repeat-y 100% 0, url(/images/skin/header-n.png) no-repeat 50% 0, url(/images/skin/header.png) repeat; }
  #header .wrapper {
    background: url(/images/skin/checkers.png) repeat-x 0 100%; }
    #header .wrapper #navigation {
      width: 460px;
      position: fixed;
      top: 0;
      left: 50%;
      margin-left: -230px;
      box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
      border-bottom-left-radius: 5px;
      -moz-border-radius-bottomleft: 5px;
      -webkit-border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
      -moz-border-radius-bottomright: 5px;
      -webkit-border-bottom-right-radius: 5px;
      background-color: #4f3e35;
      z-index: 100; }
      #header .wrapper #navigation .main.menu {
        float: left;
        padding-left: 23px; }
        #header .wrapper #navigation .main.menu a {
          display: block;
          border: none;
          color: #d8ccc1;
          text-indent: -9999em;
          height: 13px;
          margin: 8px 23px 9px 23px;
          padding: 0;
          background-color: transparent;
          background-image: url(/images/skin/navigation.png);
          background-repeat: no-repeat; }
          #header .wrapper #navigation .main.menu a.intro {
            width: 36px;
            background-position: 0 0; }
            #header .wrapper #navigation .main.menu a.intro:hover {
              background-position: 0 -13px; }
          #header .wrapper #navigation .main.menu a.cameras {
            width: 51px;
            background-position: -50px 0; }
            #header .wrapper #navigation .main.menu a.cameras:hover {
              background-position: -50px -13px; }
          #header .wrapper #navigation .main.menu a.bibliography {
            width: 88px;
            background-position: -115px 0; }
            #header .wrapper #navigation .main.menu a.bibliography:hover {
              background-position: -115px -13px; }
          #header .wrapper #navigation .main.menu a.contact {
            width: 50px;
            background-position: -216px 0; }
            #header .wrapper #navigation .main.menu a.contact:hover {
              background-position: -216px -13px; }
        #header .wrapper #navigation .main.menu li {
          font-family: Arial, sans-serif;
          font-weight: bold;
          letter-spacing: 0.1em;
          text-transform: uppercase;
          float: left;
          list-style: none;
          position: relative; }
          #header .wrapper #navigation .main.menu li .dropdown.menu {
            box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
            -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
            -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
            border-bottom-left-radius: 5px;
            -moz-border-radius-bottomleft: 5px;
            -webkit-border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
            -moz-border-radius-bottomright: 5px;
            -webkit-border-bottom-right-radius: 5px;
            background-color: #4f3e35;
            display: none;
            position: absolute;
            top: 100%;
            left: 10px;
            margin: 0;
            padding: 0 15px 6px 15px;
            width: 100px;
            float: left; }
            #header .wrapper #navigation .main.menu li .dropdown.menu li {
              float: none;
              font-family: Georgia, serif;
              font-style: italic;
              font-weight: normal;
              font-size: 11px;
              text-transform: none;
              letter-spacing: 0; }
              #header .wrapper #navigation .main.menu li .dropdown.menu li a {
                text-indent: 0;
                color: #d8ccc1;
                width: auto;
                height: auto;
                margin: 0;
                background: none; }
                #header .wrapper #navigation .main.menu li .dropdown.menu li a:hover {
                  color: #fed233; }
          #header .wrapper #navigation .main.menu li:hover .dropdown {
            display: block; }
    #header .wrapper #logo {
      padding-top: 35px;
      padding-bottom: 40px; }
      #header .wrapper #logo h1 {
        margin: 0;
        width: 183px;
        margin: auto; }
        #header .wrapper #logo h1 a {
          text-indent: -9999em;
          display: block;
          width: 255px;
          height: 119px;
          margin-left: -72px;
          background-image: url(/images/skin/logo.png);
          background-repeat: no-repeat;
          border: none; }
          #header .wrapper #logo h1 a:hover {
            background-position: 0 -119px;
            background-color: transparent; }
    #header .wrapper #pages {
      width: 460px;
      position: relative;
      top: 0;
      left: 50%;
      margin-left: -230px; }
      #header .wrapper #pages a {
        border-color: #ebc431; }
        #header .wrapper #pages a:hover {
          background-color: #ebc431; }
      #header .wrapper #pages .page {
        display: none;
        padding-bottom: 30px; }
        #header .wrapper #pages .page .callout {
          font-size: 17px;
          font-style: italic;
          line-height: 21px;
          margin-bottom: 18px; }
      #header .wrapper #pages #bibliography ul {
        list-style: none; }
        #header .wrapper #pages #bibliography ul li {
          margin-bottom: 18px; }
          #header .wrapper #pages #bibliography ul li h4 {
            font-weight: bold; }
          #header .wrapper #pages #bibliography ul li span {
            font-family: Arial, sans-serif;
            margin-left: 5px;
            color: #a78d3a; }

#content {
  border-top: 1px solid white;
  width: 100%;
  background: url(/images/skin/background-nw.png) no-repeat 0 0, url(/images/skin/background-ne.png) no-repeat 100% 0; }
  #content #collection {
    width: 460px;
    position: relative;
    top: 0;
    left: 50%;
    margin-left: -230px;
    overflow: visible; }
    #content #collection #cameras .camera {
      float: left;
      margin-right: 20px;
      margin-bottom: 50px; }
      #content #collection #cameras .camera .thumbnail {
        display: none;
        margin-top: 110px;
        position: relative; }
        #content #collection #cameras .camera .thumbnail h3 {
          font-family: Arial, sans-serif;
          font-weight: bold;
          letter-spacing: 0.1em;
          text-transform: uppercase;
          text-align: center;
          display: none;
          position: absolute;
          top: 35px;
          left: 0;
          width: 100%;
          background: #fce175;
          padding-bottom: 3px;
          z-index: 10; }
        #content #collection #cameras .camera .thumbnail a {
          border: none; }
          #content #collection #cameras .camera .thumbnail a:hover {
            background: none; }
        #content #collection #cameras .camera .thumbnail:hover h3 {
          display: block; }
      #content #collection #cameras .camera .detail .header {
        width: 460px;
        height: 40px;
        text-align: center;
        margin: 30px 0;
        background-image: url(/images/skin/rules.gif);
        background-repeat: repeat-x;
        background-position: 0 6px; }
        #content #collection #cameras .camera .detail .header h2 {
          font-weight: bold;
          font-style: italic;
          font-size: 18px;
          color: #d70707; }
          #content #collection #cameras .camera .detail .header h2 span {
            background: url(/images/skin/background.png) repeat 50% 50%;
            padding: 0 10px; }
        #content #collection #cameras .camera .detail .header p {
          font-family: Arial, sans-serif;
          font-weight: bold;
          letter-spacing: 0.1em;
          text-transform: uppercase; }
      #content #collection #cameras .camera .detail .gallery {
        margin-bottom: 20px; }
        #content #collection #cameras .camera .detail .gallery img {
          box-shadow: 0 0 18px rgba(0, 0, 0, 0.3);
          -moz-box-shadow: 0 0 18px rgba(0, 0, 0, 0.3);
          -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.3); }
      #content #collection #cameras .camera .detail .info {
        width: 460px;
        overflow: auto; }
        #content #collection #cameras .camera .detail .info .description {
          width: 340px;
          margin-right: 20px;
          float: left; }
        #content #collection #cameras .camera .detail .info .collection {
          width: 100px;
          float: left; }
          #content #collection #cameras .camera .detail .info .collection h3 {
            font-family: Arial, sans-serif;
            font-weight: bold;
            letter-spacing: 0.1em;
            text-transform: uppercase; }
          #content #collection #cameras .camera .detail .info .collection ul {
            margin-bottom: 18px; }
            #content #collection #cameras .camera .detail .info .collection ul li {
              list-style: none; }

#footer #by {
  position: absolute;
  right: 0;
  bottom: 0; }
  #footer #by a:hover {
    background-color: transparent; }
#footer .wrapper {
  width: 460px;
  position: relative;
  top: 0;
  left: 50%;
  margin-left: -230px;
  padding: 20px 0;
  border-top: 2px solid #fce175;
  font-size: 10px;
  text-align: center; }
  #footer .wrapper p {
    margin: 0; }
    #footer .wrapper p.kodak {
      font-style: italic; }

body.cufoned #for-sale th {
  font-size: 15px !important; }
body.cufoned .camera .thumbnail h3 {
  font-size: 15px !important; }
body.cufoned .camera .header {
  height: 50px !important;
  background-position: 0 15px !important; }
  body.cufoned .camera .header h2 {
    font-size: 30px !important; }
  body.cufoned .camera .header p {
    font-size: 15px !important; }
body.cufoned .camera .collection h3 {
  margin-top: -2px !important;
  margin-bottom: 2px !important;
  font-size: 15px !important; }

#background-sw {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 300px;
  height: 300px;
  background-image: url(/images/skin/background-sw.png);
  background-repeat: no-repeat;
  z-index: 1; }

#background-se {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 300px;
  height: 300px;
  background-image: url(/images/skin/background-se.png);
  background-repeat: no-repeat;
  z-index: 1; }

#background-w {
  position: fixed;
  top: 0;
  left: 0;
  width: 300px;
  height: 100%;
  background-image: url(/images/skin/background-w.png);
  background-repeat: repeat-y;
  z-index: 1; }

#background-e {
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  height: 100%;
  background-image: url(/images/skin/background-e.png);
  background-repeat: repeat-y;
  z-index: 1; }

#background-nw {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 300px;
  background-image: url(/images/skin/background-nw.png);
  background-repeat: no-repeat;
  z-index: 1; }

#background-ne {
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 300px;
  background-image: url(/images/skin/background-ne.png);
  background-repeat: no-repeat;
  z-index: 1; }

#header-sw {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 300px;
  height: 258px;
  background-image: url(/images/skin/header-sw.png);
  background-repeat: no-repeat;
  z-index: 1; }

#header-se {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 300px;
  height: 258px;
  background-image: url(/images/skin/header-se.png);
  background-repeat: no-repeat;
  z-index: 1; }

#header-w {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 100%;
  background-image: url(/images/skin/header-w.png);
  background-repeat: repeat-y;
  z-index: 1; }

#header-e {
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 100%;
  background-image: url(/images/skin/header-e.png);
  background-repeat: repeat-y;
  z-index: 1; }

#header-n {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -347px;
  width: 695px;
  height: 422px;
  background-image: url(/images/skin/header-n.png);
  background-repeat: no-repeat;
  z-index: 1; }

#header-s {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-image: url(/images/skin/header-s.png);
  background-repeat: repeat-x;
  z-index: 1; }
