body{
    font-family: Helvetica,Arial,sans-serif;
    font-size: 14px;
}

header{
    padding: 20px;
}

header #nav-links{
    position: relative;
    top: 35px;
    border-radius: 5px;
    float: right;
}

header #nav-links ul{
    padding: 0;
    text-align: center;
}

header #nav-links ul li{
    display: inline-block; 
}

header a{
    display: inline-block;
    width: 40px;
    padding: 10px 25px;
    margin: 5px;
    background: #005586;
    border-radius: 5px;
    font-size: 14px;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
}
header a:hover{
    background-color: #fc3;
    
}

#container {
    padding: 40px;
    margin: 0 auto;
}

#container h1{
    font-size: 30px;
    text-align: center;
}

.contentSection h2{
    display: inline-block;
    font-size: 16px;
    border-bottom:solid 5px #005586;
    padding: 0 0 5px;
    margin-left: 5px;
}

.contentSection {
    width: 950px;
    margin: 20px auto;
    padding: 10px;
}

#groupSection a{
    display: inline-block;
    margin: 5px;
    text-decoration: none;
    text-align: center;
    background: #005586;
    color: white;
    
}

#groupSection a:hover{
    background: #fc3;
    box-shadow: 0 0 3px 3px #fc3;
}

#groupSection p{
    font-size: 18px;
    padding: 5px;
}

footer{
    width: 950px;
    margin: 0 auto;
    text-align: center;
}
footer p{
    color: #777;
    font-weight: 300;
}

/* Detail Page */

#about-prod{
    display: inline-block;
    width: 70%;
    padding: 0 20px 20px;
    vertical-align: top;
}

#about-prod h2{
    background: #005586;
    padding: 10px;
    color: white;
    border-radius: 5px;
    margin-top: 0;
}

#about-prod p{
    text-indent: 40px;
}
.video-frame{
    text-align: center;
}

.video-frame h2{
    padding: 10px;
    border-bottom: solid 2px #005586;
    text-align: left;
}

.trailler{
    display: inline-block;
    width: 480px;
    height: 272px;
    margin: 0 20px;
}

.trailler p{
    text-align: left;
}

.video-frame p{
    text-align: left;
}


