*
{
    margin: 0;
    padding: 0;
}
ul,ol
{
    list-style: none;
}
body
{
   background: #63BAEB url('images/background0.jpg')  repeat-x ; 
    font-family: Arial, sans-serif;
    
}
header
{
    padding: 10px;
}
header h1
{
    
    font-size: 37px; 
    font-style: italic;
    text-align: center;
    font-family: 'Source', sans-serif;
    color: #000;
    
}
/* MAIN MENU*/
#main-menu ul
{
    width: 980px;
    height: 550px;
    margin: 0 auto;
    padding-top: 20px;    
}
#main-menu ul li
{
    float: left;
    width: 140px;
    height: 500px;
    overflow: hidden;
    position: relative;
    
}
.bw
{
    position: absolute;
    left: 0px;
    width: 140px;
    height: 500px;
    cursor: pointer;
    background: url(images/BW0-image.jpg) no-repeat;
    opacity: 0.9;
}
.color
{
    position: absolute;
    left: 140px;
    width: 140px;
    height: 500px;
    cursor: pointer;
    background: url(images/COLOR1-image.jpg) no-repeat;
}
#part2 div
{
    background-position: -140px 0px;
    
}
#part3 div
{
    background-position: -280px 0px;
    
}
#part4 div
{
    background-position: -420px 0px;
    
}
#part5 div
{
    background-position: -560px 0px;
    
}
.description
{
    position: absolute;
    left: 140px;
    width: 240px;
    height: 460px;
    padding: 20px;
    background: #fff;
}
.description h2
{
    padding-top: 0px;
    font-size: 26px;
    text-align: center;
    font-family: 'Source', sans-serif;
    color: #333;
    text-transform: uppercase;
}
.description h3
{
    margin: 20px;
    padding: 10px;
    font-size: 25px;
    background: #003366;
    font-family: 'Open+Sans', sans-serif;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
    border-radius: 5px;
    
}
.description p
{
    padding-top: 10px;
    font-size: 20px;
    font-family: 'Open+Sans', sans-serif;
    color: #000;
    text-align: center;
}
/* BUTTONS-MENU*/

#buttons-menu
{
    float: left;
    width: 100%;
    padding: 0px 0 10px 0;
}
#buttons-menu ul
{
    float: left;
    position: relative;
    left: 50%;
    text-align: center;
}
.button
{
    float: left;
    width: 150px;
    margin-left: 30px;
    padding: 10px 0;
    position: relative;
    right: 50%;
    text-shadow: 1px 1px 1px #000;
    font-family: 'Open+Sans', sans-serif;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    box-shadow: 8px 8px 8px rgba(0,0,0,0.75);
    background: #333;
    border: 3px solid #b35000;
    font-size: 22px;
    cursor: pointer;
    opacity: 0.9;
}
.hovered
{
    background: #003366;
    border: 2px solid #333;
    font-size: 24px;
}

/* FOOTER */
footer

{
    font-family: 'Source', sans-serif;
    font-size: 12px; 
    font-style: bold;
    text-align: right;
    font-family: 'Source', sans-serif;
    color: lightgray;
    
    
}








