/*----HTML Structural Elements--------------------------------------------------*/
  
  html{
    background:#000;
    /*background MUST be the same as the body tag's background in XHTML*/
    height:100%;
  }
  
  body{
    background:#000;
    padding:0px;
    height:100%;
    margin:0px;
    font:small/150% Verdana, Arial, Helvetica, sans-serif;
    text-align:center;
  }

  h1{
    font-size:150%;
    margin:20px 0 0 25px;
    padding:0;
    text-indent:-5000px;
  }
	
  h2{
    font-weight:bold;
    font-size:105%;
    line-height:125%;
    color:#F5F2E1;
    margin:10px 0 5px 0;
    padding:0;
  }
  
  h3{
    font-size:100%;
    margin:20px 0 5px 0;
    padding:0 0 0 0;
    color:#ffcc66;
    float:left;
    width:100%;
  }
  
  h4{
    font-size:100%;
    margin:0;
    padding:0;
    color:#444;
  }
  
  h5{
    font-size:100%;
    font-weight:normal;
    color:#76736D;
    margin:0 0 0 13px;
    padding:0;
  }
  
  p{
    font-size:85%;
    line-height:160%;
    margin:0 0 10px 0;
    padding:0;
  }
  
  acronym,
  abbr{
    cursor:help;
  }
	
  a{
    color:#F8F8EB;
    text-decoration:underline;
  }	
	
  a:hover{
    color:#FBFAC6;
  }
    
  a.linkButton{
    font-size:.85em;
    width: 14em;
    margin:0 0 0 8px;
    padding:1px 7px;
    text-decoration: underline;
    display:block;
    border:1px solid #666;
    border-left:1px solid #ccc;
    border-top:1px solid #ccc;
    background:#fff url(images/bgButton.gif) repeat-x left bottom;
    text-align:center;
    text-decoration:none;
    color:#000066;
  }
    
  a.linkButton:hover{
    border-right:1px solid #000;
    border-bottom:1px solid #000;
    background:#fff url(images/bgButtonOver.gif) repeat-x left bottom;
    text-decoration:none;
    color:#990000;
    cursor:pointer;
  }
  
  address{
    font-size:85%;
    line-height:1.5em;
    font-style:normal;
    color:#fff;
  }
  
  img.imageInset{
  	float:left;
    display:inline;
    margin:8px;
  }
  
  img.photoInset{
    float:left;
    display:inline;
    margin:15px 15px 12px 6px;
    border:2px solid #c3e4d1;
    background:#fff;
    padding:2px;
  }
  
  img.photoInset.altPic{
    float:right;
  }
  
  /**----Blockquote Styles------------------------------------------------------*/
  
    blockquote{
      margin:10px 20px;
      padding:0;
      border:1px dotted #ccc;
    }
    
    blockquote p{
      margin:15px 25px 0 25px;
      font-style:italic;
    }
    
    blockquote div.citationSource{
      margin:0 0 15px 30px;
      padding-left:10px;
      background:url(images/bgNavBullet.gif) no-repeat 0 6px;
      font-weight:bold;
      color:#969696;
    }
  
  /**/
  
  /**----Unordered List Styles--------------------------------------------------*/
  
    ul{
      margin:0 0 15px 35px;
      padding:0;
      font-size:85%;
    }
    
    ul li{
      margin:0 0 5px 0;
      padding:0;
      line-height:150%;
    }
    
    ul li ul{
      margin:5px 0 5px 30px;
      font-size:1em;
    }
    
  
  /**/
	
  /**---Definition List Styles--------------------------------------------------*/
		
    dl{
      margin:0;
      padding:0;
      width:95%;
      clear:both;
      float:left;
      font-size:85%;
    }
		
    dl dt{
      font-size:1em;
      margin:0 0 1px 0;
      padding:0;
      font-weight:bold;
    }
		
    dl dd{
      margin:0 0 10px 0;
      padding:0;
      line-height:150%;
    }
    
  /**/

  

  /**---Form Styles-------------------------------------------------------------*/
		
    form{
      margin:0;
      padding:0;
      width:100%;
    }
		
    input, 
    select, 
    textarea{
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 1em;
      line-height:1em;
      color:#4565A2;
      padding:1px;
      border:1px solid #aeaeae;
    }
    
    input.checkbox,
    input.radioButton{
      border:0;
      padding:0;
    }
	
    select,
    textarea{
      border:1px solid #aeaeae;
      padding:0;
    }
		
    input:focus, 
    textarea:focus, 
    select:focus{
      color:#0E2E56;
      background:#F2F7FF;
      border:1px solid #144D94;
    }
    
    input.submitButton,
    form fieldset.over dl dd input.submitButton{
      font-size:.85em;
      width: 14em;
      margin:0 0 0 8px;
      padding:3px 7px 4px 7px;
      text-decoration: underline;
      display:block;
      border:1px solid #666;
      border-left:1px solid #ccc;
      border-top:1px solid #ccc;
      background:#fff url(images/bgButton.gif) repeat-x left bottom;
      text-align:center;
      text-decoration:none;
      color:#000066;
    }
    
    input.submitButton.over,
    form fieldset.over dl dd input.submitButton.over{
      border-right:1px solid #000;
      border-bottom:1px solid #000;
      background:#fff url(images/bgButtonOver.gif) repeat-x left bottom;
      text-decoration:none;
      color:#990000;
      cursor:pointer;
    }
    
    input.submitButton.actionButton,
    form fieldset.over dl dd input.actionButton{
      background:#FFFDD7 url(images/bgAddToCart.gif) repeat-x left bottom;
      border-color:#FFC96F #AC5A00 #AC5A00 #FFC96F;
      color:#8F2C04;
    }
    
    input.submitButton.actionButton.over,
    form fieldset.over dl dd input.actionButton.over{
      background:#fffff9 url(images/bgAddToCartOver.gif) repeat-x left bottom;
      color:#650000;
    }

    form fieldset{
      float:left;
      display:inline;
      clear:both;
      width:94%;
      border:1px solid #ccc;
      padding:0 0 15px 0;
      margin:20px 0 20px 4%;
    }
    
    form fieldset p{
      padding:0;
      margin:20px 0 0 20px;
      width:92%;
      float:left;
      display:inline;
      clear:both;
    }
    
    form fieldset.over{
      border:1px solid #8ba6c7;
    }
    
    form fieldset legend{
      margin:0;
      font-size:1.1em;
      color:#999;
      font-weight:bold;
    }
    
    form fieldset.over legend{
      color:#325d94;
    }
    
    form fieldset dl{
      margin:10px 0 0 0;
    }
    
    form fieldset dl dt{
      margin:0 5px 6px 0;
      padding:0;
      float:left;
      display:inline;
      clear:left;
      width:25%;
      font-weight:normal;
      text-align:right;
    }
    
    form fieldset dl dt label{
      display:block;
      text-align:right;
    }
    
    form fieldset.over dl dt label,
    form fieldset.over dl dd label{
      color:#305078;
    }
    
    form fieldset.over dl dt label:hover,
    form fieldset.over dl dd label:hover{
      color:#2066c7;
    }
    
    
    form fieldset.over dl dd input,
    form fieldset.over dl dd select,
    form fieldset.over dl dd textarea{
      border-color:#8ba6c7;
      background:#f9fafb;
    }
    
    form fieldset.over dl dd input:focus,
    form fieldset.over dl dd select:focus,
    form fieldset.over dl dd textarea:focus{
      border-color:#144D94;
      background:#F2F7FF;
    }
    
    form fieldset dl dd{
      margin:0 3px 6px 0;
      padding:0;
      float:left;
      display:inline;
      width:50%;
      text-align:left;
    }
    
    form fieldset dl dd label{
      float:left;
      display:inline;
      padding-bottom:4px;
    }
    
    form div.formSubmits{
      float:left;
      display:inline;
      clear:both;
      width:100%;
    }
    
  /**/

