/* 
    Document   : Nextcast
    Created on : Nov 22, 2013, 5:00:40 AM
    Author     : Green
    Description:
        Purpose of the stylesheet follows.
*/
/*<!-- whole layout-->*/
            .layout{
                background-color:black;
                margin:0 auto;
                padding:0;
            }
/*<!-- header-->*/          
            div.header{
                width:1200px;
                height: 118px;
                background-color:darkgray;
                margin:0 auto;
                padding:0;
                border-bottom: 2px solid;
            }            
            div.header-logo{
                margin-top:18px;
                float: left;
                width: 1px;
                hieght:1px;
                    
            }
            div.header-text{
                margin-top:0;
                float: left;
                width: 500px;
                hieght:20px;
                padding-left:380px;               
                font-family: calibri light;  
                color:white;
            }
            div.img-teamnextcast{
                float:right;
                margin-top:70px;
                margin-right:58px;
                width:1px;
                height:1px;

            }

              
            
 /*<!-- main-->  */           
              
            div.main-content{
                background-color:white;
                width: 1200px;
                height:1788px;
                margin:0 auto;
            }
            div.hotelspey{
                float:left;
                width:1000px;
                height:80px;
                font-size:x-large;
                text-align:center;
                margin:0 auto;
            }
            
            
            div.cat-1{
                float:left;                
                width:190px;
                height:280px;
                text-align:center;
            }
            div.cat-2{
                float:left;
                margin-left:12px;                
                width:190px;
                height:280px;
                text-align:center;
            }
            div.cat-3{
                float:left;
                margin-left:13px;
                width:190px;
                height:280px; 
                text-align:center;
            }
            div.cat-4{
                float:left;
                margin-left:13px;                
                width:190px;
                height:280px;
                text-align:center;
            }
            div.cat-5{
                float:left;
                margin-left:12px;                
                width:190px;
                height:280px;                
                text-align:center;

            } 
            div.cat-6{
                float:right;
                width:190px;
                height:280px;                
                text-align:center;
            }  
            
            
  /*<!-- footer--> */         
            div.footer{
                width:1000px;
                height:280px;
                background-color:lightgray;
                font-size: small;
                border-top:1px solid;
                margin: 0 auto;
                color: black;
            }
            div.footer-1st{
                float:left;
                padding-left:10px;
                width:130px;
                height:180px;
            }
            div.footer-2nd{
                float:left;
                padding-left: 38px;
                width:130px;
                height:180px;              
            }
            div.footer-3rd{
                float:left;
                padding-left: 38px;
                width:130px;
                height:180px;              
            }
            div.footer-4th{
                float:left;
                padding-left: 38px;
                width:130px;
                height:180px;              
            }            
            div.footer-right{
                float:right;
                padding-right: 10px;
                width:260px;
                height:18px;
                text-align:right;
            }
/*<!-- copyright-->  */         
            div.copyright{
                width:100%;
                background-color: black;
                color:lightgray;
                padding-bottom:38em;
                font-size:small;
            }            
            div.copyrightbox{
                width:1000px;
                margin:0 auto;
            }
            div.copyright-text-left{
                width: 600px;
                float:left;
            }
            div.copyright-text-right{
                width: 400px;
                float:right;
                text-align:right;
            }

