/* CSS Document */
body {
	background-color: rgb(37, 61, 94);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

td img {
	display: block;
}

#Container {
	width: 960px;
	height: auto;
	position: relative;
	margin: auto;
}

#navContainer {
	height: 33px;
	float: left;
	text-align: left;
	background-color: #F00;
	width: 922px;
}

#MainImage {
	float: left;
	width: 620px;
	height: 477px;
	position: relative;
}

#ThumbNailContainer {
	width: 340px;
	height: 477px;
	position: relative;
	float: left;
	overflow: hidden;
}

#Banner {
	width: 960px;
	height: 477px;
	position: relative;
	float: left;
}

#mainContainer {
	position: relative;
	float: left;
	background-color: #FFF;
	width: 960px;
	padding-bottom: 20px;
}

#ContentContainer {
	margin-left: 15px;
	position: relative;
	float: left;
	width: 600px;
}

#SpecialOffers {
	position: relative;
	width: 342px;
	float: right;
	
	/*padding-top:5px;*/
}

#SpecialsHeader {
	height: 63px;
	width: 342px;
}

.specials {
	background-color: #E4EAF6;
	height:auto;
	margin-bottom:10px;
	padding:10px;
}

#SpicySpecial {
	margin-top: 80px;
	height: 120px;
	margin-bottom: 100px;
}

#GigGuide {
	margin-top: 80px;
	height: 120px;
}

#FooterImgContainer {
	width: 960px;
	height: 124px;
	position: relative;
	float: left;
	margin-bottom: 30px;
}

#Footer {
	margin: 20px;
	position: relative;
	/*float:left;*/
	text-align: center;
	padding-top: 20px;
}

.slideshow-captions {
	background: #000;
	bottom: 0;
	color: #FFF;
	font: normal 12px/ 40px Verdana, Arial, sans-serif;
	left: 0;
	overflow: hidden;
	position: absolute;
	text-indent: 20px;
	width: 590px;
	z-index: 10000;
	text-align: left;
	height: 40px;
	opacity: .50;
}

.slideshow-captions-hidden {
	height: 0;
	opacity: 0;
}

.slideshow-captions-visible {
	height: 40px;
	opacity: .20;
}

.slideshow-images-visible {
	opacity: 1;
}

.slideshow-images-prev {
	opacity: 0;
}

.slideshow-images-next {
	opacity: 0;
}

.slideshow-images img {
	float: left;
	left: 0;
	top: 0;
}