/**/

/*----Page Structural Elements/Wraps--------------------------------------------*/
	
  .parentWrap{
    width:758px;
    margin:0 auto;
    padding:0;
    text-align:left;
    color:#fff;
    position:relative;
    border:5px solid #c3e4d1;
    background:url(images/bgHomeWrap.jpg) no-repeat 0 0;
  }
  
  .parentWrap:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
  }

  /* Hides from IE-mac \*/
  * html .parentWrap {height: 1%;}
  /* End hide from IE-mac */
  
  .contentWrap{
    float:left;
    display:inline;
    clear:both;
    width:100%;
    margin:10px 0 0 3px;
    padding-bottom:20px;
    position:relative;
  }
	
  .contentSection{
    float:left;
    display:inline;
    clear:left;
    width:55%;
    margin:0 25px 10px 25px;
    padding:15px 0 0 0;
    border-top:1px dotted #62615A;
  }
  .contentRight {
  	float: left;
	padding-top: 20px;
	width: 270px;
  }
  .contentSection#introText{
    border-top:0;
  }

/**/	

/*----Header Section------------------------------------------------------------*/
	
  .bannerHeader {
    width:768px;
    margin:12px auto 0 auto;
    padding:0 0 14px 0;
    text-align:center;
    background:#000 url(images/bgBannerHeader.jpg) no-repeat 0 bottom;
  }
  
  .bannerHeader:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
  }

  /* Hides from IE-mac \*/
  * html .bannerHeader {height: 1%;}
  /* End hide from IE-mac */
  
