@font-face {
  font-family: 'BebasNeue';
  src: url('BebasNeue.eot');
  src: url('BebasNeue.eot?#iefix') format('embedded-opentype'),
       url("BebasNeue.otf") format("opentype"),
       url('BebasNeue.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

html, body {
  min-width: 900px;
  min-height: 500px;
  height: 100%;
  margin: 0;
  padding: 0;
}

#floater {
  height: 50%;
  margin-bottom: -250px;
}

#container {
  width: 900px;
  height: 500px;
  margin: 0 auto;
}

#header {
  width: 100%;
  height: 30px;
}

#title1, #title2, #side,
#tab_contact, #tab_books, #footer {
  font-family: BebasNeue, sans;
}

#title1 {
  font-size: 18px;
  color: #d29217;
}

#title2 {
  font-size: 18px;
  color: gray;
}

#side {
  float: right;
  margin: 30px 0;
  height: 370px;
}

#bar {
}

#bar a {
  text-decoration: none;
  text-transform: uppercase;
}

#logo1, #logo2 {
  display: block;
  color: black;
}

#logo1 {
  font-size: 200px;
  line-height: 75%;
  letter-spacing: -8px;
}

#logo2 {
  font-size: 135px;
  line-height: 75%;
}

#logo3 {
  font-size: 77px;
  line-height: 75%;
  color: gray;
}

#menu ul, #sub_menu ul {
  list-style-type: none;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

#menu ul li, #sub_menu ul li {
  display: inline;
  padding: 0 8px 0 0;
  white-space: nowrap;
}

#menu a, #sub_menu a {
  text-decoration: none;
}

#menu a:hover, #sub_menu a:hover {
  color: #d29217;
}

#menu ul {
  font-weight: 100;
  font-size: 32px;
}

#menu a {
  color: #02a2a2;
}

#sub_menu {
  color: #d29217;
  font-size: 32px;
}

#sub_menu ul {
  display: inline;
  vertical-align: middle;
  font-size: 16px;
}

#sub_menu a {
  color: #919191;
}

#content {
  float: left;
  width: 550px;
}

#tab_prints {
}

#prints_large {
  overflow: hidden;
  width: 550px;
}

#prints_small {
  overflow: hidden;
  width: 440px;
  float: left;
/*  margin-top: 5px;*/
}

#prints_small_wrap {
  width: 480px;
  margin: 0 auto;
}

#prints_small ul, #prints_large ul {
  list-style-type: none;
  position: relative;
  margin: 0;
  padding: 0;
}

#prints_large ul li, #prints_small ul li {
  text-align: center;
  float: left;
}

#prints_large ul li {
  width: 550px;
  height: 350px;
  line-height: 350px;
}

#prints_small ul li {
  width: 110px;
  height: 60px;
  line-height: 50px;
}

#prints_large ul li img {
  vertical-align: middle;
  margin: 0px;
  max-width: 530px;
  max-height: 300px;
  cursor: pointer;
}

#prints_small ul li img {
  vertical-align: middle;
  margin: 2px;
  max-width: 106px;
  max-height: 56px;
  cursor: pointer;
}

#prints_small ul li img:hover {
  opacity: 0.8;
  margin: 0 2px;
}

#print_next, #print_back {
  margin: 20px 0;
  cursor: pointer;
  float: left;
}

#print_next:hover, #print_back:hover {
  opacity: 0.6;
}

#prints_screen, #notify_screen {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  top: 0;
  left: 0;
}

#notify_screen {
  background: white;
  cursor: wait;
  opacity: 0.95;
}

#tab_contact, #tab_books {
  padding-top: 20px;
  text-align: center;
}

#tab_contact textarea,
#tab_contact button,
#tab_contact input {
  background-color: #f5f5f5;
  border: 1px solid #e0e0e0;
  margin: 5px 0 0 5px;
}

#tab_contact textarea:hover,
#tab_contact button:hover,
#tab_contact input:hover {
  background-color: #fafafa;
}

#tab_contact textarea {
  resize: none;
}

#tab_contact input {
  width: 300px;
}

#footer {
  clear: both;
  text-align: center;
}

#footer div.copy {
  color: #666;
  font-size: 12px;
  letter-spacing: 2px;
  padding: 10px;
  /* facebook fix */
  margin-right: 20px;
}
