/**
 * Body, container
 */
body {
    background: #1a1a1a url('../images/background.png') repeat-x;
    color: white;
    font-family:verdana;
    font-size:12px;
    margin: 0;
}

#background-glow {
    background: url('../images/bg-center.png') top center no-repeat;
}

#container-wrap {
    background: url('../images/header-background.png') repeat-x;
}

#container {
    margin: 0 auto;
    width: 960px;
}

/**
 * Header
 */
#header {
    background: url('../images/header-background.png') repeat-x;
    color: black;
    height: 66px;
}

/* Logo */
h1 {
    background: url('../images/logo.png') no-repeat;
    display: block;
    float: left;
    height: 100px;
    margin: 0;
    width: 300px;
}

h1 span {
    visibility: hidden;
}

/* Navigation */
#navigation {
    float: right;
    margin: 45px 75px 0 0;
}

#navigation li {
    display: inline;
    list-style: none;
}

#navigation a {
    color: black;
    font-size: 11pt;
    letter-spacing: -1px;
    padding: 4px 35px;
    text-decoration: none;
    text-transform: uppercase;
    background-image:url('../images/tab.png');
}

#navigation a:hover, #active-page a {
    background: #e86e00;
    color: white;
}

.intro {
    float: right;
    margin-top: 20px;
}

/**
 * Headings
 */
h2 {
    margin: 5px 0 5px 50px;
}

h3 {
    font-size: 13pt;
    font-weight: normal;
    margin: 0;
    padding: 5px 10px;
    text-transform: uppercase;
}

/**
 * Links
 */
a {
    color: #e86e00;
    text-decoration: none;
}

/**
 * Latest project
 */
#latest-project-title {
    margin-top: 50px;
}

#latest-project {
    margin: 0 auto 20px auto;
    width: 892px;
}

#latest-project .preview {
    height: 330px;
    text-align: center;
}

#latest-project .descr {
    background: #323232 url('../images/latest-project-descr-background.png') repeat-x;
    padding: 10px 0;
}

#latest-project .descr p {
    margin: 5px 10px;
}

#latest-project .descr p.actions {
    font-size: 10pt;
    text-align: right;
    text-transform: uppercase;
    word-spacing: 15px
}

.changer {
    height: 66px;
    margin-top: 132px; /* (.preview(height) / 2) - (.changer(height) / 2) */
    position: absolute;
    width: 67px;
}

.prev {
    margin-left: -33px; /* .changer(width) / 2 */
}

.next {
   margin-left: 859px; /* .preview(width) - (.changer(width) / 2) */
}

/**
 * Past work
 */
#past-work {
    margin: 0 auto;
    width: 892px;
}

#past-work .item {
    background: url('../images/work_preview_border.png') no-repeat;
    height: 152px;
    display: block;
    float: left;
    margin: 0 2px;
    padding: 3px;
    width: 286px;
}

/**
 * Footer
 */
#footer {
    background: #303030;
    font-size: 11pt;
    margin: 20px auto 0 auto;
    padding: 10px;
    width: 892px;
}

#footer h2 {
    margin: 0;
    padding: 0;
}

#footer p {
    margin: 0;
    text-transform: lowercase;
}

#footer strong {
    font-weight: normal;
    text-transform: uppercase;
}

.lead {
    font-weight: bold;
}

#footer .contact, #footer .about {
    float: left;
}

#footer .contact {
    width: 50%;
}

#footer .about {
    width: 50%;
}

/**
 * Fixes/tweaks
 */
.clear {
    clear: both;
    height: 0;
}

a img {
    border: 0;
}


/*=== Modal styling ====*/
.samplecopy
{
    padding:0 20px 0 20px;
}

#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  
  display:none;
  z-index:9999;
  padding:20px;
}

#boxes
{
    position:absolute;
    left:0;
    top:200px;
    min-height:100%;
}


#boxes #dialog {
  width:900px; 
  min-height:100%;
  padding:1030px 10px;
  *padding:1060px 10px;
  background:url(../images/blacktranbkgd.png) repeat 0 0 transparent;
}

#boxes #dialog1 {
  width:375px; 
  height:203px;
}

#dialog1 .d-header {
  background:url(../images/login-header.png) no-repeat 0 0 transparent; 
  width:375px; 
  height:150px;
}

#dialog1 .d-header input {
  position:relative;
  top:60px;
  left:100px;
  border:3px solid #cccccc;
  height:22px;
  width:200px;
  font-size:15px;
  padding:5px;
  margin-top:4px;
}

#dialog1 .d-blank {
  float:left;
  background:url(../images/login-blank.png) no-repeat 0 0 transparent; 
  width:267px; 
  height:53px;
}

#dialog1 .d-login {
  float:left;
  width:108px; 
  height:53px;
}

#boxes #dialog2 {
  background:url(../images/notice.png) no-repeat 0 0 transparent; 
  width:326px; 
  height:229px;
  padding:50px 0 20px 25px;
}

.section
{
    font-size:16px;
}