/**/

/*----Nav Section---------------------------------------------------------------*/

  a.aSkipNav{
    position: absolute;
    left: -1000em; 
    width: 20em;
  }
  
  /**----Main Nav Section-------------------------------------------------------*/
    
    .nav{
      float:left;
      display:inline;
      width:100%;
      margin:0 0 0 0;
      padding:0;
      list-style-type: none;
      clear:both;
      background:url(images/bgNav.gif) no-repeat 0 0;
    }
    
    .nav li {
      float:left;
      display:inline;
      padding:0;
      margin:1px 0 0 0;
      width:auto;
      background:url(images/bgLi.gif) no-repeat right top;
    }
    
    .nav li.first{
      margin-left:22px;
    }
    
    .nav li a {
      display:block;
      padding:9px 0 8px 0;
      margin:0 13px 0 13px;
      color:#fff;
      text-decoration: none;
      text-align:center;
      font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
      font-size:115%;
      line-height:1em;
      outline:none;
    }
    
    .nav li a:hover{
      color:#FDF4CB;
      background:url(images/bgLIA.gif) repeat-x bottom left;
    }
    
    .nav li#activePage a{
      color:#FDF4CB;
      background:url(images/bgLIA.gif) repeat-x bottom left;
    }
    
    .nav li#active a{
      background: #EEEEEE;
      border-bottom: 1px solid #AFB0B0;
    }
    
  /**/
  
  /**----Sub Nav Section--------------------------------------------------------*/
    
    .subnav{
      float:left;
      display:inline;
      clear:both;
      width:100%;
      margin:0;
      padding:0;
      border-bottom:1px dotted #AFB0B0;
    }
    
    .subnav ul{
      float:left;
      display:inline;
      width:90%;
      margin:0 2%;
      padding:0;
      background:none;
      list-style-type: none;
      clear:both;
      position:relative;
      left:7px;
    }
    
    .subnav ul li{
      float:left;
      display:inline;
      margin:0;
      padding:0;
    }
    
    .subnav ul li a {
      display:block;
      border-right: 1px dotted #AFB0B0;
      padding:0 12px;
      margin:8px 0;
      color:#838B94;
      text-decoration: none;
      text-align:center;
      font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
      font-size:.9em;
      line-height:1em;
    }
    
    .subnav ul li a:hover{
      color:#930;
      background: #fff;
      text-decoration:underline;
    }
    
  /**/

  /**----Product Nav------------------------------------------------------------*/

    .productNav{
      float:left;
      display:inline;
      width:24%;
    }
    
    .productNav fieldset.searchBox{
      float:left;
      display:inline;
      width:90%;
      margin:10px 0 10px 10px;
      padding:0 0 10px 0;
      border:0;
      border-bottom:1px solid #ccc;
    }
    
    .productNav fieldset.searchBox legend{
      margin:0;
      padding:0;
      color:#666;
      font-size:.8em;
      font-weight:normal;
    }
    
    .productNav fieldset.searchBox input{
      float:left;
      display:inline;
      font-size:1em;
    }
    
    .productNav fieldset.searchBox #txtSearch{
      border:1px solid #aeaeae;
      width:75px;
      margin:2px 0 0 7px;
    }
    
    .productNav fieldset.searchBox #btnSearch{
      margin:0 0 0 5px;
      width:5.9em;
      padding:1px 0 2px 0;
      font-size:.9em;
    }
    
    .productNav fieldset.searchBox.over{
      
    }
    
    .productNav h3{
      font-size:1em;
      margin:5px 0 0 15px;
      padding:0;
    }
    
    .productNav ul{
      list-style:none;
      margin:0 0 0 5px;
      padding:0;
    }
    
    .productNav ul li{
      margin:2px 0 0 18px;
    }
    
    .productNav ul li ul{
      margin:2px 10px 10px 5px;
    }
    
    .productNav ul li ul li{
      margin:0;
      width:100%;
    }
    
    .productNav ul li ul li a{
      display:block;
      font-size:.85em;
      padding:2px 2px 2px 15px;
      background:url(images/bgNavBullet.gif) no-repeat 4px 8px;
    }
    
  /**/

