body, html {
  background: #E2DDC9;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  height: 100%;
  color: #8B8A87; }

.hidden {
  display: none; }

a {
  color: #8B8A87;
  text-decoration: none; }
  a:hover, a.active {
    color: #D91F2A; }

p {
  margin-top: 20px;
  margin-bottom: 20px; }

h1, h2, h3 {
  color: #8B8A87; }

#wrapper-outer {
  position: relative; }

#wrapper-inner {
  padding-top: 20px; }

#menu {
  width: 178px; }
  #menu ul.menu {
    padding-top: 20px; }
    #menu ul.menu li {
      margin: 6px 0px; }
      #menu ul.menu li a {
        font-size: 17px; }
      #menu ul.menu li.active a {
        color: #D91F2A; }
  #menu a.title {
    display: block;
    height: 45px;
    width: 148px;
    background: url(../../img/logo_red.jpg); }
    #menu a.title h1 {
      display: none; }

div.personalities {
  position: absolute;
  bottom: 0px;
  left: -220px; }
  div.personalities a:hover {
    color: #5B90D4; }
  div.personalities .ssm * {
    float: left;
    word-spacing: 0px; }
  div.personalities .blue {
    color: #5B90D4; }
  div.personalities .text {
    margin-left: 0.4em; }

body#intro div.personalities {
  bottom: 110px; }

#content {
  background-color: #fff; }

#content, #models {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  min-height: 300px;
  _height: 300px; }

#wrapper {
  position: relative; }

#page {
  padding-top: 20px;
  line-height: 1.5em; }
  #page .header {
    position: relative;
    _height: 90px;
    border-top: 5px solid #DACAA9;
    border-bottom: 5px solid #DACAA9; }
    #page .header img {
      width: 100%; }
    #page .header h2 {
      position: absolute;
      bottom: 20px;
      right: 0px;
      padding: 6px;
      width: 200px;
      text-align: right;
      background-color: #B4A991;
      height: auto;
      color: #fff;
      font-weight: bold;
      font-size: 1.4em; }
  #page .content {
    padding: 20px;
      padding-top: 50px; }
  #page a {
    color: #990000; }
  #page table {
    width: 100%; }

#models {
  text-align: center;
  background: #333333; }
  #models #photogallery {
    overflow: hidden; }
  #models #gallery {
    padding: 10px;
      padding-top: 20px; }
    #models #gallery .model {
      margin-left: 10px;
      margin-right: 10px;
      float: left;
      width: 118px;
      height: 175px;
      overflow: hidden;
      margin-bottom: 15px; }
      #models #gallery .model .name {
        margin-top: 5px;
        text-align: center; }
      #models #gallery .model a {
        font-weight: bold;
        font-size: 0.9em; }
      #models #gallery .model .photo {
        height: 146px;
        width: 118px;
        overflow: hidden;
        margin: 0px;
        text-align: center; }
        #models #gallery .model .photo img {
          -moz-border-radius: 3px;
          -webkit-border-radius: 3px; }

#page_nav {
  padding: 20px;
    padding-bottom: 10px; }
  #page_nav .right {
    float: right; }
  #page_nav .left {
    float: left; }
  #page_nav .right img, #page_nav .left img {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px; }
  #page_nav .model_dropdown {
    height: 1.5em;
    border: 1px;
    float: right; }
  #page_nav #navigator {
    margin: 0px 40px; }
    #page_nav #navigator li {
      float: left; }
      #page_nav #navigator li a {
        display: block;
        padding: 4px 4px;
        color: #D91F2A; }
        #page_nav #navigator li a:hover {
          background-color: #fff;
          -moz-border-radius: 3px;
          -webkit-border-radius: 3px; }
      #page_nav #navigator li.active a {
        background-color: #fff;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px; }

#footer {
  position: relative;
  text-align: center;
  color: #8B8A87; }
  #footer a {
    text-decoration: underline; }

#photogallery {
  -moz-border-radius: 3px 3px 0px 0px;
  -webkit-border-radius: 3px 3px 0px 0px;
  overflow: hidden;
  cursor: move;
  _width: 710px;
  _height: 548px; }
  #photogallery img {
    float: left; }

#model_info {
  margin-top: 40px;
  line-height: 1.5em; }
  #model_info .name {
    font-size: 1.2em; }
  #model_info td {
    padding-right: 10px; }
  #model_info a.back {
    display: block;
    margin-top: 10px; }

#slider {
  height: 5px;
  margin-top: 3px;
  margin-bottom: 0px;
  margin-left: 7px;
  margin-right: 45px;
  border: 0px; }
  #slider, #slider a {
    cursor: pointer; }
  #slider, #slider * {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px; }
  #slider .ui-slider-handle {
    width: 50px;
    height: 6px;
    background: #8B8A87;
    border: 1px solid #8B8A87;
    -moz-border-radius: 0px 0px 3px 3px;
    -webkit-border-radius: 0px 0px 3px 3px; }

.languages {
  margin-top: 15px; }
