
/* HEADER */

.headerimg
{
    background-position: center top;
    background-repeat: no-repeat;
    width: 608px;
    height: 310px;
    position: absolute;
    cursor: pointer;
}

/* CONTROLS */


#control
{
    background-image: url("../images/btn_pause.png");
}
.btn
{
    background: none repeat scroll 0 0 #FFFFFF;
    color: #494949;
    display: block;
    float: left;
    font-size: 0.938em;
    font-weight: bold;
    margin-left: 1px;
    outline: 0 none;
    cursor: pointer;
}
.btnactive
{
    background: none repeat scroll 0 0 #494949;
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 0.938em;
    font-weight: bold;
    margin-left: 1px;
    outline: 0 none;
    cursor: pointer;
}
.divinside
{
    width: 22px;
    height: 20px;
    text-align:center;
    vertical-align:middle;
    margin-top:3px;
}


/* HEADER HAVIGATION */
#headernav-outer
{
    position: relative;
    top: 280px;
   left: 490px;
    margin: 0 auto;
    width: 960px;
}
.headernav
{
    padding-left: 670px;
}
.headernav1
{
    padding-left: 630px;
}
