*{margin:0;padding:0}

body{
    background: #fff;
    height: 800px;
}

#viewport{
    width: 800px;
    
    margin: 0 auto;
    border: 0px solid #eee;
    padding: 0px;
    
    text-align: left;
    
    background: #fff;
}

/**  HEADER  **/

#page-header{
    border-top: 0px solid #777;
    border-bottom: 0px solid #fff;/**/
    margin-bottom: 0px;
    
    margin-top:0px;
    padding:0px;
    
    height: 34px;
    
    position: relative;
    
    background:#fff;

}

#page-header a img{
    border-left: 0px solid #ccc;
    border-right: 0px double #ccc;
    border-bottom: 0px solid #ccc;
    border-top: 0px solid #000;
    
    padding: 0 0 0 10px;
    background:#fff;
    
    left:0px;
    top:15px;
    
    position: absolute;
}

/**  NAVIGATION  **/

#navigation-wrapper{
        float: left;
            width: 100%;
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
    
    padding: 1px 0;
}

#navigation{
    float: left;
    
    background-color: #fff;
    
    width: 100%;
    
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;



}

#navigation .nav-button{
    float: right;
    
    width: auto;

    
    font-family: Rockwell,"trebuchet ms",Arial,Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}

#navigation .nav-button-buy{
    float:right;
}

#navigation .nav-button a{
    display: block;
    
    padding: 5px 24px;
    
    text-decoration: none;
    text-align: center;
    color: #000;
}

#navigation .nav-button a:hover{
    color: #fff;


    background: #000;
}



#navigation .nav-button-buy a{  
    color: #922;
}

#navigation .nav-button-buy a:hover{
    color: #fff;
    background-color: #922;
}

#navigation .nav-button-selected a,
#navigation .nav-button-selected a:hover
{  

    color: #fff;
    background-color:#000;

}


/**  CONTENT  **/
#content-gradient-1{
    clear:both;
    
    border-top: 0px solid #bbb;

    margin-top: 0;
    
    text-align: left;
}

#content-gradient-2{
    clear:both;
    
    border-top: 0px solid #cdcdcd;
}

#content{
    clear:both;
    
    border-top: 0px solid #e5e5e5;
    border-bottom: 1px solid #777;
    border-left: 0px solid #777;
    border-right: 0px solid #777;
    padding: 60px 10px 10px 30px;
}

#content h1{
    margin: 10px 0 20px 0;
    
    font-family: Rockwell,Arial,Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    text-align: left;
    
    color:#999;
}

#content h2{
    margin: 0px 0 20px 0;
    
    font-family: Rockwell,"trebuchet ms",Arial,Helvetica, sans-serif;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 14px;
    text-align: left;
    
    color:#000;
}

#content a{
    color: #229;
}

#content p{
    margin: 20px 0;
    
    line-height: 20px;
    font-family: Verdana, Arial, sans-serif;
    font-weight: normal;
    font-size: 11px;
    font-style: normal;
    text-align: left;
    
    color:#000;
}

#content .img-right{
    float:right;
    border: 1px solid #ccc;
    padding: 2px;
    margin-left: 20px;
    margin-bottom: 20px;
}

#content .img-left{
    float:left;
    border: 1px solid #ccc;
    padding: 2px;
    margin-right: 20px;
    margin-bottom: 20px;
}

#content .ep-button{


    
    font-family: Rockwell,Arial,Helvetica, sans-serif;
    font-weight: normal;
    font-size: 11px;
}

#content .ep-button a{

    
    padding: 5px 10px;
    
    margin: 20px 0;
    
    border: 3px double #fff;
    
    text-decoration: none;
    text-align: center;
    color: #fff;
    background: #922;
}

#content .ep-button a:hover{
    
    border: 3px double #aaa;
    
    text-decoration: none;
    text-align: center;
    color: #fff;
    background: #922;
}

/**  FOOTER  **/

#footer{
    width: 100%;
    
    padding-top: 0px;

    height: 80px;
    
    font-family: verdana,Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #999;
    font-size: 9px;
    text-align: right;
    
    background: #fff;
}



#footer a{
    padding: 0 3px;
    
    text-decoration: none;
    color: #999;
    line-height:20px;
    

}

#footer a:hover{
    color: #000;
    border-bottom: 1px solid #000;
}

#footer .buy:hover{
    color: #922;
    border-bottom: 1px solid #922;
}

#footer #copyright{
    
    float: left;
    font-size: 10px;
    text-align: left;
    line-height:10px;
    padding-top: 5px;
    background: #fff;
    font-family: "verdana",arial, helvetica, sans-serif;

    
}

#footer #copyright a{
    color: #707070;
}

#footer #copyright a:hover{
    color: #707070;
    border-bottom: 1px solid #922;
}