* {
  outline: none;
}

img {
  border: 0px;
} 

html {
  background: #ffffff url('') repeat-y scroll center top;
  min-width: 930px;  /* Page size to hold */
  /*max-width: 2200px;*/  /* size of background graphic */
  height: 100%;
  background-size: cover;
}

body {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  height: 100%;
  text-align: center;
}

.splashPage {
  display: none;
  background: transparent url('../images/home_logo.png') no-repeat scroll center top;
  width: 492px;
  height: 355px;
  margin: 200px auto 0 auto;
  
}



.navContainer {
  width: 930px; 
  margin:0 auto;
  display: none;
  height: 100%;
}

.topNavInfo {
  width: 930px;
  height: 30px;
  /*background-color: rgba(255, 0, 0, 0.4);*/
  background: transparent url('../images/header_bar.png') no-repeat scroll center center;
}

.homeNav {
  float: left;
  min-width: 216px;
  width: 216px;
  /* height: 100%; */
  min-height: 732px;
  /*background-color: rgba(0, 255, 0, 0.4);*/
  background: transparent url('../images/nav_bg_1px_ht.png') repeat-y scroll center center;
  position: relative;
  /* background-size: 100% 100%; */
  bottom: 0px;
  height: 100%;
}

.contentContainer {
  float: right;
  min-width: 714px;
  width: 714px;
  min-height: 732px;
  /* height: 100%; */
  /* background-color: rgba(255, 255, 0, 0.4); */
  position: relative;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #eeeeee;
  text-shadow: 2px 2px 2px #222222;
  text-align: left;
}


.specialty,
.beef,
.chicken,
.game,
.lamb,
.pork,
.turkey,
.veal,
.coldCuts,
.orders,
.delivery,
.reviews,
.history,
.contact {
  width: 216px;
  height: 36px;
  /* background-color: rgb(255,0,0); */
  display: none; 
  position: absolute;
}

.specialty {
  top: 199px;
  left: 0px; 
  background: transparent url('../images/sausage_r1_c1.png') no-repeat scroll center center;
}

.beef {
  top: 241px;
  left: 0px; 
  background: transparent url('../images/beef_r1_c1.png') no-repeat scroll center center;
}

.chicken {
  top: 273px;
  left: 0px; 
  background: transparent url('../images/chicken_r1_c1.png') no-repeat scroll center center;
  
}

.game {
  top: 307px;
  left: 0px; 
  background: transparent url('../images/game_r1_c1.png') no-repeat scroll center center;
  
}

.lamb {
  top: 339px;
  left: 0px; 
  background: transparent url('../images/lamb_r1_c1.png') no-repeat scroll center center;
  
}

.pork {
  top: 373px;
  left: 0px; 
  background: transparent url('../images/pork_r1_c1.png') no-repeat scroll center center;

}

.turkey {
  top: 406px;
  left: 0px; 
  background: transparent url('../images/turkey_r1_c1.png') no-repeat scroll center center;
  
}

.veal {
  top: 439px;
  left: 0px; 
  background: transparent url('../images/veal_r1_c1.png') no-repeat scroll center center;
  
}

.coldCuts {
  top: 473px;
  left: 0px; 
  background: transparent url('../images/coldcuts_r1_c1.png') no-repeat scroll center center;
  
}

.orders {
  top: 506px;
  left: 0px; 
  background: transparent url('../images/custom_r1_c1.png') no-repeat scroll center center;
  
}

.delivery {
  top: 555px;
  left: 0px; 
  background: transparent url('../images/delivery_r1_c1.png') no-repeat scroll center center;
  
}

.reviews {
  top: 590px;
  left: 0px; 
  background: transparent url('../images/news_r1_c1.png') no-repeat scroll center center;
  
}

.history {
  top: 622px;
  left: 0px; 
  background: transparent url('../images/history_r1_c1.png') no-repeat scroll center center;
  
}

.contact {
  top: 671px;
  left: 0px; 
  background: transparent url('../images/contact_r1_c1.png') no-repeat scroll center center;

}

.specialtyContent,
.beefContent,
.chickenContent,
.gameContent,
.lambContent,
.porkContent,
.turkeyContent,
.vealContent,
.coldCutsContent,
.ordersContent,
.deliveryContent,
.reviewsContent,
.historyContent,
.contactContent {
  display: none; 
  padding-left: 50px;
  padding-top: 60px;
}

.historyContent {
  padding-left: 40px;
}

.homeContent .homeText {
  width: 450px; 
  margin-left: 50px;
  margin-top: 210px;
}

.specialtyContent,
.beefContent,
.chickenContent,
.gameContent,
.lambContent,
.porkContent,
.turkeyContent,
.vealContent,
.coldCutsContent,
.deliveryContent,
.historyContent,
.contactContent {
  padding-top: 210px;
}

.porkContent .porkColumn1 {
  float: left;
  width: 330px;
}

.porkContent .porkColumn2 {
  width: 330px;
  float: left;
}


.ordersContent {
  padding-top: 500px;
  width: 400px;
  font-size: 16px;
}

