body {
    background-color:#FFF;
    font-size:14px;
    padding:0px;
    margin:0px;
    color:#0E0A2C;
    font-family: 'Montserrat', sans-serif;
}

#pageOneContainer {
    height:100%;
    width:100%;
}

#header {
    position:fixed;
    z-index:9999;
    width:100%;
    left:0px;
    top:0px;
    height:12%;
    min-height:30px;
    max-height:60px;
    padding-bottom:30px;
    background-color:#FFF;
}

#innerContainer {
    float:left;
    width:100%;
    min-width:900px;
}

#logo {
    float:left;
    height:100%;
    padding:18px;
    margin-left:30px;
}

#menuContainer {
    width:600px;
    margin-top:20px;
    margin-left:35%;
    margin-right:auto;
}

#menuContainer > a {
    float:left;
    color:#0E0A2C;
    text-decoration:none;
    margin:20px;
    padding-bottom:3px;
    padding-left:6px;
    padding-right:6px;
    font-weight:400;
    cursor:pointer;
}

#menuContainer > a:hover {
    border-bottom:#0E0A2C 5px solid;
}

#menuContainer > a:visited {
    border-bottom:#0E0A2C 5px solid;
}

a.selected:link {
   border-bottom:#0E0A2C 5px solid; 
}

#milietvCenterLogo {
   float:right;
   width:100%;
   height:100%;
   min-height:300px;
   max-height:768px;
   padding-top:80px;
}

#milietvCenterLogo > img {
   float:right; 
   height:100%;
}

#frontPageText {
    margin-top:14%;
    padding:100px;
    color:#0E0A2C;
    font-weight:600;
    font-size:16px;
    width:100%;
    min-width:300px;
    max-width:490px;
    background-color:#FFF;
}

#frontPageTextBorder {
    border-bottom:#0E0A2C 5px solid;
    width:60px;
    margin-top:4px;
}

#pageTwoContainer {
   position:relative;
    z-index:8;
    width:100%;
    height:900px;
    background-image: url("../img/tv.jpg"); 
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
}

#pageTwoCover {
    position:relative;
    z-index:9;
    background-color:#0E0A2C;
    width:100%;
    height:100%;
    opacity:0.9;
}

#pageTwoHeaderContainer {
    width:100%;
    height:100%;
    max-height:800px;
    position:relative;
    z-index:9;

}

#pageTwoHeaderInner {
    float:left;
    width:600px;
    margin-top:20%;
    margin-left:10%;
}

#pageTwoHeader1 {
    float:left;
    width:600px;
    color:#FFF;
    font-size:40px;
    text-align:center;
}

#pageTwoHeader2 {
    float:left;
    width:600px;
    color:#FFF;
    font-size:18px;
    text-align:left;
}

#pageTwoHeaderInner2 {
    float:left;
    width:600px;
    height:300px;
    margin-top:20%;
    margin-left:5%;
}

#pageTwoHeaderInner2img1 {
    float:right;
    height:300px;
    padding-top:50px;
    padding-right:180px;
}

#pageTwoHeaderInner2img2 {
    float:right;
    height:300px;
    padding-top:50px;
    padding-right:30px;
}

#pageTwoHeaderInner2 {
    width:600px;
}


#pageThreeContainer {
    width:100%;
    height:900px;
    background-color:#FFF;
    background-image: url("../img/Background_M.png"); 
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

#pageThreeHeaderText {
    font-size:40px;
    padding-top:2%;
    width:100%;
    text-align:center;
}

#pageThreeContainerImages {
    width:600px;
    margin-left:auto;
    margin-right:auto;
}

#pageThreeContainerImagesImg1 {
    margin-left:50px;
    box-shadow: -5px 5px 5px #A6A6A6;
    border-top-left-radius:6px;
    border-top-right-radius:6px;
}

#pageThreeContainerImagesImg2 {
    margin-left:100px;
    box-shadow: -5px 5px 5px #A6A6A6;
    border-top-left-radius:6px;
    border-top-right-radius:6px;
}

