/* ~ WingsThatRock.com Text & dynamic layer IDs (CSS) ~ */
/* See WingLayers.css for Static Layer IDs */
/*Copyright Spires Video Services, LLC. All Rights Reserved. */

/* Fonts & Text */
.style1 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.style2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #FFFFFF;
}


.note {
  font-size: 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Dynamic Layer IDs */
#body {
  position:absolute;
  left:182px;
  top:184px;
  width:565px;
  height:360px;
  overflow:hidden;
}

#menu {
  position:relative;
  width:565px;
  height:325px;
  overflow:auto;
}

#comboList {
  position:relative;
  width:565px;
  height:275px;
  z-index:100;
  overflow:hidden;
  overflow-y: auto;
  
}

#textScroll {
  position:relative;
  width:565px;
  height:300px;
  overflow:auto;
}

#creditCardsRight {
	position:absolute;
	width:45px;
	height:30px;
	z-index:1;
	left: 480px;
	top: 328px;
}

#creditCardsLeft {
	position:absolute;
	width:45px;
	height:30px;
	z-index:1;
	left: 40px;
	top: 328px;
}

.copyrightLink {
  font-size: 8px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
.copyrightLink A:link {text-decoration: none; color:#CCCCCC;}
.copyrightLink A:visited {text-decoration: none; color:#CCCCCC;}
.copyrightLink A:active {text-decoration: none; color:#CCCCCC;}
.copyrightLink A:hover {text-decoration: none; color:#CCFF00;}

#backdrop {
	position:absolute;
	top:0px;
	width:565px;
	height:360px;
}

#deliveryCenter {
	position:absolute;
	width:565px;
	left:0px;
}

#delivery {
	position:absolute;
	top:0px;
	left:0px;
	width:565px;
	height:360px;
	z-index:1;
	background:url(/images/delivery-background.png);
}

#specials {
	position:absolute;
	top:0px;
	left:0px;
	width:565px;
	height:360px;
	z-index:1;
	background:url(/images/specials-background.png);
}

#menuContainer {
	position:absolute;
	top:0px;
	left:0px;
	width:565px;
	height:360px;
	z-index:1;
	background:url(/images/menu-background.png);
}

#LeftBox {
	position:absolute;
	width:240px;
	height:115px;
	z-index:1;
	left: 16px;
	top: 42px;
}

#RightBox {
	position:absolute;
	width:280px;
	height:115px;
	z-index:2;
	left: 271px;
	top: 43px;
}

#chickenWings {
	position:absolute;
	width:200px;
	height:115px;
	z-index:0;
	left: 376px;
	top: 215px;
}

#hours {
  position:absolute;
  z-index:1;
  text-align: center;
  top: 25px;
  left: 0px;
  width: 565px;
  height: 250px;
}

#hoursText {
  text-align: left;
  margin-left: 225px;
}

#comboList, #menu {
  font-family:"Courier New", Courier, monospace;
  font-size:12px;
  text-align:center;
}

h2, h3 {
  margin:0 0 0 0px;
  font-family:Georgia, "Times New Roman", Times, serif;
}

h3 {
  font-size:14px;
}

p {
  margin-top:0px;
}
