body{
    background: url(../images/layout/bg-big-logo.png) no-repeat fixed left bottom #666666;
    font-family:Verdana,Geneva,'Bitstream Vera Sans','DejaVu Sans',sans-serif;
    font-size: 12px;
    color: #666666;
    margin: 0px;
}

.outer{
    background: url(../images/layout/bg-big-logo.jpg) no-repeat fixed -37px bottom #ffffff;
    width: 100%;
    margin: 10px auto;
    float: left;
}

.root{
    width: 900px;
    margin: 0 auto;
}

.header{
    width: 100%;
    height: 120px;
    float: left;
}

.header img{
    border: none;
}

.logo{
    margin-top: 20px;
    float: left;
}

.menu{
    width: 100%;
    height: 25px;
    float: left;
    border-bottom: 1px solid #8fe81a;
    padding: 0px 0px 2px;
    font-size: 10px;
}

.menu ul{
    line-height: 25px;
    list-style: none;
    text-align: left;
    float: right;
    margin: 0px;
    padding: 0px;
}

.menu ul li{
    display: inline;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0px;
}


.menu a, .menu a:visited{
    color: #666666;
    text-decoration: none;
    padding: 4px 20px;
    border: 1px solid #8fe81a;
    border-bottom: none;
}

.menu a:hover{
    color: #666666;
    text-decoration: none;
    background: #8fe81a;
}

.menu-on{
    background: url(../images/layout/bg-button.png) no-repeat left top #8fe81a;
}

.inner{
    width: 100%;
    float: left;
    margin-top: 15px;
}

.primary-column{
    float: left;
    width: 616px;
}

.secondary-column{
    float: right;
    width: 200px;
}

.contact-form{
    background: url(../images/layout/bg-contact.png) no-repeat left top transparent;
    width: 180px;
    height: 283px;
    padding: 10px;
    font-size: 10px;
    color: #fff;
}

.contact-form h2{
    text-align: center;
}

#name, #email, #phone, #message{
    background-color: #185d00;
    width: 175px;
    border: 1px solid #fff;
    margin-bottom: 5px;
    color: #fff;
}

.content-pad{
    
}

.footer{
    width: 100%;
    height: 100px;
    float: left;
}

.footer .menu{
    background: none;
    border-bottom: none;
    border-top: 1px solid #8fe81a;
}

.footer .menu ul{
    float: left;
}

.footer .menu a, .footer .menu a:visited{
    border: 1px solid #8fe81a;
    border-top: none;
}

.copyright{
    float: right;
    margin: -20px 0px 0px;
    font-size: 10px;
    text-align: right;
}

a, a:visited{
    color: #666666;
}

a:hover{
    color: #333333;
    text-decoration: none;
}

h1, h2, h3, h4, h5{
    margin: 0px 0px 10px 0px;
    line-height: 20px;
    text-transform: uppercase;
}

/********PORTFOLIO*********/
.portfolio-item{
    width: 100%;
    float: left;
    border-bottom: 2px solid #8fe81a;
    margin: 6px 0px;
    padding: 10px 0px;
}

.portfolio-item .image{
    width: 300px;
    float: left;
}

.portfolio-item img{
    border: 2px solid #8fe81a;
}

.portfolio-item img:hover{
    border: 2px solid #185d00;
}

.portfolio-item .info{
    width: 300px;
    float: left;
    margin-left: 16px;
}

.portfolio-item h2{
    font-size: 16px;
}