/**/

/*----Footer Styles-------------------------------------------------------------*/

  .footer{
    text-align:center;
    width:770px;
    font-size:80%;
    color:#898989;
    margin:10px auto 25px auto;
    clear:both;
  }
  
  .footer ul{
    clear:both;
    list-style:none;
    margin:10px 0 2px 0;
  }
  
  .footer ul li{
    display:inline;
    text-align:center;
    background:none;
    border-right:1px solid #666;
    padding:0 7px 0 5px;
    color:#bbb;
  }
  
  .footer ul li span#streetAddress{
     margin-right:6px;
  }
  
  .footer a{
    color:#ccc;
  }
  
  .footer a:hover{
    color:#fff;
  }
  
  .footer p{
    margin:0;
    padding:0 0 15px 0;
  }
  
  .footer p#copyright{
    padding:15px 0 0 0;
  }
  
/**/


/*------------------------------------------------------------------------------*/
/*----BEGIN PAGE STYLES---------------------------------------------------------*/
/*------------------------------------------------------------------------------*/

/*----Home Page-----------------------------------------------------------------*/

  .contentWrap#callouts{
    clear:none;
    width:180px;
    margin:0 22px 15px 16px;
  }
  
  .contentWrap#callouts dl{
    margin-top:30px;
  }
  
  .contentWrap#callouts dl dt{
    text-indent:-5000px;
    height:40px;
  }
  
  .contentWrap#callouts dl dd{
    padding-bottom:15px;
    background:url(images/bgCalloutLine.gif) no-repeat left bottom;
  }
  
  .contentWrap#callouts dl dd#cateringDescription{
    background:none;
  }
  
  .contentWrap#callouts dl dt#freeLiveMusic{
    background:url(images/bgFreeLiveMusic.gif) no-repeat 0 0;
  }
  
  .contentWrap#callouts dl dt#theMenu{
    background:url(images/bgTheMenu.gif) no-repeat 0 0;
    margin:10px 0 0 0;
    height:20px;
  }
  
  .contentWrap#callouts dl dt#catering{
    background:url(images/bgSmokeDaddyCatering.gif) no-repeat 0 0;
    margin:10px 0 0 0;
  }

  .contentWrap#callouts dl dt#giftcards{
    background:url(images/k.jpg) no-repeat 0 0;
  }


  .contentWrap#homeWrap{
    width:330px;
    background:url(images/bgHomeWrap.gif) repeat-y 0 0;
    clear:none;
    margin:0 0 0 0;
  }
  
  .contentWrap#homeWrap h1{
    background:url(images/bgWelcomeToSmokeDaddy.gif) no-repeat -4px 0;
    margin:18px 0 0 0;
    padding:0;
    height:53px;
  }
  
  .contentWrap#homeWrap .contentSection{
    margin:0 0 0 18px;
    width:85%;
  }
  
  .contentWrap#homeWrap .contentSection#hoursSection .contentSection#join{
    margin:0 0 15px 0;
    border:0;
    width:100%;
  }
  
  .contentWrap#homeWrap .contentSection#hoursSection h2{
    text-indent:-5000px;
    background:url(images/bgHoursOfOperation.gif) no-repeat 0 0;
    clear:both;
    margin:0;
    height:30px;
  }

  .contentSection#join h2{
    text-indent:-5000px;
    background:url(images/join.gif) no-repeat 0 0;
    clear:both;
    margin:0;
    height:30px;
  }
  
  img.imageInset#picTimeToEat{
  	float:right;
    margin-right:11px;
  }
  
  .contentWrap dl#businessHours{
    margin:-10px 0 15px 20px;
    padding:0;
    display:inline;
  }
  
  .contentWrap dl#businessHours dd{
    margin:0;
  }
  
  .contentWrap dl#businessHours dt{
    margin:6px 0 0 0;
  }

