body{
	background-image:url(../img/layout/yellow_line_bg.jpg);
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
	font-family:Georgia, "Times New Roman", Times, serif;
}
a img{
	border:0px;
}
#center{
	width:951px;
	margin:0px auto;
}
#top{
	margin-top:25px;
	background-repeat:no-repeat;
	height:133px;
	width:951px;
	position:relative;
	background-image:url(../img/layout/tray_01.png);
}
.mainLogo{
	position:absolute;
	top:-15px;
	left:-12px;
	z-index:100;
}
.catchPhrase{
	position:absolute;
	top:30px;
	right:160px;
}
#middle{
	background-image:url(../img/layout/tray_03.png);
	background-repeat:repeat-y;
	width:951px;
}
#bottom{
	background-image:url(../img/layout/tray_05.png);
	background-repeat:no-repeat;
	height:39px;
	width:951px;
	overflow:hidden;
}
#content{
	padding:1px 22px 1px 15px;
	
}
#content p{
}
.navBar{
	position:absolute;
	left:200px;
	top:62px;
}
.navbar ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
.navBar li{
	padding:0px;
	margin:0px 15px 0px 0px;
	float:left;
}
.footer{
	margin:0px 20px 10px;
	font-size:12px;
}
.clear{
	font-size:1px;
	line-height:1px;
	clear:both;
	overflow:hidden;
	height:1px;
}
/* player container */
div.player {
	height:240px;
	width:320px;
	border:2px solid #fff;
	outline:1px solid #333;
	-moz-outline-radius:4px;
	cursor:pointer;
	float:left;
	text-align:center;
	margin-right:15px;
}

/* play button */
div.player img {
	margin-top:67px;
}

/* info area */
div.player div.info {
	height:40px;
	background:#000 url(../img/global/gradient/h80.png) repeat-x;
	opacity:0.7;
	color:#fff;
	margin-top:45px;
	text-align:left;
	padding:5px 15px;	
	font-family:"bitstream vera sans","trebuchet ms";
	font-size:12px;
	border-top:1px solid #ccc;
	margin-top:40px;
}

/* duration data inside info area */
div.player div.info span {
	color:#99FF99;
	display:block;
	font-weight:bold;
}
#menu {
	font-size:12px;
}
#menu h2{
	font-size:16px;
	color:#c10000;
	padding-bottom:5px;
	border-bottom:1px solid #c10000;
}
#menu table{
	width:100%;
}
#menu th{
	text-align:center;
	font-size:11px;
	color:#999999;
}
#menu tr td:first-child{
	font-size:14px;
	font-weight:bold;
}
.price{
	font-size:14px;
	text-align:right;
	font-weight:bold;
}
.priceCenter{
	font-size:14px;
	text-align:center;
	font-weight:bold;
}
.center{
	text-align:center;
}
.redText{
	color:#c10000;
}
.smaller{
	font-size:90%;
}
#menu tr td.description{
	font-size:11px;
	color:#c10000;
	font-weight:normal;
}
span.note{
	font-weight:normal;
	font-size:12px;
	color:#000000;
}
.miniHeader{
	font-size:11px;
	padding-top:8px;
}
label{
	display:block;
	margin-top:15px;
	font-size:90%;
}
div.submit{
	margin: 15px 0px;
}
#cateringList{
	list-style:none;
	padding-left:15px;
}
#cateringList a{
	text-decoration:none;
	color:#000;
}
#cateringList a:hover{
	text-decoration:none;
	color:#333;
}
#cateringList li{
	font-weight:bold;
	background-repeat:no-repeat;
	height:22px;
	line-height:22px;
	font-size:18px;
	margin:20px 0px;
	padding-left:32px;
	background-position:left center;
	background-image:url(../img/bullet.png);
}
#cateringList li:hover{
	background-image:url(../img/bullet_rollover.png);
}
.coupon{
	position:relative;
	width:400px;
	padding:10px;
	height:200px;
	background-color:#f2f2f2;
	border:2px dashed #666666;
}
.coupon .limitations{
	position:absolute;
	bottom:10px;
	left:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
.coupon .locations{
	position:absolute;
	bottom:10px;
	right:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
.coupon .logo{
	position:absolute;
	top:20px;
	right:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
.coupon h1{
	margin-top:0px;
}
.coupon h2{
	margin:10px 0px;
	font-size:20px;
}
