/* 
1024 = MarginL+whiteArea+MarginR+Vertical Scroll
1024=  45+910+24+45  */

body  {
       padding-left:0;
       margin:0;
       
      }
      
#mainArea  /* It is the background blue color */
     {
      background:#44ADDA;
      width:100%; /* 1024 */
      height:1148; 
      z-index:0;
    /*  border: 1 solid; */
     }

#topMenuArea  /* It is the Drop Down Menu Area */
    { 
       background:#FFFFFF;
       width:914px;   /* total 1024px */
       height:54px;   
       position:absolute;
       margin-left:45px;
       margin-top:20px;
       margin_bottom:17px;
       z-index:6000;
      
      
    }  


.title  /* Visto do Mount, Goa */
    {
      font-family:Arial;
      font-size:20px;
      color: #EC913E;
      margin-left:4px;
      border:0 ;
    }        
      

    
    
#topLinks  {     /* contact us | home */
         position:absolute;
         left:715px;
         top:0px;
         border:0 ;
         }
         
#topLinks   a {
      font-family:arial;
      font-size:13px;
      color: #0092DF;
      text-decoration:none;
      }  
 
 
.mainMenuItem  
     {
      font-family:arial;
      font-size:13px;
      color: #000000;
      padding-top:15px;
      padding-bottom:15px;
     
      }  

#main_menu { /* first UL in topMenuArea Div */
 	position:absolute;
	top:22;
 	left:235;
 	width:672;
        height:25px;
        padding:0;
        margin:0;
        list-style:none;
     /*  border:1 solid; */
   border-top:1 solid #D6A16F;
        
 }    
 
li {    /* change001 first li : visto Do Mount, Destination Goa, Yashnidhi buiders, finance 163X25 */
      position:relative;  
     
      float:left;  /* it overrides the normal placement of elements & this is inherited by children nodes */
      margin-left:0;
      /* padding-left:.6em; */
      width:163px;
      height:28px;
   /*  border:1 solid; */
      background:#FFFFFF;      text-decoration:none;
   } 


li ul {     /* Hiding sublevel UL */
      position: absolute; 
      top: 27;
      left: 0;
      margin:0;
      list-style:none;
      display: none;
      padding-left:0em;
      font-weight: normal;
      text-decoration:none;
    
      
      }

/* For Drop Down list items  */     
li ul li {  
        /* padding-top:4px;
        padding-bottom:4px; */
        padding-left:6px;
         padding-top:4px;
        width:161px;
     /*	border-left: 1 solid #DF7C17; */
     	height:24px;
        border-bottom: 1 solid #DF7C17;
    /*    border-right: 1 solid #DF7C17; */
        text-align:left;
       
      }     
      
      li.over {
        background : EFBD8A;
      }      

li:hover ul, li.over ul {              /* Show Drop Down List  */
	display: block;
	border-left:1 solid #DF7C17; 
/*	border-top:.1em solid #DF7C17; */
	border-right:1 solid #DF7C17; 
	
	
}



         
#main_menu li a{
   position:relative;
 
    padding:0;
    margin:0;
    width:100%;height:100%;
    font-family:arial;
      font-size:12px;
      color: #000000;
      text-decoration:none;
     
      }          
      
/*   #main_menu li li a:hover {
	
	 color:#FFFFFF;
	 padding:0;
         margin:0;
}   */   


#content {
	clear: left;
}  


/*  here starts the 2nd Main Div Arena*/
 #Arena 
     {
       background:#ffffff;
       position:absolute;
       top:96px;
       left:43px;
       width:914px;
       height:1000px;
        
       z-index:2;
     }  

.btnImages {
        width:62px;
        height:68px;
        margin:0;
        border:0;
        
        }
        
.spanTextContents {
       position:absolute;
       top:0;
       left:0;
       visibility:hidden;
 }
  
 .textHeadings {
       font-family:arial;
       color:black;
       font-size:.8em;
       font-weight: bold;
       }
              
  .aboutThePlan {
       font-family:arial;
       color:black;
       font-size:.8em;
       font-weight: normal;
       }   
   
   .Br {
       font-family:arial;
       font-size:.5em;
       } 
       
       
  .infoTitlesOnSide 
    {
      font-family:Bauhaus medium BT,arial;
      font-size:.8em;
      color: #EB832D;
      margin-left:8px;
      border:0 ;
       font-weight: bold;
    }       
    
    
    .floorPlan {
         position:absolute;
         top:130;
         left:0;
         visibility:visible;
         border:0;
         height:210 ;
         width:160 ;
         border:0;
         }  
         
      .sideInfo   {
    font-family:Bauhaus Medium BT,arial;
      font-size:13px;
      color: #000000;
      padding-top:15px;
      padding-bottom:15px;
      margin-left:8px;
     
      }   
      
      
      li>ul {
	top: auto;
	left: auto;
}
#content {
	clear: left;
}      
  
#topLinks  {
         position:absolute;
         left:715px;
         top:0px;
         border:0 ;
         }

    
/*   #main_menu li li a:hover {
	
	 color:#FFFFFF;
	 padding:0;
         margin:0;
}   */


.bottomLinks {
       font-family:verdana;
       font-size:11px;
       text-decoration:none;
       color:#3c3c3c ;
       letter-spacing:.03em;
       }
           
 .brochureLink {
        font-family:arial;
        font-size:13px;
        color:#97BB37;
        font-weight:bold;
        text-decoration : none;
        }
                  