/**/

/*----Our Story Page------------------------------------------------------------*/

	.parentWrap.ourStoryWrap{
		background:url(images/bgOurStory.jpg) no-repeat right top;
	}
	
	h1#hdOurStory{
		background:url(images/bgOurStory.gif) no-repeat 0 0;
		height:20px;
	}

/**/

/*----Catering Page------------------------------------------------------------*/

	.parentWrap.cateringWrap{
		background:url(images/bgCatering.jpg) no-repeat right top;
	}
	
	h1#hdCatering{
		background:url(images/bgCatering.gif) no-repeat 0 0;
		height:20px;
	}
  
  img#picBooth{
    margin:0 12px 12px 0;
  }
  
  img#picMicrophone{
    margin:45px 0 12px 12px;
  }

/**/

/*----Catering Menu Page--------------------------------------------------------*/

  h1#hdCateringMenu{
		background:url(images/bgCateringMenu.gif) no-repeat 0 0;
		height:20px;
	}  

  dl.menuList{
    float:left;
    display:inline;
    width:100%;
  }
  
  dl.menuList dt,
  dl.menuList dd{
    float:left;
    display:inline;
    border-top:1px dotted #444;
    margin:0;
    padding:3px 0 3px 0;
  }
  dl.menuList dt {
  	width: 85%;
  }
  dl.menuList dd{
    width: 15%;
    text-align: right;
  }
  
  dl.menuList dt.masterTerm{
    width:100%;
    font-size:105%;
    color:#ffcc66;
  }
  
  dl.menuList dt.masterTerm span{
    font-weight:normal;
    font-size:95%;
  }
  
  
  
  h2.hdRoundup em{
    font-size:90%;
    font-weight:normal;
    font-style:italic;
  }


/**/

