@font-face {
font-family: "museo 300";
src: url("/fonts/museo_300_regular.otf");
}
/* A font by Jos Buivenga (exljbris) -> http://www.exljbris.nl */

* {
  outline: none;
}

html {
  height: 100%;
}

img {
border: none;
}

a, a:visited {
  color: #f80;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

body {
  font-family: 'Century Gothic', "Trebuchet MS", sans-serif;
  font-size: 12px;
  padding: 0;
  margin: 0;
}

#nav, h1, h2 {
  font-family: 'Century Gothic', "Trebuchet MS", sans-serif;
}

#side_end {
  border-right: 5px solid #f80;
  position: fixed;
  width: 5px;
  height: 100%;
  right: 0;
}

#main {
  clear: both;
  margin: 20px;
  margin-left: 270px;
}


#head {
  margin: 20px;
  position: fixed;
  width: 155px;
  top: 50px;
  left: 50px;
}
#logo {
  margin: 0;
}

#nav {
  list-style: none;
  float: left;
  margin: 0;
  text-align: right;
  width: 155px;
  padding: 0;
  margin-top: 30px;
  line-height: 25px;
}

#nav li {
}

#nav li a, #nav li a:visited {
  color: #999;
}

#nav li a:hover {
  color: #f80;
  text-decoration: none;
}

#nav li.blank {
  height: 20px;
}

#content {
  width: 700px;
  *margin-top: 0;
  *padding-top: 130px;
}
ul {
  list-style-image: url(../images/bullet.png);
  font-size: 15px;
  line-height: 22px;
}

ul li span {
  color: #555;
}

#content h1, #content h2 {
  font-size: 22px;
  font-weight: normal;
  margin: 0;
  color: #f80;
  margin-bottom: 5px;
  clear: both;
}

#content h1 {
  margin-top: 65px;
}
#content h2 {
  margin-top: 55px;
}


#content p {
  font-size: 14px;
  margin: 0;
  margin-bottom: 10px;
  color: #444;
  max-width: 610px;
}

#content p strong {
letter-spacing: 1px;

}

#content p {
  margin-left: 2px;
}

ul#clients {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 77px;
}

ul#clients li {
  display: inline;
  float: left;
  margin-right: 5px;
  border: 1px solid #f80;
}

ul#clients li img {
  opacity: 0.3;
  filter: alpha(opacity = 30);
}

ul#clients li.current img {
  opacity: 1;
  filter: alpha(opacity = 100);
}

.card_ph {
  width: 700px;
  overflow: hidden;
  height: 130px;
}
.card_cont {
  clear: both;
  width: 7000px;
}

.card {
  width: 700px;
  float: left;
}

.card .info {
  clear: both;
  border-bottom: 1px solid #f80;
  margin-bottom: 5px;
}

.card h3 {
  margin: 0;
  margin-bottom: 2px;
}

.card h4 {
  margin-top: 0;
  margin-bottom: 10px;
  
}

#screen_ph {
  border: 1px solid #f80;
  width: 583px;
  height: 408px;
  overflow: hidden;
}

#screen_ph_container {
  
}

#arrows {
  float: right;
  margin-right: 50px;
  margin-top: 382px;
  *margin-top: 370px;
  line-height: 14px;
}

#clear {
  height: 1px;
  font-size: 1px;
  clear: both;
}

.spacer {
  margin-bottom: 20px;
}


.column {
  width: 50%;
  float: left;
  margin: 0;
}

.column div {
  margin-left: 80px;
}

.column p {
}

.clear {
  clear: both;
  margin-top: 30px;
}

form label {
  font-size: 12px;
  color: #f80;
  width: 80px;
  vertical-align: top;
  float: left;
}

form .field input, form textarea {
  border: 1px solid #999;
  width: 510px;
  padding: 2px;
  float: left;
  margin-bottom: 10px;
}

.field {
  clear: both;
}

form textarea {
  height: 180px;
}

form {
  margin-top: 30px;
}

form .button {
  text-align: right;
  padding: 15px;
}

#bottom {
  height: 200px;
  clear: both;
  margin-top: 80px;
  text-align: center;
  max-width: 610px;
  font-size: 10px;
}

#bottom a {
  color: #666;
}

div.submit input {
  border: none;
  clear: both;
  background: none;
  text-transform: uppercase;
  font-size: 24px;
  cursor: pointer;
  color: #bbb;
}

div.submit input:hover {
  color: #f80;
}

div.submit {
  display: block;
  text-align: right;
  width: 605px;
  margin: 0;
  padding: 0;
  clear: both;
}