/*
  Background-Styles
*/

body {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    color: #7f7d78;
    font-size: 13px;
    line-height: 19px;
}
#main {
    background-image: url('images/gradient.png');
    background-repeat: repeat-x;
    background-color: #ecd8c8;
}
.container {
    width: 840px;
    height: 845px;
    margin: 0 auto;
    position: relative;
}
hr {
    background-image: url('images/hr.png');
    border: 0;
    margin: 4px;
    padding: 0;
    width: 840px;
    height: 2px;
}

/*
  Header-Styles
*/

#header {
    padding-top: 70px;
    padding-bottom: 20px;
}
#logo h1 {
    margin: 0px;
    display: block;
    text-indent: -9999px;
}
#logo {
    background-image: url('images/logo.png');
    background-repeat: no-repeat;
    width: 239px;
    height: 34px;
}
ul#menu {
    margin: 0px; padding:0px;
    position: absolute;
    right: 0px;
    top: 85px;
}
ul#menu li {
    display: inline;
    margin-left: 12px;
}
ul#menu li a {
    text-decoration: none;
    color: #716d6a;
    font-family: "Myriad Pro";
    src: url('MYRIADPRO-REGULAR.OTF');
    font-size: 14px;
    text-transform: uppercase;
}
ul#menu li a.active, ul#menu li a:hover {
    color: #ff6f6f;
}

/*
  Portfolio-Home-Styles
*/

#latest {
    background-image: url(images/latest.png);
    background-repeat: no-repeat;
    width: 160px;
    height: 29px;
}
#design {
    background-image: url(images/design.png);
    background-repeat: no-repeat;
    width: 155px;
    height: 27px;
}
img {
    margin: 6px;
    margin-right: 13px;
    margin-left: 13px;
    border-style: none;
}
.block_portfolio {
    overflow: auto;
    margin-bottom: 20px;
}
.portfolio_items {
    margin-right: 25px;
    float: left;
    min-height: 100px;
    padding-top: 3px;
}

/*
  Text-Styles
*/

a {
    color: #26689f;
    text-decoration: none;
}

/*
  Footer-Styles
*/

#footer h4 {
    font-family: "Tahoma";
    font-size: 10px;
    text-align: right;
}

/* Fix up IE6 PNG Support */
img, #logo {
    behavior: url(scripts/iepngfix.htc);
}