/*----Recipes Page--------------------------------------------------------*/

  h1#hdRecipes{
		background:url(images/bgRecipes.gif) no-repeat 0 0;
		height:20px;
	}  

  dl.recipeList{
    float:left;
    display:inline;
    width:100%;
	margin-bottom: 10px;
  }
  
  dl.recipeList dt,
  dl.recipeList dd{
    float:right;
    display:inline;
    width:85%;
    border-top:1px dotted #444;
    margin:0;
    padding:3px 0 3px 0;
  }
  
  dl.recipeList dt.masterTerm{
    width:100%;
    font-size:105%;
    color:#ffcc66;
  }
  
  dl.recipeList dt.masterTerm span{
    font-weight:normal;
    font-size:95%;
  }
  
  dl.recipeList dd{
    width:15%;
    text-align:left;
  }
  dl.recipeList .option{
    border-top:0;
    padding-top:0;
    margin-top:0;
    color:#FFFFFF;
  }
  
  dl.recipeList dt.yield {
    float:right;
    display:inline;
    width:85%;
    border-top:1px dotted #444;
    margin:0;
    padding:3px 0 3px 0;
	text-align: right;
  }
  .contentSectionRecipe{
    float:left;
    display:inline;
    clear:left;
    width:55%;
    margin:0 25px 5px 25px;
    padding:15px 0 10px 0;
    /*border-top:1px dotted #62615A;*/
  }
  .contentSectionRecipe ol {
  	font-size:85%;
	padding: 5px 0 0 30px;
	margin-bottom: 0 !important;
	margin-top: 0 !important;
  }
  .contentSectionRecipe ul li {
  	padding: 0 0 10px 0;
	margin-bottom: 0 !important;
  }
  .contentSectionRecipe ul {
  	font-size:85%;
	padding: 5px 0 0 25px;
	margin: 0 !important;
  }
  .contentSectionRecipe ol li {
  	padding: 0 0 10px 0;
	margin-bottom: 0 !important;
  }
  .contentSectionRecipe h3 {
    font-weight:bold;
    font-size:95%;
    line-height:125%;
    color:#F5F2E1;
    margin:10px 0 0 0;
    padding:0;
  }
  .clear { clear: both; margin: 0; padding: 0; height: 1px; overflow: hidden; }
  
  a.topLink { display: block; text-align: right; font-size: 80% !important; color: #999999;}
  
/**/

/*----Menu Page-----------------------------------------------------------------*/

  .parentWrap.menuWrap{
		background:url(images/bgMenu.jpg) no-repeat 460px 390px;
	}  

  h1#hdMenu{
    background:url(images/bgMenu.gif) no-repeat 0 0;
		height:20px;
  }
  
  ul.menuCategories{
    float:left;
    display:inline;
    list-style:none;
    margin:0;
    padding:0;
  }
  
  ul.menuCategories li{
    float:left;
    display:inline;
    margin:0 0 5px 0;
    padding:0;
  }
  
  ul.menuCategories li a{
    float:left;
    display:inline;
    padding:3px 6px;
    margin:0 5px 0 0;
    border:1px solid #555;
    text-decoration:none;
  }
  
  ul.menuCategories li a:hover{
    background:#ffdb80;
    color:#000;
  }
  
  ul.menuCategories li#cateringMenuLink{
    position:absolute;
    top:35px;
    left:490px;
    width:270px
    height:283px;
  }
  
  ul.menuCategories li#cateringMenuLink a{
    margin:0;
    padding:285px 0 15px 0;
    width:270px;
    background:url(images/bgCateringCallout.jpg) no-repeat 0 0;
    text-decoration:underline;
    border:0;
    text-align:center;
  }
  
  ul.menuCategories li#cateringMenuLink a:hover{
    color:#ffeea0;
  }
  
  dl.menuList .option{
    border-top:0;
    padding-top:0;
    margin-top:0;
    color:#ccc;
  }
  
  #picSandwich{
    margin:36ex 42px 0 0;
  }
  
  #picRibs{
    margin:56ex 42px 0 0;
  }

/**/

/*----Contact Us Page-----------------------------------------------------------*/

  .parentWrap.contactUsWrap{
		background:url(images/bgContactUs.jpg) no-repeat right top;
	}

  .parentWrap.contactUsWrap address{
    margin:23px 0 0 0;
  }
  
  dl.contactInfoList{
    clear:none;
    float:none;
    margin:0 0 15px 0;
    padding-bottom:10px;
    width:auto;
  }
  
  dl.contactInfoList dt,
  dl.contactInfoList dd{
    margin:0;
    padding:0 0 0 0;
  }
  
  dl.contactInfoList dt{
    margin-top:10px;
  }
  
  .contentSection#operatingHours{
    background:url(images/bgOperatingHours.gif) repeat-x 0 0;
    padding-left:10px;
  }
  
  
  h1#hdContactUs{
    background:url(images/bgContactUs.gif) no-repeat 0 0;
    height:20px;
  }
  
  a.mapLink{
    float:left;
    display:inline;
    margin:0 20px 10px 0;
  }
  
  a.mapLink img{
    float:left;
    display:inline;
    border:2px solid #c3e4d1;
    background:#fff;
    padding:2px;
  }
  
  a.mapLink:hover img{
    border-color:#ff9900;
  }
  

/**/

