/* Manlitat */
/* 2014-10-9 */

/*  MAIN CSS */
body {
    background-image: url("../img/bg.jpg");
}


/* CLASS */
.container{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.header{
    background-image: url(../img/hdlogo.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 195px;
    color: white;
}

.header h1{
    font-family: DFKai-sb;
    font-size: 50px;
    text-shadow: 3px 3px 3px #000;
    padding-top: 45px;
    padding-left: 270px;
}

.header h2{
    font-family: Time New Roman;
    font-size: 30px;
    margin-top: -30px;
    text-shadow: 3px 3px 3px #000;
    padding-left: 270px;
}

.content{
}

.navigation{
    float: left;
}

.navigation ui{
    list-style-type: none;
    margin: 5px;
    padding: 5px;
}

.navigation li{

}

.navigation a:link, a:visited{
    display: block;
    width: 200px;
    height: 40px;
    background-color: #164f9f;
    color: white;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 25px;
}

.navigation a:hover, a:active{
    background-color: #6f2525;
}

.main{
    padding-left: 210px;
    padding-top: 10px;
    padding-bottom: 25px;
}

.mainimg{
    margin-left: 70px;
    margin-top: 10px;
}

.mainPro{
    color: #0072ec;
    padding: 20px 20px;
}

.maininfo{
    float: left;
    width: 150px;
    height: 500px;
    color: #666;
}

.profileList:link, .profileList:visited{
    display: block;
    width: 100px;
    height: 40px;
    color: black;
    text-decoration: none;
    text-align: left;
}

.profileTable{
    height: 500px;
}

 a.cctv1:link, a.cctv1:visited{
    text-align: center;
    text-decoration: none;
    display: block;
    width: 150px;
    height: 40px;
    background-color: #0066cc;
    color: yellowgreen;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 15px;
}

a.cctv1:hover, a.cctv1:active{
}

.cctv table{
    height: 500px;
}

.cctv p{
    color: #333;
    font-size: 20px;
    text-align: center;
}

.equ{
    background-color: black;
    border: 2px solid #888;
    box-shadow: 5px 5px 2px #888;
}

.cont {
    font-family: font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;

}


.footer{
    background-color: #164f9f;
    height: 50px;
    color: white;
    text-align: right;
    padding: 10px;
    margin-top: 0;
}

/* id */
# something{
}