@CHARSET "UTF-8";
html, body {
    height: 100%;
}

body {
    color: white;
    background-color: #262626;
    /* center container */
    text-align: center;
    font-size: 12px;
}

a, a:active, a:focus, a:visited {
    color: white;
}

a:hover {
    color: #db8a1d;
}

h1 {
    font-size: 14px;
    line-height: 30px;
}

h2 {
    font-size: 13px;
    line-height: 30px;
}

h3 {
    font-size: 12px;
    line-height: 20px;
}

div.clear {
    clear: both;
}

div.clearfix:after {
    height: 0;
    line-height: 0;
    content: '.';
    visibility: hidden;
    clear: both;
    display: block;
}

div.spacer {
    height: 18px;
}

div.scroll {
    overflow: scroll;
}

div.f-left {
    float: left;
}

div.f-right {
    float: right;
}

p {
    line-height: 14px;
    margin-bottom: 5px;
}

dl dt {
    line-height: 16px;
    margin: 0 0 5px 10px;
    font-weight: bold;
}

dl dd {
    margin-left: 20px;
    margin-bottom: 10px;
}

ul.arrow li {
    padding-left: 15px;
    background: transparent url(../images/bullet_arrow.gif) 2px 3px no-repeat;
    line-height: 16px;
}

/********
 Layout
 ********/
/* Page Container */
div#container {
    position: relative;
    margin: 0 auto;
    width: 950px;
    min-height: 100%;
    text-align: left;
    background: #19242C url(../images/container_background.gif) top left repeat-y;
}

/* Header */
div#header-logo {
    position: absolute;
    left: 0px;
    top: 15px;
    width: 950px;
    height: 197px;
    background: transparent url(../images/header_logo.jpg) top left no-repeat;
}

/* Menu */
div#header-menu {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 165px;
    height: 25px;
    padding: 0px 20px;
}

div#header-menu a.menu-button {
    height: 25px;
    float: left;
    margin-right: 15px;
    display: block;
    background-repeat: no-repeat;
    background-color: transparent;
    background-attachment: scroll;
    background-position: bottom left;
    text-indent: -9999px;
}

div#header-menu a.menu-button:HOVER {
    background-position: top left;
}

div#header-menu a#menu-home {
    background-image: url("../images/btn_home.gif");
    width: 41px;
}

div#header-menu a#menu-portfolio {
    background-image: url("../images/btn_portfolio.gif");
    width: 82px;
}

div#header-menu a#menu-contact {
    background-image: url("../images/btn_contact.gif");
    width: 64px;
}

/* Content */
div#content {
    padding: 230px 35px 35px 35px;
}

div.content-block {
    padding: 0 5px 25px 5px;
}

div.title-block {
    border-bottom: 1px solid white;
    margin-bottom: 20px;
}

div.title-block h1 {
    float: left;
    margin-right: 15px;
}

div.title-block p {
    float: right;
    line-height: 27px;
    color: #999;
    font-size: 11px;
    font-style: italic;
    margin: 3px 0 0 0;
}

/* Footer */
div#footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 15px;
    padding: 0px 10px;
    color: #555;
    text-align: center;
    font-size: 9px;
    line-height: 15px;
}

/* Portfolio */
div.portfolio-block {
    float: left;
    width: 600px;
    height: 160px;
    padding: 10px 10px;
}

div.portfolio-block h3, div.portfolio-block p, div.portfolio-block a {
	margin-bottom: 15px;
    margin-top: 15px;
}

div.portfolio-block img {
    float: left;
    margin-right: 15px;
}