/*----Buy Cool Stuff------------------------------------------------------------*/

  .parentWrap.buyStuffWrap{
    background:url(images/bgBuyStuff.jpg) no-repeat right top;
  }
  
  h1#hdBuyCoolStuff{
    background:url(images/bgBuyCoolStuff.gif) no-repeat 0 0;
    height:20px;
  }
  
  ul#productList{
     width:100px;
     list-style:none;
     margin:0;
     padding:0;
  }
  
  ul#productList li{
    margin:10px 0 0 0;
    padding:0;
    width:364px;
    height:320px;
    text-indent:-999px;
  }
  
  ul#productList li#tShirts{
    background:url(images/bgTShirts.jpg) no-repeat 0 10px;
  }
  
   ul#productList li#sauces{
    background:url(images/bgSauces.jpg) no-repeat 35px 0;
  }
  #locationsLeft {
  	width: 200px;
	float: left;
	display: inline;
  }
  #locationsRight {
  	width: 200px;
	float: right;
  }
  #locationsLeft ul, #locationsRight ul {
  	list-style-type: none;
	margin: 5px 0 20px 0 !important;
	font-weight: bold;
  }
  #locationsLeft ul li, #locationsRight ul li {
	padding-bottom: 5px;
	padding-left: 18px;
	background: url(images/bg_bullet_star.gif) no-repeat left 3px;
  }
/**/

/*----Events Calendar Page------------------------------------------------------*/
  
  .parentWrap.calendarWrap{
    background:url(images/bgCalendar.jpg) no-repeat right top;
  }
  
   h1#hdCalendar{
    background:url(images/bgEventsCalendar.gif) no-repeat 0 0;
    height:20px;
  }

  /**----Calendar Tool Section------------------------------------------------*/

    .calendarTool{
      padding:0;
      width:40%;
      margin:13px 0 0 0;
      float:left;
      display:inline;
    }
    
    .calendarTool h3{
      margin:0 0 5px 0;
    }
    
    .calendarTool p{
      padding-right:12px;
    }
    
    .calendarNav{
      width:250px;
      height:2.4em;
      margin:10px 0 0 4px;
      padding-bottom:0;
      float:left;
      display:inline;
      background:#869BA9;
      position:relative;
    }
    
    .calendarNav a, 
    .calendarNav a:visited{
      font-weight:bold;
      text-decoration:none;
      font-size:.9em;
      color:#fff;
      width:10%;
      margin:0;
      float:left;
      display:inline;
    }
    
    .calendarNav a:hover{
      text-decoration:underline;
    }
    
    .calendarNav span{
      text-align:center;
      width:76%;
      font-weight:bold;
      color:#fff;
      line-height:1em;
      padding:7px 0;
      position:absolute;
      left:10%;
    }
    
    .calendarBack{
      padding:4px 4px 2px 8px;
      position:absolute;
      left:0;
    }
    
    .calendarNext{
      padding:4px 4px 2px 0;
      position:absolute;
      right:0;
    }
    
    .calendarTool table{
      margin:0 0 0 4px;
      padding:0;
      width:250px;
      float:left;
      display:inline;
      clear:left;
      font-size:1em;
      line-height:1em;
      border-bottom:0;
    }
    
    .calendarTool table a, 
    .calendarTool table a:visited,
    .calendarTool table span{
      margin:0;
      padding:8px 0 10px 0;
      width:100%;
      display:block;
      text-align:center;
      background:#E6EAED;
      color:#000;
      text-decoration:none;
    }
    
    .calendarTool table span{
      background-color:#fff;
      color:#9F9F97;
    }
    
    .calendarTool table a.eventDate,
    .calendarTool table a.eventDate:visited{
      background-color:#A3B8C7;
      color:#1C3959;
      text-decoration:underline;
    }
    
    .calendarTool table a:hover,
    .calendarTool table a.eventDate:hover{
      background-color:#30537A;
      color:#FFFFFF;
    }
    
    .calendarTool table a#activeDate{
      background-color:#1C3959;
      color:#fff;
    }
    
    .calendarTool table td,
    .calendarTool table th{
      text-align:center;
      border-bottom:1px solid #000066;
      margin:0;
      padding:0;
      width:37px;
    }
    
    .calendarTool table th{
      font-weight:bold;
      text-align:center;
      padding:2px 0 3px 0;
    }
   
    .calendarTool form fieldset{
      width:90%;
      margin-left:4px;
    }
     
    .calendarTool form fieldset dl{
      float:left;
      display:inline;
      width:90%;
      margin-left:10px;
    }
   
    .calendarTool form fieldset dl dt{
      width:100%;
      clear:both;
      display:block;
      text-align:left;
    }
   
    .calendarTool form fieldset dl dt label{
      text-align:left;
    }
      
    .calendarTool form fieldset dl dd{
      width:98%;
    }
    
    .calendarTool form fieldset dl dd select{
      float:left;
      display:inline;
      width:145px;
      margin-top:2px;
    }
    
    #btnSubmitMonth,
    #btnSubmitCategory{
      width:5.9em;
      float:left;
      display:inline;
    }
  
  /**/
  
  /**----Event Listing Section--------------------------------------------------*/
  
    .eventsListing{
      float:left;
      display:inline;
      width:56%;
      margin:13px 0 0 25px;
    }
    
    .eventsListing h3{
      margin:0;
      padding:0;
      clear:both;
    }
    
    .eventsListing dl{
      padding-bottom:15px;
      width:100%;
    }
    
    .eventsListing dl dt,
    .eventsListing dl dd{
      margin:0;
      padding:0;
      clear:both;
      color:#666;
    }
    
    .eventsListing dl dt{
      border-top:1px dotted #ccc;
      margin-top:15px;
      padding-top:10px;
      color:#c96419;
    }
    
    .eventsListing dl dd.eventDate,
    .eventsListing dl dd.eventTime{
      float:left;
      display:inline;
      clear:none;
      margin:3px 5px 0 0;
      padding:0;
      line-height:1.1em;
      color:#ba5009;
    }
    
    .eventsListing dl dd.eventTime{
      border-left:1px solid #ba5009;
      padding-left:5px;
    }
    
    .eventsListing dl dd.eventAdmission{
      color:#ba5009;
      margin-bottom:6px;
    }
    
    .eventsListing dl dd.eventLocation{
      font-weight:bold;
    }
    
    .eventsListing dl dd.eventDescription{
      font-style:italic;
      margin-top:6px;
    }
  
  /**/


