/* CSS document for raff studios
   created by RNM3 */

body {
  padding: 0;
  margin: 0;
  color: #bbb;
  background: #000;
  text-align: center;
  font-size: 0.75em;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
}

div#container {
  margin: 0 auto 20px auto;
  text-align: left;
  width: 945px;
}

div#header {
  height: 80px;
  background: url(../img/bg_header.png) no-repeat;
}

img { border: 0; }

a {
  color: #fff;
  text-decoration: none;
}

a#logo {
  padding: 60px 100px;
}


div#navi {                                  /* NAVI */
  height: 26px;
}

div#navi a {
  text-decoration: none;
  color: #ccc;
  padding: 0;
  height: 20px;
  text-transform: uppercase;
  display: block;
}
div#navi a:hover, div#navi a.act {
  text-decoration: none;
  color: #fff;
}
div#navi ul a span {
  display: block;
  height: 16px;
  padding: 2px 10px;
}


div#navi ul a.act {
  background: url(../img/bg_navi_hilight1.png) no-repeat;
}
div#navi ul li.act a.act {
 background: none;
}
div#navi ul#right a.act span {
  background: url(../img/bg_navi_hilight2.png) no-repeat right;
}
div#navi ul#left li.act {
  background: url(../img/bg_navi_hilight3.png) no-repeat right;
}



div#navi ul {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 20px;
}

div#navi ul#left {
  float: left;
  width: auto;
  margin: 3px 0;
}

div#navi ul#left li {
  height: 20px;
  float: left;
}


div#navi ul#left ul {                       /* NAVI Sublevel */
  font-size: 0.9em;
/*  width: 370px; */
  padding-top: 1px;
}

div#navi ul#right {
  float: right;
  width: auto;
  margin: 3px 0;
}
div#navi ul#right li {
  float: left;
}


div#content {                                /* Content */
  width: 945px;
  height: 455px;
  margin-bottom: 3px;
}

div.ajax {
  background: url(../img/ajax-loader.gif) no-repeat center center;
}

div.lines_v {
  width: 943px;
  background: url(../img/line_v.png) left no-repeat;
  padding: 0 1px;
}

div#col1 {
  width: 48%;
  float: left;
}
div#col2 {
  width: 48%;
  float: left;
  margin-left: 20px;
}

h1 {
  font-size: 1.4em;
  margin-top: 30px;
}
h2 {
  font-size: 1.2em;
}

td {
  vertical-align: top;
}

input, textarea {
  background: #333;
  border: 1px solid #ccc;
  padding: 2px;
  -moz-border-radius: 2px;
  width: 98%;
  color: #fff;
}

input.InputButton {
  width: 150px;
  padding: 10px 10px;
  background: url(../img/bg_button.gif) no-repeat center center;
  border: 0;
  color: #fff;
  font-weight: bold;
}


div#line {                                 /* Footer */
  height: 1px;
  font-size: 1px;
  background: url(../img/line.png) no-repeat top;
}

div#thumbs {
  height: 80px;
  padding: 2px 0px;
}



.iphoneGallery {                          /* Thumbnails */
    overflow: hidden;
    position: relative;
    padding: 2px 0px;
    height: 420px;
    width: 945px;
}
.iphoneGallery UL {
    position: absolute;
    list-style: none;
    overflow: none;
    white-space: nowrap;
    padding: 0;
    margin: 0;
}

.iphoneGallery UL LI {
    display: inline;
    padding-left:2px;
    padding-right:2px;
}

noscript p {
  border: 2px solid #c00;
  width: auto;
  margin: 100px;
  padding: 10px 20px;
  text-align: center;
}
