* {
  margin:0;
  padding:0;
}

body {
  font-family: arial, sans-serif;
  font-size:11px;
  color:#838385;
}

#global {
  width:700px;
  padding:0 15px 0 40px;
  
}

#header {
  width:700px;
  padding:0 0 10px;
  position:relative;
}

#header h1 a {
  display:block;
  width:144px;
  height:19px;
}

#header h1 a span {display:none;}

#menu {
  position:absolute;
  right:0;
  bottom:25px;
  list-style-type:none;
}

#menu li {
  font: bold 14px Arial, sans-serif;
  color: #838385;
  font-weight:bold;
  text-transform:uppercase;
  float:left;
  display:block;
  padding:0 0px 5px 5px;
}

#menu li a.active {
  color:#969697;
}


.podmenu {
  position:absolute;
  right:0;
  bottom:10px;
  list-style-type:none;
  padding: 40px 0 0 0;
}
.podmenu a {
  font: 12px Arial, sans-serif;
  color: #838385;
  text-transform: uppercase;
  padding-left: 13px;
  /*text-transform:uppercase;*/


}

#content {
  position:relative;
  background:#dbdada;  
}

#main {
  line-height:0;
  background:#ffffff;
  text-align:left;
  height:467px;
  width: 1425px;
}

#content_bottom {
  background:#ffffff;
/*  height:42px;*/
  color:#777777;
  position:relative;
/*  overflow:hidden;*/
  width:500px;
}

#content_bottom .left {
  width:280px;
  float:left;
}

#content_bottom h2#photo_description {
 font: 12px Arial, sans-serif;
  text-transform:lowercase;
  padding:2px 2px 0;
  white-space:nowrap;
}

#photos_nav {
  list-style-type:none;
  padding:10px 10px 0 10px;
	width: 50px;
}

#photos_nav li {
  float:right;
  padding:0 5px 0 5px;
}

#photos_nav li a {
  display:block;
  width:14px;
  height:14px;
  outline:0;
}

#photos_nav li a.previous {background:url(images/previous_arrow.gif) no-repeat;}
#photos_nav li a.next {background:url(images/next_arrow.gif) no-repeat;}

#photos_nav li a:hover {background-position:0 -14px;}
#photos_nav li a span {display:none;}

#photos_thumb {
  float:left;
  width:700px;
  list-style-type:none;
  padding:5px 0 0 10px;
  height:30px;
  overflow:hidden;
}

#photos_thumb li {
  padding:0 6px 3px 0;
  float:left;
}

#photos_thumb li.active {
  
}

#photos_thumb li img {
  opacity:0.3;
}

#photos_thumb li.active img {
  opacity:1;
  -webkit-transition:opacity, 0.5s;
}

#contact {
  padding:150px 0;
  font-weight:bold;
  font-size:20px;
  letter-spacing:-1px;
  line-height:1.5em;
}

#contact a {color:#7f7f7f;}

#footer {
  text-transform:uppercase;
  font-weight:bold;
  padding:20px 0 20px;
}

#footer .right {
  float:right;
}

.spacer {clear:both;}

a {
  font: bold 14px Arial, sans-serif;
  color: #838385;
  text-decoration:none;
  color:#838385;
  outline:0;
}

a:hover {color:#6d6d6e;}

img {
  border:none;
}
h3 {
	padding: 0 0 2px 10px;
}
h4 {
	margin: 0 0 0 10px;
}