/**/

.priceTitle {
	color: #CCCCCC;
	font-weight: bold;
}
table.pricing {
	background-color: #000000 !important;
	font-size: 10px !important;
	font-weight: normal;
	color: #FFFFFF !important;
	border: 1px solid #FFFFFF !important;
	padding: 0;
	margin: 0 0 15px 0;
}
table.pricing th {
	font-weight: bold;
	font-size: 10px !important;
	padding: 3px !important;
	border-bottom: 1px solid #666666 !important;
	text-align: left;
}
table.pricing td.odd, table.pricing th.odd {
	background-color: #1B1B1B !important;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
}
table.pricing td.odd2, table.pricing th.odd2 {
	background-color: #1B1B1B !important;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	width: 75px !important;
}
table.pricing td {
	margin: 0 !important;
	padding: 3px !important;
	border-bottom: 1px solid #666666 !important;
}
table.pricing tr {
	margin: 0 !important;
	padding: 0 !important;
}
.note {
	font-size: 10px;
	color: #CCCCCC;
}


h1#hdReservations{
    background:url(images/bgReservations.gif) no-repeat 0 0;
    height:20px;
  }

#box{
height:20px;
margin:0;
}


.main1{
font-size:11px;
padding:0 10px 0 10px;
width:180px;
line-height:15px;
}

.main5{
font-size:11px;
padding:0 30px 0 30px;
width:270px;
line-height:15px;
}

.main6{
font-size:11px;
padding:0 20px 0 20px;
width:180px;
}

a.info{
    position:relative; /*this is the key*/
    z-index:24; background-color:#ccc;
    color:#000;
    text-decoration:none}

a.info:hover{z-index:25; background-color:#ff0}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:2em; width:15em;
    border:1px solid #0cf;
    background-color:#cff; color:#000;
    text-align: center}
