
@import "global.css";
@import "menu.css";
@import "tabs.css";
@import "tabpane.css";
@import "schedule.css";

   
   body {
		text-align:center;
      background: #000000 url("images/hardMaple.jpg") repeat scroll top left;     
   }

   #header {
      float: left;
      width: 100%;
      height: 100px;
      background: #ffffff url("images/headerTile.jpg") repeat-x scroll top left;
   }
   
   #logo {
      float: left;
   }
   
   #bannerAd {
      margin: 5px 5px 5px 5px;
      float: right;
      width: 779px;
      height: 55px;
      background: #ffffff;
   }
   
   #main {
      width: 1000px;      
		margin-right: auto;
		margin-left: auto;		
		text-align: left;
   }
   
	#leftcontent {
		width: 200px;	
      height: 650px;
		float: left;
		/*background: #663300;	*/
      background: #663300 url("images/horizontalShade.png") repeat-y scroll top left;
      
	}
   
   #leftcolumn {
      margin-top: 25px;
      margin-left: 15px;      
   }
   
   #sundayTicket {
      height: 400px;      
      background: #663300 url("images/nfl_sunday_ticket.gif") no-repeat scroll bottom center;
   }
   
   #pageinformation {
      text-align: center;
      margin-top: 50px;
      margin-left: 10px;
      margin-right: 10px;
      color: #ffffff;
   }

	#centercontent {
		width: 800px;
      height: 650px;
		float: left;      
		background: #ffffcc url("images/brick_1.JPG") repeat scroll top center;;		
	} 
   
   .scaledLetter {
      width: 464px;
      /*height: 600px;*/
      margin-left: auto;
      margin-right: auto;
      
   }

   .crumbheader a{
      text-decoration:none;
      color: #ffffcc;
   }
   
   
   #displayImageContainer {
      width: 633px;
      height: 475px;      
      margin-top: 25px;
      margin-bottom: 25px;
      margin-right: auto;
      margin-left: auto;
      background: #663300;      
   }
   
   #tabHours {
      color: #ffffcc;
      background-image: url("images/elsiesBowler_gradient.jpg");
      background-position: left top;
      background-repeat: no-repeat;
      height: 475px;
      text-align: center;
      padding-top: 50px;      
   }
   
   #tabInfo {
      color: #ffffcc;
      background-image: url("images/elsiesBowler_gradient.jpg");
      background-position: left top;
      background-repeat: no-repeat;
      height: 475px;
      text-align: center;
      padding: 150px;
   }
   
   .tabBackground {
      color: #ffffcc;
      background-color: #663300;
      background-image: url("images/elsiesBowler_gradient.jpg");
      background-position: center top;
      background-repeat: no-repeat;
      height: 475px;
      text-align: center;      
   }
   
   
   .tabBackground  h1{
      padding-top: 25px;
      padding-left: 75px;
      padding-right: 75px;
   }
   
   .tabBackground2 {
      color: #ffffcc;
      background-color: #663300;
      background-image: url("images/glow bowlerLarge.JPG");
      background-position: center top;
      background-repeat: no-repeat;
      height: 475px;
      text-align: center; 
   }
   
   .tabBackground2  h1{
      padding-top: 25px;
      padding-left: 75px;
      padding-right: 75px;
   }
   
   #entertainmentBackground {      
      background-image: url("images/elsiesSign.jpg");   
   }
   
   
   #restaurantBackground {
      color: #ffffcc;
      background-color: #663300;
      background-image: url("images/elsiesRestaurant.jpg");
      background-position: center top;
      background-repeat: no-repeat;
      height: 475px;
      text-align: center;
      padding-top: 125px;
   }
   
   
   #leagueTab {
      width: 630px;
      margin-left: auto;
      margin-right: auto;
   }
   

   
   #birthdayTab {
      width: 686px;
      margin-left: auto;
      margin-right: auto;
   }
   
   #youthLeagueTab {
      color: #000000;
      background-color: #663300;
      background-image: url("images/youthLeague.jpg");
      background-position: center top;
      background-repeat: no-repeat;
      padding-left: 300px;
      padding-right: 5px;
      padding-top: 125px;
      height: 400px;
      text-align: right;
   }
   
   #learnToBowlTab {
      color: #ffffff;
      background-color: #663300;
      background-image: url("images/learnToBowl.jpg");
      background-position: center top;
      background-repeat: no-repeat;
      padding-left: 425px;
      padding-right: 5px;
      padding-top: 125px;
      height: 400px;
      text-align: left;
   }
   
   #learnToBowlTab a {color: #ffffff;}
   
   
   
   .map iframe {
      border: 1px solid #ffffcc;
      background: #ffffff url("images/loadingGrid.gif") no-repeat scroll center center;
   }
   
   #thumbnailContainer {
      width: 100%;
      height: 100px;
      clear: both; 
      text-align: center;
      background: #663300;
      color: #ffffff;
   }
   
   #thumbnailContainer a{
      /*text-decoration: none;*/
      color: #ffffcc;
   }
   
   .thumbnailContainerClass {
      float: left;
      width: 75px;
      height: 75px;
      margin-left: 24px;
      margin-right: 24px;
      margin-top: 12px;      
      cursor: pointer; 
      border: 1px solid #000000;
   }

	#footer {      
      clear: both;
      text-align: right;
   }

   .w3 img{
      float: left;
      border: none;
   }
   

   .twitter_link a {
      float: left;
   }
   
   .twitter_link img {
      float: left;
      border: none;
   }
   .twitter_link:link          {color: #ffffcc; text-decoration:none; }
   .twitter_link:visited    {color: #ffffcc; text-decoration:none; }
   .twitter_link:hover        {color: black; text-decoration:underline; }
   .twitter_link:active      {color:red; text-decoration:underline; }

