body{
    background-color: #ffffff;
    font-family: Arial, Veranda, sans-serif;
    font-size: 12px;
}
#logo{
    position: absolute;
    left:100px;
    top: 100px;
    width: 180px;
    height: 74px;
}
#menu{
    position: absolute;
    left:100px;
    top: 200px;
    width: 750px;
    height: 40px;
}
#menu a{
    font-family: Arial, Veranda, sans-serif;
    font-size: 18px;
    color: #ffffff;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 8px;
    text-decoration: none;
}
#menu a:hover{
    font-family: Arial, Veranda, sans-serif;
    font-size: 18px;
    color: #ffffff;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 8px;
    text-decoration: none;
}
.active{
    background-color: #ae0808;
}
.notactive{
    background-color: #000000;
}
#flashcontent{
    position: absolute;
    left:100px;
    top: 240px;
    width: 750px;
    height: 420px;    
}
#ourworkcontent{
    position: absolute;
    left:100px;
    top: 240px;
    width: 750px;
    height: 420px;
    background-color: #ffffff;
}
#casestudiescontent{
    position: absolute;
    left:100px;
    top: 240px;
    width: 746px;
    height: 413px;
    background-color: #ffffff;
    background: url(images/videoblog.jpg);
}
#ourworkmenu{
    margin-left: 74px;
    border-top: 1px solid #cccccc;
    width: 600px;
    padding-top: 15px;
    font-weight: bold;
    font-family: Arial, Veranda, sans-serif;
    font-size: 12px;
}
#ourworkmenu a:hover{
    text-decoration: underline;
}
.active2{
    color: #d70808;
    text-decoration: none;
}
.notactive2 {
    color: #7b7b7b;
    text-decoration: none;
}
.link1 a{
    color: #7b7b7b;
    text-decoration: none;
}
.link1 a:hover{
    color: #7b7b7b;
    text-decoration: underline;
}
.link2 a{
    color: #7b7b7b;
    text-decoration: underline;
}
.link2 a:hover{
    color: #7b7b7b;
    text-decoration: none;
}