#pageThreeFeaturedChannelContainer {
    width:892px;
    margin-left:auto;
    margin-right:auto;
    margin-top:50px;
    box-shadow: -5px 5px 5px #A6A6A6;
    border-radius:6px;
    background-color:#FFF;
}

#pageThreeFeaturedChannelContainer > small {
    position:relative;
    width:300px;
    left:300px;
    background-color:#FFF;
    padding-bottom:10px;
    font-size:16px;
    top:-20px;
}

.fullChannel {
    text-decoration:underline;
    cursor:pointer;
}

.fullChannel:hover {
    text-decoration:underline;
    color:#555;
    font-weight:600;
}


#pageThreeContainerSubTextContainer {
    float:left;
    width:600px;
    padding-left:50px;
}

#pageThreeContainerSubText1 {
    width:300px;
    float:left;
}

#pageThreeContainerSubText2 {
    width:300px;
    float:right;
}

#pageFourContainer {
    position:relative;
    z-index:8;
    width:100%;
    height:900px;
    background-image: url("../img/callCenter.jpg"); 
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
}

#pageFourCover {
    position:relative;
    z-index:9;
    background-color:#0E0A2C;
    width:100%;
    height:100%;
    opacity:0.96;
}

#pageFourInnerWhiteContainer {
    float:left;
    background-color:#FFF;
    width:300px;
    height:400px;
}

#pageFourContactUs {
    height: 100%;
    width:650px;
    margin-left:auto;
    margin-right:auto;
}

#pageFourContactUsBox {
    float:left;
    height:360px;
    width:100%;
    margin-top:25%;
}

#pageFourContactUsBoxInner {
    width:530px;
    height:260px;
    box-shadow: -5px 5px 5px #000;
    background-color:#FFF;
    padding-left:60px;
    padding-right:60px;
    padding-top:50px;
    padding-bottom:50px;
    border-radius:1px;
}

#pageFourContactUsBoxInnerRight {
    float:right;
    width:200px;
}

#pageFourContactUsBoxInnerLeft {
    float:left;
    width:250px;
    height:250px;
}

#pageFourContactUsBoxInnerLeft  > h3 {
    font-size:22px;
    width:100%;
    text-align:center;
}

#contactUsEmail {
    font-size:16px;
    width:100%;
    text-align:center;
}

#contactUsTel {
    padding-top:10px;
    font-size:16px;
    width:100%;
    text-align:center;
}

.pageFourContactUsBoxInnerInput {
    border:#C9C9C9 1px solid;
    width:200px;
    font-size:12px;
    border-radius:6px;
    padding-left: 5px;
    padding-right:  5px;
    padding-top:  6px;
    padding-bottom:  6px;
    margin-bottom:20px;
    background-color:#C9C9C9;
}

.pageFourContactUsBoxInnerSubmit {
    float:right;
    background-color:red;
    color:#FFF;
    font-size:12px;
    font-weight:600;
    border:red 1px solid;
    border-radius:12px;
    padding-left:18px;
    padding-right:18px;
    padding-top:4px;
    padding-bottom:4px;
    cursor:pointer;
}

.pageFourContactUsBoxInnerSubmit:hover {
    background-color:#c90c0c;
}

.pageFourContactUsBoxHeader1 {
    font-size:22px;
    padding-bottom:10px;
}

.pageFourContactUsBoxHeader2 {
    font-size:12px;
    padding-bottom:10px;
}

#footer {
    position:fixed;
    z-index:999999;
    left:0;
    bottom:0;
    width:100%;
    height:7%;
    min-height:50px;
    background-color:#FFF;
}

#footerCompatible {
    float:right;
    margin-right:20px;
    padding-top:15px;
}

#footerLogo {
    float:left;
    padding-top:15px;
    padding-left:20px;
    width:100px;
}

.footerLink1 {
    float:left;
    padding-top:28px;
    padding-left:35px;
    text-decoration:none;
    color:#444;
    font-size:12px;
    cursor:pointer;
}

.footerLink2 {
    float:left;
    padding-top:28px;
    padding-left:50px;
    text-decoration:none;
    color:#444;
    font-size:12px;
    cursor:pointer;
}

#status {
    color:green;
    padding-bottom:6px;
}



























