


/* CSS Document */
body.theBody
{
	
	z-index : 0;
	background-color:#F8F8F8;
	
}
div.content
{
   visibility : hidden ;
}
table.loadingTable
{
   position : absolute ; 
   left : 0px ;
   top : 200px ;
   width : 400px ;
   height : 50px ;
   text-align : center ;
   
   font-size : 21px;
   font-style : italic ;
   font-weight : bold ;
   color: grey ;
}

img.mainLogo
{
   position : absolute ; 
   left : 0px ;
   top : 30px ;
   z-index : 1 ;
   
}

a
{
   color : red ;	
}

table.mainPage
{
   position : absolute ;
   top : 0px ;
   border-left: 10px solid #EFEFEF ;
   border-right: 10px solid #EFEFEF ;
   height : 1000px ;
   background-color : white ;
   
   
}

/*table.topLeftInfoTable
{
	position : absolute ;
	top : 20px ;
	width : 202px ;
	height : 133px ;
	z-index : 1 ;
	border : 1px solid black ;
    text-align : center ;
	
}
td.topLeftInfoTableData
{
   color : black ;
}*/
table.topRightInfoTable
{
	position : absolute ;
	top : 110px ;
	width : 600px ;
	height : 50px ;
	z-index : 1 ;
	
    text-align : center ;
}
td.topRightInfoTableData
{
    font-size : 24px ;	
    font-weight : bold ;
	font-style : italic ;
	color:#6A6B54;
    
}

table.display
{
   position : absolute ;
    top : 262px ;
   left : 0px ;
   width : 690px ;
   height : 440px ;

 
}
td.displayData
{
   font-size : 20px ;	
   padding-left : 0px ;
   padding-right : 0px ;
   padding-top : 0px ;
   padding-bottom : 0px ;
   vertical-align : top ;
   
   
}





/*div.leftImage1
{
   position : absolute ;
   top : 160px ;
   width : 202px ;
   height : 330px ;
   background-image : URL("pics/vans01.jpg"); 	
   background-repeat:no-repeat;
   z-index : 1 ;
   /*border : 3px solid red ;
}*/


table.menuTable
{
   position : absolute ;
   left : 0px ;
   top : 160px ;
   width : 700px ;
   height : 40px ;
   padding : 0px ;
   cursor : pointer ;
   
}
td.menuTableData
{
	border-right : 1px solid black ;
	border-left : 1px solid black ;
    padding : 0px ;
	width : 12.5% ;
	text-align : center ;
	border : 2px solid yellow ;
	background-color:grey;
	color: yellow ;
	font-weight : bold ;
}



div.telNumDiv
{
	position : absolute ;
	left : 0px ;
	top : 210px ;
	height : 30px ;
	width : 700px ;
	font-weight : bold ;
	z-index : 1 ;
	text-align : center ;
	font-size : 18px ;
}
div.bulletsDiv
{
	position : absolute ;
	left : 0px ;
	top : 240px ;
	height : 20px ;
	width : 700px ;
	font-weight : bold ;
	background-color : #F4F4F4 ;
	font-style : italic ;
	z-index : 1 ;
	text-align : center ;
	font-size : 13px ;

}  

  
  
  img.homeImg
  {
	   float : right ;  
	   width : 320px ;
	   height : 240px ;
  }
  img.floatRight
  {
	   float : right ;  
	   width : 320px ;
	   height : 240px ;
  }
  
  fieldset.fieldset
  {
	  
  }
  legend.legend
  {
	  background-color : yellow ;
      color : black ;
      font-style : italic ;
      font-size : 20px ;
  }
  b.aztecHighlight
  {
	   color : yellow ;
	   background-color:#999
  }
  a:link
  {
      color : grey ;  
  }
  a:hover
  {
	  color : black ;
  }
  div.floatRight
  {
	 float : right ;   
  }
  img.floatRight
  {
	 float : right ;  
  }
  div.topMes
  {
      visibility : hidden ;
	  
  }