.deliveryContent {
  padding-top: 535px;
  padding-left: 25px;
  width: 650px;
}

.homeContent .homeText {
  font-size: 16px; 
}

.historyContent .text,
.deliveryContent .text {
  /*background-color: rgba(90,90,90,.5); */
  background-color: rgba(110,98,89,.5);
  padding: 15px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.historyContent .text {
  padding-top: 15px;
  padding-bottom: 20px;
}

.reviewsContent {
  padding-top: 0px;
}

.historyContent {
  font-size: 12.3px;
  padding-top: 350px;
}

.historyContent .text {
  float: left;
  width: 380px;
  margin-right: 8px;
}

.historyContent .image {
  /* margin-left: 8px; */
  
}

.contactContent {
  font-size: 16px;  
}

.contactMap {
  margin-top: 20px; 
}

.contactMap .map {
  float: left; 
  margin-top: 5px;
}

.contactMap .separator {
  margin-left: 10px;
  margin-top: 0px;
  float: left;
  width: 7px;
}

.contactMap .group {
  margin-left: 2px;
  padding-top: 5px;
}

.contactMap .group img {
  display: block;
}

.mtop60 {
  margin-top: 60px;
}

.mtop40 {
  margin-top:40px;
}

.newsWidth {
  width: 400px;
}

.reviewerWrapper {
  width: 102px;
  height: 300px;
  position: absolute;
  right: 0px;
  top: 0px;
  text-align: right;
  padding: 0 0 0 0;
  z-index: 10;
  
}

.zagatLogo {
  background: transparent url('../images/zagat_logo.png') no-repeat scroll center center;
  width: 75px;
  height: 76px;
  margin: 15px 0 0 auto;
}

.rachelLogo {
  background: transparent url('../images/rachel_logo.png') no-repeat scroll center center;  
  width: 98px;
  height: 47px;
  margin: 10px 0 0 auto;
}

.marthaLogo {
  background: transparent url('../images/martha_logo.png') no-repeat scroll center center; 
  width: 102px;
  height: 48px;
  margin: 10px 0 0 auto;

}

.foodLogo {
  background: transparent url('../images/food_logo.png') no-repeat scroll center center;
  width: 67px;
  height: 67px;
  margin: 10px 0 0 auto;
}

.sharingWrapper {
  width: 300px;
  height: 75px;
  position: absolute;
  right: 0px;
  bottom: 20px;
  text-align: right;
  padding: 0 0 0 0;
  z-index: 10;
}

.fbLogo {
  background: transparent url('../images/facebook_icon.png') no-repeat scroll center center;
  width: 49px;
  height: 49px;
  margin: 0 10px 0 auto;
  float: right;
}

.twLogo {
  background: transparent url('../images/twitter_icon.png') no-repeat scroll center center;
  width: 48px;
  height: 38px;
  margin: 5px 10px 0 auto;
  float: right;
}

.instLogo {
  background: transparent url('../images/instagram_icon.png') no-repeat scroll center center;
  width: 46px;
  height: 46px;
  margin: 2px 10px 0 auto;
  float: right;
}


.reviewerNewsWrapper {
  width: 664px;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 30px;
  text-align: right;
  padding: 0 0 0 0;
  z-index: 10;
}

.reviewerNewsWrapper .zagatWrapper {
  float: left; 
  width: 310px;
}

.zagatNewsLogo {
  background: transparent url('../images/zagat_logo_news.png') no-repeat scroll center center;
  width: 310px;
  height: 407px;
  margin: auto 0 0 0px;
}

.reviewerNewsWrapper .zagatNewsText {
  width: 310px;
  height: 75px;
  text-align: left;
}

.reviewerNewsWrapper .otherReviewsWrapper {
  width: 245px;
  float: right; 
  padding-top: 0px;
  padding-right: 0px;  
}

.rachelNewsLogo {
  background: transparent url('../images/rachel_news.png') no-repeat scroll center center;  
  width: 245px;
  height: 109px;
  margin: 0px 0px 0 auto;
}

.rachelNewsText {
  width: 245px;
  height: 75px;
  margin: 10px auto 0 0;
  text-align: right;
}

.marthaNewsLogo {
  background: transparent url('../images/martha_logo_news.png') no-repeat scroll center center; 
  width: 207px;
  height: 58px;
  margin: 10px 0px 0 auto;

}

.marthaNewsText {
  width: 245px;
  height: 75px;;
  margin: 10px auto 0 0;
  text-align: right;
}

.foodNewsLogo {
  background: transparent url('../images/food_logo_news.png') no-repeat scroll center center;
  width: 143px;
  height: 143px;
  margin: 0px 0px 0 auto;
}

.foodNewsText {
  width: 245px;
  height: 75px;
  margin: 10px auto 0 0;
  text-align: right;
}

.zagatTop {
  margin-top: 150px;
}
 
.rachelTop {
  margin-top: 240px;  
}

.marthaTop {
  margin-top: 60px;
}

.foodTop {
  margin-top: 80px;
}

#bgLoader {
  /* display: none; */
  visibility: invisible;
}