/*General
------------------------------------------------------------------------------------------------------------------------------------------------------*/
.minty{
    color: #74C67A;
    font-weight: bold;
}

/*Layouts
------------------------------------------------------------------------------------------------------------------------------------------------------*/

#header{
    width: 100%;    
}

#nav{
    height: 88px;
    width: 100%;  
    background: black url(/images/mf_logo_index.png) no-repeat left top;
}

#videos_intro{
    width: 100%;
    float: left;  
    overflow: visible;
    text-align: left;
}  

#our_videos_intro{
    height: 62px;
    border-bottom: #C9C9C9 solid 1px;
    border-top: #C9C9C9 solid 1px;
    text-align: left;
    margin: 0 30px;
    vertical-align: middle;
    width: 840px;
    padding: 10px 100px 0 0;
    font-size: 14px;
}
  
#fresh_tv{
    height: 187px;
    width: 160px;  
    background: transparent url(/images/fresh_tv.png) no-repeat left top; 
    overflow: visible;
    float:right;
    margin-top: -158px;
}

#videos{
    text-align: left;
    margin: 0 30px;
    vertical-align: middle;
    font-size: 14px;
}

.thumbnail{
    width: 309px;
    font-size: 10px;
    float: left;
    margin: 5px;
}

.thumbnail img{
    border: 12px solid #D6D6D6;    
}

.description {
    border-bottom: #C9C9C9 solid 1px;
    border-top: #C9C9C9 solid 1px;
    padding: 10px 0;
    height:112px;
}

#ad{
    width: 309px;
    float: left;
    margin-left: 12px;
    height: 410px;
    margin-bottom: 5px;
}

#outro{
    border-bottom: #C9C9C9 solid 1px;
    text-align: left;
    margin: 5px;
    vertical-align: middle;
    padding: 10px 0;
    font-size: 12px;
    float: left;
}

/*Headings
------------------------------------------------------------------------------------------------------------------------------------------------------*/
#our_videos{
    background: transparent url(/images/our_videos.png) no-repeat left bottom;
    text-indent: -7000em;
    width: 760px;
    height: 57px;    
    margin-right: 30px; 
    margin-left: 30px; 
    margin-top: 40px; 
    margin-bottom: 15px;    
}

#title1{
    background: transparent url(/images/title_overview.png) no-repeat left bottom;
    text-indent: -7000em;
    width: 307px;
    height: 34px; 
    margin: 10px 0;   
}

#title2{
    background: transparent url(/images/title_page_editing.png) no-repeat left bottom;
    text-indent: -7000em;
    width: 307px;
    height: 34px; 
    margin: 10px 0;   
}

#title3{
    background: transparent url(/images/title_adding_pages.png) no-repeat left bottom;
    text-indent: -7000em;
    width: 307px;
    height: 34px; 
    margin: 10px 0;   
}

#title4{
    background: transparent url(/images/title_ecommerce.png) no-repeat left bottom;
    text-indent: -7000em;
    width: 307px;
    height: 34px; 
    margin: 10px 0;   
}

#title5{
    background: transparent url(/images/title_reservation.png) no-repeat left bottom;
    text-indent: -7000em;
    width: 307px;
    height: 34px; 
    margin: 10px 0;   
}

#ad h1{
    font-size: 2em;
    color: #D6D6D6;
}

/*Navigation
------------------------------------------------------------------------------------------------------------------------------------------------------*/
#nav {
    color: white;
}
#nav a{
    color: white;
    text-decoration: none;
}
#nav ul{
    list-style: none;
    float: right;
    margin-top: 55px;
}
#nav ul li{
    display: block;
    float: left;
    padding-left: 20px;
} 

/*footer
------------------------------------------------------------------------------------------------------------------------------------------------------*/
#footer{
    width:100%;
    height: 271px;
    float: left;
    margin-top: 87px;
}
#footer img{
    float:left;
}
