/*-----Specials Menu-----*/
#outerContainer {
	width: 100%;
	text-align: center;
}
#innerContainer {
	background-color: #ffffcc;
	width: 505px;
	height: auto;
 	border: solid 1px #aaa;
	margin-top: 2px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-bottom: 20px;
}
.heading1 {
	font: 700 24px "Comic Sans MS", Verdana; 
	color: #993300; 
	text-align: center;
	margin-top: 5px;
	background-color: transparent;
	display: block;
	padding-left: 19px;
}
.heading2 {
	font: 400 20px Verdana, Arial, Helvetica, sans-serif;
	color: #006666; 
	text-align: center;
	vertical-align: top;
	background-color: transparent;
	display: block;
}
.subhead {
	text-align : center;
	font: italic 400 12px "Times New Roman", Times, serif;
	color: #003366;
	vertical-align : text-top;
	padding: 0px 10px 0px 10px;
	width: 96%;
}

.line {
	margin-left: 100px;
	margin-right: 100px;
	text-align: center;
}
.catHead {
	clear: both;
	padding-top: 30px;
	margin-bottom: 5px;
	text-align: center;
	text-decoration: underline;
	width: auto;
	font-family: Tempus Sans ITC;
	font-size: 25px;
	color: #000066;
}
.item2col {
	font: 700 15px "Times New Roman", Times, serif;
	color: #003366;
	width:480px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 1px;
	text-align:center;
}
.item2colLeft, .item2colRight {
	font: 700 15px "Times New Roman", Times, serif;
	color: #003366;
	width:240px;
	display:inline;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 1px;
	text-align:center;
}
.item2colLeft  {
	float: left;
}
.item2colRight {
	float: right;
}
.item1col {
	font: 700 15px "Times New Roman", Times, serif;
	color: #003366;
	width: 470px;
	display: block;
	margin: 5px;
	padding: 1px;
	text-align:left;
	background-color: #FFFFCC;
	z-index: 2;
}

.item1col .name {
	display: inline;
	padding-right: 3px;
	position: relative;
	float: left;
	width: auto;
	height:20px;
	margin-right:5px;
}
.item1col .price {
	display: inline;
	width: auto;
	padding-left: 2px;
	position: relative;
	float: right;
	height:20px;
	margin-left:2px;
}
.dots {
	height:20px;
	width:auto;
	overflow:hidden;
	line-height:20px;
	font-size: 10px;
	
}

.desc {
	font: italic 400 12px "Times New Roman", Times, serif;
	color: #003366;
	clear: left;
	text-align: left;
}
.footer {
	width:500px;
}



/*
.dots_backup {
	z-index: 1;
	width: 470px;
	border-bottom-width: 1px;
	border-bottom-color: #333333;
	background-color: #FFFFCC;
	border-top: 1px dashed #333333;
	margin-top: -4px;
	position: relative;
}
.dots {
	width: 100%;
	height: 14pt;
	background-image: url(public/images/dots.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFCC;
	
	
}
.dots2 {
	line-height:20px;
	font-size:9px;
	float:left;
	height:15px;
	width:200px;
	overflow:hidden;
}
*/


